:root {
  --main-color: #58ce76;
  --text-color: #2b2b2b;
  --light-grey: #fafafa;
  --primary: #4d6bfa;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --second-main-color: #378049;
  --dim-grey: #c5c5c5;
  --bg-grey: #d4d4d4;
  --secondary: #4353fa;
  --notification-bg: #001b38;
  --h1-desktop-size: 85px;
  --h1-tablet-size: 55px;
  --load-page-amin: 20vw;
}

@font-face {
    font-family: 'NewStenciltfb';
    src: url('../fonts/NewStenciltfb.woff2') format('woff2'),
        url('../fonts/NewStenciltfb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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, 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, 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-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-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-commercepaypalcheckoutformcontainer {
  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: 0.33em;
}

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

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

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

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}
.nav-brand-text-holder {
  /* width: 180px !important; */
}
.year-g {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  background-color: #378049;
  background-image: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
}
.journey-section {
  display: flex;
  position: relative;
}
.journey-section .larg-text {
  margin-bottom: 5px;
}
.journey-section .container-management-holder {
  border-bottom: 1px solid rgba(208, 213, 219, 0.6);
  margin-bottom: 50px;
  padding-top: 0;
}
.journey-section .container-management-holder:last-child {
  border-bottom: 0;
}
.journey-section .gray-paragraph {
  color: rgba(208, 213, 219, 0.6);
  font-weight: 500;
  margin-bottom: 25px;
}
.journey-section .managment-holder {
  margin: 0;
}
.sticky-jurney-col {
  position: sticky;
  top: 100px;
}

.gray-financial-text.gray-financial-text-spe.text-left {
  text-align: left;
  margin: 0;
}
.card {
  position: sticky;
  top: 0;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}
.card-new {
  margin-bottom: 100px;
}
.cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  color: #16263a;
}

.card__description {
  line-height: 1.4;
  font-size: 24px;
  color: #16263a;
}

.space {
  height: 30vh;
}

.space--small {
  height: 10vh;
}
.our-value-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  margin-top: -30px;
}

.open-roles-cta.contcat-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
.contact-right {
  padding-left: 50px;
}
.contact-right .icon-text-wrapp {
  align-items: flex-start;
}
.contact-right .managment-holder {
  margin-top: 0;
  padding-bottom: 30px;
}
.contact-right .managment-holder .larg-text {
  font-size: 22px;
  margin-bottom: 5px;
}
.white-paragraph {
  color: #fff;
  font-size: 14px;
  font-family: Manrope, sans-serif;
  line-height: 24px;
}
.contact-right .icon-text-wrapp span {
  text-align: center;
  padding: 10px;
  line-height: 22px;
}
.contact-right .icon-text-wrapp .white-paragraph a {
  color: #fff;
}
.top-nav-link-holder {
position: relative;
}
.totl_services.main-nav-dropdown-list {
    left: 0 !important;
}
.main-nav-dropdown-list.totl_services.resources_services {
    left: 0 !important;
}
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
  }
  .marquee {
      color: rgba(255, 255, 255, 0.5);
      font-size: 42px;
      padding: 50px 0 0 0;
      font-family: Manrope, sans-serif;
  }
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 80s linear infinite;
    display: flex;
  }
  .marquee p{
    padding: 0 10px;
  }
  .marquee span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #58ce76;
    border-radius: 100px;
    margin: 0 10px;
    top: 0;
    position: relative;
    margin-top: 28px;
  }
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

/*Business Management Advisory*/
  h2.white-paragraph.our_journry_text {
    font-size: 24px;
    color: #b4bcd0;
    font-family: Manrope, sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}
p.new_text {
    color: #b4bcd0;
    font-family: Manrope, sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
}
strong.key {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    font-family: Manrope, sans-serif;
}
strong.key b {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
    -webkit-background-clip: text;
    background-clip: text;
}
.financial-text-holder.financial-text-holder_new_service .w-layout-grid.grid-list._2 {
    margin-top: 10px;
}
.financial-text-holder.financial-text-holder_new_service .small-white-text strong {
    color: #fff;
    font-size: 17px;
}
.financial-text-holder.financial-text-holder_new_service .small-white-text {
    font-size: 16px;
}
.section.overflow-hidden.about-section5.BMA_Section1 .feature-grid-2-colum.second.third {
    margin-top: 0;
}
.section.overflow-hidden.about-section5.BMA_Section1.BMA_Section2 .feature-grid-2-colum.second.third {
    grid-template-columns: 6fr 4fr;
}
.section.overflow-hidden.about-section5.BMA_Section1 .feature-grid-2-colum.second.third {
    grid-template-columns: 4fr 6fr;
}
.section.overflow-hidden.about-section5.BMA_Section1 .feature-grid-2-colum.second.third img {
    object-fit: cover;
}
.paragraph-open-roles p.white-paragraph strong {
    color: #fff;
    font-size: 20px;
    margin: 15px 0 10px 0;
    float: left;
    width: 100%;
}
.icon-cta._3.icon-cta._3_1 {
    right: 35%;
}
.section.overflow-hidden.about-section4.BMA_Section3 .container {
    padding-top: 0;
    padding-bottom: 0;
}
.section.overflow-hidden.about-section5.BMA_Section1.BMA_Section11 {
    padding-bottom: 2rem;
}
h2.highlight_bold strong {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
    -webkit-background-clip: text;
    background-clip: text;
}
  /*Business Management Advisory*/


/*testimonial*/
.home_testimonial .feedback-white-grid .feedback-grid-item img {
    border-radius: 20px;
    height: 530px;
    object-position: top;
}
.home_testimonial .feedback-white-grid .feedback-white-grid-item {
    padding-top: 1.5em;
}
.home_testimonial .feedback-white-grid {
    padding: 2em;
    grid-template-columns: 1fr 2fr;
}
.home_testimonial .feedback-grid-item span {
    text-align: center;
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
    letter-spacing: 0;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 18px;
}
.home_testimonial .feedback-grid-item span strong {
    font-weight: 700;
    font-size: 26px;
}
.home_testimonial.home_testimonial_detail {
    padding-top: 30px;
}

.home_testimonial.home_testimonial_detail .feedback-white-grid {
    padding: 0;
    grid-template-columns: 1fr 2fr;
    border: none !important;
}
.home_testimonial.home_testimonial_detail .discover-box.white-holder.padding0 {
    border: none;
    overflow: visible;
}
.home_testimonial.home_testimonial_detail .feedback-white-grid .feedback-grid-item img {
    border-radius: 20px;
    height: auto;
    object-position: top;
}
.home_testimonial.home_testimonial_detail .feedback-white-grid .feedback-white-grid-item {
    padding-top: 0;
}
.home_testimonial .feedback-white-grid img.home_testimonial_quote {
    filter: brightness(0) invert(1);
    opacity: 0.12;
    width: 200px;
    position: absolute;
    top: -100px;
    left: -100px;
}
/*testimonial*/


@media screen and (max-width: 767px) {
   
   .home_testimonial .feedback-white-grid {
    padding: 2em;
    grid-template-columns: inherit;
}
.home_testimonial .feedback-white-grid .feedback-white-grid-item {
    padding-top: 1.5em;
    padding-left: 0;
    order: 2 !important;
}
.home_testimonial .feedback-grid-item {
    order: 1 !important;
}
.home_testimonial .feedback-white-grid .feedback-grid-item img {
    border-radius: 20px;
    height: auto;
    object-position: top;
}
.home_testimonial .feedback-white-grid img.home_testimonial_quote {
    filter: brightness(0) invert(1);
    opacity: 0.12;
    width: 150px;
    position: absolute;
    top: -70px;
    left: -50px;
}
   
   .home_testimonial.home_testimonial_detail .feedback-white-grid {
    padding: 0;
    grid-template-columns: inherit;
    border: none !important;
}
.home_testimonial.home_testimonial_detail .discover-box.white-holder.padding0 {
    border: none;
    overflow: visible;
    padding: 1em;
    margin-top: 0;
}

.home_testimonial.home_testimonial_detail .feedback-white-grid .feedback-grid-item {
    order: 1 !important;
    left: 0;
}

.home_testimonial.home_testimonial_detail .feedback-white-grid .feedback-white-grid-item {
    padding-left: 0;
    order: 2 !important;
}
.home_testimonial .feedback-white-grid img.home_testimonial_quote {
    filter: brightness(0) invert(1);
    opacity: 0.12;
    width: 150px;
    position: absolute;
    top: -50px;
    left: 0;
}
.home_testimonial.home_testimonial_detail .discover-box.white-holder.padding0 {
    border: none;
    overflow: visible;
    padding: 1em;
}
    .marquee p {
    padding: 0 10px;
    font-size: 28px;
}
.marquee span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #58ce76;
    border-radius: 100px;
    margin: 0 10px;
    top: 0;
    position: relative;
    margin-top: 14px;
}
    .totl_features_block.totl_features_block4 .totl_features_img:before {
    right: 40px;
}

  .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 (max-width: 600px) {
  .card__inner {
    flex-direction: column;
  }

  .card__image-container {
    width: 100%;
  }

  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

@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-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #000;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: color 0.35s;
}

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

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--main-color);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  background-color: transparent;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.f-a-q,
.container.footer-container {
  padding-bottom: 0;
}

.nav-menu-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.right-padding {
  padding-right: 6em;
}

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

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.no-margins.white-color {
  color: #fff;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

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

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.footer-link.lighter-footer-link {
  color: rgba(43, 43, 43, 0.5);
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: transparent;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: 0.8;
}

.footer-image {
  width: 100%;
  max-width: 200px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder,
.nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.content.relative {
  position: relative;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color 0.35s;
}

.menu-button:hover,
.menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: rgba(43, 43, 43, 0.8);
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  background-image: url("../images/external-link.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 500;
}

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

.style-guide-tab-holder {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: 0.35s;
}

.style-guide-tab-holder:hover {
  background-color: var(--main-color);
  color: #000;
}

.style-guide-tab-holder.w--current {
  background-color: var(--main-color);
  color: #fff;
}

.style-guide-left-panel-holder {
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.74),
    var(--main-color)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 120px;
  font-weight: 600;
}

.paragraph-m {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color 0.35s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.subscribe-button:hover {
  background-color: var(--main-color);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: box-shadow 0.35s, background-color 0.35s;
  display: flex;
}

.button:hover {
  background-color: var(--main-color);
  color: #000;
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.38);
}

.button.with-icon {
  text-align: left;
  background-image: url("../images/Arrow-Icon.svg");
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.no-margins {
  color: #000;
  background-color: #fff;
  transition: background-color 0.35s;
}

.button.no-margins:hover {
  background-color: var(--main-color);
}

.button.white-button {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

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

.button.transparent-on-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  transition: border-color 0.35s;
}

.button.transparent-on-dark:hover {
  border: 1px solid var(--main-color);
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.button.nav-button {
  border-radius: 100px;
  padding: 10px 15px;
  position: relative;
}

.button.shop {
  width: 300px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.borders {
  border: 1px solid var(--main-color);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  border: 1px solid var(--main-color);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  border: 1px solid var(--main-color);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.35s, border-color 0.35s;
}

.subscribe-email:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.sg---color-primary {
  background-color: var(--main-color);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--second-main-color);
}

.sg---color-primary.black {
  background-color: #2b2b2b;
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.style-guide-panel-title.sg {
  color: #fff;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

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

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  background-color: #000;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: 0.9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover,
.nav-link.w--current {
  color: #000;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-background.link-bg-on-dark {
  background-color: rgba(255, 255, 255, 0.15);
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  color: #fff;
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-top: 5px;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color 0.35s, background-color 0.35s;
}

.input-field:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.input-field:focus {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, 0.04);
}

.input-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.input-field._401 {
  background-color: var(--light-grey);
  height: 50px;
}

.input-field._401:hover,
.input-field._401:focus {
  border-color: var(--main-color);
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover,
.link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: var(--main-color);
}

.link-color {
  color: #fff;
}

.link-color:hover {
  color: var(--main-color);
  -webkit-text-stroke-color: var(--main-color);
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.ikonik-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}

.blog-item-image-holder.blog-big-item-image-holder {
  padding-top: 70%;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-wrapper {
  margin-top: 4em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--main-color);
  background-color: rgba(32, 32, 32, 0.7);
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.blog-item-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  color: #fff;
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.page-wrapper {
  -webkit-mask-image: linear-gradient(
    100deg,
    #000 var(--load-page-amin),
    rgba(0, 0, 0, 0) calc(var(--load-page-amin) + 50vw)
  );
  mask-image: linear-gradient(
    100deg,
    #000 var(--load-page-amin),
    rgba(0, 0, 0, 0) calc(var(--load-page-amin) + 50vw)
  );
}

.blog-item-category {
  color: rgba(43, 43, 43, 0.7);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: rgba(255, 255, 255, 0);
  background-color: #fff;
  background-image: url("../images/Cart-Icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform 0.45s, border-color 0.475s, background-color 0.475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(0.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-cart-holder.right-paddding {
  right: 6%;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: var(--text-color);
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color 0.35s, background-color 0.35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

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

.cart-container {
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

.cart-header {
  z-index: 5;
  border-bottom-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: 0.7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.cart-footer {
  z-index: 5;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: 0.7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: 0.8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid #313131;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.required-label {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.block-header {
  background-color: #171717;
  border-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #171717;
  border: 0 solid #000;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #313131;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.order-item-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: 0.7;
  color: var(--text-color);
}

.order-item-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.checkout-field-label {
  color: #fff;
  font-size: 18px;
}

.checkout-input-field {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
  background-clip: border-box;
  border: 1px solid #313131;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color 0.35s, background-color 0.35s;
}

.checkout-input-field:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.checkout-input-field:focus,
.checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, 0.04);
}

.checkout-input-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.checkout-input-field.no-margins {
  color: #fff;
  border-color: #313131;
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  background-color: rgba(255, 255, 255, 0);
  border-bottom-color: #313131;
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label,
.order-summary-value {
  color: #fff;
  font-size: 18px;
}

.order-line-item,
.extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.shipping-method-title {
  color: #fff;
  font-weight: 500;
}

.shipping-method-description {
  color: #fff;
  font-size: 12px;
}

.shipping-method-price {
  color: #fff;
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 42px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: 0.8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  display: block;
  position: absolute;
  top: -20%;
  bottom: -40%;
  left: auto;
  right: 0%;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: var(--main-color);
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -25px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  bottom: -15px;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: rgba(15, 15, 17, 0.7);
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  color: #fff;
  text-align: center;
}

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

.main-logo {
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color 0.35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: rgba(255, 255, 255, 0.83);
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url("../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding 0.35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  color: #fff;
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.name-of-pages-text {
  color: #fff;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(
    0deg,
    #282828,
    rgba(0, 0, 0, 0.01) 100%,
    rgba(232, 234, 235, 0)
  );
  height: 50%;
  top: auto;
}

.inside-box-text {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #0d0d0d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #282828;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
  font-size: 16px;
  font-family: Manrope, sans-serif;
  line-height: 24px;
}
.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #0d0d0d;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  background-color: var(--main-color);
  opacity: 0;
  filter: blur(100px);
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: -1%;
  right: -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  pointer-events: none;
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url("../images/White-Arrow.svg"),
    linear-gradient(to right, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--main-color);
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url("../images/Arrow-Icon.svg"),
    linear-gradient(to bottom, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: rgba(255, 255, 255, 0.9);
}

.code-text {
  letter-spacing: 0.3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-rounded-center {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-parent-rounded-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  overflow: hidden;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-item-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 1em 0;
  display: flex;
}

.shop-item-price {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--main-color);
  font-size: 18px;
}

.shop-item-summary {
  color: #bebebe;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.filter-holder.no-margin-top {
  border: 1px solid var(--main-color);
  background-color: #000;
  margin-top: 0;
}

.category-item-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all 0.35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #fff;
  background-color: rgba(88, 206, 118, 0.33);
  text-decoration: none;
}

.category-item-link.w--current {
  background-color: var(--main-color);
  color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  color: #58ce76;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
  font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.blog-item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.1);
}

.footer-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: rgba(0, 0, 0, 0.5);
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 180%;
  right: auto;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--link-bg-grey);
  position: absolute;
  top: -1px;
  bottom: 0%;
  left: -1px;
  right: 0%;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px rgba(0, 0, 0, 0.1);
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: 0.8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 32px;
}

.accordion-description {
  max-width: 600px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.35s, color 0.35s;
}

.notification-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.product-price {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle-holder {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subtitle-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-info-text-no {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: 500;
  display: flex;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text._1 {
  color: #fff;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-2-text {
  color: #fff;
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid-image {
  filter: invert();
  max-width: 130px;
  max-height: 30px;
}

.logo-grid {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.logo-grid.first {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-infinite-loop-holder {
  width: 100%;
}

.logo-grid-container {
  width: auto;
  display: flex;
}

.logo-grid-holder {
  grid-row-gap: 0;
  flex-direction: column;
  flex: none;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.cart-item-image-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

.cart-subtotal-label-2 {
  font-size: 26px;
}

.cart-title-2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter 0.3s, color 0.35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color 0.3s,
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

.nav-menu-overlay-mobile-2 {
  display: none;
}

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

.cart-button-2 {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 15px 5px 5px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-item-2 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #fff;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color 0.35s, background-color 0.35s;
}

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

.x-icon-2.invert {
  filter: invert();
}

.cart-list-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-header-2 {
  border-bottom-style: none;
  border-bottom-color: #fafafa;
  padding: 1em;
}

.cart-2 {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
  transition: filter 0.3s;
}

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

.remove-button-2:hover {
  color: #fa4d50;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.3s, filter 0.3s, color 0.35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: 0.5;
}

.nav-link-2.w--current {
  filter: blur(0.5px);
}

.web-payments-2 {
  margin-bottom: 1em;
  display: none;
}

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.quantity-text {
  color: var(--light-grey);
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

.animation-2-holder {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.quic-stack-ikonik-box {
  background-color: #ffc444;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.quic-stack-ikonik-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  background-image: url("../images/BG-Image.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}

.main-white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 190px;
  display: flex;
}

.open-cource-ikonik-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 320px;
  height: 250px;
  position: absolute;
  top: 31%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-ikonik-image.top-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 60%;
  height: 100%;
  top: 8%;
}

.dashboard-app {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 1.45%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation-section {
  min-height: 200vh;
  padding-top: 200px;
  position: relative;
  top: 0;
}

.anim-icon {
  width: 85px;
}

.dashboard-app-holder {
  perspective: 60vw;
  border-radius: 1.45%;
  position: absolute;
  top: 7.6%;
  bottom: 7.6%;
  left: 5.6%;
  right: 5.6%;
  overflow: visible;
}

.anim-icons-holder {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -180px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-home-description {
  color: #fff;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.hero-11-text-gradient-colored {
  background-image: linear-gradient(300deg, var(--main-color), #fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-cricle-bg {
  width: 70vw;
  height: 70vw;
  position: absolute;
  top: -40vw;
  left: -40vw;
}

.hero-text-xl {
  margin-top: 0;
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
}

.device {
  z-index: 1;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
}

.dashboard-app-perspective {
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.text-gradient-light {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6),
    #fff 50%,
    rgba(255, 255, 255, 0.6)
  );
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.4;
}

.hero-11-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.first-hero-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 600;
}

.hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-11-button {
  color: #fff;
  text-transform: none;
  background-color: green;
  background-image: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: box-shadow 0.4s;
  display: flex;
  box-shadow: inset 0 -30px 20px rgba(88, 206, 118, 0.36);
}

.hero-11-button:hover {
  color: rgba(15, 15, 17, 0.8);
  box-shadow: inset 0 20px 20px rgba(88, 206, 118, 0.36);
}

.hero-animation {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 69px;
}

.device-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 87vh;
  display: block;
  position: relative;
}

.dashboard-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.dashboard-container.animation-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.anim-icon-holder {
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 20%;
  right: auto;
}

.anim-icon-holder._6 {
  top: 60%;
  left: auto;
  right: 0%;
}

.anim-icon-holder._4 {
  top: -5%;
  left: auto;
  right: 20%;
}

.anim-icon-holder._3 {
  top: 60%;
  left: 1%;
}

.anim-icon-holder._2 {
  top: 20%;
  left: 0%;
}

.anim-icon-holder._5 {
  top: 30%;
  left: auto;
  right: 0%;
}

.anim-icons-scale-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: auto;
  right: auto;
}

.main-section-holder {
  background-color: transparent;
}

.tabel-pay-holder {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-browse-holder {
  width: 50%;
  margin-top: 2em;
}

.tiny-title {
  background-image: linear-gradient(
    90deg,
    var(--link-bg-grey),
    var(--main-color)
  );
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.button-with-arrow {
  background-color: var(--light-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  transition-property: box-shadow;
  transition-duration: 0.4s;
  display: flex;
  box-shadow: inset 0 -30px 20px rgba(88, 206, 118, 0.36),
    0 4px 10px rgba(0, 0, 0, 0);
}

.button-with-arrow:hover {
  box-shadow: inset 0 30px 20px rgba(88, 206, 118, 0.36),
    0 4px 10px rgba(0, 0, 0, 0.2);
}

.title-big {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
  line-height: 56px;
  font-family: Manrope, sans-serif;
}

.grid-item-text-holder {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.financial-text-holder {
  width: 86%;
}

.financial-text {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.black-arrow {
  margin-top: 2px;
  margin-left: 10px;
}

.grid-items-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.grid-items-wrapper.last {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 565px;
  position: relative;
  overflow: hidden;
}

.pay-image {
  object-fit: cover;
  width: 145px;
  height: 145px;
  position: absolute;
  top: auto;
  bottom: 44%;
  left: 22%;
  right: auto;
  transform: perspective(1000px);
}

.feature-grid {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr;
  margin-top: 10em;
  display: grid;
}

.total-expensive-image {
  perspective: 2000px;
  height: auto;
  transform: perspective(2000px);
}

.grid-item-text-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.total-expensive-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.browse-text {
  color: #03000a;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.feedback-item {
  border: 1px solid var(--main-color);
  background-color: transparent;
  border-radius: 32px;
  width: 50%;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
  overflow: hidden;
}

.feedback-item._1 {
  border-color: var(--main-color);
  background-color: transparent;
  flex-direction: column;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.colored-icon {
  width: 45%;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 3%;
  right: auto;
}

.feedback-grid-item {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  font-size: 18px;
  display: flex;
  position: relative;
}

.feedback-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
  letter-spacing: 0;
  line-height: 36px;
}

.colored-holder {
  border: 1px solid var(--main-color);
  background-color: transparent;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.big-icon {
  width: 60%;
}

.feedback-icon-wrapper {
  height: 100%;
  display: flex;
}

.main-large-paragraph-holer {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feedback-white-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 2em;
  display: grid;
}

.feedback-text-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  padding-top: 3em;
  font-size: 18px;
  display: flex;
}

.feedback-white-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 3em;
  font-size: 18px;
  display: flex;
}

.white-holder {
  border: 1px solid var(--main-color);
  background-color: transparent;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 2em;
  overflow: hidden;
}

.big-cart {
  width: 90%;
  padding-left: 3em;
  padding-right: 3em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feedback-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2em;
  display: grid;
}

.system-text {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.feedback-image {
  width: 100%;
  box-shadow: 7px 5px 31px rgba(0, 0, 0, 0.2);
}

.feedback-image._2 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 0 18px 18px 0;
  height: 100%;
}

.feedback-image._1 {
  box-shadow: none;
  object-fit: cover;
  object-position: 40% 100%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  height: 100%;
  min-height: 500px;
}

.cactus-icon {
  width: 50%;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -16%;
  transform: rotate(130deg);
}

.feedback-icon-holder {
  background-color: #fff;
  border: 3px solid #f1f6f5;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  display: flex;
  box-shadow: 2px 11px 30px rgba(0, 0, 0, 0.2);
}

.feedback-icon-holder._2 {
  width: 103px;
  height: 103px;
  position: absolute;
  top: 41%;
  bottom: auto;
  left: 28%;
  right: 0%;
}

.feedback-icon-holder._3 {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 25%;
}

.feedback-icon-holder._4 {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 46%;
  bottom: 0%;
  left: -5%;
  right: auto;
}

.feedback-icon-holder._5 {
  width: 122px;
  height: 122px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 12%;
  right: auto;
}

.feedback-icon-holder._1 {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: -13%;
}

.icon {
  width: 50%;
}

.fixed-text-holder {
  width: 100%;
  max-width: 930px;
}

.fixed-text-holder.center {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.center-div-holder {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.icons-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.icon-bg {
  background-color: #fff;
  border-radius: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.tittle-text {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
}

.large-center-paragraph {
  color: #b4bcd0;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.feedback-items-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 2em;
  display: flex;
}

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

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.iphone-screen-image.card {
  object-position: 50% 50%;
  border-radius: 20px;
  height: 60%;
}

.card-logo {
  width: 66px;
}

.cards-second-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

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

.card-image-holder {
  width: 100%;
}

.card-image-holder._02 {
  width: 100%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-image-holder.last {
  padding: 24px;
}

.iphone-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.card-text-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.card-text-holder._02 {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  padding: 46px 46px 46px 38px;
}

.card-text-holder.small {
  padding-left: 13px;
  padding-right: 13px;
}

.card-iphone-holder {
  width: 100%;
  margin-top: 0;
  position: relative;
  top: 190px;
}

.card-logo-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  display: flex;
  position: relative;
}

.cta-7-simple-card-image {
  height: 100%;
}

.cards-grid-holder {
  padding-top: 70px;
}

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

.experience-paragraph-holder {
  max-width: 510px;
}

.experience-paragraph-holder._02 {
  max-width: 280px;
}

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

.simple-card-image {
  width: 100%;
}

.cta-8-card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  font-family: Manrope, sans-serif;
}

.cta-8-card-title.black-text {
  color: #fff;
}

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

.card-background {
  border: 1px solid var(--main-color);
  background-color: #000;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.cards-section {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-8-title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.black-text-4 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.iphone-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.two-cards-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-bg-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.card-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 45px;
  display: flex;
  position: relative;
}

.card-logo-holder {
  perspective: 1000px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 288px;
  min-height: 288px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-container-holder {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 530px;
  display: flex;
  position: relative;
}

.card-container-holder._02 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
}

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

.paragraph-open-roles {
  max-width: 440px;
}

.faq-container {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.f-a-q-4-title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: transparent;
  border: 1px solid rgba(88, 206, 118, 0.41);
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-answer-holder {
  overflow: hidden;
}

.faq-question-text {
    color: #f7f7f8;
    font-size: 22px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    padding-right: 40px;
    line-height: normal;
}

.f-a-q-open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.f-a-q-open-roles-cta-holder {
  margin-bottom: 120px;
}

.content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
}

.f-a-q-hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.get-in-touch-button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.35s, box-shadow 0.35s;
}

.get-in-touch-button:hover {
  background-color: var(--main-color);
  color: #000;
  box-shadow: 0 0 13px rgba(88, 206, 118, 0.61);
}

.f-a-q-open-roles-illustation {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 13%;
  transform: perspective(2000px);
}

.faq-icon-holder {
  border: 2px solid var(--main-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.faq-answer {
  color: #b4bcd0;
  padding-top: 12px;
  padding-right: 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-icon {
  width: 10px;
}

.faq-block {
  border: 1px solid var(--main-color);
  cursor: pointer;
  background-color: #161b22;
  border-radius: 26px;
  padding: 32px;
  transition: background-color 0.5s;
}

.faq-block:hover {
  background-color: #06080a;
}

.nav-link-3 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link-3:hover,
.nav-link-3.w--current {
  color: #ff7a1c;
}

.main-nav-link-holder {
  padding-left: 5px;
}

.main-nav-link-holder.nav-button-holder {
  z-index: 2;
  z-index: 2;
  margin-right: 4em;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.main-nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.main-nav-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.main-nav-dropdown-list.w--open {
  top: 53px;
}

.brand-link-holder {
  margin-left: 15px;
  display: flex;
  overflow: hidden;
}

.nav-links-right-space {
  width: 100%;
  display: block;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: var(--main-color);
}

.nav-links-left-space {
  width: 100%;
}

.link-background-green {
  z-index: -1;
  background-color: #f7f7f7;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-background-green.link-bg-on-dark {
  border: 1px solid var(--main-color);
  background-color: rgba(255, 255, 255, 0.15);
}

.link-background-green.footer {
  background-color: var(--main-color);
}

.main-nav-dropdown-column {
  position: relative;
}

.main-nav-up-holder {
  z-index: -1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-size-animation-trigger {
  height: auto;
  position: absolute;
  top: 100vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 99;
  background-color: rgba(255, 255, 255, 0);
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  height: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-brand-link {
  z-index: 2;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-brand-link:hover {
  opacity: 0.9;
}

.main-brand-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.main-menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color 0.35s;
}

.main-menu-button:hover,
.main-menu-button.w--open {
  background-color: #f1f1f1;
}

.hero-brand-logo {
  z-index: 2;
  max-width: 150px;
  height: 100%;
  max-height: 34px;
  position: relative;
}

.nav-dropdown-text {
  color: #d4d4d4;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.hero-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.hero-container.nav-container {
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.nav-container {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
  position: relative;
}

.nav-dropdown-list-content-holder {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid var(--main-color);
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 130%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.top-nav-link-holder {
  padding-left: 10px;
}

.navigation-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.primary-button {
  color: #fff;
  background-color: #378049;
  background-image: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.35s;
}

.primary-button:hover {
  opacity: 0.85;
  color: #fff;
}

.nav-brand-text-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-menu {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-line {
  background-color: #ebe7e0;
  width: 1px;
  height: 60%;
  margin-left: 12px;
  overflow: hidden;
  margin-right: 10px;
}

.navigation-menu-overlay-mobile {
  display: none;
}

.navigation-link-holder {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  position: relative;
}

.navigation-link-holder:hover,
.navigation-link-holder.w--current {
  color: var(--main-color);
}

.navigation-link-holder.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.navigation-link-holder.nav-link-dropdown:hover {
  color: var(--main-color);
}

.navigation-link-holder.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.black-main-nav-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 0 2px rgba(245, 245, 248, 0.34);
}

.main-blury-bg-main-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-remove-button {
  color: #c5c5c5;
  font-size: 13px;
  position: absolute;
  top: 4%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.main-remove-button:hover {
  color: #fa4d50;
}

.main-cart-item-image {
  object-fit: cover;
  border-radius: 14px;
  width: 150px;
  height: 150px;
}

.quantity-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
}

.x-icon-3 {
  width: 50px;
  height: auto;
}

.bracket {
  color: #fff;
  position: relative;
  left: 5px;
}

.bracket.right {
  left: -5px;
}

.trash-icon {
  width: 100%;
  height: 100%;
}

.price-cart-holder {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 10%;
}

.cart-item-holder {
  width: 80%;
}

.cart-subtotal-price-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.main-quantity-holder {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cart-quantity-3 {
  color: #909090;
  background-color: rgba(250, 250, 250, 0);
  border-style: none;
  border-color: #fafafa;
  width: 40px;
  height: 30px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 0;
  font-size: 16px;
  transition: color 0.35s, background-color 0.35s;
}

.cart-quantity-3:hover {
  background-color: #f8f8fa;
}

.cart-quantity-3:focus {
  border-color: #4d6bfa;
}

.main-cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-price-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.cart-quantity-number-3 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.main-cart-header {
  border-bottom-color: #322b21;
  padding: 1em;
}

.main-cart-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item-title-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.top-cart-button {
  outline-offset: 0px;
  background-color: #171717;
  border: 1px solid #313131;
  border-radius: 10px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 8px 14px;
  transition: border-color 0.35s, box-shadow 0.35s;
  overflow: hidden;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.8), 0 3px 4px rgba(0, 0, 0, 0.24),
    0 1px 2px rgba(0, 0, 0, 0.32);
}

.top-cart-button:hover {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0.8), 0 3px 4px rgba(0, 0, 0, 0.24),
    0 1px 2px rgba(0, 0, 0, 0.32);
}

.main-cart-container {
  background-color: #131313;
  border-radius: 8px;
}

.main-cart-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.cart-subtotal-label-3 {
  color: #fff;
  font-size: 20px;
}

.main-cart-footer {
  border-top-color: rgba(255, 255, 255, 0.7);
  padding: 1em;
}

.trash-icon-holder {
  width: 20px;
  height: 20px;
  position: relative;
}

.nav-cart-image {
  border-radius: 14px;
  width: 16px;
}

.cart-quantity-text {
  color: #909090;
  font-size: 16px;
  position: relative;
}

.web-payments-3 {
  margin-bottom: 1em;
}

.main-top-cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 38px;
}

.main-cart-item-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1em;
  margin-right: 1em;
}

.red-trash-icon {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h5-footer {
  color: #fff;
}

.footer-line {
    background-color: rgba(255,255,255,0.22);
    width: 100%;
    height: 1px;
    margin-top: 3em;
}

.large-footer-description {
  color: #fff;
  font-size: 32px;
}

.social-media-logo {
  filter: invert();
  width: 20px;
  height: 20px;
}

.footer-text {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  color: #58ce76;
}

.large-copyright-text {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.footer-content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 2em;
  display: grid;
}

.footer-grid-content-holder {
  line-height: 1.5;
}

.main-made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top-width: 1px;
  border-top-color: #fafafa;
  justify-content: end;
  margin-top: 2em;
  padding-top: 0em;
  padding-bottom: 0em;
  display: flex;
  overflow: hidden;
}

.email-container {
  grid-column-gap: 0.8em;
  grid-row-gap: 0.8em;
  margin-top: 1em;
  display: flex;
}

.arrow-right-image {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-button-with-icon {
  background-color: var(--main-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  position: relative;
  display: none;
}

.main-footer-link {
  z-index: 1;
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.4s;
  position: relative;
  overflow: hidden;
}

/*.main-footer-link:hover, .main-footer-link.w--current {
  color: var(--main-color);
}*/

.website-link {
  color: gray;
  transition-duration: 0.3s;
}

.website-link:hover {
  color: var(--main-color);
}

.form-button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 13px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.35s, box-shadow 0.35s;
  position: absolute;
}

.form-button:hover {
  background-color: var(--main-color);
  color: #000;
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.38);
}

.hero-4-form-block {
  margin-bottom: 0;
}

.hero-4-error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.hero-hero-holder {
  margin-top: 60px;
  margin-bottom: 60px;
}

.hero-4-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-screenshot-holder {
  padding: 0.8em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-phone-container {
  z-index: 1;
  width: 250px;
  position: relative;
}

.number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(48deg, #000 22%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28.9em;
  font-weight: 800;
  position: absolute;
  top: -34%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.number._4 {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 59%),
    linear-gradient(
      270deg,
      #b6f4c6 1%,
      #58ce76 100%,
      #c6caf6 100%,
      #f3b1a5 100%,
      #dad9e9
    );
  top: auto;
  bottom: -47%;
  left: auto;
  right: -8%;
}

.number._2 {
  background-image: linear-gradient(90deg, #000 36%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(
      90deg,
      #b6f4c6,
      #58ce76 100%,
      #c6caf6 100%,
      #f3b1a5 100%,
      #dad9e9
    );
  top: -12%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.number._3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(
      circle at 100% 100%,
      rgba(0, 0, 0, 0.56) 33%,
      rgba(255, 255, 255, 0) 56%
    ),
    linear-gradient(
      270deg,
      #b6f4c6,
      #58ce76 100%,
      #c6caf6 100%,
      #f3b1a5 100%,
      #dad9e9
    );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  top: auto;
  bottom: -27%;
  left: -5%;
  right: auto;
}

.number._1 {
  background-image: linear-gradient(48deg, #000 12%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(
      270deg,
      #b6f4c6,
      #58ce76 100%,
      #c6caf6 100%,
      #f3b1a5 100%,
      #dad9e9
    );
}

.hero-4-success-message {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(to right, #efb7ae 13%, #d9d8e8 78%);
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.hero-text-field-form {
  color: #fff;
  background-color: rgba(13, 13, 24, 0.5);
  border: 1px solid rgba(252, 252, 252, 0.2);
  border-radius: 160px;
  width: 460px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 26px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: transform 0.4s, border-color 0.4s;
}

.hero-text-field-form:focus {
  border-color: #fff;
}

.hero-text-field-form::placeholder {
  color: #a3a4bf;
}

.hero-phone-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-screenshot {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.features-phone {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-text-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  transform: perspective(1500px);
}

.from-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-home-tittle {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
}

.gray-paragraph {
  color: rgba(208, 213, 219, 0.6);
  font-weight: 500;
}

.large-cart-holder {
  z-index: 3;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 13%;
  left: auto;
  right: -21%;
}

.logo-to-use-holder {
  width: 110px;
  height: 110px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.logo-to-use-holder._3 {
  bottom: 28%;
  left: 40%;
}

.logo-to-use-holder._4 {
  top: 31%;
  bottom: auto;
  left: 52%;
  right: auto;
}

.logo-to-use-holder._5 {
  left: 52%;
}

.logo-to-use-holder._2 {
  bottom: -8%;
  left: 38%;
}

.logo-to-use-holder._6 {
  bottom: -6%;
  left: 65%;
}

.system-dev-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

.multi-logo-holder {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-to-use {
  width: 100%;
  height: 100%;
}

.hero-section-text-holder-home {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-text-holder-home.top-margin {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 8em;
}

.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.product {
  z-index: 3;
  perspective: 1500px;
  transform: perspective(1500px);
}

.app-dev-image-text-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.inside-iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.iphone-image-home-page {
  z-index: 2;
  height: 100%;
  position: relative;
}

.large-cart-image {
  height: 420px;
  transform: perspective(1500px);
}

.main-application-development-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-application-development-holder._1 {
  perspective: 1500px;
  transform: perspective(1500px);
}

.gray-small-text {
  color: #d0d5db;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.small-gradient-text {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-weight: 500;
  line-height: 62px;
}

.grid-4-col-home-3 {
  width: 100%;
  margin-top: 14em;
}

.medium-managment-text {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
  font-family: Manrope, sans-serif;
}
.medium-managment-text b {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-management-holder {
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.top-margin-xl {
  flex-direction: column;
  margin-top: 5em;
  position: relative;
}

.button-with-arrow-2 {
  background-color: #fff;
  background-image: linear-gradient(
    to top,
    rgba(183, 52, 179, 0.15),
    rgba(183, 52, 179, 0)
  );
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.check-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.sales-data-image-holder {
  width: 320px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 26%;
  right: 0%;
}

.managment-help-image {
  width: 100%;
  transform: perspective(2000px);
}

.larg-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.management-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-image-project {
  width: 40px;
  min-width: 40px;
  margin-top: 0;
}

.managment-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}

.managment-wrapp {
  position: relative;
}

.icon-text-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.heading-paragraph-holder-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  bottom: -8%;
}

.sales-data-image {
  object-fit: cover;
  width: 100%;
  transform: perspective(2000px);
}

.button-browse-holder-2 {
  width: 50%;
  margin-top: 2em;
}

.financial-holder {
  background-color: #131313;
  background-image: url("../images/Noise.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #313131;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.financial-holder.second {
  background-color: rgba(19, 19, 19, 0);
  background-image: none;
  border-color: #58ce76;
  padding-top: 30px;
  padding-bottom: 30px;
}

.center-tittle {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-grid-2-colum {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr;
  margin-top: 4em;
  display: grid;
}

.feature-grid-2-colum.second {
  grid-template-columns: 5fr 5.75fr;
  margin-top: 12em;
}

.features-image {
  position: relative;
}

.features-image.second {
  perspective: 2000px;
  height: 95%;
  padding-top: 0;
  padding-left: 0;
  overflow: hidden;
  transform: perspective(2000px);
}

.gray-financial-text {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.center-paragraph {
  color: #909090;
  text-align: center;
  text-wrap: balance;
  font-size: 16px;
  letter-spacing: 0;
}

.design-ui-image {
  perspective: 1500px;
  width: 100%;
  height: 100%;
}

.design-ui-image.second {
  z-index: 9;
  border-radius: 27px;
  position: relative;
}

.big-tittle {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Manrope, sans-serif;
}
.big-tittle b {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
}
.grid-item-text-holder-2 {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-items-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.grid-item-text-container-2 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.about-button-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.green-text {
  color: var(--main-color);
  -webkit-text-stroke-color: #378049;
}

.hero-dashboard-main-holder {
  width: 100%;
  height: 100%;
  margin-top: 13em;
  position: relative;
}

.hero-dashboard-main-holder.features {
  margin-top: 7em;
}

.dark-overlay {
  background-image: linear-gradient(0deg, #131313, rgba(19, 19, 19, 0));
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-overlay.about {
  height: 50%;
}

.about-gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 800;
  font-family: Manrope, sans-serif;
  line-height: 56px;
}
.about-gradient-text span {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.hidden-on-desktop {
  display: none;
}

.green-span-text {
  background-image: linear-gradient(
    to bottom,
    var(--main-color),
    var(--main-color)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.about-box-holder {
  background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(0, 0, 0, 0.06));
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 33px;
  width: 100%;
  padding: 30px 80px;
}

.about-box-holder._3,
.about-box-holder._2 {
  background-image: none;
  border-style: none;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.about-box-holder._4 {
  background-image: none;
  border-style: none;
  padding-left: 40px;
  padding-right: 40px;
}

.about-box-holder._1 {
  background-image: none;
  border-style: none;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.hero-about-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.features-hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-hero-grid.about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col-about {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blackmedium-text {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.about-hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-about-image-holder {
  border-radius: 44px;
  width: 100.1%;
  height: 100%;
  padding: 2px 1px 1px;
  transform: none;
}

.hero-about-grid-holder {
  z-index: 13;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.team-social-media-image {
  width: 100%;
}

.green-overlay-overlay {
  background-image: linear-gradient(
    0deg,
    var(--main-color),
    rgba(29, 66, 62, 0)
  );
  height: 110%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-grid-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-social-holder {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-team-image-holder {
  width: 100%;
  height: 410px;
}

.our-team-text {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}
.our-team-text b {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.team-grid-holder {
  margin-top: 5em;
}

.team-job-position {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.team-social-media-holder {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.team-details-holder {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-name {
  z-index: 1;
  color: #fff;
  max-width: 200px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
}

.team-social-media {
  width: 24px;
}

.about-team-holder {
  position: relative;
  overflow: hidden;
}

.featured-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(0) !important;
}

.about-team-holder:hover img {
  filter: saturate(100%) !important;
}

.agency-value {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  min-height: 40vh;
  margin-bottom: 3em;
  padding: 60px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 50px 10px rgba(18, 15, 60, 0.3);
}

.extra-features-about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.extra-feature-image {
  width: 100%;
}

.extra-feature-image.paddings {
  object-fit: cover;
  padding-left: 2em;
  padding-right: 2em;
}

.extra-feature-image._1 {
  height: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.bliz {
  width: 320px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -3%;
}

.tittle {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.extra-feature-paragraph {
  color: #bbbbbd;
  font-weight: 500;
}

.bliz-image {
  width: 320px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.main-extra-feature-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.main-extra-feature-content.smaller {
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
}

.grid-title-holder {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 62px;
  display: flex;
}

.grid-title-holder.about {
  width: 80%;
}

.bold-extra-feature-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: Manrope, sans-serif;
}

.grid-section {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
  position: relative;
}

.main-extra-feature-holder {
  background-color: #000;
  border: 1px solid #bbbbbd;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.15);
}

.main-extra-feature-holder.small {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.large-image {
  z-index: 0;
  width: 344px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 52%;
  right: 0%;
}

.contact-3-error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -1%;
}

.open-roles-cta-holder {
  margin-top: 4em;
}

.field-input {
  color: #fff;
  background-color: #161b22;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.35s;
}

.field-input:hover {
  background-color: #13171d;
}

.field-input:focus {
  background-color: #13171d;
  border-color: rgba(255, 255, 255, 0.2);
}

.field-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.contact-submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.35s, box-shadow 0.35s;
}

.contact-submit-button:hover {
  background-color: var(--main-color);
  color: #000;
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.38);
}

.contact-3-title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.contact-3-success-message {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(to right, #efb7ae 13%, #d9d8e8 78%);
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.contact-3-form-block {
  width: 50%;
}

.contact-3-white-title {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.25;
}

.white-heading {
  color: #fff;
}

.blog-big-collection {
  width: 100%;
  max-width: 80%;
}

.main-blog-wrapper {
  margin-top: 3em;
}

.main-blog-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content-holder {
  z-index: 2;
  width: 100%;
  margin-top: -7em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog-item-content-holder.blog-big-item-content-holder {
  max-width: 42%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-item-category-2 {
  color: rgba(255, 255, 255, 0.7);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.topic-text {
  color: silver;
  font-size: 16px;
  display: none;
}

.blog-item-title-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.blog-item-read-more-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-item-read-more {
    color: #58ce76;
    margin-top: 1.5em;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    font-family: Manrope, sans-serif;
}

.share-panel {
  padding-bottom: 1em;
  padding-right: 2em;
}

.follow-us-main-panel {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border-radius: 30px;
  height: 50px;
  padding: 15px 20px;
}

.text-field:active {
  color: #000;
}

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

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

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

.gray-text {
  color: #505e6d;
}

.social-media-link-5 {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.post-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: relative;
}

.subscribe-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.submit-holder {
  width: 70%;
}

.detail-data-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 3em;
  font-size: 14px;
  display: flex;
}

.submit-form-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-background-2 {
  z-index: -1;
  background-color: #f1f1f1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.detail-data-parent {
  border: 1px solid var(--main-color);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: 400px;
  padding: 35px;
  position: relative;
  top: 0;
}

.follow-us-arrow-image {
  filter: invert();
  width: 20px;
}

.share-text-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.social-media-icons-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-sticky-content {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sub-text {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.submit-button {
  background-color: #fff;
  background-image: linear-gradient(
    47deg,
    var(--main-color),
    var(--main-color)
  );
  letter-spacing: 0.5px;
  border-radius: 30px;
  transition: letter-spacing 0.35s;
}

.submit-button:hover {
  letter-spacing: 1px;
}

.post-image-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.submit-button-holder {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.bold-text-2,
.rich-text-block {
  color: #fff;
}

.blog-main-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 600px;
    border: 1px solid #58ce76;
    border-radius: 32px;
}

.quantity,
.number-text {
  color: #fff;
  font-size: 18px;
}

.shipping-method-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.brand-text {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.small-white-text {
  color: #b4bcd0;
  font-size: 18px;
  font-weight: 500;
  font-family: Manrope, sans-serif;
}

.icon-2 {
  width: 100%;
}

.grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.grid-list._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
}

.list-icon-container {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 8px;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.field-label {
  color: #fff;
}

.text-block {
  color: var(--light-grey);
}

.shipping-address-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog-hero-image-holder {
  margin-top: 4em;
}

.hero-circle-bg-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demo-hero-text {
  margin-top: 0;
  font-size: 64px;
  font-weight: 600;
}

.demo-hero-description {
  color: rgba(255, 255, 255, 0.7);
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.demo-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  font-weight: 500;
  transition: background-color 0.3s,
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
}

.demo-button:hover {
  background-color: var(--main-color);
  color: #fff;
}

.border-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: border-color 0.35s;
  display: flex;
}

.border-button:hover {
  border-color: var(--main-color);
  color: #fff;
}

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

.icon-cta {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.icon-cta._1 {
  width: 100px;
  right: 1%;
}

.icon-cta._2 {
  width: 100px;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 38%;
}

.icon-cta._3 {
  width: 100px;
  top: 11%;
  bottom: auto;
  left: auto;
  right: 43%;
}

.image-with-blury {
  filter: blur(5px);
}

.h2-title-green {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
}

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

.blog-paragraph-holder {
  margin-top: 1em;
  margin-bottom: 1em;
}

.instruction-paragraph {
  font-size: 18px;
}

.feature-button-browse-holder {
  width: 50%;
  margin-top: 2em;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: 0.8;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.4s, box-shadow 0.475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.23);
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url("../images/Webflow-Icon.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.top-margin-xl.top-margin-xl2 {
  margin-top: 2em;
}

.feature-grid-2-colum.second.third {
  margin-top: 5em;
}

.main-extra-feature-holder.main-extra-feature-holder-about {
  border: none;
}

.main-extra-feature-content.smaller.main-extra-feature-content-about
  .bold-extra-feature-title {
  text-align: center;
  font-size: 36px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
  font-weight: 400;
}

.grid-section.grid-section-martop0 {
  margin-top: 0;
}
.container.container-padtop0 {
  padding-top: 0;
}
.grid-title-holder.about.grid-title-holder-marbot0 {
  margin-bottom: 0;
}
.grid-section.grid-section-martop0 .tittle {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.section.overflow-hidden.section_journey .hero-4-container {
  display: block;
  text-align: center;
}
.section.overflow-hidden.section_journey .hero-4-container .hero-text-holder {
  width: 100%;
}

.EOR_TEXT .larg-text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 700;
}
.gray-paragraph {
  font-weight: 400;
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.features-image.second.third.fourth img.design-ui-image.second {
  height: 660px;
  border-radius: 0;
  object-fit: cover;
}

.main-nav-dropdown-list.totl_services.resources_services {
  left: 528px;
}

.totl_services.resources_services .nav-dropdown-list-content-holder {
  width: 150px !important;
}
.hero-hero-holder.hero-hero-holder-EOR .hero-4-container {
  align-items: inherit;
}
.our_journey_img.contact-map {
  display: inline-block;
  width: 48%;
  margin: 50px 0;
}
.our_journey_img.contact-map iframe {
  border-radius: 26px;
}
.contact-3-form-block.w-form.contact-right .managment-holder .larg-text {
  font-size: 16px;
  font-weight: 600;
  color: #58ce76;
}
.contact-3-form-block.w-form.contact-right
  .managment-holder
  p.gray-paragraph
  a {
  color: #b4bcd0;
}
.contact-3-form-block.w-form label#FullName-error {
  color: red;
}

/* BackToTop button css */
#scroll {
  position: fixed;
  left: 25px;
  bottom: 20px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background-color: #378049;
  background-image: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
  text-indent: -9999px;
  display: none;
  z-index: 9;
  border-radius: 46px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: 0.5s;
  background-size: 200% auto;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-position: right center;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
#scroll:focus {
  outline: none;
}
#scroll > span {
  animation: inherit;
}
.open-roles-cta.contcat-form {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
.contact-right {
  padding-left: 50px;
}
.contact-right .icon-text-wrapp {
  align-items: flex-start;
}
.contact-right .managment-holder {
  margin-top: 0;
  padding-bottom: 30px;
}
.contact-right .managment-holder .larg-text {
  font-size: 22px;
  margin-bottom: 5px;
}
.white-paragraph {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  letter-spacing: 0;
}
.contact-right .icon-text-wrapp span {
  text-align: center;
  padding: 10px;
  line-height: 22px;
}
.contact-right .icon-text-wrapp .white-paragraph a {
  color: #fff;
}

.totl_features_block.totl_features_block4 .totl_features_img {
  position: relative;
}
.totl_features_block.totl_features_block4 .totl_features_img:before {
  position: absolute;
  width: 80px;
  height: 20px;
  content: "";
  background: #161616;
  bottom: 0;
  right: 0;
}
a.social-media-link.w-inline-block.totl_instagram img.social-media-logo {
  width: 27px;
  height: 27px;
}
a.social-media-link.w-inline-block.totl_instagram {
  padding-left: 5px;
  padding-top: 5px;
}
.icons-holder .icon-bg .icon {
  width: 65%;
}

.faq-answer ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}

.faq-answer ul li strong {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-3-form-block.w-form label.error {
  color: red;
}

h5.h5-footer.footer_email {
  font-size: 16px;
}

.clock1 {
  float: left;
  width: 100px;
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-right: 5%;
}

.clock1:last-child {
  margin-right: 0;
}

.footer-content {
  display: inline-block;
  width: 100%;
}
.footer-content .content {
  width: 20%;
  float: left;
}
.footer-content .footer-content-holder {
  width: 80% !important;
  margin: 0;
  padding-left: 70px;
  display: inline-block;
}

.footer-content .footer-content-holder {
  grid-template-columns: 1fr 1fr 2fr;
}

.footer-grid-content-holder.footer-grid-content-holder1 {
  width: 17%;
  float: left;
}

.footer-grid-content-holder.footer-grid-content-holder2 {
  width: 25%;
  float: left;
}
.footer-grid-content-holder.footer-grid-content-holder3 {
  width: 52%;
  float: right;
}
.clock1.clock1_mar0 {
  margin-right: 0;
}
.footer_address {
  display: inline-block;
  width: 100%;
  color: #b4bcd0;
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}

.ft_location.ft_location_right {
    float: right;
    border: none;
}
.ft_location {
    float: left;
    width: 44%;
    border-right: 1px solid rgba(255,255,255,0.25);
}
.ft_location p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    min-height: 50px;
}
.flag {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.flag img {
    width: 22px;
    float: left;
    margin-right: 5px;
}

.managment-holder.managment-holder-contact a {
    color: #b4bcd0;
}
.contact-right .managment-holder .flag {
    margin: 10px 0 0 0;
}
.our_journey_img.contact-map.contact-map-usa {
    float: right;
}

::selection {
  color: var(--main-color);
  background: transparent;
}
.grid-image {
  filter: none;
  max-width: 130px;
  max-height: none;
}
.left-text-bottom {
  font-size: 16px;
}

.title-big b {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.total-expensive-holder_img {
  padding: 0;
}
.total-expensive-holder_img img {
  height: 640px;
  object-fit: cover;
}
.feedback-title b {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.padding0 {
  padding: 0;
}

.tiny-title.tiny-title1 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0;
}
.feedback-title.feedback-title1 {
  font-size: 24px;
}

.feedback-item_11 {
    padding-top: 5em !important;
    padding-bottom: 5em;
}

.card-container-holder._02.card-container-holder_022 {
  max-height: 142px;
}

.card-container-holder_022 .cta-card-image {
  object-position: 0px -63px;
}

.card-container-holder_022 .card-image-holder._02 {
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-8-card-title.black-text {
  margin: 0;
}
img.img460 {
  height: 460px;
}
.ft_bottom {
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 0 20px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ft_bottom img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 90%;
}

.ft_bottom a img:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.circle {
  --circle-size: 20px;
  position: fixed;
  height: 20px;
  width: 20px;
  background: #378049;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
}
canvas {
  width: 100%;
  height: 100%;
}
.tr__cursor {
  z-index: 99999;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: #c5fcfc;
  mix-blend-mode: difference;
}
.nav-dropdown-list-content-holder {
  width: 100%;
}
.cursor {
  z-index: 99999;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: #58ce76;
  mix-blend-mode: difference;
  /* transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out; */
  opacity: 1;
  transition: 0.1s;
}
.hover {
  width: 100px;
  height: 100px;
  filter: blur(10px);
  transition: 0.2s;
}
canvas.hover {
  z-index: -1;
}
#animation_bg {
  mix-blend-mode: lighten;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  vertical-align: middle;
}

marquee {
  color: rgba(255, 255, 255, 0.4);
  font-size: 58px;
  padding: 50px 0 0 0;
  font-family: Manrope, sans-serif;
}

marquee span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #58ce76;
  border-radius: 100px;
  margin: 0 10px;
  top: -6px;
  position: relative;
}

marquee p {
  display: inline-block;
}

.w-layout-grid.features-hero-grid.about {
  align-items: flex-start;
}
.extra-feature-paragraph {
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.main-extra-feature-content.smaller.main-extra-feature-content-about {
  max-width: 100%;
  background: url(../images/sustainability_img.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px;
  height: 100vh;
}

.main-extra-feature-content.smaller.main-extra-feature-content-about
  p.extra-feature-paragraph {
  color: #fff;
}
.main-extra-feature-content.smaller.main-extra-feature-content-about:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.icon-text-wrapp span {
  background-color: #378049;
  background-image: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
  border-radius: 100px;
  padding: 8px 14px;
  font-weight: 500;
  color: #fff;
  width: 44px;
  height: 44px;
  float: left;
  line-height: 30px;
  text-align: center;
}
.grid-title-holder.about {
  width: 100%;
}
.bold-extra-feature-title {
  text-align: left;
  width: 100%;
}
.main-extra-feature-content {
  width: 100%;
}
.extra-feature-paragraph {
  width: 100%;
}
.logo.logo_size1 img {
  max-width: 85px;
}
.logo.logo_size2 img {
  max-width: 65px;
}
.logo.logo_size3 img {
  max-width: 55px;
}
.logo.logo_size4 img {
  max-width: 100px;
}

.gray-financial-text.gray-financial-text-spe {
  text-align: center;
  margin: 20px auto;
  width: 90%;
}

.totl_features {
  float: left;
  width: 100%;
}
.totl_features_block {
  float: left;
  width: 25%;
}

.totl_features_img {
  float: left;
  width: 100%;
  background: #161616;
  border: 2px solid #58ce76;
  border-radius: 32px;
  padding: 0;
  overflow: hidden;
}

.totl_features .container {
  display: flex;
  gap: 40px;
}
.totl_features_img img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.totl_features_block.totl_features_block1 .totl_features_img {
  background: #000;
}
.totl_features_block.totl_features_block2 .totl_features_img {
  background: #191919;
  padding: 0;
}

.totl_features_block.totl_features_block3 .totl_features_img {
  background: #1f2020;
}
.totl_features_block.totl_features_block4 .totl_features_img {
  background: #161616;
}

.totl_features_block.totl_features_block2 .totl_features_img img {
  border-radius: 32px;
}

.totl_features_block h2 {
  float: left;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  font-weight: 700;
}
.totl_features_block ul li {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  color: #b4bcd0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.totl_features_block ul {
  float: left;
  width: 100%;
}

.experience-paragraph-holder.experience-paragraph-holder-width {
  max-width: 80%;
  margin: 20px auto;
}

.small-gradient-text.small-gradient-text99 {
  line-height: 62px;
}

p.text_white {
  padding-right: 100px;
  color: #b4bcd0 !important;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.experience-paragraph-holder.experience-paragraph-holder-width {
  max-width: 80%;
  margin: auto;
}

.big-tittle.big-tittle_gre {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
}

.features-image.second.third img.design-ui-image.second {
  transform: inherit !important;
}
.financial-holder.second.third {
  padding: 0;
}
.features-image.second.third {
  transform: inherit !important;
  transform-style: inherit !important;
  height: 100%;
  padding: 0;
}

.totl_services .nav-dropdown-list-content-holder {
  width: 370px !important;
}
.totl_services.main-nav-dropdown-list {
  left: 218px;
  right: inherit;
}
.totl_services .main-nav-list {
  margin-left: 0;
}
.totl_services .w-layout-grid {
  display: block;
}
.totl_services .nav-dropdown-list-content-holder {
  padding-left: 1em;
}
.hero-home-tittle b {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
  -webkit-background-clip: text;
  background-clip: text;
}
.logo.logo_size_G img {
  max-width: 95px;
}
.container.footer-container .footer-content .link-button-with-icon img {
  top: -3px;
  left: -3px;
}
.text a {
  color: #58ce76 !important;
  font-size: 14px;
  font-weight: 500;
}

.clock1 span {
  color: #58ce76;
  margin-top: -25px;
  float: left;
  width: 100%;
}
.feature-grid.home_feature-grid {
  margin-top: 0;
}
.feature-grid.home_feature-grid2 {
  margin-top: 5em;
}
.heading b {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.system-text b {
  background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.paragraph-open-roles p.white-paragraph {
  text-align: left;
  line-height: normal;
}
.experience-paragraph-holder p.white-paragraph {
  font-size: 18px;
  line-height: 26px;
}
.blog-item-image {
  height: auto !important;
  object-fit: contain !important;
}
.blog-item-title-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  min-height: 100px;
}

.section.blog-detail-main .post-holder {
    width: 100%;
  }
  .section.blog-detail-main .post-holder h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 50px;
}
  .section.blog-detail-main .post-holder h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 5px;
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
    letter-spacing: 1px;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: 0;
}
  .section.blog-detail-main .post-holder ul {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 0 !important;
}
  .section.blog-detail-main .post-holder ul li {
    color: #b4bcd0;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.section.blog-detail-main .post-holder ul.col-30 li {
  float: left;
  width: 28%;
  font-size: 16px;
  line-height: 24px;
  color: #b4bcd0;
  list-style: disc;
  margin-left: 20px;
}

.section.blog-detail-main .post-holder ul.col-30 li::marker {
  color: #58ce76;
}

  .section.blog-detail-main .post-holder ul li strong{
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
    float: left;
    color: #58ce76;
  }
  .section.blog-detail-main .post-holder ul li:last-child{
    margin-bottom: 0;
  }
  .blog-container .container, .blog-detail-main .container {
    max-width: 1130px;
  }
  .section.blog-detail-main .post-holder ul.border-column {
    margin-bottom: 0 !important;
}
  .section.blog-detail-main .post-holder ul.border-column li {
    list-style: none;
    margin-bottom: 20px;
    float: left;
    width: 45%;
    border: 1px solid #58ce76;
    border-radius: 5px;
    padding: 20px;
    margin-right: 20px;
}
.blog-container h1.white-heading {
    font-size: 58px;
    line-height: 65px;
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
    letter-spacing: 1px;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 0;
}

.faq-content-row {
  padding-left: 40px;
  background: url(../images/bullet-point.png) no-repeat;
  background-position: left 3px;
  background-size: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  margin-bottom: 25px !important;
  float: left;
  width: 50%;
  padding-right: 30px;
  min-height: inherit;
}
.faq-content-row strong{
  font-weight:600;
  width:100%; 
  float:left;
  color: #58ce76;
}
.faq-content-row h3{
  font-weight:600;
  width:100%;
  float:left;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0; 
   margin:0;
   
}
.faq-content-row:last-child {
    margin-bottom: 10px;
}
.bullet-section {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.managment-holder.managment-holder-contact .gray-paragraph {
    border-bottom: 1px solid rgba(255,255,255,0.22);
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.managment-holder.managment-holder-contact .gray-paragraph.gray-paragraph-bordernone {
    border: none;
    padding: 0;
    margin: 0;
}

.rich-text-block.w-richtext p {
    color: #b4bcd0;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.rich-text-block.w-richtext p strong {
    color: #58ce76;
    font-weight:normal;
}


.heading-paragraph-holder-2 .medium-managment-text.year-g {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #fff, #58ce76 65%, #58ce76);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 62px;
    line-height: 72px;
}

.insight-main {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    border: none;
    border-radius: 32px;
    padding: 30px;
    background: linear-gradient(#58ce76, rgba(164, 46, 156, 0));
    margin-top:15px;
}

.icons-holder.icons-holder-about img {
    opacity: 1 !important;
    width: 100% !important;
}
.icons-holder.icons-holder-about {
    float: left;
    display: inherit !important;
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 5px;
}

.mobilemenu {display: none;}




  .tot_circular_logo {
    width: 160px;
    height: 160px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;
    transform: translateX(240px);
    transition: transform 0.5s;
}
    .tot_circular_logo img.fixed_logo{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 46px;
    }
    .border-img img{
    animation: rotation 8s infinite linear;
    opacity: 0.7;
  }

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.bullet-section.bullet-section-min-height .faq-content-row {
    min-height: inherit;
}
.bullet-section.bullet-section-min-height-148 .faq-content-row {
    min-height: 120px;
}
.section.blog-detail-main .post-holder ul.col-30 {margin-top: 0;}
.brand-text img {
	width: 200px !important;
}
.footer-brand-content .large-footer-description img {
	width: 259px !important;
}
.insight-main ul {
    margin: 0 !important;
}
.feedback-title.feedback-title-martop0 {margin-top:0;}
.martop0 {margin-top:0 !important;}
.mb-0 { margin-bottom:0 !important;}
.mt-0 { margin-top:0 !important;}
h3.feedback-title._2 {
    margin: 10px 0;
}
h3.faq-question-text {
    margin: 0;
}
h2.tiny-title.tiny-title1.martop0 {
    margin: 0;
}
h3.feedback-title.feedback-title1.martop0 {
    margin: 0;
}

p.white-paragraph.our_journry_text {
    font-size: 32px;
}

.faq-answer ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.financial-text strong {
    
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
   
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gray-financial-text strong {
    
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
   
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.faq-answer strong {
    
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
   
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/*video text css*/
.hero-11-sections:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
}
.video_text_banner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.video_text_banner h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
    
    font-family: 'NewStenciltfb';
    letter-spacing:2px;
}

.video_text_banner h1 strong {
    background: linear-gradient(90deg, var(--link-bg-grey), var(--main-color));
    letter-spacing: 2px;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
     font-weight: normal;
}


.video_middle_text {
    display: inline-block;
    width: 100%;
}
.video_middle_text ul li {
    display: inline-block;
    width: auto;
    color: #58ce76;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 20px;
    position: relative;
}
.video_middle_text ul li:before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    background: #58ce76;
    border-radius: 100px;
    top: 8px;
    left: -15px;
}
.video_middle_text ul li:nth-child(1):before {
    display: none;
}
.video_text_banner p {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.video_middle_text ul {
    width: auto;
    padding: 0;
    margin: 20px 0 10px 0;
}
.video_middle_text ul li:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
}
.w-layout-grid.features-hero-grid.about.BMA_Info {
    display: block;
    width: 100%;
    text-align: center;
}
.w-layout-grid.features-hero-grid.about.BMA_Info .content p.white-paragraph {
    width: 65%;
    margin: 30px auto auto auto;
}
/*video text css*/

@media screen and (min-width: 1920px) {
  .hero-11-text-gradient-colored {
    background-image: linear-gradient(90deg, #f5f5f8, var(--main-color));
  }

  .button-browse-holder {
    width: 50%;
  }

  .agency-value {
    min-height: 40vh;
  }

  .feature-button-browse-holder {
    width: 50%;
  }
  
  .video_text_banner h1 {
     font-size: 62px;
    line-height: 62px;
    }
    
}

@media screen and (min-width: 1440px) {
    
    .video_text_banner h1 {
     font-size: 42px;
    line-height: 42px;
    }

  .container {
    max-width: 1350px;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: 0.5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .quic-stack-ikonik-box.dark-gray {
    background-image: url("../images/BG-Image.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .main-white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-ikonik-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-ikonik-image.top-image {
    width: 60%;
    top: 1%;
  }

  .dashboard-container {
    max-width: 1350px;
  }

  .button-browse-holder {
    width: 50%;
  }

  .financial-text-holder {
    width: 100%;
  }

  .grid-items-wrapper {
    justify-content: space-between;
  }

  .grid-items-wrapper.last {
    height: 100%;
    min-height: 640px;
    max-height: 100%;
  }

  .feature-grid {
    margin-top: 10em;
  }

  .feedback-image._2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .feedback-image._1 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .card-image-holder._02 {
    height: 100%;
  }

  .card-text-holder.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container {
    max-width: 1350px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list-content-holder {
    width: 120%;
  }

  .primary-button:hover {
    color: #fff;
  }

  .main-blury-bg-main-holder {
    width: auto;
  }

  .footer-content-holder {
    margin-left: 3em;
  }

  .hero-phone-container {
    width: 320px;
  }

  .number {
    font-size: 30em;
    top: -22%;
  }

  .number._4 {
    bottom: -29%;
  }

  .number._2 {
    top: -3%;
  }

  .number._3 {
    bottom: -25%;
  }

  .container-management-holder {
    justify-content: flex-start;
  }

  .top-margin-xl {
    margin-top: 9em;
  }

  .feature-image-project {
    width: 40px;
  }

  .managment-wrapp {
    width: 80%;
  }

  .icon-text-wrapp {
    justify-content: flex-start;
    margin-top: 0;
  }

  .button-browse-holder-2 {
    width: 44%;
  }

  .feature-grid-2-colum {
    margin-top: 10em;
  }

  .features-image {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-items-wrapper-2 {
    justify-content: space-between;
  }

  .dark-overlay {
    height: 50%;
  }

  .features-hero-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .icon-cta._2 {
    bottom: -3%;
    right: 43%;
  }

  .image-with-blury,
  .cta-image {
    width: 100%;
    height: 100%;
  }

  .feature-button-browse-holder {
    width: 50%;
  }
}

@media screen and (max-width: 1280px) {
    
    .main-footer-link {font-size:15px;}
    .footer-content .content {
    width: 18%;
    float: left;
}
    
    .footer-content .footer-content-holder {
    padding-left: 40px;
  }

  .top-nav-link-holder {
    padding-left: 8px;
}

  .tot_circular_logo img.fixed_logo{
        position: absolute;
        left: 50.3%;
        top: 50.3%;
        transform: translate(-50%, -50%);
        width: 46px;
    }

  .nav-brand-text-holder .brand-text img {
    width: 200px;
    height: 18px;
  }

  .journey-section .management-content-holder {
    width: 50%;
    float: left;
  }
  .journey-section {
    display: inline-block;
    position: relative;
  }
  .journey-section .managment-wrapp {
    position: relative;
    width: 50%;
    float: left;
  }

  .tittle {
    font-size: 42px;
  }

  .flex-center-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-11-text-gradient-colored {
    background-image: linear-gradient(90deg, #f5f5f8, #58ce76);
  }

  .text-gradient-light {
    line-height: 1.3;
  }

  .tittle {
    color: #fff;
  }

  .extra-feature-paragraph {
    color: rgba(255, 255, 255, 0.5);
  }

  .bold-extra-feature-title {
    color: #fff;
  }

  .main-extra-feature-holder {
    background-color: #000;
  }

  .icon-cta._3.icon-cta._3_bott {
    
    top: 11%;
    bottom: auto;
    left: auto;
    right: 39%;
}

.icon-cta._3 {
    width: 80px;
    
}

.icon-cta._1 {
    width: 80px;
    right: 1%;
}
  
  .footer-grid-content-holder.footer-grid-content-holder1 {
    width: 17%;
    float: left;
}
.footer-grid-content-holder.footer-grid-content-holder2 {
    width: 27%;
    float: left;
}
.footer-grid-content-holder.footer-grid-content-holder3 {
    width: 55%;
    float: right;
}
.footer_address {
    padding: 20px 0 0 25px;
}
.about-gradient-text {
    font-size: 42px;
    line-height: 52px;
}
.our-team-text {font-size: 62px;}
.clock1 {width: 90px;}

  .gray-financial-text {
    font-size: 16px;
    line-height: 24px;
  }

  .totl_features_block ul li {
    font-size: 15px;
  }

  .title-big {
    font-size: 42px;
    line-height: 50px;
  }

  .feedback-white-grid-item {
    padding-top: 2em;
  }

  .system-text {
    font-size: 14px;
    line-height: 22px;
  }

  .left-text-bottom {
    font-size: 14px;
    line-height: 22px;
  }

  marquee {
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
    padding: 50px 0 0 0;
    font-family: Manrope, sans-serif;
  }
  .hero-home-tittle {
    font-size: 62px;
  }
  .hero-home-tittle b {
    font-size: 72px;
  }
  .big-tittle {
    font-size: 36px;
  }
  .small-gradient-text {
    font-size: 36px;
    line-height: 42px;
  }
  
}

@media screen and (max-width: 1280px) {
.sticky-jurney-col{
  width: 40%;
}
.journey-section .managment-wrapp{
  width: 50%;
}
.journey-section p.text_white {
  padding-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
.video_text_banner h1 {
    font-size: 32px;
    line-height: 32px;
}
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    color: #fff;
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color 0.35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: rgba(255, 255, 255, 0);
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .checkout-heading {
    font-size: 22px;
  }

  .order-item-full-content {
    flex-flow: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid,
  .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-top-links-6col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    top: 10px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .logo {
    width: 120%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu---container {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: -webkit-sticky;
    position: sticky;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .main-white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-ikonik-image {
    top: 9%;
  }

  .animation-section {
    padding-top: 150px;
  }

  .dashboard-app-holder {
    top: 6.6%;
    bottom: 6.6%;
  }

  .anim-icons-holder {
    left: -2em;
    right: -2em;
  }

  .hero-text-xl {
    font-size: 80px;
  }

  .device {
    width: 100%;
    height: auto;
  }

  .first-hero-text {
    font-size: 80px;
  }

  .hero-11-button {
    font-weight: 500;
  }

  .device-holder {
    height: auto;
  }

  .title-big {
    font-size: 32px;
  }

  .grid-item-text-holder {
    margin-top: 3em;
  }

  .feature-grid {
    grid-template-columns: 5fr;
    margin-top: 0;
  }

  .feedback-item,
  .feedback-item._1 {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .colored-holder {
    margin-top: 40px;
  }

  .feedback-white-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .feedback-text-holder,
  .feedback-white-grid-item {
    padding-top: 0;
  }

  .big-cart {
    bottom: -4%;
  }

  .feedback-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .feedback-icon-holder._2 {
    width: 90px;
    height: 90px;
    top: 41%;
    left: 33%;
  }

  .feedback-icon-holder._3 {
    width: 140px;
    height: 140px;
    right: 18%;
  }

  .feedback-icon-holder._4 {
    width: 110px;
    height: 110px;
    top: 50%;
  }

  .feedback-icon-holder._5 {
    width: 90px;
    height: 90px;
    bottom: -6%;
  }

  .feedback-icon-holder._1 {
    width: 160px;
    height: 160px;
  }

  .center-div-holder {
    width: 100%;
  }

  .tittle-text {
    font-size: 42px;
    line-height: 48px;
  }

  .feedback-items-holder {
    height: 390px;
  }

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

  .cards-grid {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

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

  .card-container-holder {
    max-height: none;
  }

  .faq-container {
    width: 100%;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .f-a-q-open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: 10%;
  }

  .main-nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .main-nav-link-holder.nav-button-holder {
    padding-left: 0;
    display: none;
  }

  .main-nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .brand-link-holder {
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-background-green.link-bg-on-dark {
    display: none;
  }

  .navigation {
    top: 0;
  }

  .main-brand-link.w--current {
    height: 100px;
  }

  .main-menu-button {
    z-index: 2;
    background-color: var(--main-color);
    margin-right: 5px;
    transition: background-color 0.35s;
    display: flex;
  }

  .main-menu-button:hover {
    background-color: var(--main-color);
  }

  .main-menu-button.w--open {
    background-color: var(--main-color);
    border-radius: 8px;
  }

  .hero-brand-logo {
    margin: 9px;
  }

  .top-nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-brand-text-holder {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .navigation-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--main-color);
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 20px 2em 2em;
    position: absolute;
    top: 80px;
    overflow: scroll;
  }

  .nav-line {
    height: 40px;
    margin-left: 0;
    overflow: hidden;
  }

  .navigation-menu-overlay-mobile {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-link-holder.nav-link-dropdown {
    margin-left: 0;
  }

  .black-main-nav-bg {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-radius: 0;
  }

  .navigation-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .main-top-cart {
    z-index: 1;
  }

  .footer-content-holder {
    grid-template-columns: 1fr 1fr;
  }

  .main-footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .hero-4-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-content-holder {
    align-items: center;
  }

  .hero-phone-holder {
    width: 60%;
  }

  .hero-home-tittle {
    font-size: 60px;
  }

  .logo-to-use-holder._3,
  .logo-to-use-holder._4,
  .logo-to-use-holder._5,
  .logo-to-use-holder._2,
  .logo-to-use-holder._6,
  .logo-to-use-holder._1 {
    width: 90px;
    height: 90px;
  }

  .system-dev-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-text-holder-home {
    height: 110vh;
  }

  .iphone-holder.product {
    height: 500px;
  }

  .large-cart-image {
    height: 340px;
  }

  .small-gradient-text {
    font-size: 50px;
  }

  .feature-grid-2-col {
    grid-template-columns: 1fr;
  }

  .check-holder {
    justify-content: flex-start;
  }

  .managment-help-image {
    width: 90%;
  }

  .feature-image-project {
    width: 40px;
    margin-top: 10px;
  }

  .financial-holder {
    margin-top: 6em;
  }

  .feature-grid-2-colum {
    grid-template-columns: 5fr;
  }

  .feature-grid-2-colum.second {
    grid-template-columns: 5.75fr;
    margin-top: 8em;
  }

  .big-tittle {
    font-size: 32px;
  }

  .features-hero-grid {
    flex-direction: column;
    display: flex;
  }

  .grid-4-col-about,
  .team-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-text {
    font-size: 70px;
  }

  .team-grid-holder {
    margin-top: 60px;
  }

  .agency-value {
    max-width: 80%;
    min-height: 40vh;
  }

  .grid-section {
    grid-template-columns: 40px 1fr;
  }

  .gray-text-span {
    font-size: 42px;
  }

  .large-image {
    width: 300px;
    left: 19%;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: -4%;
  }

  .contact-3-form-block {
    width: 70%;
  }

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

  .blog-item-content-holder.blog-big-item-content-holder {
    max-width: 100%;
  }

  .share-panel {
    padding-right: 0;
  }

  .post-holder {
    grid-template-columns: 1fr;
  }

  .social-media-icons-3 {
    flex-wrap: wrap;
  }

  .blog-sticky-content {
    width: 100%;
  }

  .post-image-holder {
    flex-flow: column;
  }

  .grid-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .demo-hero-text {
    font-size: 80px;
  }

  .demo-button,
  .border-button {
    font-weight: 500;
  }

  .icon-cta._2 {
    right: 56%;
  }

  .icon-cta._3 {
    top: 0%;
    right: 11%;
  }
  .video_text_banner h1 {
    font-size: 32px;
    line-height: 32px;
}
}

@media screen and (max-width: 767px) {
    
    
.financial-holder.second.third {
    padding: 0;
    margin: 0;
}

    h1.hero-home-tittle.hero-home-tittle-business b {
    font-size: 28px;
}
.section.overflow-hidden.about-section5.BMA_Section1 .feature-grid-2-colum.second.third {
    grid-template-columns: inherit;
}
.section.overflow-hidden.about-section5.BMA_Section1.BMA_Section2 .feature-grid-2-colum.second.third {
    grid-template-columns: inherit;
    margin: 80px 0 80px 0;
}
    
    .journey-section .management-content-holder {
    width: 100%;
    float: left;
}

    
    .w-layout-grid.features-hero-grid.about.BMA_Info .content p.white-paragraph {
    width: 100%;
    margin: 30px auto auto auto;
}
    
    /*Video Text CSS*/
    .video_text_banner {
    position: relative;
    left: inherit;
    right: inherit;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: inherit;
    transform: inherit;
}

.video_text_banner h1 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.video_middle_text ul li {
    display: inline-block;
    width: auto;
    color: #58ce76;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 20px;
    position: relative;
}
.video_middle_text ul {
    width: auto;
    padding: 0;
    margin: 0px 0 10px 0;
}
.video_text_banner p {
    display: inline-block;
    width: 90%;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.hero-11-sections:before {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
}
    /*Video Text CSS*/

  .main-extra-feature-content.main-extra-feature-content-about {
    min-height: 250px;
}
.icons-holder.icons-holder-about {
    float: left;
    display: inherit !important;
    width: auto;
    position: absolute;
    left: 15px;
    bottom: 5px;
}

  .heading-paragraph-holder-2 .medium-managment-text.year-g {
   font-size: 28px;
    line-height: 35px;
}

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-link-holder {
    width: 100%;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-content {
    height: auto;
  }

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

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .grid-image {
    width: 100%;
    max-width: 100px;
    max-height: inherit;
  }

  .logo-grid {
    width: 100%;
  }

  .logo-grid.first {
    width: 100%;
    padding-bottom: 10px;
  }

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

  .logo-grid-container.bottom {
    width: 140%;
  }

  .logo-grid-container.top {
    width: 145%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: 0.4;
    width: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

  .nav-menu-link {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .main-white-text-paragraph-holder {
    width: 190px;
  }

  .open-cource-ikonik-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

  .animation-section {
    padding-top: 100px;
  }

  .anim-icon {
    transform: scale(0.6);
  }

  .dashboard-app-holder {
    perspective: 110vw;
  }

  .anim-icons-holder {
    left: -1em;
    right: -1em;
  }

  .hero-home-description {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .hero-text-xl {
    font-size: 56px;
  }

  .hero-11-section {
    height: auto;
  }

  .first-hero-text {
    font-size: 56px;
  }

  .hero-animation,
  .dashboard-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .anim-icon-holder._6 {
    right: -3%;
  }

  .anim-icon-holder._4 {
    top: 0%;
  }

  .anim-icon-holder._3 {
    left: -5%;
  }

  .anim-icon-holder._2 {
    left: -2%;
  }

  .anim-icon-holder._5 {
    right: -8%;
  }

  .grid-item-text-holder {
    align-items: flex-start;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-item-text-container {
    align-items: flex-start;
  }

  .feedback-item {
    flex: 1;
    width: 100%;
  }

  .feedback-item._1 {
    width: 100%;
  }

  .colored-icon {
    width: 30%;
  }

  .feedback-title {
    font-size: 30px;
  }

  .feedback-text-holder {
    font-size: 16px;
  }

  .feedback-white-grid-item {
    padding-left: 1em;
    font-size: 16px;
  }

  .big-cart {
    padding-left: 6em;
    padding-right: 6em;
  }

  .cactus-icon {
    width: 40%;
  }

  .tittle-text {
    font-size: 40px;
  }

  .feedback-items-holder {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    align-items: stretch;
    height: 710px;
  }

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

  .f-a-q-open-roles-illustation {
    width: 185px;
    bottom: 20px;
    right: 20%;
}

  .hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .top-nav-link-holder {
    width: 100%;
  }

  .navigation-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-content-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .hero-phone-holder {
    width: 100%;
  }

  .large-cart-holder {
    height: 300px;
    top: 20%;
  }

  .logo-to-use-holder._3,
  .logo-to-use-holder._4,
  .logo-to-use-holder._5,
  .logo-to-use-holder._2,
  .logo-to-use-holder._6,
  .logo-to-use-holder._1 {
    width: 70px;
    height: 70px;
  }

  .system-dev-grid {
    margin-top: 200px;
  }

  .multi-logo-holder {
    top: -9%;
  }

  .hero-section-text-holder-home {
    height: 130vh;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

  .iphone-holder.product {
    height: 300px;
  }

  .inside-iphone-screen-image {
    border-radius: 15px;
  }

  .large-cart-image {
    height: 230px;
  }

  .small-gradient-text {
    font-size: 40px;
  }

  .grid-4-col-home-3 {
    margin-top: 7em;
  }

  .feature-image-project {
    margin-top: 10px;
  }

  .feature-grid-2-colum {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-item-text-holder-2,
  .grid-item-text-container-2 {
    align-items: flex-start;
  }

  .about-button-holder {
    justify-content: center;
    align-items: center;
  }

  .about-gradient-text {
    font-size: 40px;
  }

  .features-hero-grid.about {
    display: flex;
  }

  .grid-4-col-about {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-section {
    height: auto;
  }

  .team-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-team-text {
    font-size: 50px;
  }

  .agency-value {
    max-width: 100%;
    min-height: 30vh;
  }

  .bliz {
    width: 130px;
  }

  .tittle {
    font-size: 42px;
  }

  .bliz-image {
    width: 130px;
  }

  .main-extra-feature-content.smaller {
    max-width: 100%;
  }

  .grid-title-holder {
    margin-bottom: 32px;
  }

  .open-roles-illustation {
    right: -16%;
  }

  .blog-big-collection {
    max-width: 100%;
  }

  .detail-data-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .detail-data-parent {
    top: 0;
  }

  .demo-hero-text {
    font-size: 56px;
  }

  .demo-hero-description {
    font-size: 18px;
  }

  .icon-cta._2 {
    top: auto;
    bottom: -8%;
    left: auto;
    right: 0%;
  }

  .icon-cta._3 {
    right: 11%;
  }

  .h2-title-green {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1.3em;
  }

  .hero-section {
    min-height: 80vh;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    height: 100%;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-image {
    max-width: 100px;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder,
  .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

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

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .cart-item-image {
    width: 90px;
    height: 90px;
  }

  .cart-footer {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .cart-item-title {
    font-size: 20px;
  }

  .cart-item-content {
    margin-left: 0;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: 0.5em;
  }

  .product-other-images-list {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: 0.5em;
  }

  .order-item-title,
  .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .grid-image {
    max-width: 100px;
  }

  .logo-grid.first {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .logo-infinite-loop-holder {
    width: 120%;
  }

  .logo-grid-holder {
    width: 145%;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-menu---container {
    justify-content: center;
    height: 50%;
  }

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .quic-stack-ikonik-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-ikonik-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .main-white-text-paragraph-holder {
    width: 100%;
  }

  .open-cource-ikonik-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-ikonik-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .animation-section {
    min-height: 150vh;
    padding-top: 60px;
  }

  .dashboard-app-holder {
    perspective: 70vw;
  }

  .anim-icons-holder {
    left: -0.5em;
    right: -0.5em;
  }

  .hero-home-description {
    margin-bottom: 20px;
  }

  .hero-cricle-bg {
    width: 80vw;
    height: 80vw;
    top: -35vw;
    left: -37vw;
  }

  .hero-text-xl {
    font-size: 48px;
  }

  .first-hero-text {
    font-size: 40px;
  }

  .hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-11-button {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-animation {
    padding-left: 10px;
    padding-right: 10px;
    top: 140px;
  }

  .dashboard-container {
    padding: 3em 1em;
  }

  .anim-icon-holder {
    top: 5%;
  }

  .anim-icon-holder._6 {
    top: 59%;
    right: -8%;
  }

  .anim-icon-holder._4 {
    top: 5%;
  }

  .anim-icon-holder._3 {
    left: -10%;
  }

  .anim-icon-holder._2 {
    left: -8%;
  }

  .anim-icon-holder._5 {
    top: 25%;
    right: -9%;
  }

  .anim-icons-scale-holder {
    width: 95%;
  }

  .button-browse-holder {
    width: auto;
  }

  .title-big {
    font-size: 26px;
    line-height: normal;
  }

  .grid-item-text-holder {
    grid-row-gap: 0px;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .financial-text-holder {
    width: 100%;
  }

  .grid-items-wrapper {
    align-items: stretch;
    margin-top: 0;
  }

  .grid-items-wrapper.last {
    min-height: 300px;
  }

  .pay-image {
    width: 100px;
    height: 100px;
  }

  .feature-grid {
    margin-top: 0;
  }

  .grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .feedback-item {
    width: 100%;
    height: 100%;
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .feedback-item._1 {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .colored-icon {
    z-index: 0;
    width: 36%;
    bottom: -13%;
  }

  .feedback-grid-item {
    left: 10px;
  }

  .feedback-title {
    font-size: 25px;
  }

  .feedback-title._2 {
    font-size: 22px;
  }

  .colored-holder {
    border-radius: 20px;
    min-height: 520px;
    padding: 1em 0 2em 1.5em;
    overflow: hidden;
  }

  .feedback-icon-wrapper {
    z-index: 99;
  }

  .feedback-white-grid {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
  }

  .feedback-text-holder {
    margin-right: 1em;
    font-size: 14px;
  }

  .feedback-white-grid-item {
    padding-left: 1.5em;
    font-size: 14px;
  }

  .white-holder {
    margin-top: 40px;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-right: 1em;
    overflow: hidden;
  }

  .big-cart {
    z-index: 3;
    width: 90%;
    padding-left: 2em;
    padding-right: 2em;
    bottom: 0%;
  }

  .feedback-grid {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .feedback-image._2 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .feedback-image._1 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 100%;
  }

  .cactus-icon {
    width: 44%;
    bottom: -9%;
  }

  .feedback-icon-holder._2 {
    width: 70px;
    height: 70px;
  }

  .feedback-icon-holder._3 {
    width: 100px;
    height: 100px;
  }

  .feedback-icon-holder._4 {
    width: 70px;
    height: 70px;
  }

  .feedback-icon-holder._5 {
    width: 60px;
    height: 60px;
  }

  .feedback-icon-holder._1 {
    width: 100px;
    height: 100px;
  }

  .fixed-text-holder.center {
    margin-left: 0;
    margin-right: 0;
  }

  .center-div-holder {
    width: 100%;
  }

  .icons-holder {
    margin-top: 10px;
  }

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

  .tittle-text {
    font-size: 22px;
    line-height: normal;
  }

  .large-center-paragraph {
    font-size: 18px;
  }

  .feedback-items-holder {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .cta-card-image {
    position: relative;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .card-image-holder._02 {
    height: 54%;
    bottom: -5%;
  }

  .iphone-card {
    width: 90%;
    height: 100%;
    left: 0;
  }

  .card-text-holder._02 {
    padding: 20px 20px 78px;
  }

  .card-iphone-holder {
    z-index: 4;
    align-items: center;
    height: 100%;
    margin-top: 0;
    top: 50px;
  }

  .cta-7-simple-card-image {
    width: 100%;
  }

  .cards-grid-holder {
    height: 100%;
  }

  .cta-8-card-title {
    font-size: 24px;
  }

  .cards-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .iphone-image {
    height: 100%;
  }

  .card-logo-holder {
    height: 420px;
    min-height: 420px;
  }

  .card-container-holder,
  .card-container-holder._02 {
    min-height: 30vh;
  }

  .open-roles-cta {
    border-radius: 12px;
    padding-bottom: 180px;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 18px;
  }

  .faq-answer {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .faq-block {
    border-radius: 12px;
    padding: 16px;
  }

  .main-nav-link-holder.nav-button-holder {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .main-nav-list {
    margin-left: 0;
  }

  .main-nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .brand-link-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation {
    width: 100%;
    top: 0;
  }

  .main-brand-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .main-menu-button {
    z-index: 1;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-menu-button:hover,
  .main-menu-button.w--open {
    background-color: var(--main-color);
  }

  .hero-brand-logo {
    max-width: 100%;
    margin: 9px;
  }

  .hero-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list-content-holder {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-menu-container {
    padding-right: 0;
  }

  .primary-button {
    display: none;
  }

  .nav-brand-text-holder {
    justify-content: center;
    align-items: center;
    width: 600px;
    overflow: hidden;
  }

  .navigation-menu {
    border: 1px solid var(--main-color);
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    top: 80px;
    overflow: auto;
  }

  .nav-line {
    width: 1px;
    height: 25px;
    margin-left: 0;
    display: none;
  }

  .navigation-menu-overlay-mobile {
    height: 70px;
  }

  .navigation-link-holder.white-nav-link {
    padding-right: 0;
  }

  .black-main-nav-bg {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-radius: 0;
  }

  .main-blury-bg-main-holder {
    z-index: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
  }

  .main-remove-button {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 3%;
  }

  .main-cart-item-image {
    width: 125px;
    height: 125px;
  }

  .quantity-holder {
    display: flex;
  }

  .main-nav-cart-holder {
    width: 100%;
  }

  .bracket {
    display: none;
  }

  .price-cart-holder {
    left: 0%;
  }

  .cart-item-holder {
    width: 100%;
    margin-top: 0;
  }

  .cart-subtotal-price-3 {
    color: #fff;
  }

  .main-quantity-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-quantity-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-quantity-3:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .main-cart-item {
    flex-flow: row;
  }

  .cart-item-price-3 {
    font-size: 20px;
    font-weight: 500;
  }

  .cart-quantity-number-3 {
    display: none;
  }

  .main-cart-header {
    z-index: 1;
  }

  .cart-item-title-3 {
    font-size: 18px;
  }

  .top-cart-button {
    justify-content: center;
    align-items: center;
  }

  .main-cart-container {
    border-radius: 0;
  }

  .cart-subtotal-label-3 {
    color: #fff;
  }

  .trash-icon-holder {
    top: -19px;
  }

  .nav-cart-image {
    object-fit: none;
    width: 20px;
  }

  .main-top-cart {
    height: 42px;
  }

  .main-cart-item-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    margin-left: 0.5em;
  }

  .footer-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .main-made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .form-button {
    width: 100%;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .hero-4-form-block {
    width: 100%;
    display: flex;
  }

  .hero-hero-holder {
    margin-top: 0;
    padding-top: 30px;
  }

  .number {
    font-size: 19em;
  }

  .number._4 {
    bottom: -28%;
    right: -6%;
  }

  .number._2 {
    top: -25%;
  }

  .number._3 {
    bottom: -20%;
  }

  .hero-text-field-form {
    border-radius: 100px;
    width: 100%;
  }

  .hero-phone-holder {
    margin-top: 5em;
  }

  .from-holder {
    grid-row-gap: 6px;
    align-items: center;
  }

  .hero-home-tittle {
    font-size: 11vw;
    font-weight: 500;
  }

  .large-cart-holder {
    top: 12%;
    right: -23%;
  }

  .logo-to-use-holder._3,
  .logo-to-use-holder._4 {
    width: 50px;
    height: 50px;
  }

  .logo-to-use-holder._5 {
    width: 50px;
    height: 50px;
    bottom: 26%;
    left: 59%;
  }

  .logo-to-use-holder._2 {
    width: 50px;
    height: 50px;
    bottom: 10%;
    left: 31%;
  }

  .logo-to-use-holder._6 {
    width: 50px;
    height: 50px;
    bottom: 1%;
    left: 53%;
  }

  .logo-to-use-holder._1 {
    width: 50px;
    height: 50px;
    bottom: 40%;
  }

  .system-dev-grid {
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .multi-logo-holder {
    top: 5%;
  }

  .hero-section-text-holder-home {
    height: 120vh;
    min-height: 100%;
  }

  .hero-section-text-holder-home.top-margin {
    height: 100%;
    margin-top: 4em;
  }

  .iphone-holder.product {
    top: 3%;
  }

  .inside-iphone-screen-image {
    border-radius: 10px;
  }

  .large-cart-image {
    height: 60%;
  }

  .small-gradient-text {
    font-size: 28px;
  }

  .grid-4-col-home-3 {
    margin-top: 5em;
  }

  .medium-managment-text {
    font-size: 28px;
  }

  .feature-grid-2-col {
    grid-template-columns: 1fr;
  }

  .container-management-holder {
    justify-content: center;
    align-items: center;
  }

  .managment-help-image {
    width: 100%;
  }

  .larg-text {
    padding-bottom: 10px;
    font-size: 20px;
    display: flex;
  }

  .managment-wrapp {
    margin-top: 5em;
  }

  .icon-text-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sales-data-image {
    width: 60%;
  }

  .button-browse-holder-2 {
    width: 100%;
  }

  .financial-holder {
    margin-top: 5em;
    padding: 25px;
  }

  .feature-grid-2-colum,
  .feature-grid-2-colum.second {
    margin-top: 4em;
  }

  .features-image {
    height: 100%;
  }

  .center-paragraph {
    text-wrap: balance;
  }

  .design-ui-image {
    width: 100%;
  }

  .design-ui-image.second {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .big-tittle {
    font-size: 26px;
  }

  .grid-item-text-holder-2 {
    grid-row-gap: 10px;
    align-items: flex-start;
    width: 100%;
  }

  .grid-item-text-holder-2.second {
    margin-top: 0;
  }

  .grid-items-wrapper-2 {
    align-items: stretch;
  }

  .grid-item-text-container-2 {
    align-items: flex-start;
    width: 100%;
  }

  .about-button-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-dashboard-main-holder {
    margin-top: 7.9em;
  }

  .hero-dashboard-main-holder.features {
    margin-top: 5.8em;
  }

  .hidden-on-mobile {
    display: none;
  }

  .about-gradient-text {
    font-size: 34px;
    line-height: 42px;
  }

  .about-box-holder._3,
  .about-box-holder._2,
  .about-box-holder._4,
  .about-box-holder._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-about-image {
    border-radius: 9px;
  }

  .features-hero-grid.about {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-4-col-about {
    grid-template-columns: 1fr 1fr;
  }

  .blackmedium-text {
    font-size: 36px;
  }

  .about-hero-section {
    min-height: 80vh;
  }

  .hero-about-image-holder {
    border-radius: 24px;
  }

  .hero-about-grid-holder {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .team-grid-container {
    flex-flow: column;
    display: flex;
  }

  .our-team-text {
    font-size: 36px;
  }

  .team-social-media-holder {
    grid-column-gap: 20px;
  }

  .agency-value {
    min-height: 35vh;
    margin-bottom: 2em;
    padding: 2em 1em;
  }

  .extra-features-about {
    flex-direction: column;
    display: flex;
  }

  .extra-feature-image.paddings {
    height: 70px;
  }

  .bliz {
    width: 100px;
    bottom: -3%;
  }

  .tittle {
    font-size: 32px;
  }

  .extra-feature-paragraph {
    font-size: 14px;
  }

  .bliz-image {
    width: 100px;
    bottom: -3%;
  }

  .main-extra-feature-content {
    grid-row-gap: 12px;
    flex-direction: column;
    padding: 15px;
    display: flex;
  }

  .grid-title-holder.about {
    width: 100%;
  }

  .bold-extra-feature-title {
    font-size: 18px;
  }

  .grid-section {
    grid-column-gap: 3px;
    grid-template-columns: 15px 1fr;
    margin-top: 0;
  }

  .gray-text-span {
    font-size: 32px;
  }

  .large-image {
    width: 200px;
    height: 200px;
    bottom: -12%;
    left: 38%;
  }

  .open-roles-illustation {
    width: 250px;
    bottom: -1%;
    right: -12%;
  }

  .contact-3-form-block {
    width: 100%;
  }

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

  .blog-item-content-holder.blog-big-item-content-holder {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .blog-item-title-3 {
    font-size: 20px;
  }

  .post-holder {
    width: 100%;
  }

  .detail-data-parent {
    height: 380px;
    padding: 2em 15px;
  }

  .social-media-icons-3 {
    margin-bottom: 0;
  }

  .blog-sticky-content {
    width: 100%;
  }

  .sub-text {
    font-size: 28px;
  }

  .post-image-holder {
    flex-direction: column;
  }

  .blog-main-image {
    object-fit: cover;
    max-height: 400px;
  }

  .grid-list {
    flex-direction: column;
    display: flex;
  }

  .blog-hero-image-holder {
    width: 100%;
    height: 100%;
    margin-top: 2em;
  }

  .demo-hero-text {
    font-size: 34px;
  }

  .icon-cta._1 {
    z-index: 13;
    width: 75px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 4%;
    right: auto;
  }

  .icon-cta._2 {
    width: 75px;
    bottom: 39%;
  }

  .icon-cta._3 {
    width: 75px;
    top: auto;
    bottom: 38%;
    left: 44%;
    right: auto;
  }

  .image-with-blury {
    filter: none;
  }

  .h2-title-green {
    font-size: 32px;
  }

  .feature-button-browse-holder {
    width: 65%;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }
}

#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-5c07eb9b,
#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-5c07eb9b,
#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-5c07eb9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-5c07eb9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-5c07eb9b,
#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-5c07eb9b,
#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-5c07eb9b,
#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-5c07eb9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-5c07eb9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-5c07eb9b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-5c07eb9b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-5c07eb9b,
#w-node-c1734742-2afe-bc88-19df-2f04a114aaed-5c07eb9b,
#w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-5c07eb9b,
#w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-5c07eb9b,
#w-node-_590c8613-c32c-4ec6-8191-945e05ce4797-05ce4794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_590c8613-c32c-4ec6-8191-945e05ce47a1-05ce4794 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_590c8613-c32c-4ec6-8191-945e05ce4802-05ce4794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07ae3987-dc06-6187-3e4a-909f52f1c592-5c07eb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_07ae3987-dc06-6187-3e4a-909f52f1c5a1-5c07eb9c,
#w-node-_07ae3987-dc06-6187-3e4a-909f52f1c5a6-5c07eb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07ae3987-dc06-6187-3e4a-909f52f1c5aa-5c07eb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f07adb57-bb48-d477-5cf3-aa3bcae1f1f6-5c07eb9c {
  order: 9999;
}

#w-node-_1c814645-56e2-fb65-2403-d236c2462182-c2462175,
#w-node-_1c814645-56e2-fb65-2403-d236c246218c-c2462175,
#w-node-_1c814645-56e2-fb65-2403-d236c246219d-c2462175,
#w-node-_1c814645-56e2-fb65-2403-d236c24621ab-c2462175,
#w-node-_1c814645-56e2-fb65-2403-d236c24621b5-c2462175,
#w-node-_1c814645-56e2-fb65-2403-d236c24621bf-c2462175,
#w-node-c6b94500-9967-5ab6-af09-9ca06521728b-65217286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6b94500-9967-5ab6-af09-9ca06521728d-65217286 {
  justify-self: center;
}

#w-node-c6b94500-9967-5ab6-af09-9ca065217296-65217286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6b94500-9967-5ab6-af09-9ca065217298-65217286 {
  justify-self: center;
}

#w-node-c6b94500-9967-5ab6-af09-9ca0652172a2-65217286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6b94500-9967-5ab6-af09-9ca0652172a4-65217286 {
  justify-self: center;
}

#w-node-c6b94500-9967-5ab6-af09-9ca0652172ad-65217286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6b94500-9967-5ab6-af09-9ca0652172af-65217286 {
  justify-self: center;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-5c07eba2,
#w-node-b1078083-528c-8a78-9451-10023c5ce546-5c07eba2,
#w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-5c07eba2,
#w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-5c07eba2,
#w-node-c36b843d-59da-f500-5277-867ccfc46c3b-5c07eba2,
#w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-5c07eba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-5c07eba4,
#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-5c07eba4,
#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-5c07eba4,
#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-5c07eba4,
#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-5c07eba4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-5c07eba7,
#w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-5c07ebaa,
#w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-5c07ebaa,
#w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-5c07ebaa,
#w-node-d3c2337a-c9fa-0c0e-b8fd-c32b188c24db-5c07ebb2,
#w-node-_27a796f2-d0cd-c308-44fd-93b349947ea2-5c07ebb2,
#w-node-_27a796f2-d0cd-c308-44fd-93b349947ea4-5c07ebb2,
#w-node-_27a796f2-d0cd-c308-44fd-93b349947eab-5c07ebb2,
#w-node-_27a796f2-d0cd-c308-44fd-93b349947eb2-5c07ebb2,
#w-node-_27a796f2-d0cd-c308-44fd-93b349947eb9-5c07ebb2,
#w-node-_4f69799d-28ae-1751-5408-caa6e887d169-5c07ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f69799d-28ae-1751-5408-caa6e887d16d-5c07ebb2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f69799d-28ae-1751-5408-caa6e887d16f-5c07ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f69799d-28ae-1751-5408-caa6e887d190-5c07ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1deecbf-4d07-967a-c812-436524423647-5c07ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1deecbf-4d07-967a-c812-43652442364a-5c07ebb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5179104f-6608-4f18-55b7-6b06c2a55d7d-5c07ebb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5179104f-6608-4f18-55b7-6b06c2a55d88-5c07ebb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5179104f-6608-4f18-55b7-6b06c2a55d9d-5c07ebb3,
#w-node-_5179104f-6608-4f18-55b7-6b06c2a55d9f-5c07ebb3,
#w-node-_5179104f-6608-4f18-55b7-6b06c2a55da4-5c07ebb3,
#w-node-_5179104f-6608-4f18-55b7-6b06c2a55dab-5c07ebb3,
#w-node-_5179104f-6608-4f18-55b7-6b06c2a55db2-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b55557509256-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b55557509265-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b55557509274-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b55557509283-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b55557509292-5c07ebb3,
#w-node-cb0bfc07-1a08-95df-c792-b555575092a1-5c07ebb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bd3113f-fa84-ab7a-4cfb-c42f93325349-5c07ebb3,
#w-node-_9bd3113f-fa84-ab7a-4cfb-c42f93325350-5c07ebb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bd3113f-fa84-ab7a-4cfb-c42f93325359-5c07ebb3,
#w-node-_9bd3113f-fa84-ab7a-4cfb-c42f93325360-5c07ebb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f07adb57-bb48-d477-5cf3-aa3bcae1f1f6-5c07eb9c {
    order: 9999;
  }

  #w-node-_4f69799d-28ae-1751-5408-caa6e887d190-5c07ebb2 {
    align-self: center;
  }
}

@media screen and (max-width: 1080px) {
  .team-name {
    font-size: 26px;
    line-height: 32px;
  }
  .hero-home-tittle {
    font-size: 50px;
    line-height: 1.1;
  }
  .hero-4-form-block #email-2-error {
    position: absolute;
    bottom: -30px;
    color:#fff;
  }
  .small-gradient-text {
    font-size: 48px;
    line-height: 52px;
  }
  .big-tittle {
    font-size: 38px;
    line-height: 1.2;
  }
  .container.f-a-q .f-a-q-4-title-holder .f-a-q-hero-title{
    font-size: 42px;
  }
  .f-a-q-open-roles-illustation {
    width: 200px;
    bottom: 8%;
    right: 12%;
  }
  .icon-cta._3 {
    top: 15%;
    right: 25%;
  }
  .icon-cta._1 {
    width: 60px;
    right: 1%;
  }
  .icon-cta._3 {
    top: 2%;
    right: 25%;
    width: 60px;
  }
  .blog-container h1.white-heading {
    font-size: 48px;
    line-height: 60px;
  }
  .section.blog-detail-main .post-holder h2 {
    font-size: 38px;
    line-height: 42px;
  }
  }
@media screen and (max-width: 991px) {

  .mobilemenu { display:block; margin-bottom:15px; }
  .mobilemenu a.primary-button.w-inline-block {
    display: block;
    width: 100px;
    float: left;
}
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-5c07eb9b {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-5c07eb9b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-5c07eb9b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-5c07eb9b,
  #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-5c07eb9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_590c8613-c32c-4ec6-8191-945e05ce4797-05ce4794 {
    grid-column: span 3 / span 3;
  }

  #w-node-f07adb57-bb48-d477-5cf3-aa3bcae1f1fe-5c07eb9c {
    order: 9999;
  }

  #w-node-_1c814645-56e2-fb65-2403-d236c2462182-c2462175 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c814645-56e2-fb65-2403-d236c246218c-c2462175 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c814645-56e2-fb65-2403-d236c246219d-c2462175 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f1deecbf-4d07-967a-c812-43652442364a-5c07ebb2 {
    order: -9999;
  }
  .totl_services.main-nav-dropdown-list {
    left: 0;
    right: inherit;
    top: 11px;
}
.totl_services .nav-dropdown-list-content-holder {
    width: 100% !important;
}
.main-nav-dropdown-list.totl_services.resources_services {left: 0;}
.totl_services.resources_services .nav-dropdown-list-content-holder {
    width: 100% !important;
}
.hero-11-sections {
    margin: 0 !important;
}
marquee { font-size:32px; }
.footer-content .content {
    width: 100%;
    float: left;
}
.footer-content .footer-content-holder {
    width: 100% !important;
    margin: 0;
    padding-left: 0;
    display: inline-block;
}
.footer-grid-content-holder.footer-grid-content-holder1 {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.footer-grid-content-holder.footer-grid-content-holder2 {
    width: 100%;
    float: left;
}
.footer-grid-content-holder.footer-grid-content-holder3 {
    width: 100%;
    float: right;
    margin: 30px 0;
}
.footer_address {
    padding: 20px 0 0 0;
}
.ft_location {
    float: left;
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
}
.ft_bottom {padding: 20px 0;}
.clock1 {
    width: 45%;
} 
.footer-grid-content-holder .fade-in-move-on-scroll {
    width: 50%;
    float: left;
}
.total-expensive-holder_img img {
    height: auto;
    object-fit: cover;
}
.large-center-paragraph br {
    display: none;
}
  #w-node-_1c814645-56e2-fb65-2403-d236c2462182-c2462175 {
    grid-column: span 4 / span 2;
}
.cta-7-simple-card-image {
  width: 100%;
}
.footer-grid-content-holder.footer-grid-content-holder1{
  width: 50%;
}
.footer-grid-content-holder .fade-in-move-on-scroll, .footer-grid-content-holder .fade-in-move-on-scroll {
  width: 100%;
  float: left;
}
.footer-grid-content-holder.footer-grid-content-holder2 {
  width: 50%;
  margin: 20px 0;
}
.discover-section .discover-box {
  padding: 20px;
}
.nav-container{
  max-width: 95%;
}
.brand-link-holder{
  margin-left: 0;
}
.nav-brand-text-holder {
  width: 200px !important;
}
.totl_features .container {
  flex-wrap: wrap;
}
.totl_features_block {
  float: left;
  width: 45%;
}
.about-section3 .small-gradient-text {
  font-size: 34px;
  line-height: 40px;
}
.contact-right .managment-holder {
  width: calc(100% - 44px);
}
.contact-right {
  padding-left: 20px;
}
.card-new{
  max-width: 90%;
  margin: 0 auto;
}
.blog-container h1.white-heading {
  font-size: 38px;
  line-height: 48px;
}
.section.blog-detail-main .post-holder h2 {
  font-size: 30px;
  line-height: 34px;
}
.home_feature-grid .title-big {
  font-size: 32px;
  line-height: 40px;
}
.our-team-text {
  font-size: 50px;
}
.grid-title-holder.about .tittle{
  font-size: 40px;
}
.grid-title-holder.about .gray-text-span {
  font-size: 40px;
}
.extra-features-about .gray-text-span {
  font-size: 22px;
  line-height: 29px;
}
.main-extra-feature-content.smaller.main-extra-feature-content-about .bold-extra-feature-title {
    font-size: 30px;
}
.nav-container {
  max-width: 100%;
  padding: 0 5%;
}
.hero-container.nav-container .nav-container {
  width: 100% !important;
}
.clock1 {
  margin-bottom: 20px;
}
.totl_features .container{
  padding: 3em 0;
}
.feature-grid.home_feature-grid2 .title-big {
  font-size: 32px;
  line-height: 36px;
}
.container.f-a-q {
  padding-top: 0;
}
.f-a-q-hero-title{
  font-size: 36px;
}
.clock1 {
  width: 110px;
  text-align: left;
}
.hero-phone-holder {
  width: 100%;
}
.features-image.second.third.fourth img.design-ui-image.second{
  height: auto;
  width: 100%;
}
.container.f-a-q .f-a-q-4-title-holder .f-a-q-hero-title {
  font-size: 36px;
}
.f-a-q-open-roles-illustation {
  width: 185px;
  bottom: 8%;
  right: 6%;
}
.icon-cta._3 {
  right: 18%;
}
}

@media screen and (max-width: 767px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-5c07eb9b,
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-5c07eb9b {
    grid-column: span 1 / span 1;
  }
  .discover-section .discover-box{
    padding: 20px;
  }
  .discover-section .discover-box .feedback-grid-item {
    left: 0;
  }
  .discover-section .discover-box .feedback-white-grid-item {
    padding-left: 0 !important;
  }
  .tiny-title.tiny-title1, .feedback-title b {
      font-size: 20px;
      line-height: 24px;
  }
  .feedback-title.feedback-title1 {
      font-size: 24px;
      line-height: 30px;
  }
  .feedback-title._2 {
    font-size: 22px;
    line-height: 28px;
  }
  .feedback-title {
    font-size: 24px;
  }
  .cta-7-simple-card-image {
    height: 100%;
    width: 100%;
  }
  .footer-grid-content-holder.footer-grid-content-holder3 {
    margin: 30px 0 0;
  }
  .footer-line {
    margin-top: 20px;
  }
  .team-name {
    font-size: 24px;
    line-height: 26px;
  }
  .team-job-position {
    font-size: 14px;
    line-height: 18px;
  }
  .extra-features-about .gray-text-span {
      font-size: 18px;
  }
  .main-extra-feature-content.smaller.main-extra-feature-content-about
  .bold-extra-feature-title {
      font-size: 26px;
  }
  .feature-grid-2-colum.second.third {
      margin-top: 0;
  }
  .about-section3 .small-gradient-text {
    font-size: 24px;
    line-height: 28px;
  }
  .about-section3 .small-gradient-text br {
    display: none;
  }
  .financial-text-holder {
    width: 100%;
  }
  .feature-grid-2-col .medium-managment-text {
    font-size: 32px;
    line-height: 42px;
  }
  .about-section4 .container, .about-section5 .container{
    padding-top: 0;
    padding-bottom: 0;
  }
  .small-gradient-text {
      font-size: 28px;
      line-height: 32px;
  }
  .faq-section h2{
    font-size: 32px;
  }
  .hero-home-tittle {
    font-size: 32px;
    font-weight: 500;
  }
  .open-roles-cta.contcat-form {
    flex-direction: column;
  }
  .contact-3-form-block {
    width: 100%;
  }
  .contact-right {
    padding-left: 0;
  }
  .contact-right .icon-text-wrapp{
    flex-direction: row !important;
  }
  .contact-right .managment-holder {
    padding-left: 15px;
  }
  .contact-3-form-block.w-form.contact-right .managment-holder .larg-text {
    margin: 0;
    padding: 0;
  }
  .our_journey_img.contact-map {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
 }
 .open-roles-cta.contcat-form{
  padding-bottom: 0;
  margin-bottom: 20px !important;
 }
 p.text_white {
  padding-right: 0;
}
.feature-grid-2-col .managment-wrapp {
  margin-top: 0;
}
.space--small {
  height: 5vh;
}
.sticky-jurney-col{
  width: 100%;
  position: relative;
  top: 0;

}
.journey-section .managment-wrapp{
  width: 100%;
}
.journey-section p.text_white {
  padding-right: 30px;
  }
  .journey-section{
    flex-direction: column;
  }
  .blog-container h1.white-heading {
    font-size: 32px;
    line-height: 38px;
}
.section.blog-detail-main .post-holder h2 {
  font-size: 28px;
  line-height: 36px;
}
.faq-content-row {
  width: 100%;
  padding-right: 0;
  min-height: inherit;
}
.section.blog-detail-main .post-holder ul.border-column li{
  width: 100%;
}
.card-container-holder_022 .cta-card-image {
  object-position: center;
  width: 100%;
}
.feature-grid.home_feature-grid2 {
  margin-top: 0;
}
.discover-section .container {
  padding-top: 0 !important;
}
.cards-section .container {
  padding-top: 0 !important;
}
.team-grid-holder {
  margin-top: 30px;
}
.grid-title-holder.about .tittle{
  font-size: 28px;
}
.grid-title-holder.about .gray-text-span {
  font-size: 28px;
}
.our-team-text {
  font-size: 40px;
}
.extra-features-about{
  grid-template-columns: 1fr;
}
.f-a-q-open-roles-cta-holder .icon-cta._1, .f-a-q-open-roles-cta-holder .icon-cta._2, .f-a-q-open-roles-cta-holder .icon-cta._3{
  display: none;
}
.open-roles-cta {
  padding-bottom: 200px;
}
.f-a-q-open-roles-illustation{
  width: 150px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.blog-item-image {
  height: auto !important;
  object-fit: cover !important;
}
.cursor {
  display: none !important;
}
.about-gradient-text {
  font-size: 38px;
  line-height: 44px;
}
.gray-financial-text.gray-financial-text-spe {
  margin: 0 auto;
  width: 100%;
}
.big-tittle {
  font-size: 32px;
  line-height: 1.2;
}
.container.f-a-q .f-a-q-4-title-holder .f-a-q-hero-title {
  font-size: 32px;
}
 .hero-home-tittle b {
    font-size: 48px;
    line-height: 54px;
}
.hero-home-tittle b {
    font-size: 48px;
    line-height: 48px;
}
.blog-item-content-holder {
    margin-top: -3em;
}
.totl_features_block.totl_features_block4 .totl_features_img:before {
    right: 40px !important;
}
.tot_circular_logo {
    width: 100px;
    height: 100px;
    bottom: 1rem;
    right: 1rem;
}
.border-img img {
    width: 100px;
}
}
@media screen and (max-width: 600px) {
  .clock1 {
    width: 45%;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-5c07eb9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_590c8613-c32c-4ec6-8191-945e05ce4797-05ce4794 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_07ae3987-dc06-6187-3e4a-909f52f1c5aa-5c07eb9c {
    order: -9999;
  }

  #w-node-_1c814645-56e2-fb65-2403-d236c246218c-c2462175 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c814645-56e2-fb65-2403-d236c246219d-c2462175 {
    grid-column: 1 / 3;
  }

  #w-node-_4f69799d-28ae-1751-5408-caa6e887d169-5c07ebb2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4f69799d-28ae-1751-5408-caa6e887d190-5c07ebb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }
  #w-node-_1c814645-56e2-fb65-2403-d236c246218c-c2462175 {
    grid-column: span 4 / span 2;
  }
  .footer-grid-content-holder .fade-in-move-on-scroll {
    width: 100%;
    float: left;
  }
  .footer .footer-brand-content img{
      width: 230px !important;
  }
  .nav-brand-text-holder {
    width: 600px !important;
  }
.small-gradient-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px !important;
}
  .totl_features_block {
    float: left;
    width: 100%;
  }
  .section.overflow-hidden.about-section3{
    margin-top: 0 !important;
  }
  .about-section3 .small-gradient-text {
    font-size: 20px;
    line-height: 28px;
  }
  .feature-grid-2-col .medium-managment-text {
    font-size: 28px;
    line-height: 38px;
  }
  .h2-title-green {
      font-size: 24px;
  }
  .footer-grid-content-holder.footer-grid-content-holder2{
    width: 100%;
    margin: 0;
  }
  .hero-home-tittle {
    font-size: 28px;
    line-height: 35px;
}
.blog-container h1.white-heading {
  font-size: 28px;
  line-height: 32px;
}
.section.blog-detail-main .post-holder h2 {
  font-size: 24px;
  line-height: 28px;
}
.section.blog-detail-main .post-holder h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.paragraph-open-roles p.white-paragraph br {
  display: none;
}
.f-a-q-open-roles-cta-holder {
  margin-bottom: 20px;
}
.cards-grid-holder {
  padding-top: 30px;
}
.year-g {
  font-size: 32px;
  line-height: 36px;
}
.journey-section .container-management-holder:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-gradient-text {
  font-size: 32px;
  line-height: 40px;
}
.big-tittle {
  font-size: 28px;
  line-height: 1.2;
}
.container.f-a-q .f-a-q-4-title-holder .f-a-q-hero-title {
  font-size: 28px;
}
.blog-item-image-holder {
  padding-top: 70%;
}
.blog-item-title-3 {
  font-size: 18px;
}
.blog-item-content{
  padding: 20px;
}

}