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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 94px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

p {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

a {
  text-decoration: none;
}

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

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

figure {
  margin-bottom: 10px;
}

.navbar-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.integration {
  max-width: 902px;
}

.container.pricing-single {
  max-width: 1234px;
}

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

.nav-links-wrap {
  grid-column-gap: 44px;
  align-items: center;
  display: flex;
}

.single-nav-link {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s ease-in;
}

.single-nav-link:hover {
  color: #804ad7;
}

.single-nav-link.v2 {
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
}

.single-nav-link.v2:hover, .single-nav-link.v2.w--current {
  color: #804ad7;
}

.single-nav-link.dropdown {
  grid-column-gap: 5.75px;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-logo-flex-wrap {
  grid-column-gap: 56px;
  align-items: center;
  display: flex;
}

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

.nav-log-in {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.nav-log-in:hover {
  color: #804ad7;
}

.nav-log-in.v2 {
  color: rgba(255, 255, 255, .8);
}

.nav-sign-up {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s ease-in;
}

.nav-sign-up:hover {
  background-color: #c2f96a;
  border-color: #c2f96a;
}

.nav-sign-up.v2 {
  color: #fff;
  border-color: rgba(255, 255, 255, .15);
  font-weight: 600;
}

.nav-sign-up.v2:hover {
  color: #000;
  background-color: #c2f96a;
  border-color: #c2f96a;
}

.banner-section {
  padding-top: 230px;
  padding-bottom: 90px;
}

.banner-content-flex-wrap {
  grid-column-gap: 27px;
  margin-bottom: 90px;
  display: flex;
}

.banner-img-wrap {
  align-items: flex-start;
  display: flex;
}

.banner-content-wrap {
  max-width: 660px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.banner-circle {
  align-self: flex-end;
  margin-bottom: 44px;
  margin-right: 200px;
}

.banner-title {
  letter-spacing: -.79px;
  margin-bottom: 16px;
  font-size: 79px;
  font-weight: 600;
  line-height: 83px;
}

.banner-img-pt-3 {
  border-radius: 40px;
  margin-top: -65px;
  margin-left: -93px;
  position: relative;
  box-shadow: 0 4px 224px rgba(0, 0, 0, .05);
}

.bg-green {
  background-color: #92ef90;
  border-radius: 200px;
  padding-left: 16px;
  padding-right: 16px;
}

.banner-img-pt-2-wrap {
  flex: none;
  margin-top: 118px;
  margin-left: -28px;
  position: relative;
}

.banner-pt-2-img-circle {
  position: absolute;
  top: 38%;
  bottom: auto;
  left: auto;
  right: -40px;
}

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

.section.user-analytics {
  background-color: #070d19;
}

.section.designed-team {
  background-color: #070d19;
  padding-bottom: 0;
}

.section.introducing {
  padding-top: 276px;
  overflow: hidden;
}

.section.integration {
  background-color: #070d19;
  padding-top: 140px;
  padding-bottom: 237px;
  overflow: hidden;
}

.section.testimonial {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.features {
  padding-top: 0;
  padding-bottom: 0;
}

.section.overview {
  background-image: url('../images/Overview-Bg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.section.manage-finance {
  background-image: url('../images/Manage-Finance-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.integration-v2 {
  background-color: #fff;
  background-image: url('../images/Integration-Bg-Cable.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.testimonial-v2 {
  background-color: #fff;
  background-image: url('../images/Integration-Bg-Cable.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.section.faq-v2 {
  background-color: #fff;
  background-image: url('../images/Integration-Bg-Cable.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-v2 {
  background-image: url('../images/Manage-Finance-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.after-banner {
  padding-top: 100px;
}

.section.after-banner.our-office {
  padding-bottom: 138px;
}

.section.after-banner.pricing-plan {
  padding-top: 0;
}

.section.after-banner.download {
  padding-bottom: 0;
}

.section.after-banner.pp {
  margin-bottom: 0;
}

.section.after-banner.checkout {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 130px;
}

.section.our-summery, .section.behind-story, .section.team-members, .section.blog-post, .section.wcu {
  padding-top: 0;
}

.section.career {
  padding-top: 0;
  padding-bottom: 0;
}

.section.preview-pages {
  padding-top: 0;
}

.section.browse-template {
  z-index: 1;
  background-color: #070d19;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.modules {
  background-color: #fff;
  background-image: url('../images/Integration-Bg-Cable.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.section.integration-main {
  padding-top: 0;
}

.sponsor-single-ticker {
  flex: none;
  display: flex;
}

.sponsor-icon {
  filter: contrast(0%);
  flex: none;
  margin-right: 91px;
}

.sponsor-ticker-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.user-analytics-title-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.section-title {
  color: #000;
  letter-spacing: -.01em;
  font-size: 79px;
  font-weight: 600;
  line-height: 83px;
}

.section-title.white {
  color: #fff;
}

.section-title.white.integration {
  margin-bottom: 18px;
}

.section-title.faq {
  font-size: 60px;
  line-height: 100%;
}

.analytics-title-hand {
  width: 78px;
  background-image: url('../images/User-Analytics-Title-Img-1_1User-Analytics-Title-Img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
}

.analytics-title-member {
  width: 127.78px;
  background-image: url('../images/User-Analytics-Title-Img-3_1User-Analytics-Title-Img-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  margin-right: 8px;
  display: inline-block;
}

.analytics-title-wrap {
  max-width: 960px;
  position: relative;
}

.analytics-border-line {
  width: 143px;
  background-image: url('../images/Analytics-Title-Lin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 24px;
  display: inline-block;
}

.user-analytics-details {
  max-width: 312px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 26px;
}

.user-analytics-img-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.user-analytics-img-wrap-2 {
  flex-direction: column;
  display: flex;
}

.user-analytics-img-2 {
  margin-bottom: 7.31px;
}

.user-analytics-img-3 {
  width: 300px;
}

.user-analytics-img-wrap-3 {
  grid-column-gap: 7px;
  background-color: #a880e9;
  border-radius: 40px;
  padding: 20px 23px 18px;
  display: flex;
  overflow: hidden;
}

.section-title-wrap {
  text-align: center;
}

.section-title-wrap.report {
  margin-bottom: 72px;
}

.section-title-wrap.left {
  text-align: left;
}

.section-title-wrap.left.introducing {
  margin-bottom: 92px;
}

.section-title-wrap.testimonial {
  margin-bottom: 75px;
}

.section-title-wrap.blog-post {
  margin-bottom: 68px;
}

.section-title-wrap.faq {
  margin-bottom: 45px;
}

.section-title-wrap.decisions {
  margin-bottom: 90px;
}

.section-title-wrap.v2 {
  margin-bottom: 60px;
}

.section-title-wrap.v2.wcu {
  max-width: 550px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.manage-finance {
  margin-bottom: 60px;
}

.section-title-wrap.integration {
  max-width: 564px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.testimonial-v2 {
  max-width: 542px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-wrap.flex.blog-v2 {
  margin-bottom: 55px;
}

.section-title-wrap.common {
  margin-bottom: 60px;
}

.section-title-wrap.common.our-office {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.common.behind-story {
  max-width: 546px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.common.team-members {
  max-width: 527px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.career {
  max-width: 810px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.sub-title-wrap {
  grid-column-gap: 7px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.sub-title-wrap.left {
  justify-content: flex-start;
}

.sub-title {
  color: #804ad7;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.sub-title-border {
  width: 25px;
  height: 1px;
  background-color: #804ad7;
}

.report-title-wrap {
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.repoart-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -15.18px;
  left: 301.21px;
  right: auto;
}

.report-flex-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.report-flex-wrap._1 {
  margin-bottom: 20px;
}

.home-v1 {
  background-color: #f3f3f3;
}

.single-report-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  padding: 44px 44px 33px;
  position: relative;
  overflow: hidden;
}

.single-report-wrap._1 {
  width: 100%;
  max-width: 536px;
  background-color: #a880e9;
}

.single-report-wrap._3 {
  width: 100%;
  max-width: 760px;
}

.single-report-wrap._4 {
  width: 100%;
  max-width: 536px;
}

.report-number-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.report-number {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.report-number.white {
  color: #fff;
}

.report-man {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 7px;
}

.report-images-wrap {
  flex-direction: column;
  margin: -80px -8px 104.9px;
  display: flex;
}

.report-1-img-1 {
  border-radius: 32.32px;
  align-self: flex-end;
  position: relative;
  box-shadow: 0 4px 54px rgba(0, 0, 0, .07);
}

.report-1-img-2 {
  align-self: center;
  margin-top: -139px;
  margin-bottom: -124px;
}

.report-1-img-3 {
  border-radius: 32.32px;
  align-self: flex-start;
  box-shadow: 0 4px 54px rgba(0, 0, 0, .07);
}

.report-circle.top {
  z-index: -1;
  position: absolute;
  top: -111px;
  bottom: auto;
  left: auto;
  right: -92.15px;
}

.report-circle.bottom {
  position: absolute;
  top: auto;
  bottom: -102.62px;
  left: -113px;
  right: auto;
}

.report-content-wrap.center {
  text-align: center;
}

.report-heading-wrapper {
  grid-column-gap: 25px;
  margin-bottom: 37px;
  display: flex;
}

.report-title {
  margin-bottom: 17px;
  font-size: 39px;
  line-height: 43px;
}

.report-title._2 {
  max-width: 387px;
}

.report-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.report-img-wrapper {
  z-index: 1;
  background-color: #e0fdff;
  border-radius: 40px;
  padding: 26px 67px 22.81px 51px;
  position: relative;
  overflow: hidden;
}

.report-img-wrapper._3 {
  background-color: #e7fedf;
  padding: 0;
}

.report-img-flex-wrap-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.report-2-img-1 {
  z-index: 1;
  transform-origin: 100% 100%;
  border-radius: 32.32px;
  position: relative;
  transform: rotate(-6.64deg);
  box-shadow: 0 4px 54px rgba(0, 0, 0, .07);
}

.report-2-img-2 {
  z-index: 1;
  transform-origin: 0 100%;
  border-radius: 32.32px;
  position: relative;
  transform: rotate(7.73deg);
  box-shadow: 0 4px 54px rgba(0, 0, 0, .07);
}

.report-2-dash {
  margin-left: -62px;
  margin-right: -60px;
}

.report-border {
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
}

.report-3-img-wrap {
  position: relative;
}

.report-3-img {
  width: 100%;
}

.report-form-img-wrap {
  text-align: center;
  margin: -80px auto 60px;
  padding-top: 44px;
  padding-bottom: 14px;
  display: inline-block;
  position: relative;
}

.report-form-img {
  transform-origin: 50%;
  transform: rotate(-18.12deg);
}

.report-form-discount {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: -30px;
}

.report-form-wrap {
  margin-bottom: 0;
}

.report-form-title {
  margin-bottom: 26px;
  font-size: 39px;
  line-height: 43px;
}

.rreport-field {
  height: 58px;
  color: #000;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.rreport-field::-ms-input-placeholder {
  color: #000;
}

.rreport-field::placeholder {
  color: #000;
}

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

.primary-button {
  color: #fff;
  background-color: #070d19;
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s ease-in;
}

.primary-button:hover {
  background-color: #804ad7;
}

.primary-button.white {
  color: #070d19;
  background-color: #fff;
  font-weight: 600;
}

.designed-team-title-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.designed-team-title-wrap {
  max-width: 909px;
}

.team-title-arrow {
  width: 78px;
  background-image: url('../images/Design-Title-Arrow_1Design-Title-Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
}

.designed-border-line {
  width: 143px;
  background-image: url('../images/Analytics-Title-Lin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  display: inline-block;
}

.designed-content-flex-wrap {
  grid-column-gap: 73px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.66fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.designed-images-wrapper {
  max-width: 780px;
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.designed-img-row-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: -126px;
  display: flex;
}

.designed-img-head-wrap {
  position: relative;
}

.designed-img-3 {
  z-index: 1;
  margin-bottom: -33px;
  position: relative;
}

.designed-img-head {
  z-index: 2;
  position: absolute;
  top: -74px;
  bottom: auto;
  left: auto;
  right: 22.37px;
}

.designed-img-row-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.introducing-title-wrap {
  max-width: 809px;
  position: relative;
}

.introducing-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 312px;
}

.introducing-ticker-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: -214px;
  display: flex;
}

.introducing-ticker-img-wrap-1 {
  grid-row-gap: 17px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.introducing-ticker-img-wrap-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.introducing-ticker-img-wrap-3 {
  grid-row-gap: 21px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.introducing-ticker-img {
  flex: none;
}

.integration-grid-wrap {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.06fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.integration-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.integration-big-border {
  max-width: 596px;
}

.integration-mini-border-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 68px;
}

.integration-center-logo-wrap {
  position: absolute;
}

.integration-logo._2 {
  position: absolute;
  top: 142px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.integration-logo._3 {
  position: absolute;
  top: auto;
  bottom: 138px;
  left: 0%;
  right: auto;
}

.integration-logo._4 {
  position: absolute;
  top: 137px;
  bottom: auto;
  left: auto;
  right: -26px;
}

.integration-logo._5 {
  position: absolute;
  top: auto;
  bottom: 125px;
  left: auto;
  right: -33px;
}

.integration-logo._6 {
  width: 225.43px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.integration-logo._7 {
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -97px;
  left: 0%;
  right: 0%;
}

.integration-inner-border-wrap {
  width: 206px;
  height: 206px;
  border: 2px solid #121923;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.integration-title-hand {
  width: 78px;
  background-image: url('../images/Integration-Title-Hand_1Integration Title Hand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
}

.section-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-details.white {
  color: rgba(255, 255, 255, .8);
}

.section-details.white.integration-details {
  margin-bottom: 26px;
}

.section-details.white.finance-manage {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}

.designed-tabs-link {
  color: rgba(255, 255, 255, .1);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.designed-tabs-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.tabs-menu-flex-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-wrap: wrap;
  margin-bottom: 64px;
  padding-bottom: 78px;
  display: flex;
}

.testimonial-title-wrap {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -7px;
  left: 65px;
  right: auto;
}

.testimonial-slider-wrapper {
  padding-bottom: 95px;
  overflow: hidden;
}

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

.testimonial-slider-mask {
  max-width: 648px;
  overflow: visible;
}

.testimonial-single-slide-wrap {
  margin-right: 24px;
}

.slider-arrow-dp-none {
  display: none;
}

.testimonial-single-slide-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.blog-title-wrap {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -13.25px;
  left: 146px;
  right: auto;
}

.article-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-article-wrap {
  background-color: #fff;
  border-radius: 40px;
}

.article-img-wrap {
  border-radius: 40px;
  margin-bottom: 16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.article-img-dash {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  box-shadow: 0 3px 40.53px rgba(0, 0, 0, .07);
}

.article-content-wrap {
  padding-bottom: 17px;
  padding-left: 32px;
  padding-right: 32px;
}

.article-subject {
  color: #000;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.article-subject.v2 {
  background-color: #e9ffd6;
}

.article-subject.single {
  background-color: rgba(0, 77, 62, .09);
}

.article-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  transition: all .3s ease-in;
  display: block;
}

.article-title:hover {
  color: #804ad7;
}

.article-title.v2 {
  color: #fff;
}

.article-title.v2:hover {
  color: #c2f96a;
}

.article-details-divider {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.article-details-divider.v2 {
  background-color: rgba(234, 234, 234, .1);
}

.article-author-flex-wrap {
  grid-column-gap: 9px;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.article-author-divider {
  width: 1px;
  height: 13px;
  background-color: #eaeaea;
}

.author-details {
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.author-details.v2 {
  color: rgba(255, 255, 255, .8);
}

.faq-title-wrap {
  max-width: 737px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -19.83px;
  left: -10.26px;
  right: auto;
}

.faq-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.single-faq-wrap {
  border: 1px solid #dedede;
  border-radius: 15px;
  overflow: hidden;
}

.single-faq-wrap.v2 {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .07);
}

.faq-heading-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 25px 28px;
  display: flex;
}

.faq-answer-wrap {
  padding-left: 28px;
  padding-right: 28px;
}

.faq-answer {
  max-width: 514px;
  color: rgba(0, 0, 0, .8);
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-title {
  font-size: 22px;
  line-height: 32px;
}

.decisions-title-wrap {
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.decisions-title-wrap.v2 {
  max-width: 525px;
}

.decisions-title-bg {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -21.53px;
  left: auto;
  right: 96.78px;
}

.decisions-content-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 35px 53px 35px 93px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.decisions-content-wrapper.v2 {
  background-color: #e9ffd6;
}

.testimonial-slider-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonial-content-flex-wrap {
  align-items: center;
  display: flex;
}

.testimonial-img-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.testimonial-content-wrap {
  max-width: 284px;
  margin-left: -20px;
}

.testimonial-details {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-author-name-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.testimonial-author-line {
  width: 42px;
  height: 1px;
  background-color: #000;
}

.testimonial-slide-nav {
  margin-bottom: -108px;
}

.footer {
  background-color: #070d19;
}

.footer.common {
  background-color: #0f2028;
  background-image: url('../images/Common-Footer-Cable.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer.v2 {
  background-image: url('../images/Footer-V2-Cable.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-details-wrapper {
  background-color: #effe9c;
  border-radius: 40px;
  padding: 43px 24px 47px;
}

.footer-details-wrapper.v2 {
  background-color: #004d3e;
}

.footer-logo-wrap {
  margin-bottom: 22px;
}

.footer-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 26px;
}

.footer-details.v2 {
  color: rgba(255, 255, 255, .8);
}

.footer-form-wrapper {
  margin-bottom: 0;
}

.footer-form-title {
  margin-bottom: 13px;
  line-height: 43px;
}

.footer-form-title.v2 {
  color: #fff;
}

.footer-form-field {
  height: 58px;
  color: #000;
  background-color: #deed8e;
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 12px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

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

.footer-form-field::placeholder {
  color: #000;
}

.footer-form-field.v2 {
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
}

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

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

.footer-form-submit {
  width: 100%;
  color: #070d19;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.footer-links-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.footer-links-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

.footer-links-flex-wrap {
  grid-column-gap: 90px;
  display: flex;
}

.footer-links-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrap.social {
  grid-row-gap: 20px;
}

.footer-link {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 22px;
  transition: all .3s ease-in;
}

.footer-link:hover {
  color: #804ad7;
}

.footer-single-social {
  grid-column-gap: 12px;
  color: rgba(255, 255, 255, .8);
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.footer-social-icon {
  width: 25.59px;
  height: 25.59px;
  color: #fff;
  border: .79px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 12px;
  display: flex;
}

.copyright-details {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}

.copyright-link {
  color: rgba(255, 255, 255, .8);
  text-decoration: underline;
  display: inline-block;
}

.banner-v2-wrap {
  background-image: url('../images/Banner-V2-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 202px;
  padding-bottom: 185px;
  position: relative;
}

.home-v2 {
  background-color: #070d19;
}

.banner-v2-content-wrap {
  max-width: 900px;
  text-align: center;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-v2 {
  color: #fff;
  letter-spacing: -.88px;
  margin-bottom: 30px;
  font-size: 88px;
  line-height: 89px;
}

.banner-title-v2-icon {
  width: 64px;
  height: 64px;
  background-image: url('../images/Banner-V2-Title-Icon_1Banner-V2-Title-Icon.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
  margin-right: 11px;
  line-height: 64px;
  display: inline-block;
}

.banner-v2-details {
  max-width: 578px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

._2-button-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondery-button {
  color: #000;
  background-color: #c2f96a;
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s ease-in;
}

.secondery-button:hover {
  background-color: #effe9c;
}

.secondery-button.pp, .secondery-button.sign-in {
  width: 100%;
}

.secondery-button.for-mobile {
  display: none;
}

.banner-v2-btn {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s ease-in;
}

.banner-v2-btn:hover {
  background-color: #effe9c;
}

.banner-img-flex-wrap {
  grid-column-gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.banner-v2-img._1, .banner-v2-img._3 {
  margin-top: -148px;
}

.banner-v2-ticker-wrap {
  z-index: 3;
  background-color: #004d3e;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 54.47px;
  padding-bottom: 48.42px;
}

.banner-v2-ticker-inner-wrap {
  display: flex;
  overflow: hidden;
}

.banner-v2-single-ticker-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.banner-v2-ticker-content-wrap {
  grid-column-gap: 40px;
  flex: none;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.ticker-details {
  color: #fff;
  font-size: 36px;
  line-height: 100%;
}

.banner-v2-ticker-wrapper {
  z-index: 2;
  margin-top: -185px;
  position: relative;
  transform: rotate(-11deg);
}

.feature-container {
  z-index: 1;
  max-width: 1634px;
  background-color: #f4f4f4;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.feature-container.wcu {
  border-radius: 100px;
}

.sub-title-wrap-v2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.sub-title-wrap-v2.left {
  justify-content: flex-start;
}

.sub-title-wrap-v2.left.blog-v2 {
  margin-bottom: 16px;
}

.sub-title-wrap-v2.left.single-product {
  margin-bottom: 17px;
}

.sub-title-wrap-v2.mb-15 {
  margin-bottom: 15px;
}

.sub-title-border-v2 {
  width: 25px;
  height: 1px;
  background-color: #000;
}

.sub-title-border-v2.white {
  background-color: rgba(255, 255, 255, .34);
}

.sub-title-flex-wrap {
  background-color: rgba(0, 77, 62, .09);
  border-radius: 20px;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.sub-title-flex-wrap.white {
  background-color: #131b2b;
}

.sub-title-v2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.sub-title-v2.white {
  color: rgba(255, 255, 255, .8);
}

.section-title-v2 {
  color: #000;
  letter-spacing: -.55px;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.section-title-v2.feature {
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-v2.overview {
  max-width: 453px;
  margin-bottom: 10px;
}

.section-title-v2.white {
  color: #fff;
}

.section-title-v2.white.manage-finance {
  max-width: 618px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-v2.white.blog-v2 {
  margin-bottom: 12px;
}

.section-title-v2.mb-15 {
  margin-bottom: 15px;
}

.section-title-v2.contact {
  margin-bottom: 75px;
}

.section-title-v2.career {
  max-width: 660px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-v2.mb-10 {
  margin-bottom: 10px;
}

.section-title-v2.price-single {
  margin-bottom: 8px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-star {
  z-index: -1;
  position: absolute;
  top: -124px;
  bottom: auto;
  left: auto;
  right: -115px;
}

.single-feature-wrap {
  text-align: center;
  border-radius: 20px;
  padding: 38px 21px;
}

.feature-icon-wrap {
  width: 248.04px;
  height: 248.04px;
  background-color: #c2f96a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-name {
  color: #000;
  letter-spacing: -.26px;
  margin-bottom: 11px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.feature-details {
  color: rgba(0, 0, 0, .8);
  font-size: 17px;
  line-height: 24px;
}

.overview-grid-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-overview-wrap {
  background-color: #f6f6f6;
  border-radius: 60px;
}

.single-overview-wrap._1 {
  margin-bottom: 57px;
  padding: 46px 55px 49px;
}

.single-overview-wrap._2 {
  background-color: #070d19;
  padding: 38px 54px 46px;
}

.single-overview-wrap._3 {
  background-color: #e9ffd6;
  margin-bottom: 57px;
  padding: 55px 55px 50px;
}

.single-overview-wrap._4 {
  padding-top: 48px;
  padding-left: 55px;
}

.overview-img-wrap {
  margin-bottom: 35px;
}

.overview-img {
  width: 100%;
}

.overview-details-wrap._w-460 {
  max-width: 460px;
}

.overview-details-wrap._w-460._4 {
  margin-bottom: 20px;
}

.overview-title {
  color: #000;
  letter-spacing: -.36px;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.overview-title.white {
  color: #fff;
}

.overview-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.overview-details.white {
  color: rgba(255, 255, 255, .8);
}

.overview-details._3 {
  margin-bottom: 18px;
}

.overview-title-wrap {
  margin-bottom: 52px;
}

.overview-3-img-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.overview-3-img-flex-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.overview-tags-flex-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.overview-tag {
  color: #000;
  letter-spacing: -.15px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 40px;
  padding: 6px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.decisions-border {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.decisions-content-flex-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.decisions-content-wrap {
  height: 100%;
  max-width: 472px;
}

.decisions-content-wrap._1, .decisions-content-wrap._2 {
  position: static;
}

.decisions-content-wrap._3 {
  float: none;
  position: static;
}

.desicion-serial-wrap {
  width: 74px;
  height: 74px;
  border: 1.19px solid #eaeaea;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.desicion-serial-wrap.v2 {
  background-color: #fff;
  border-style: none;
  margin-bottom: 30px;
}

.desicion-serial {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.desicion-title {
  letter-spacing: -.55px;
  margin-bottom: 17px;
  font-size: 55px;
  line-height: 60px;
}

.desicion-title.v2 {
  max-width: 350px;
  letter-spacing: -.36px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}

.desicion-details {
  max-width: 420px;
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.decisions-border-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.decisions-border-text-wrap {
  text-align: center;
}

.decisions-border-text-wrap.top {
  height: 20px;
  overflow: hidden;
}

.decisions-border-text {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
}

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

.decisions-border-wrap.v2 {
  background-color: #000;
}

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

.decisions-border-inner.v2 {
  background-color: #c0f76a;
}

.decisions-content-scroll-wrap {
  max-height: 350px;
  flex: none;
  align-self: center;
  overflow: hidden;
}

.decisions-content-scroll-wrap.v2 {
  max-height: 320px;
}

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

.manage-finance-tabs-flex-wrapper {
  grid-column-gap: 93px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1.7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-v2-wrapper {
  max-width: 970px;
  grid-row-gap: 9px;
  flex-direction: column;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-v2-wrapper.main {
  margin-bottom: 0;
}

.integration-v2-single-row {
  grid-column-gap: 26px;
  justify-content: center;
  display: flex;
}

.single-integration-logo {
  width: 222.85px;
  height: 222.81px;
  background-color: #f6f6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-integration-logo-content-wrap {
  text-align: center;
}

.integration-logo-v2 {
  margin-bottom: 10px;
}

.integration-logo-name {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
}

.integration-button-wrap {
  text-align: center;
}

.testimonial-v2-content-wrap {
  background-color: #f6f6f6;
  border-radius: 50px;
  padding: 130px 50px;
}

.testimonial-v2-content-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-v2-flex-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.testimonial-v2-single-column {
  max-width: 353px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.testimonial-v2-single-column._2 {
  margin-top: -65px;
}

.single-testimonial-wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 28px 43px;
}

.single-testimonial-content-wrap {
  text-align: center;
}

.testimonial-author-img-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.testimonial-img-v2 {
  border: 3px solid #fff;
  border-radius: 50%;
  margin-top: -48px;
}

.testimonial-author-wrap {
  margin-bottom: 18px;
}

.testimonial-author-detils-wrap {
  text-align: center;
}

.testimonial-author-name-v2 {
  color: #000;
  letter-spacing: -.44px;
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 26px;
}

.testimonial-author-info-v2 {
  color: rgba(0, 0, 0, .4);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.testimonial-details-v2 {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-author-location {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.blog-v2-title-wrap {
  max-width: 433px;
  text-align: left;
}

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

.single-article-v2-wrap {
  background-color: #0d1320;
  border-radius: 40px;
}

.article-img-v2-wrap {
  border-radius: 40px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.faq-v2-icon-wrap {
  width: 32px;
  height: 32px;
  background-color: #e9ffd6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manage-finance-tabs-menu-wrap {
  max-width: 452px;
  flex-direction: column;
  display: flex;
}

.finance-tab-heading-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.finance-tab-serial {
  color: rgba(255, 255, 255, .5);
  letter-spacing: -.17px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.finance-tab-serial-wrap {
  width: 44px;
  height: 44px;
  border: 1px solid #202530;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.finance-tab-title {
  color: rgba(255, 255, 255, .5);
  line-height: 40px;
}

.finance-single-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 38.76px;
  padding: 26px 30px 35px;
}

.finance-single-tab-link.w--current {
  background-color: #0d1320;
}

.finance-faq-ans-wrap {
  overflow: hidden;
}

.finance-faq-ans {
  max-width: 313px;
  color: rgba(255, 255, 255, .8);
  padding-top: 8px;
  font-size: 15px;
  line-height: 24px;
}

.finance-tabs-content-wrap {
  height: 100%;
  grid-column-gap: 125px;
  display: flex;
}

.finance-tab-line-wrap {
  width: 1px;
  background-color: rgba(255, 255, 255, .1);
}

.finance-tab-line-inner {
  width: 1px;
  background-color: #c2f96a;
}

.finance-tab-img-wrap {
  flex: 1;
}

.finance-tab-img {
  width: 100%;
}

.single-finance-tab-content {
  height: 100%;
}

.finance-tabs-content-right-wrap {
  flex: 1;
}

.inner-banner {
  background-color: #0f2028;
  background-image: url('../images/Inner-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 163px;
  padding-bottom: 97px;
}

.inner-banner-content-wrap {
  text-align: center;
}

.inner-banner-title-wrap {
  color: #fff;
  letter-spacing: -.55px;
  margin-bottom: 14px;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.breadcrumb-wrapper {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-office-img-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.office-img {
  border-radius: 40px;
  flex: 0 auto;
}

.summery-flex-wrap {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.single-summery-wrap {
  width: 312px;
  height: 312px;
  background-color: #c2f96a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-summery-wrap._3 {
  margin-top: 50px;
}

.summery-details-wrap {
  text-align: center;
}

.summery-title {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 28px;
}

.summery-counter-wrap {
  height: 74px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.single-counter-wrap {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.summery-number {
  min-height: 100%;
  color: #161616;
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
}

.behind-story-container {
  max-width: 1630px;
  background-color: #f4f4f4;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 210px;
  padding-left: 150px;
  overflow: hidden;
}

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

.behind-slide-mask {
  max-width: 424px;
  overflow: visible;
}

.behind-single-slide-wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 38px 40px 40px;
}

.behind-slide-title-wrap {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.behind-slide-title {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.behind-slide-title-border {
  width: 25px;
  height: 1px;
  background-color: #000;
  margin-bottom: 5px;
}

.behind-slide-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 30px;
}

.behind-single-slide {
  margin-right: 24px;
}

.breadcrumb-link {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  line-height: 26px;
}

.breadcrumb-link.w--current {
  color: #fff;
}

.breadcrumb-link-copy {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  line-height: 26px;
}

.behind-story-dots {
  top: auto;
  bottom: -95px;
  left: 0%;
  right: 0%;
}

.team-member-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-img-wrap {
  margin-bottom: 38px;
  display: block;
}

.member-img {
  border-radius: 30px;
}

.member-details-wrap {
  text-align: center;
}

.member-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  transition: all .3s ease-in;
  display: block;
}

.member-name:hover {
  color: #804ad7;
}

.member-designation {
  color: #474747;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 160%;
}

.member-social-links-wrap {
  grid-column-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.member-social-links-wrap.single {
  justify-content: flex-start;
  margin-bottom: 15px;
}

.member-single-link {
  width: 31.59px;
  height: 31.59px;
  color: #10212a;
  border: .79px solid #e1e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  transition: all .35s ease-in;
  display: flex;
}

.member-single-link:hover {
  background-color: #c2f96a;
}

.featured-blog-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-blog-img {
  width: 100%;
  max-width: 622.76px;
  border-radius: 40px;
  position: relative;
}

.featured-blog-content-wrapper {
  max-width: 1067px;
  background-color: #f6f6f6;
  border-radius: 40px;
  margin-top: 82px;
  margin-left: -370px;
  padding: 93px 47px 93px 433px;
}

.blog-post-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.blog-cat-flex-wrap {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.blog-single-cat {
  grid-column-gap: 7px;
  display: flex;
}

.cat-button {
  color: #000;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 127px;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  transition: all .35s ease-in;
}

.cat-button:hover, .cat-button.w--current {
  background-color: #c2f96a;
  border-color: #c2f96a;
}

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

.single-blog-post {
  background-color: #f6f6f6;
  border-radius: 40px;
}

.blog-post-analytics {
  color: #000;
  background-color: rgba(0, 77, 62, .09);
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.blog-post-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  transition: all .3s ease-in;
  display: block;
}

.blog-post-title:hover {
  color: #804ad7;
}

.blog-post-details {
  color: rgba(0, 0, 0, .8);
  font-size: 17px;
  line-height: 27px;
}

.pricing-tabs-wrapper {
  margin-top: -28px;
}

.pricing-tabs-wrap {
  text-align: center;
}

.pricing-tabs-menu-wrap {
  text-align: center;
  background-color: #c2f96a;
  border-radius: 130px;
  margin-bottom: 50px;
  padding: 5px;
  display: inline-block;
}

.pricing-single-tab-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.pricing-single-tab-link.w--current {
  background-color: #fff;
}

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

.single-pricing-collection-wrap.mt-40 {
  margin-top: 40px;
}

.single-pricing-plan-wrap {
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 60px;
  padding: 50px 55px;
  position: relative;
  overflow: hidden;
}

.single-pricing-plan-wrap.active {
  background-color: #c2f96a;
  overflow: visible;
}

.plan-name {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
}

.plan-details {
  margin-bottom: 23px;
}

.plan-pricing-wrap {
  align-items: flex-end;
  margin-bottom: 38px;
  display: flex;
}

.plan-price {
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
}

.plan-duration {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 100%;
}

.plan-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 35px;
}

.plan-divider.active {
  background-color: rgba(0, 77, 62, .21);
}

.plan-feature-list {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.plan-feature-list.single {
  margin-bottom: 54px;
}

.plan-feature-wrap {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.plan-feature-bullet {
  width: 8px;
  height: 8px;
  background-color: #c2f96a;
  border: 1px solid #004d3e;
  border-radius: 50%;
  flex: none;
}

.plan-feature-text {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-circle {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
}

.pricing-circle.left {
  position: absolute;
  top: auto;
  bottom: 108px;
  left: -20px;
  right: auto;
}

.pricing-circle.right {
  position: absolute;
  top: auto;
  bottom: 108px;
  left: auto;
  right: -20px;
}

.pricing-tag {
  color: #fff;
  background-color: #004d3e;
  border-radius: 90px;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -19px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.pricing-tabs-content {
  overflow: visible;
}

.integrations-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-integration-wrap {
  background-color: #f6f6f6;
  border-radius: 40px;
  padding: 37px 31px;
}

.integration-icon-wrap {
  width: 93px;
  height: 93px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-icon-wrapper {
  grid-column-gap: 22px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.integration-name {
  color: #000;
  font-size: 24px;
  line-height: 34px;
}

.integration-type {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 28px;
}

.integration-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.border-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 100px;
  padding: 17px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all .35s ease-in;
}

.border-button:hover {
  background-color: #c2f96a;
  border-color: #c2f96a;
}

.contact-content-container {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-flex-wrap {
  grid-column-gap: 116px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 52px;
  display: flex;
}

.contact-icon-wrap {
  width: 188px;
  height: 188px;
  background-color: #c2f96a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-contact-info-wrap {
  text-align: center;
}

.contract-info-title {
  color: #000;
  font-size: 28px;
  line-height: 136%;
}

.contract-info-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.contact-form-wrap {
  background-color: #f6f6f6;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 42px 50px 60px;
}

.single-contact-field-wrap.message {
  margin-bottom: 38px;
}

.contact-fields-grid-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 38px;
  display: grid;
}

.contact-field-label {
  color: #000;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.contact-field {
  height: 58px;
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.contact-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .8);
}

.contact-field::placeholder {
  color: rgba(0, 0, 0, .8);
}

.contact-message-field {
  max-width: 100%;
  min-height: 220px;
  min-width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.contact-message-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .8);
}

.contact-message-field::placeholder {
  color: rgba(0, 0, 0, .8);
}

.download-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-download-wrap {
  background-color: #f6f6f6;
  border-radius: 40px;
  padding: 64px 50px;
}

.download-content-wrap {
  text-align: center;
}

.download-icon {
  margin-bottom: 34px;
}

.download-title {
  color: #0f0f0f;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.download-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 34px;
  font-size: 19px;
  line-height: 160%;
}

.section-details-big {
  color: rgba(0, 0, 0, .8);
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.job-post-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-job-post-wrap {
  background-color: #f6f6f6;
  border-radius: 40px;
  padding: 42px 30px 49px;
}

.job-name {
  color: #161616;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.job-time {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.job-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.location-salary-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.job-location {
  color: #161616;
  font-size: 18px;
  line-height: 28px;
}

.job-salary {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.salary-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.salary-dot {
  width: 8px;
  height: 8px;
  background-color: #070d19;
  border-radius: 50px;
}

.integration-title-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.integration-heading-wrap {
  text-align: center;
  margin-bottom: 43px;
}

.integration-single-details {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.integration-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
  display: flex;
}

.integration-single-icon-wrap {
  width: 222px;
  height: 222px;
  background-color: #f6f6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-single-icon-wrap.default {
  background-color: #c1f86a;
}

.integration-single-icon {
  width: 85.85px;
}

.integration-joining-wrap {
  width: 57.24px;
  height: 57.24px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 37.33px rgba(0, 0, 0, .05);
}

.about-details-wrap {
  margin-bottom: 48px;
}

.integration-about-title {
  color: #161616;
  margin-bottom: 17px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.integration-about-details {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.integration-single-big-details h3 {
  color: #161616;
  margin-bottom: 17px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.integration-single-big-details p {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 28px;
}

.integration-single-big-details ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.integration-single-big-details li {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.integration-single-big-details figure {
  margin-top: 84px;
  margin-bottom: 84px;
}

.integration-single-big-details img {
  border-radius: 40px;
}

.style-guide-single-heading {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.style-guide-color-plate-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-single-color {
  height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-single-color.four {
  background-color: #feeadf;
}

.style-guide-single-color.three {
  background-color: #e0fdff;
}

.style-guide-single-color.one {
  background-color: #a880e9;
}

.style-guide-single-color.two {
  background-color: #effe9c;
}

.style-guide-single-color.five {
  background-color: #e7fedf;
}

.style-guide-single-color.six {
  background-color: #92ef90;
}

.style-guide-single-color.seven {
  background-color: #c2f96a;
}

.style-guide-single-color.eight {
  background-color: #0f2028;
}

.style-guide-single-color.nine {
  background-color: #004d3e;
}

.style-guide-paragraph-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 15px;
  line-height: 28px;
}

.style-guide-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 63px;
}

.style-guide-single-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 120px;
  padding-bottom: 120px;
}

.style-guide-paragraph-text-wrapper {
  max-width: 1035px;
  margin-top: 45px;
}

.style-guide-paragraph-text-block {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.style-guide-typeface-text-block {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.style-guide-typeface-text-block.mb0 {
  margin-bottom: 0;
}

.style-guide-paragraph-title {
  color: #000;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.color-code {
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.color-code.text-white {
  color: #fff;
}

.style-guide-typeface-title {
  color: #161616;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.style-guide-title-wrapper {
  margin-bottom: 36px;
}

.style-guide-title-wrapper.mb35 {
  margin-bottom: 35px;
}

.style-guide-button-wrapper {
  display: inline-block;
}

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

.changelog-date-text-block {
  font-size: 16px;
  font-weight: 500;
}

.changelog-circel {
  z-index: 1;
  width: 28px;
  height: 28px;
  background-color: #c2f96a;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 3px #000;
}

.changelog-wrapper {
  max-width: 1058px;
  background-color: #f4f4f4;
  border-radius: 40px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 62px;
  display: flex;
  position: relative;
}

.changelog-date-wrapper {
  width: 160px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.changelog-text-wrapper {
  width: 760px;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.changelog-title-span {
  color: #004d3e;
}

.changelog-description-wrapper {
  padding-bottom: 50px;
  position: relative;
}

.changelog-description-wrapper.last {
  padding-bottom: 0;
}

.changelog-single-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.changelog-paragraph-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.career-single-grid-wrap {
  grid-column-gap: 172px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-apply-wrap {
  background-color: #c2f96a;
  border-radius: 60px;
  padding: 46px 54px 37px 43px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.apply-title {
  color: #000;
  margin-bottom: 22px;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.apply-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.apply-button {
  width: 100%;
  text-align: center;
  background-color: #0f2028;
  border-radius: 100px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.job-single-details {
  margin-bottom: 45px;
}

.job-single-details h3 {
  color: #000;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.job-single-details p {
  color: rgba(0, 0, 0, .8);
  font-size: 19px;
  line-height: 160%;
}

.job-single-details ul {
  margin-top: 32px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.job-single-details li {
  color: rgba(0, 0, 0, .8);
  font-size: 19px;
  line-height: 160%;
}

.job-single-details.last {
  margin-bottom: 0;
}

.pp-container {
  max-width: 710px;
  background-color: #f4f4f4;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 103px;
}

.pp-content-wrap {
  text-align: center;
}

.pp-img-wrap {
  width: 155px;
  height: 155px;
  background-color: #0f2028;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-title {
  color: #161616;
  margin-bottom: 3px;
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
}

.pp-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 28px;
}

.pp-field {
  height: 58px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 100px;
  margin-bottom: 12px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 100%;
}

.pp-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .8);
}

.pp-field::placeholder {
  color: rgba(0, 0, 0, .8);
}

._404-container {
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}

._404-img-wrap {
  margin-bottom: 64px;
}

._404-content-wrapper {
  text-align: center;
}

._404-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

._404-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 26px;
}

.license-content-wrap {
  grid-row-gap: 65px;
  flex-direction: column;
  display: flex;
}

.license-title-wrap {
  max-width: 640px;
  margin-bottom: 45px;
}

.license-title-wrap.typo {
  max-width: 526px;
  margin-bottom: 0;
}

.license-title {
  color: #161616;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.license-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
}

.site-link {
  color: #004d3e;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.license-img-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-img {
  border-radius: 40px;
}

.license-icons-wrap {
  grid-column-gap: 22px;
  display: flex;
}

.license-single-icon {
  width: 174px;
  height: 174px;
  background-color: rgba(194, 249, 106, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-icon {
  width: 78px;
}

.block-header {
  background-color: #f6f6f6;
  border-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.block-content {
  background-color: #f6f6f6;
  border: 1px #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
}

.checkout-label {
  color: #000;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.checkout-field {
  height: 48px;
  background-color: #fff;
  border-style: none;
  border-radius: 100px;
  padding: 0 30px;
}

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

.text-block {
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
}

.total-price, .sub-total-price {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.subtotal-title {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 28px;
}

.line-item {
  align-items: center;
}

.line-item.last {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

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

.plan-list-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-content-wrap {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-title {
  text-transform: capitalize;
  margin-bottom: 28px;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.single-blog-divider {
  width: 100%;
  height: 1px;
  max-width: 587px;
  background-color: rgba(0, 0, 0, .06);
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-info-wrap {
  grid-column-gap: 9px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-info-divider {
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
}

.blog-info-details {
  color: rgba(0, 0, 0, .8);
  font-size: 17px;
  line-height: 27px;
}

.post-single-img-wrap {
  margin-bottom: 66px;
}

.post-details-img {
  width: 100%;
  border-radius: 40px;
}

.blog-single-details h3 {
  color: #000;
  margin-bottom: 22px;
  font-size: 36px;
  font-weight: 600;
  line-height: 41px;
}

.blog-single-details p {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 24px;
}

.blog-single-details ul {
  grid-row-gap: 11px;
  flex-direction: column;
  margin-top: 34px;
  margin-bottom: 34px;
  padding-left: 20px;
  display: flex;
}

.blog-single-details li {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 24px;
}

.blog-single-heading-wrap {
  text-align: center;
  margin-bottom: 43px;
}

.blog-quote-wrap {
  text-align: center;
  background-color: #c2f96a;
  border-radius: 40px;
  margin-top: 54px;
  margin-bottom: 54px;
  padding: 67px 107px 57px;
}

.quote-details {
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.blog-quote {
  margin-bottom: 15px;
}

.preview-banner {
  padding-top: 155px;
  padding-bottom: 162px;
}

.preview-banner-circel-three {
  width: 21px;
  height: 21px;
  background-color: #ac84ed;
  border-radius: 100%;
  position: absolute;
  top: 288px;
  bottom: auto;
  left: -63px;
  right: auto;
}

.preview-banner-wrapper {
  position: relative;
}

.preview-banner-circel {
  z-index: -1;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.primary-button-wrapper {
  display: inline-block;
}

.preview-banner-title-wrapper {
  max-width: 920px;
  text-align: center;
  margin-bottom: 250px;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-circel-one {
  width: 40px;
  height: 40px;
  background-color: #92ef90;
  border-radius: 100%;
  position: absolute;
  top: 44px;
  bottom: auto;
  left: 123px;
  right: auto;
}

.preview-banner-page-image-wrapper {
  height: 630px;
  background-color: rgba(191, 246, 105, .8);
  border-radius: 40px;
  position: relative;
}

.preview-banner-circel-two {
  width: 21px;
  height: 21px;
  background-color: #ac84ed;
  border-radius: 100%;
  position: absolute;
  top: 63px;
  bottom: auto;
  left: auto;
  right: 170px;
}

.preview-banner-title {
  color: #000;
  letter-spacing: -.79px;
  margin-bottom: 30px;
  font-size: 79px;
  font-weight: 600;
  line-height: 83px;
}

.preview-banner-page-image-single {
  max-width: 1296px;
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.preview-banner-img {
  border-radius: 20px;
  flex: 0 auto;
}

.preview-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-circel-four {
  width: 21px;
  height: 21px;
  background-color: #dbf834;
  border-radius: 50%;
  position: absolute;
  top: 277px;
  bottom: auto;
  left: auto;
  right: -63px;
}

.preview-banner-circel-five {
  width: 13px;
  height: 13px;
  background-color: #dbf834;
  border-radius: 50%;
  position: absolute;
  top: 263px;
  bottom: auto;
  left: 380px;
  right: auto;
}

.preview-banner-circel-six {
  width: 10px;
  height: 10px;
  background-color: #92ef90;
  border-radius: 50%;
  position: absolute;
  top: 258px;
  bottom: auto;
  left: auto;
  right: 330px;
}

.included-title {
  color: #000;
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.included-description-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.included-section-title {
  color: #000;
  letter-spacing: -1.52px;
  margin-bottom: 7px;
  font-size: 48px;
  font-weight: 600;
  line-height: 76px;
}

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

.included-section-paragraph-text {
  color: #3f3f3f;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.included-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.included-image-wrapper {
  width: 153.96px;
  height: 153.96px;
  text-align: center;
  background-color: #c2f96a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.included-single-wrapper {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 55px 40px;
}

.demo-pages-section-text-block {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 26px;
}

.demo-pages-section-title-main {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-pages-section-title-wrapper {
  margin-bottom: 27px;
}

.demo-pages-section-title-number {
  color: #000;
  font-size: 108px;
  font-weight: 500;
  line-height: 130px;
}

.demo-pages-section-title-single {
  display: inline-block;
}

.demo-pages-section-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
}

.preview-pages-grid {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.single-preview-page-wrap {
  z-index: 1;
  background-color: #f6f6f6;
  border-radius: 40px;
  padding: 27px 30px;
  position: relative;
}

.preview-img {
  border-radius: 20px;
  box-shadow: 0 4px 250px rgba(0, 0, 0, .13);
}

.page-name-wrap {
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: 0%;
  right: auto;
}

.page-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.demo-single-wrapper {
  width: 648px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.demo-link-block {
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

.browse-template-tickers-image {
  width: 100%;
  height: 355px;
}

.browse-template-tickers, .browse-template-tickers-single {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.browse-single-template {
  width: 50%;
}

.browse-template-single {
  z-index: 1;
  grid-column-gap: 25px;
  display: flex;
  position: relative;
}

.browse-template-tittle {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
}

.browse-template-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.templates-tickers-wrapper {
  height: 870px;
  max-height: 870px;
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.browse-template-right-shape {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #c2f96a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.browse-template-details {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.preview-footer-bottom {
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-link {
  color: #000;
  font-weight: 600;
}

.preview-footer-content-wrap {
  max-width: 643px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer {
  position: relative;
}

.preview-footer-tittle {
  color: #000;
  margin-bottom: 18px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.footer-bottom-text {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 23px;
}

.preview-footer-logo-wrap {
  margin-bottom: 18px;
}

.preview-footer-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.preview-footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.or-text {
  flex: none;
  font-size: 18px;
  line-height: 25px;
}

.sign-in-flex-left-wrap {
  max-width: 50%;
  min-height: 100vh;
  min-width: 50%;
  background-color: #c2f96a;
  padding: 130px 50px 90px;
  overflow: hidden;
}

.forgot-flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.sign-in-field-label {
  color: #0f0f0f;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.sign-in-icon-details {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 25px;
}

.alternative-details {
  font-size: 18px;
  line-height: 22px;
}

.sign-in-app-single-wrap {
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  padding: 15px 28px 15px 20px;
}

.sign-in-field-label-star {
  color: #004d3e;
  display: inline-block;
}

.forgot-link {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.sign-in-form-content-wrap {
  width: 100%;
}

.sign-in-field {
  height: 56px;
  color: #0f0f0f;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.sign-in-field::-ms-input-placeholder {
  color: #484561;
}

.sign-in-field::placeholder {
  color: #484561;
}

.sign-in-content-flex-wrap {
  min-height: 100vh;
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.sign-in-form-wrap {
  width: 100%;
  max-width: 560px;
  min-width: 560px;
  margin-bottom: 0;
}

.sign-in-logo-wrap {
  margin-bottom: 30px;
}

.sign-in-img {
  border-radius: 37.03px;
  flex: none;
  box-shadow: 0 4px 207.39px rgba(0, 0, 0, .05);
}

.sign-in-single-field-wrap {
  margin-bottom: 22px;
}

.sign-in-single-field-wrap.sign-in {
  margin-bottom: 27px;
}

.forgot-radio-wrap {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.or-border {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.sign-in-or-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.sign-in-title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 59px;
}

.alternative-link {
  color: #004d3e;
  font-weight: 500;
  display: inline-block;
}

.forgot-radio-label {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.sign-in-img-wrap {
  max-width: 516.84px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.sign-in-alternative {
  margin-bottom: 28px;
}

.sign-in-app-link-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.sign-in-btn-flex-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.sign-up-title {
  margin-bottom: 96px;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.sign-in-img-pt-1 {
  border-radius: 41.37px;
  position: absolute;
  top: -48px;
  bottom: auto;
  left: auto;
  right: -90px;
  box-shadow: 0 5px 179.08px rgba(0, 0, 0, .11);
}

.sign-in-img-pt-2 {
  position: absolute;
  top: auto;
  bottom: -19px;
  left: -96px;
  right: auto;
}

.pricing-single-container {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-ticket-wrap {
  background-color: #c2f96a;
  border-radius: 60px;
  padding: 47px 55px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.plan-ticket-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
}

.ticket-details {
  margin-bottom: 23px;
  font-size: 17.13px;
}

.ticket-price {
  margin-bottom: 28px;
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
}

.add-cart-wrap {
  margin-bottom: 0;
}

.add-to-cart-field {
  height: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.add-to-cart-field-wrap {
  height: 58px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 100px;
  margin-bottom: 13px;
  padding-left: 18.5px;
  padding-right: 18.5px;
}

.add-to-cart-button {
  width: 100%;
  color: #fff;
  background-color: #0f2028;
  border-style: none;
  border-color: #000;
  border-radius: 100px;
  justify-content: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.price-single-details {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 52px;
  font-size: 17.13px;
  line-height: 24px;
}

.plan-include-title {
  color: #000;
  letter-spacing: -.24px;
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 34px;
}

.plan-single-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 38px;
}

.plan-about {
  max-width: 693px;
}

.plan-about h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.plan-about p {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.cart-quantity {
  height: 18px;
  min-width: 18px;
  color: #000;
  background-color: #92ef90;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: auto;
  right: -9px;
}

.cart-list {
  padding: 25px 0 0;
}

.div-block {
  margin-left: 0;
  margin-right: 0;
}

.cart-item {
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-container {
  max-width: 474px;
  background-color: #fff;
  padding: 30px 45px 42px;
}

.cart-footer {
  border-top-color: rgba(0, 0, 0, .2);
  padding: 27px 0 0;
}

.cart-header {
  border-bottom-color: rgba(0, 0, 0, .2);
  padding: 0 0 27px;
}

.cart-title {
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
}

.cart-plan-name {
  color: #0f0f0f;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.cart-plan-price {
  color: #0f0f0f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.cart-plan-duration {
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 19px;
}

.remove-button {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

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

.cart-total {
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

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

.dropdown-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.nav-dropdown-wrapper.w--open {
  width: 655px;
  max-width: 655px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -150px;
}

.nav-dropdown-wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 34px 42px;
  box-shadow: 0 4px 224px rgba(0, 0, 0, .05);
}

.nav-dropdown-flex-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.nav-dropdown-links-flex-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.nav-dropdown-links-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-link-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.nav-dropdown-single-link {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 22px;
  transition: all .3s ease-in;
}

.nav-dropdown-single-link:hover {
  color: #804ad7;
}

.dropdown-btn-wrap {
  text-align: center;
}

.featured-blog-img-wrap {
  width: 100%;
  display: block;
}

.featured-post-title {
  margin-bottom: 20px;
  display: block;
}

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

.decision-img-1 {
  z-index: 1;
  width: 100%;
  border-radius: 40px;
  position: relative;
}

.decision-img-2 {
  z-index: 2;
  width: 100%;
  border-radius: 40px;
  position: absolute;
}

.decision-img-3 {
  z-index: 3;
  width: 100%;
  border-radius: 40px;
  position: absolute;
}

.preloader-wrapper {
  z-index: 99999;
  background-color: #070d19;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-feature-wrap {
  overflow: hidden;
}

.preloader-logo-wrap {
  width: 200px;
}

.preview-hover-wrap {
  z-index: -1;
  width: 100%;
  height: 0%;
  background-color: #c2f96a;
  border-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.changelog-border {
  width: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 5px;
  bottom: 0%;
  left: -28px;
  right: auto;
}

.nav-login-wrap {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

.nav-login-wrap.for-mobile {
  display: none;
}

.team-member-content-wrapper {
  max-width: 896px;
  background-color: #f4f4f4;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px;
}

.team-single-flex-wrap {
  grid-column-gap: 44px;
  align-items: center;
  display: flex;
}

.team-single-img-wrap {
  max-width: 310px;
  flex: none;
}

.team-single-img {
  border-radius: 30px;
}

.member-details-big {
  font-size: 19px;
  line-height: 150%;
}

.home-dropdown-links-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 30px 250px rgba(0, 0, 0, .1);
}

.page-dropdown-list-wrap {
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-single-nav-link {
  color: #484561;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
  transition: all .35s ease-in;
}

.dropdown-single-nav-link:hover {
  color: #00c97f;
}

.home-dropdown-wrap.w--open {
  width: 120px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -20px;
}

.top-navigation-wrap {
  z-index: 9999;
  text-align: center;
  background-color: #c2f96a;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-navigation-content-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-navigation-details {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.top-nav-link {
  color: #000;
  text-decoration: underline;
}

.announcement-close-wrap {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.announcement-close {
  width: 14px;
}

@media screen and (min-width: 1920px) {
  .decisions-content-flex-wrap {
    position: static;
  }

  .decisions-content-wrap._1 {
    position: static;
    overflow: visible;
  }

  .decisions-content-wrap._2, .decisions-content-wrap._3 {
    position: static;
  }

  .sign-in-flex-left-wrap {
    width: 100%;
    max-width: 986px;
    min-height: 100vh;
    min-width: 50%;
    padding: 130px 127px 90px 100px;
  }

  .sign-in-content-flex-wrap {
    grid-column-gap: 230px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper, .navbar-wrapper.v2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-links-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .single-nav-link {
    color: rgba(255, 255, 255, .8);
  }

  .nav-log-in {
    transition: all .3s ease-in;
  }

  .nav-log-in.for-mobile {
    color: rgba(255, 255, 255, .8);
  }

  .nav-log-in.for-mobile:hover {
    color: #804ad7;
  }

  .nav-sign-up.for-desktop {
    display: none;
  }

  .nav-sign-up.for-mobile {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
  }

  .nav-sign-up.for-mobile:hover {
    color: #070d19;
    border-color: #c2f96a;
  }

  .banner-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .banner-content-flex-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 50px;
  }

  .banner-content-wrap {
    text-align: center;
  }

  .banner-circle {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .banner-title {
    font-size: 62px;
    line-height: 72px;
  }

  .banner-img-pt-1, .banner-img-pt-2 {
    width: 250px;
  }

  .banner-img-pt-3 {
    width: 200px;
    margin-top: 10px;
    margin-left: -80px;
  }

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

  .section.designed-team {
    padding-bottom: 80px;
  }

  .section.introducing {
    padding-top: 80px;
  }

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

  .section.after-banner {
    padding-top: 80px;
  }

  .section.after-banner.our-office {
    padding-bottom: 80px;
  }

  .section.wcu {
    padding-bottom: 60px;
  }

  .section.browse-template {
    padding-top: 60px;
  }

  .sponsor-icon {
    width: 120px;
    margin-right: 40px;
  }

  .user-analytics-title-wrap {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 48px;
    line-height: 62px;
  }

  .section-title.white.integration {
    margin-bottom: 15px;
  }

  .section-title.faq {
    font-size: 48px;
  }

  .user-analytics-details {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .user-analytics-img-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .user-analytics-img-1 {
    width: 280px;
  }

  .user-analytics-img-2, .user-analytics-img-3 {
    width: 220px;
  }

  .section-title-wrap.report {
    margin-bottom: 30px;
  }

  .section-title-wrap.testimonial {
    max-width: 700px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-wrap.faq {
    margin-bottom: 30px;
  }

  .section-title-wrap.decisions {
    margin-bottom: 50px;
  }

  .section-title-wrap.v2, .section-title-wrap.v2.wcu, .section-title-wrap.manage-finance, .section-title-wrap.integration, .section-title-wrap.testimonial-v2, .section-title-wrap.flex.blog-v2 {
    margin-bottom: 30px;
  }

  .section-title-wrap.common.our-office {
    max-width: none;
    margin-bottom: 30px;
  }

  .section-title-wrap.common.behind-story, .section-title-wrap.common.team-members, .section-title-wrap.career {
    margin-bottom: 30px;
  }

  .sub-title-wrap {
    margin-bottom: 10px;
  }

  .repoart-title-bg {
    width: 150px;
    bottom: 0;
    left: 185px;
  }

  .report-flex-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .single-report-wrap {
    padding: 30px 25px;
  }

  .single-report-wrap._1, .single-report-wrap._4 {
    max-width: 100%;
  }

  .report-number-wrap {
    width: 60px;
    height: 60px;
  }

  .report-number {
    font-size: 18px;
  }

  .report-heading-wrapper {
    grid-column-gap: 20px;
  }

  .report-title {
    font-size: 30px;
  }

  .report-form-title {
    font-size: 30px;
    line-height: 38px;
  }

  .primary-button, .primary-button.white {
    padding: 17px 30px;
  }

  .designed-team-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
  }

  .designed-content-flex-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .designed-img-row-1 {
    margin-bottom: 0;
  }

  .introducing-title-bg {
    width: 140px;
    right: 440px;
  }

  .introducing-ticker-wrap {
    margin-top: -50px;
  }

  .introducing-ticker-img-wrap-1 {
    max-width: 220px;
  }

  .introducing-ticker-img-wrap-2 {
    width: 260px;
  }

  .introducing-ticker-img-wrap-3 {
    width: 200px;
  }

  .introducing-ticker-img {
    width: 250px;
  }

  .integration-grid-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .integration-img-wrap {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .integration-mini-border-wrap {
    bottom: 80px;
  }

  .integration-logo._2, .integration-logo._3 {
    width: 60px;
  }

  .integration-logo._4 {
    width: 70px;
  }

  .integration-logo._5 {
    width: 90px;
  }

  .integration-logo._6 {
    width: 150px;
  }

  .integration-logo._7 {
    width: 80px;
    bottom: -30px;
  }

  .integration-content-wrap {
    text-align: center;
  }

  .section-details.white.integration-details {
    margin-bottom: 20px;
  }

  .tabs-menu-flex-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .testimonial-title-bg {
    width: 230px;
    left: 35%;
  }

  .testimonial-single-slide-content-wrap {
    padding-top: 50px;
    padding-right: 60px;
  }

  .blog-title-bg {
    width: 180px;
  }

  .article-grid-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .single-article-wrap {
    height: 100%;
  }

  .article-content-wrap {
    padding-left: 19px;
    padding-right: 19px;
  }

  .article-title, .article-title.v2 {
    font-size: 20px;
  }

  .article-author-flex-wrap {
    margin-top: 12px;
  }

  .author-details {
    font-size: 15px;
    line-height: 24px;
  }

  .faq-title-bg {
    width: 250px;
    left: 50px;
  }

  .faq-grid-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .decisions-title-bg {
    width: 240px;
    bottom: -11px;
    right: 27%;
  }

  .decisions-content-wrapper {
    padding: 25px 60px;
    top: 100px;
  }

  .testimonial-img-wrap {
    max-width: 260px;
  }

  .testimonial-content-wrap {
    max-width: none;
  }

  .testimonial-details {
    font-size: 20px;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-details-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-details {
    margin-bottom: 20px;
  }

  .footer-form-title {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
  }

  .banner-v2-wrap {
    padding-top: 120px;
  }

  .banner-v2-content-wrap {
    margin-bottom: 100px;
  }

  .banner-title-v2 {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 60px;
  }

  .banner-title-v2-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .banner-v2-details {
    margin-bottom: 20px;
  }

  .secondery-button {
    padding: 17px 30px;
  }

  .secondery-button.for-mobile {
    display: block;
  }

  .banner-v2-btn {
    padding: 17px 30px;
  }

  .banner-img-flex-wrap {
    grid-column-gap: 15px;
  }

  .banner-v2-img {
    width: 31%;
  }

  .banner-v2-img._1, .banner-v2-img._3 {
    margin-top: -80px;
  }

  .banner-v2-ticker-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-v2-ticker-content-wrap {
    grid-column-gap: 20px;
    margin-right: 20px;
  }

  .ticker-details {
    font-size: 28px;
  }

  .feature-container {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-container.wcu {
    border-radius: 60px;
  }

  .sub-title-wrap-v2.mb-15 {
    margin-bottom: 10px;
  }

  .section-title-v2 {
    font-size: 42px;
    line-height: 50px;
  }

  .section-title-v2.feature {
    max-width: 600px;
  }

  .section-title-v2.overview {
    max-width: none;
  }

  .section-title-v2.mb-15 {
    margin-bottom: 10px;
  }

  .section-title-v2.contact {
    margin-bottom: 30px;
  }

  .section-title-v2.career {
    margin-bottom: 15px;
  }

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

  .feature-star {
    width: 320px;
  }

  .single-feature-wrap {
    padding: 20px;
  }

  .feature-icon-wrap {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .feature-icon {
    width: 70px;
  }

  .feature-name {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }

  .overview-grid-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .single-overview-wrap._1 {
    margin-bottom: 30px;
    padding: 30px 30px 35px;
  }

  .single-overview-wrap._2 {
    padding: 30px 30px 35px;
  }

  .single-overview-wrap._3 {
    margin-bottom: 30px;
    padding: 30px 30px 35px;
  }

  .single-overview-wrap._4 {
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .overview-img-wrap {
    margin-bottom: 20px;
  }

  .overview-details-wrap {
    max-width: 520px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-details-wrap._w-460 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-details-wrap._w-460._4 {
    margin-bottom: 0;
  }

  .overview-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .overview-details {
    font-size: 17px;
    line-height: 24px;
  }

  .overview-details._3 {
    margin-bottom: 15px;
  }

  .overview-title-wrap {
    margin-bottom: 30px;
  }

  .overview-3-img-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }

  .overview-tags-flex-wrap {
    justify-content: center;
  }

  .decisions-border {
    width: 50px;
  }

  .decisions-content-flex-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .decisions-content-wrap {
    max-width: 550px;
    margin-bottom: 20px;
  }

  .desicion-serial-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .desicion-serial-wrap.v2 {
    margin-bottom: 15px;
  }

  .desicion-serial {
    font-size: 20px;
  }

  .desicion-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .desicion-title.v2 {
    max-width: none;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .desicion-details {
    max-width: none;
    font-size: 17px;
    line-height: 24px;
  }

  .decisions-content-scroll-wrap {
    max-height: 220px;
  }

  .decisions-content-scroll-wrap.v2 {
    max-height: 210px;
  }

  .manage-finance-tabs-flex-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .integration-v2-wrapper {
    margin-bottom: 40px;
  }

  .integration-v2-single-row {
    grid-column-gap: 15px;
  }

  .single-integration-logo {
    width: 150px;
    height: 150px;
    flex: none;
  }

  .integration-logo-v2 {
    width: 50px;
  }

  .integration-logo-name {
    font-size: 18px;
  }

  .testimonial-v2-content-wrap {
    padding: 80px 25px;
  }

  .testimonial-v2-flex-wrap {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .testimonial-v2-single-column {
    width: 48.2%;
    max-width: none;
  }

  .testimonial-v2-single-column._2 {
    margin-top: 0;
  }

  .testimonial-v2-single-column._3 {
    width: 100%;
    max-width: none;
    grid-column-gap: 24px;
    flex-direction: row;
  }

  .testimonial-author-wrap {
    margin-bottom: 10px;
  }

  .testimonial-author-name-v2 {
    font-size: 20px;
    line-height: 24px;
  }

  .testimonial-details-v2 {
    font-size: 15px;
    line-height: 22px;
  }

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

  .single-article-v2-wrap {
    height: 100%;
  }

  .manage-finance-tabs-menu-wrap {
    max-width: none;
  }

  .finance-tab-heading-wrap {
    grid-column-gap: 10px;
  }

  .finance-tab-serial {
    font-size: 14px;
    line-height: 24px;
  }

  .finance-tab-serial-wrap {
    width: 40px;
    height: 40px;
  }

  .finance-tab-title {
    font-size: 20px;
    line-height: 30px;
  }

  .finance-single-tab-link {
    border-radius: 25px;
    padding: 18px 15px;
  }

  .finance-faq-ans {
    max-width: none;
    line-height: 20px;
  }

  .finance-tab-line-wrap {
    display: none;
  }

  .finance-tab-img {
    width: 520px;
  }

  .inner-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .inner-banner-title-wrap {
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 40px;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 4px;
  }

  .our-office-img-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .office-img {
    width: 31.98%;
    object-fit: cover;
  }

  .summery-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .single-summery-wrap {
    width: 250px;
    height: 250px;
  }

  .single-summery-wrap._3 {
    margin-top: 0;
  }

  .summery-counter-wrap {
    height: 55px;
  }

  .behind-story-container {
    border-radius: 30px;
    padding: 60px 15px 100px;
  }

  .behind-single-slide {
    margin-right: 20px;
  }

  .behind-story-dots {
    bottom: -60px;
  }

  .team-member-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .member-img-wrap {
    margin-bottom: 15px;
  }

  .member-img {
    width: 100%;
  }

  .member-name {
    font-size: 22px;
    line-height: 150%;
  }

  .member-designation {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .featured-blog-wrap {
    flex-direction: column;
  }

  .featured-blog-img {
    max-width: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .featured-blog-content-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 35px;
  }

  .blog-post-title-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .cat-button {
    padding: 12px 30px;
    font-size: 16px;
  }

  .blog-collection-grid-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .single-blog-post {
    height: 100%;
  }

  .blog-post-analytics {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .blog-post-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .blog-post-details {
    font-size: 15px;
    line-height: 24px;
  }

  .pricing-tabs-wrapper {
    margin-top: -20px;
  }

  .pricing-single-tab-link {
    padding: 15px 35px;
    font-size: 16px;
  }

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

  .single-pricing-collection-wrap.mt-40 {
    margin-top: 0;
  }

  .plan-feature-list.single {
    margin-bottom: 30px;
  }

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

  .single-integration-wrap {
    border-radius: 30px;
    padding: 25px 20px;
  }

  .integration-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .integration-icon {
    width: 30px;
  }

  .integration-icon-wrapper {
    grid-column-gap: 15px;
    margin-bottom: 20px;
  }

  .integration-name {
    font-size: 20px;
    line-height: 30px;
  }

  .integration-details {
    margin-bottom: 20px;
  }

  .border-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .contact-info-flex-wrap {
    grid-column-gap: 40px;
    margin-bottom: 40px;
  }

  .contact-icon-wrap {
    width: 140px;
    height: 140px;
  }

  .contact-icon {
    width: 40px;
  }

  .contract-info-title {
    font-size: 24px;
  }

  .contract-info-details {
    font-size: 16px;
  }

  .contact-form-wrap {
    padding: 30px 30px 40px;
  }

  .single-contact-field-wrap.message {
    margin-bottom: 20px;
  }

  .contact-fields-grid-wrap {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contact-field-label, .contact-field, .contact-message-field {
    font-size: 16px;
  }

  .download-grid-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .single-download-wrap {
    border-radius: 30px;
    padding: 25px 20px;
  }

  .download-icon {
    margin-bottom: 20px;
  }

  .download-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 110%;
  }

  .download-details {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 150%;
  }

  .section-details-big {
    font-size: 17px;
  }

  .job-post-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .single-job-post-wrap {
    height: 100%;
    border-radius: 30px;
    padding: 30px 25px;
  }

  .job-time {
    margin-bottom: 15px;
  }

  .job-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .location-salary-wrap, .integration-icons-wrapper {
    margin-bottom: 20px;
  }

  .integration-single-icon-wrap {
    width: 160px;
    height: 160px;
  }

  .integration-single-icon, .integration-single-default-icon {
    width: 70px;
  }

  .integration-joining-wrap {
    width: 55px;
    height: 55px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .integration-about-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .integration-single-big-details h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .integration-single-big-details figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style-guide-single-heading {
    grid-row-gap: 20px;
  }

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

  .style-guide-single-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

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

  .changelog-circel {
    display: none;
  }

  .changelog-wrapper {
    padding: 40px;
  }

  .changelog-text-wrapper {
    width: 100%;
  }

  .changelog-single-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .career-single-grid-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1.5fr 1fr;
  }

  .career-apply-wrap {
    border-radius: 40px;
    padding: 30px 20px;
  }

  .apply-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .apply-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .apply-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .job-single-details {
    margin-bottom: 30px;
  }

  .job-single-details h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 100%;
  }

  .job-single-details p {
    font-size: 16px;
    line-height: 140%;
  }

  .job-single-details ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .job-single-details li {
    font-size: 16px;
    line-height: 150%;
  }

  .pp-container {
    padding: 40px 50px;
  }

  .pp-title {
    font-size: 32px;
    line-height: 40px;
  }

  .pp-details {
    margin-bottom: 20px;
  }

  ._404-img-wrap {
    margin-bottom: 30px;
  }

  ._404-img {
    width: 240px;
  }

  ._404-title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  ._404-details {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .license-content-wrap {
    grid-row-gap: 40px;
  }

  .license-title-wrap {
    margin-bottom: 30px;
  }

  .license-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .license-img-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-img {
    border-radius: 20px;
  }

  .license-single-icon {
    width: 120px;
    height: 120px;
  }

  .license-icon {
    width: 50px;
  }

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

  .single-blog-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .single-blog-divider {
    margin-bottom: 15px;
  }

  .blog-info-details {
    font-size: 16px;
    line-height: 25px;
  }

  .post-single-img-wrap {
    margin-bottom: 30px;
  }

  .blog-single-details h3 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .blog-single-details p, .blog-single-details li {
    font-size: 17px;
  }

  .blog-single-heading-wrap {
    margin-bottom: 25px;
  }

  .blog-quote-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 45px 40px;
  }

  .preview-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .preview-banner-circel-three, .preview-banner-circel {
    display: none;
  }

  .primary-button-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview-banner-title-wrapper {
    max-width: 700px;
    margin-bottom: 40px;
  }

  .preview-banner-circel-one {
    display: none;
  }

  .preview-banner-page-image-wrapper {
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .preview-banner-circel-two {
    display: none;
  }

  .preview-banner-title {
    font-size: 60px;
    line-height: 70px;
  }

  .preview-banner-page-image-single {
    width: 100%;
    grid-column-gap: 20px;
    padding: 30px 20px;
    top: 0%;
    transform: none;
  }

  .preview-banner-img {
    width: 48.5%;
  }

  .preview-banner-circel-four, .preview-banner-circel-five, .preview-banner-circel-six {
    display: none;
  }

  .included-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .included-section-title {
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 50px;
  }

  .included-section-title-wrapper {
    max-width: 700px;
    margin-bottom: 30px;
  }

  .included-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .included-image-wrapper {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }

  .included-single-wrapper {
    padding: 30px 25px;
  }

  .demo-pages-section-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .demo-pages-section-title-main {
    grid-column-gap: 10px;
  }

  .demo-pages-section-title-wrapper {
    margin-bottom: 40px;
  }

  .demo-pages-section-title-number {
    font-size: 90px;
    line-height: 100px;
  }

  .demo-pages-section-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .single-preview-page-wrap {
    padding: 20px 15px;
  }

  .page-name-wrap {
    padding: 8px 13px;
    bottom: 40px;
  }

  .page-name {
    font-size: 18px;
    line-height: 20px;
  }

  .demo-single-wrapper {
    width: 360px;
    margin-top: 30px;
  }

  .demo-link-block {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .browse-template-tickers-image {
    height: 100%;
  }

  .browse-template-tittle {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
  }

  .browse-template-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .browse-template-content-wrapper {
    text-align: center;
  }

  .browse-template-right-shape {
    width: 100%;
    max-height: 880px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .browse-template-details {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-footer-tittle {
    font-size: 45px;
    line-height: 55px;
  }

  .preview-footer-details {
    margin-bottom: 40px;
  }

  .preview-footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sign-in-flex-left-wrap {
    max-width: none;
    min-height: auto;
    min-width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .forgot-flex-wrap {
    margin-bottom: 30px;
  }

  .sign-in-field-label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .sign-in-app-single-wrap {
    padding: 12px 15px;
  }

  .sign-in-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .sign-in-content-flex-wrap {
    min-height: auto;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .sign-in-form-wrap {
    max-width: none;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sign-in-img {
    width: 350px;
  }

  .sign-in-single-field-wrap, .sign-in-or-wrap {
    margin-bottom: 20px;
  }

  .sign-in-title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 40px;
  }

  .sign-in-img-wrap {
    display: inline-block;
  }

  .sign-in-alternative {
    margin-bottom: 15px;
  }

  .sign-in-app-link-wrap {
    margin-bottom: 20px;
  }

  .sign-in-content-wrap {
    max-width: 580px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up-title {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 50px;
  }

  .sign-in-img-pt-1 {
    width: 170px;
    top: -30px;
    right: -60px;
  }

  .sign-in-img-pt-2 {
    width: 170px;
    left: -70px;
  }

  .pricing-single-container {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-ticket-wrap {
    border-radius: 30px;
    padding: 30px 35px;
    position: static;
  }

  .plan-ticket-title {
    margin-bottom: 10px;
  }

  .ticket-details {
    margin-bottom: 15px;
  }

  .ticket-price {
    margin-bottom: 15px;
    font-size: 42px;
  }

  .add-to-cart-field {
    font-size: 16px;
  }

  .add-to-cart-field-wrap {
    height: 50px;
  }

  .price-single-details {
    margin-bottom: 30px;
  }

  .plan-single-divider {
    margin-bottom: 25px;
  }

  .nav-dropdown-wrapper.w--open {
    position: static;
  }

  .nav-dropdown-wrap {
    padding: 20px 25px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .changelog-border {
    display: none;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    flex: none;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.v2 {
    filter: invert();
  }

  .menu-button-animation {
    width: 40px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    max-height: 90vh;
    background-color: #070d19;
    padding: 30px;
    overflow: auto;
  }

  .nav-login-wrap.for-desktop {
    display: none;
  }

  .nav-login-wrap.for-mobile {
    display: flex;
  }

  .team-member-content-wrapper {
    padding: 30px;
  }

  .team-single-flex-wrap {
    grid-column-gap: 30px;
  }

  .member-details-big {
    font-size: 18px;
  }

  .top-navigation-details {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 72px;
  }

  .main-logo-wrap {
    max-width: 150px;
    padding-left: 0;
  }

  .nav-links-wrap {
    grid-row-gap: 15px;
  }

  .single-nav-link, .nav-log-in.for-mobile {
    font-size: 16px;
  }

  .nav-sign-up.for-mobile {
    padding: 15px 30px;
    font-size: 16px;
  }

  .banner-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .banner-img-pt-1 {
    width: 200px;
  }

  .banner-img-pt-3 {
    width: 150px;
  }

  .banner-img-pt-2-wrap {
    width: 200px;
    margin-top: 50px;
  }

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

  .section.after-banner {
    padding-top: 60px;
  }

  .section.after-banner.our-office {
    padding-bottom: 60px;
  }

  .section.browse-template {
    padding-top: 40px;
  }

  .user-analytics-title-wrap {
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 36px;
    line-height: 40px;
  }

  .section-title.faq {
    font-size: 36px;
  }

  .user-analytics-img-wrapper {
    grid-column-gap: 15px;
  }

  .user-analytics-img-1 {
    width: 52%;
  }

  .user-analytics-img-wrap-2 {
    width: 40%;
  }

  .user-analytics-img-2, .user-analytics-img-3 {
    width: 100%;
  }

  .user-analytics-img-4, .user-analytics-img-5 {
    width: 49%;
  }

  .user-analytics-img-wrap-3 {
    width: 100%;
    justify-content: space-between;
    padding: 15px;
  }

  .section-title-wrap.flex.blog-v2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .report-man {
    width: 200px;
  }

  .report-images-wrap {
    margin-top: -50px;
  }

  .report-1-img-1 {
    width: 150px;
  }

  .report-1-img-2 {
    width: 220px;
  }

  .report-1-img-3 {
    width: 150px;
  }

  .report-heading-wrapper {
    max-width: 450px;
    grid-column-gap: 15px;
    margin-bottom: 20px;
  }

  .report-title {
    font-size: 24px;
    line-height: 32px;
  }

  .report-img-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .report-img-flex-wrap-wrapper {
    justify-content: center;
  }

  .report-2-img-1, .report-2-img-2 {
    width: 130px;
  }

  .report-2-dash {
    width: 180px;
  }

  .report-form-img-wrap {
    margin-top: -50px;
    margin-bottom: 40px;
  }

  .report-form-img {
    width: 180px;
  }

  .report-form-title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .primary-button, .primary-button.white {
    padding: 15px 28px;
    font-size: 16px;
  }

  .designed-images-wrapper {
    grid-column-gap: 20px;
  }

  .designed-img-head {
    width: 80px;
  }

  .integration-img-wrap {
    max-width: 450px;
  }

  .integration-big-border {
    max-width: 400px;
  }

  .integration-mini-border {
    width: 260px;
  }

  .integration-logo._1 {
    width: 90px;
  }

  .integration-logo._2 {
    top: 74px;
  }

  .integration-logo._3 {
    bottom: 94px;
  }

  .integration-logo._4 {
    top: 81px;
  }

  .integration-logo._5 {
    bottom: 96px;
  }

  .integration-logo._6 {
    width: 120px;
  }

  .integration-logo._7 {
    width: 70px;
  }

  .integration-inner-border-wrap {
    width: 140px;
    height: 140px;
  }

  .section-details {
    font-size: 17px;
  }

  .section-details.white {
    font-size: 17px;
    line-height: 24px;
  }

  .section-details.white.integration-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .designed-tabs-wrapper {
    text-align: center;
  }

  .designed-tabs-link {
    padding: 15px 30px;
    font-size: 16px;
  }

  .tabs-menu-flex-wrap {
    text-align: center;
    justify-content: center;
  }

  .testimonial-title-bg {
    width: 150px;
    left: 35.5%;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 58px;
  }

  .testimonial-single-slide-content-wrap {
    padding: 25px 20px;
  }

  .blog-title-wrap {
    max-width: 380px;
  }

  .blog-title-bg {
    width: 140px;
  }

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

  .article-img-wrap {
    border-radius: 20px;
  }

  .article-img {
    width: 100%;
  }

  .article-subject {
    margin-bottom: 10px;
  }

  .article-title {
    margin-bottom: 15px;
  }

  .article-author-flex-wrap {
    margin-top: 10px;
  }

  .author-details {
    font-size: 16px;
  }

  .faq-title-bg {
    width: 200px;
    bottom: -17px;
    left: 23%;
  }

  .faq-heading-wrap {
    padding: 15px;
  }

  .faq-answer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-answer {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-title {
    font-size: 20px;
    line-height: 28px;
  }

  .decisions-title-bg {
    width: 150px;
    bottom: -4px;
  }

  .decisions-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-slider-bg {
    width: 100%;
  }

  .testimonial-content-flex-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .testimonial-img-wrap {
    grid-row-gap: 0px;
  }

  .testimonial-content-wrap {
    text-align: center;
    margin-left: 0;
  }

  .testimonial-details {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-author-name-wrap {
    justify-content: center;
  }

  .testimonial-author-name {
    font-size: 20px;
    line-height: 22px;
  }

  .testimonial-slide-nav {
    margin-bottom: -70px;
  }

  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-links-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-links-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 30px;
  }

  .footer-link {
    font-size: 17px;
  }

  .banner-v2-wrap {
    padding-top: 100px;
  }

  .banner-v2-content-wrap {
    margin-bottom: 70px;
  }

  .banner-title-v2 {
    font-size: 48px;
    line-height: 54px;
  }

  .banner-title-v2-icon {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
  }

  .banner-v2-details {
    font-size: 16px;
    line-height: 23px;
  }

  .secondery-button, .banner-v2-btn {
    padding: 15px 28px;
    font-size: 16px;
  }

  .banner-v2-img._1, .banner-v2-img._3 {
    margin-top: -50px;
  }

  .banner-v2-ticker-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-v2-ticker-content-wrap {
    grid-column-gap: 15px;
    margin-right: 15px;
  }

  .ticker-details {
    font-size: 24px;
  }

  .ticker-star {
    width: 30px;
  }

  .feature-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-container.wcu {
    border-radius: 40px;
  }

  .sub-title-wrap-v2.left.blog-v2 {
    margin-bottom: 10px;
  }

  .sub-title-v2 {
    font-size: 16px;
  }

  .section-title-v2 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .single-feature-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .feature-icon {
    width: 50px;
  }

  .feature-name {
    font-size: 20px;
    line-height: 24px;
  }

  .feature-details {
    font-size: 15px;
  }

  .single-overview-wrap {
    border-radius: 30px;
  }

  .single-overview-wrap._1 {
    margin-bottom: 24px;
    padding: 20px 15px 30px;
  }

  .single-overview-wrap._2 {
    padding: 20px 15px 30px;
  }

  .single-overview-wrap._3 {
    margin-bottom: 24px;
    padding: 20px 15px 30px;
  }

  .single-overview-wrap._4 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview-details-wrap {
    max-width: 460px;
  }

  .overview-details-wrap._w-460._4 {
    margin-bottom: 10px;
  }

  .overview-title {
    font-size: 26px;
    line-height: 30px;
  }

  .overview-details {
    font-size: 16px;
    line-height: 22px;
  }

  .overview-img-1 {
    width: 50%;
  }

  .overview-tag {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .decisions-content-flex-wrap {
    grid-row-gap: 15px;
  }

  .desicion-serial-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .desicion-serial {
    font-size: 18px;
  }

  .desicion-title {
    font-size: 28px;
  }

  .desicion-title.v2 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .desicion-details {
    font-size: 16px;
  }

  .decisions-border-wrapper {
    display: none;
  }

  .decisions-content-scroll-wrap {
    max-width: 100%;
  }

  .integration-v2-wrapper {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .integration-v2-single-row {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .single-integration-logo {
    width: 130px;
    height: 130px;
  }

  .single-integration-logo.portait-none {
    display: none;
  }

  .integration-logo-v2 {
    width: 30px;
  }

  .integration-logo-name {
    font-size: 16px;
  }

  .testimonial-v2-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-v2-single-column {
    width: auto;
  }

  .testimonial-v2-single-column._3 {
    flex-direction: column;
  }

  .single-testimonial-wrap {
    padding: 20px 30px;
  }

  .testimonial-img-v2 {
    width: 70px;
    margin-top: -40px;
  }

  .testimonial-author-info-v2 {
    font-size: 16px;
  }

  .blog-v2-title-wrap {
    max-width: none;
  }

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

  .article-img-v2, .finance-tab-img {
    width: 100%;
  }

  .inner-banner {
    padding-top: 100px;
  }

  .inner-banner-title-wrap {
    font-size: 32px;
  }

  .office-img {
    width: 31%;
    border-radius: 25px;
  }

  .summery-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .single-summery-wrap {
    width: 210px;
    height: 210px;
  }

  .summery-title {
    font-size: 17px;
    line-height: 25px;
  }

  .summery-counter-wrap {
    height: 50px;
  }

  .summery-number {
    font-size: 42px;
  }

  .behind-story-container {
    padding-bottom: 80px;
  }

  .behind-single-slide-wrap {
    padding: 20px 25px;
  }

  .behind-slide-title {
    font-size: 20px;
    line-height: 28px;
  }

  .behind-slide-details {
    font-size: 15px;
    line-height: 25px;
  }

  .breadcrumb-link {
    font-size: 16px;
    line-height: 20px;
  }

  .team-member-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .member-name {
    font-size: 18px;
    line-height: 120%;
  }

  .member-designation {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .member-social-links-wrap.single {
    justify-content: center;
    margin-bottom: 10px;
  }

  .member-single-link {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .featured-blog-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .featured-blog-content-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 25px 20px;
  }

  .blog-post-title-wrap {
    grid-row-gap: 15px;
  }

  .cat-button {
    padding: 10px 20px;
  }

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

  .single-blog-post {
    border-radius: 20px;
  }

  .pricing-tabs-menu-wrap {
    margin-bottom: 30px;
  }

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

  .single-pricing-plan-wrap {
    border-radius: 40px;
    padding: 40px 35px;
  }

  .plan-name {
    margin-bottom: 10px;
  }

  .plan-details {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .plan-pricing-wrap {
    margin-bottom: 20px;
  }

  .plan-price {
    font-size: 42px;
  }

  .plan-divider {
    margin-bottom: 20px;
  }

  .plan-feature-list {
    margin-bottom: 30px;
  }

  .plan-feature-list.single {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .plan-feature-text {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-tag {
    top: 5px;
  }

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

  .single-integration-wrap {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .integration-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .integration-icon {
    width: 25px;
  }

  .integration-name {
    font-size: 18px;
  }

  .integration-type {
    font-size: 16px;
    line-height: 24px;
  }

  .integration-details {
    font-size: 15px;
    line-height: 23px;
  }

  .border-button {
    padding: 15px 25px;
    font-weight: 500;
  }

  .contact-info-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .contact-icon-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .contract-info-title {
    font-size: 20px;
  }

  .contact-form-wrap {
    border-radius: 30px;
    padding: 25px 18px 30px;
  }

  .single-contact-field-wrap.message {
    margin-bottom: 15px;
  }

  .contact-fields-grid-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .contact-field-label {
    margin-bottom: 8px;
  }

  .contact-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-message-field {
    min-height: 140px;
  }

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

  .download-title {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .download-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .section-details-big {
    font-size: 16px;
    line-height: 150%;
  }

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

  .single-job-post-wrap {
    border-radius: 20px;
    padding: 20px;
  }

  .job-name {
    font-size: 20px;
  }

  .job-time {
    font-size: 16px;
    line-height: 22px;
  }

  .job-details, .location-salary-wrap {
    margin-bottom: 15px;
  }

  .job-location, .job-salary {
    font-size: 15px;
    line-height: 25px;
  }

  .integration-title-wrap {
    margin-bottom: 15px;
  }

  .integration-heading-wrap {
    margin-bottom: 30px;
  }

  .integration-single-icon-wrap {
    width: 150px;
    height: 150px;
  }

  .integration-single-icon, .integration-single-default-icon {
    width: 50px;
  }

  .about-details-wrap {
    margin-bottom: 30px;
  }

  .integration-about-title {
    font-size: 28px;
    line-height: 36px;
  }

  .integration-about-details {
    font-size: 16px;
    line-height: 25px;
  }

  .integration-single-big-details h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .integration-single-big-details p {
    font-size: 16px;
    line-height: 25px;
  }

  .integration-single-big-details li {
    font-size: 16px;
  }

  .integration-single-big-details figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .style-guide-single-heading {
    grid-row-gap: 15px;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-guide-single-color {
    height: 150px;
  }

  .style-guide-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-title {
    font-size: 32px;
    line-height: 42px;
  }

  .style-guide-single-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .style-guide-paragraph-text-block {
    line-height: 28px;
  }

  .color-code {
    font-size: 25px;
    line-height: 35px;
  }

  .style-guide-title-wrapper.mb35 {
    margin-bottom: 25px;
  }

  .changelog-wrapper {
    border-radius: 30px;
    padding: 30px 20px;
  }

  .changelog-title {
    font-size: 19px;
  }

  .changelog-description-wrapper {
    padding-bottom: 30px;
  }

  .changelog-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .career-single-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .career-apply-wrap {
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .job-single-details {
    margin-bottom: 25px;
  }

  .pp-container {
    max-width: none;
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }

  .pp-img-wrap {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }

  .pp-img {
    width: 50px;
  }

  .pp-title {
    font-size: 28px;
    line-height: 40px;
  }

  .pp-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .pp-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  ._404-img-wrap {
    margin-bottom: 20px;
  }

  ._404-img {
    width: 200px;
  }

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

  ._404-details {
    margin-bottom: 15px;
  }

  .license-content-wrap {
    grid-row-gap: 30px;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .license-details {
    font-size: 16px;
    line-height: 25px;
  }

  .license-img-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-icons-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-single-icon {
    width: 100px;
    height: 100px;
  }

  .license-icon {
    width: 40px;
  }

  .plan-list-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-blog-title {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-single-details h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .blog-single-details p {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-single-details ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-single-details li {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-quote-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 20px;
  }

  .quote-details {
    font-size: 18px;
    line-height: 26px;
  }

  .preview-banner-title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .preview-banner-page-image-single {
    grid-column-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .included-title {
    margin-bottom: 10px;
  }

  .included-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .included-section-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .demo-pages-section-text-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .demo-pages-section-title-main {
    flex-direction: column;
  }

  .demo-pages-section-title-wrapper {
    margin-bottom: 40px;
  }

  .demo-pages-section-title-number {
    font-size: 70px;
    line-height: 80px;
  }

  .demo-pages-section-title-single {
    text-align: center;
  }

  .demo-pages-section-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .preview-pages-grid {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .single-preview-page-wrap {
    border-radius: 30px;
  }

  .demo-single-wrapper {
    width: 100%;
  }

  .demo-link-block {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
  }

  .browse-template-tickers-single._2, .browse-template-tickers-single._1, .browse-template-tickers-single._1, .browse-template-tickers-single._2 {
    grid-row-gap: 20px;
  }

  .browse-template-single {
    grid-column-gap: 15px;
  }

  .browse-template-tittle {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }

  .templates-tickers-wrapper {
    max-height: 780px;
  }

  .browse-template-right-shape {
    max-height: 790px;
  }

  .browse-template-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .preview-footer-tittle {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .footer-bottom-text {
    font-size: 16px;
    line-height: 21px;
  }

  .preview-footer-details {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .or-text {
    font-size: 16px;
  }

  .sign-in-flex-left-wrap {
    padding: 50px 40px;
  }

  .forgot-flex-wrap {
    margin-bottom: 20px;
  }

  .sign-in-field-label {
    font-size: 15px;
    line-height: 20px;
  }

  .sign-in-icon-details {
    font-size: 16px;
  }

  .alternative-details {
    font-size: 17px;
    line-height: 24px;
  }

  .forgot-link {
    font-size: 16px;
  }

  .sign-in-content-flex-wrap {
    padding-bottom: 30px;
  }

  .sign-in-logo-wrap {
    width: 150px;
    margin-bottom: 15px;
  }

  .sign-in-img {
    width: 330px;
  }

  .sign-in-single-field-wrap {
    margin-bottom: 15px;
  }

  .sign-in-single-field-wrap.sign-in {
    margin-bottom: 20px;
  }

  .sign-in-or-wrap {
    grid-column-gap: 10px;
  }

  .sign-in-title {
    font-size: 28px;
    line-height: 30px;
  }

  .forgot-radio-label {
    font-size: 16px;
  }

  .sign-in-icon {
    width: 22px;
  }

  .sign-in-app-link-wrap {
    grid-column-gap: 16px;
  }

  .sign-in-btn-flex-wrap {
    grid-column-gap: 10px;
  }

  .sign-up-title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
  }

  .sign-in-img-pt-1 {
    width: 130px;
    border-radius: 20px;
    top: -10px;
    right: -40px;
  }

  .sign-in-img-pt-2 {
    width: 130px;
    left: -40px;
  }

  .pricing-ticket-wrap {
    padding: 25px 20px;
  }

  .ticket-details {
    font-size: 16px;
  }

  .ticket-price {
    font-size: 36px;
  }

  .add-to-cart-field-wrap {
    height: 46px;
  }

  .add-to-cart-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
  }

  .price-single-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .plan-include-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .plan-about h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .plan-about p {
    font-size: 17px;
  }

  .cart-container {
    max-width: 100%;
    padding: 25px 25px 30px;
  }

  .nav-dropdown-wrapper.w--open {
    width: 100%;
    max-width: 100%;
  }

  .nav-dropdown-wrap {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-flex-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .nav-dropdown-links-wrap {
    grid-row-gap: 15px;
  }

  .nav-dropdown-link-title {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-dropdown-single-link {
    font-size: 17px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
  }

  .menu-button-animation {
    width: 35px;
    height: 45px;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .nav-login-wrap.for-mobile {
    grid-column-gap: 20px;
  }

  .team-member-content-wrapper {
    border-radius: 30px;
    padding: 25px;
  }

  .team-single-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .team-single-img-wrap {
    width: 100%;
    max-width: none;
  }

  .team-single-img {
    width: 100%;
  }

  .team-single-details-wrap {
    text-align: center;
  }

  .member-details-big {
    font-size: 16px;
    line-height: 140%;
  }

  .page-dropdown-list-wrap {
    grid-row-gap: 16px;
  }

  .dropdown-single-nav-link {
    font-size: 15px;
  }

  .top-navigation-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    position: relative;
  }

  .top-navigation-details {
    font-size: 14px;
    line-height: 18px;
  }

  .announcement-close-wrap {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 46px;
  }

  .main-logo-wrap {
    max-width: 110px;
  }

  .nav-button-wrap {
    grid-column-gap: 20px;
  }

  .nav-sign-up.for-mobile {
    padding: 13px 25px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-img-pt-1 {
    width: 130px;
  }

  .banner-img-pt-3 {
    width: 120px;
  }

  .banner-img-pt-2-wrap {
    width: 160px;
    margin-left: -48px;
  }

  .banner-pt-2-img-circle {
    width: 70px;
  }

  .sponsor-icon {
    width: 80px;
    margin-right: 20px;
  }

  .section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .section-title.white.integration {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title.faq {
    font-size: 32px;
  }

  .analytics-title-member {
    width: 90px;
  }

  .section-title-wrap.v2 {
    margin-bottom: 20px;
  }

  .repoart-title-bg {
    left: 25%;
  }

  .report-images-wrap {
    margin-top: -20px;
    margin-bottom: 142.9px;
  }

  .report-1-img-1 {
    width: 100px;
  }

  .report-1-img-2 {
    width: 170px;
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .report-1-img-3 {
    width: 100px;
  }

  .report-heading-wrapper {
    flex-direction: column;
  }

  .report-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .report-details {
    font-size: 17px;
    line-height: 24px;
  }

  .report-img-wrapper {
    padding: 15px 19px;
  }

  .report-2-img-1, .report-2-img-2 {
    width: 100px;
  }

  .report-2-dash {
    width: 150px;
  }

  .report-form-img-wrap {
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .report-form-img {
    width: 160px;
  }

  .report-form-title {
    font-size: 20px;
    line-height: 30px;
  }

  .rreport-field-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .introducing-ticker-wrap {
    margin-top: -75px;
  }

  .introducing-ticker-img-wrap-1 {
    max-width: 180px;
  }

  .introducing-ticker-img-wrap-2 {
    width: 180px;
  }

  .introducing-ticker-img-wrap-3 {
    width: 150px;
  }

  .introducing-ticker-img {
    width: 140px;
  }

  .integration-img-wrap {
    max-width: 300px;
  }

  .integration-big-border {
    max-width: 280px;
  }

  .integration-mini-border-wrap {
    bottom: 20px;
  }

  .integration-mini-border {
    width: 180px;
  }

  .integration-logo._1 {
    width: 70px;
  }

  .integration-logo._2 {
    width: 50px;
    top: 50px;
  }

  .integration-logo._3 {
    width: 50px;
    bottom: 40px;
  }

  .integration-logo._4 {
    width: 55px;
    top: 45px;
    right: 0;
  }

  .integration-logo._5 {
    width: 46px;
    bottom: 40px;
    right: 0;
  }

  .integration-logo._6 {
    width: 80px;
  }

  .integration-inner-border-wrap {
    width: 100px;
    height: 100px;
  }

  .section-details {
    font-size: 16px;
    line-height: 22px;
  }

  .section-details.white {
    font-size: 15px;
    line-height: 22px;
  }

  .section-details.white.integration-details {
    font-size: 14px;
  }

  .designed-tabs-link {
    padding: 12px 18px;
    font-size: 15px;
  }

  .tabs-menu-flex-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .testimonial-single-slide-content-wrap {
    padding: 20px 15px;
  }

  .blog-title-bg {
    width: 100px;
    bottom: -7px;
  }

  .single-article-wrap, .article-img-wrap {
    border-radius: 20px;
  }

  .article-img-dash {
    width: 100px;
  }

  .article-content-wrap {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-subject {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 15px;
  }

  .article-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .article-title.v2 {
    font-size: 18px;
    line-height: 24px;
  }

  .article-author-flex-wrap {
    margin-top: 10px;
  }

  .author-details {
    font-size: 15px;
    line-height: 25px;
  }

  .faq-title-bg {
    width: 150px;
  }

  .faq-heading-wrap {
    grid-column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-answer {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .faq-title {
    font-size: 16px;
    line-height: 25px;
  }

  .decisions-content-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-quote {
    width: 50px;
  }

  .testimonial-details {
    font-size: 15px;
  }

  .testimonial-author-name {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-details-wrapper {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .footer-logo-wrap {
    width: 140px;
    margin-bottom: 15px;
  }

  .footer-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-form-field {
    height: 50px;
    font-size: 16px;
  }

  .footer-form-submit {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .footer-links-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .footer-links-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .footer-links-wrap {
    grid-row-gap: 12px;
  }

  .footer-links-wrap.social {
    grid-row-gap: 15px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-single-social {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-social-icon {
    font-size: 10px;
    line-height: 18px;
  }

  .copyright-details {
    font-size: 16px;
    line-height: 140%;
  }

  .banner-v2-content-wrap {
    margin-bottom: 30px;
  }

  .banner-title-v2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .banner-title-v2-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }

  .banner-v2-details {
    font-size: 15px;
  }

  ._2-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .banner-img-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .banner-v2-img {
    width: 100%;
  }

  .banner-v2-img._1, .banner-v2-img._3 {
    margin-top: 0;
  }

  .ticker-details {
    font-size: 20px;
  }

  .ticker-star {
    width: 25px;
  }

  .feature-container {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .sub-title-flex-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sub-title-v2 {
    font-size: 15px;
  }

  .section-title-v2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title-v2.contact {
    margin-bottom: 20px;
  }

  .feature-grid-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .single-feature-wrap._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-overview-wrap._1, .single-overview-wrap._2, .single-overview-wrap._3 {
    padding-bottom: 20px;
  }

  .overview-title {
    font-size: 24px;
    line-height: 28px;
  }

  .overview-details {
    font-size: 14px;
    line-height: 20px;
  }

  .overview-details._3 {
    margin-bottom: 10px;
  }

  .overview-3-img-wrap {
    grid-column-gap: 10px;
    margin-bottom: 15px;
  }

  .overview-tags-flex-wrap {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .overview-tag {
    font-size: 13px;
    line-height: 18px;
  }

  .decisions-border {
    width: 40px;
  }

  .desicion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .desicion-title.v2 {
    font-size: 20px;
    line-height: 24px;
  }

  .desicion-details {
    font-size: 14px;
    line-height: 20px;
  }

  .decisions-content-scroll-wrap.v2 {
    max-height: 225px;
  }

  .integration-v2-single-row {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-integration-logo.portait-none {
    display: flex;
  }

  .single-integration-logo.mobile-none {
    display: none;
  }

  .testimonial-v2-content-wrap {
    border-radius: 25px;
    padding: 25px 15px;
  }

  .single-testimonial-wrap {
    padding: 15px;
  }

  .testimonial-img-bg {
    width: 150px;
  }

  .testimonial-img-v2 {
    width: 60px;
    margin-top: -35px;
  }

  .testimonial-author-wrap {
    margin-bottom: 8px;
  }

  .testimonial-author-name-v2 {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-author-info-v2 {
    font-size: 15px;
    line-height: 20px;
  }

  .testimonial-details-v2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .testimonial-author-location {
    font-size: 14px;
    line-height: 18px;
  }

  .finance-tab-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .finance-tab-serial-wrap {
    margin-bottom: 5px;
  }

  .finance-tab-title {
    font-size: 18px;
  }

  .finance-faq-ans {
    font-size: 14px;
    line-height: 18px;
  }

  .inner-banner {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .inner-banner-title-wrap {
    font-size: 26px;
    line-height: 30px;
  }

  .our-office-img-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .office-img {
    width: 48%;
  }

  .behind-slide-mask {
    max-width: none;
    overflow: hidden;
  }

  .behind-single-slide-wrap {
    border-radius: 20px;
    padding: 15px 20px;
  }

  .behind-slide-title-wrap {
    margin-bottom: 10px;
  }

  .behind-slide-title {
    font-size: 18px;
    line-height: 25px;
  }

  .behind-slide-details {
    font-size: 14px;
    line-height: 22px;
  }

  .breadcrumb-link {
    font-size: 14px;
    line-height: 18px;
  }

  .breadcrumb-link-copy.divider {
    font-size: 16px;
    line-height: 18px;
  }

  .team-member-grid-wrap {
    grid-template-columns: 1fr;
  }

  .member-social-links-wrap.single {
    margin-bottom: 8px;
  }

  .featured-blog-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .featured-blog-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-cat-flex-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-collection-grid-wrap {
    grid-row-gap: 20px;
  }

  .blog-post-analytics {
    font-size: 13px;
  }

  .pricing-tabs-menu-wrap {
    width: 100%;
    border-radius: 20px;
  }

  .pricing-single-tab-link {
    text-align: center;
  }

  .single-pricing-plan-wrap {
    border-radius: 20px;
    padding: 25px 20px;
  }

  .plan-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .plan-pricing-wrap {
    margin-bottom: 15px;
  }

  .plan-price {
    font-size: 36px;
  }

  .plan-duration {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .plan-divider {
    margin-bottom: 15px;
  }

  .plan-feature-list {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .pricing-circle {
    width: 30px;
    height: 30px;
  }

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

  .integration-icon-wrapper, .integration-details {
    margin-bottom: 15px;
  }

  .border-button {
    padding: 13px 23px;
  }

  .contact-info-flex-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact-form-wrap {
    border-radius: 20px;
    padding: 15px 10px 20px;
  }

  .contact-field {
    height: 48px;
    font-size: 15px;
  }

  .contact-message-field {
    min-height: 110px;
    padding: 15px;
    font-size: 15px;
  }

  .single-download-wrap {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .download-icon {
    width: 60px;
  }

  .download-details {
    font-size: 15px;
  }

  .section-details-big {
    font-size: 15px;
    line-height: 150%;
  }

  .job-name {
    font-size: 18px;
  }

  .job-details {
    font-size: 15px;
  }

  .integration-title-wrap {
    grid-column-gap: 5px;
    margin-bottom: 10px;
  }

  .integration-heading-wrap {
    margin-bottom: 25px;
  }

  .integration-single-details {
    font-size: 16px;
    line-height: 24px;
  }

  .integration-single-icon-wrap {
    width: 120px;
    height: 120px;
  }

  .integration-single-icon, .integration-single-default-icon {
    width: 40px;
  }

  .integration-joining-wrap {
    width: 40px;
    height: 40px;
  }

  .integration-about-title {
    font-size: 25px;
    line-height: 34px;
  }

  .integration-about-details {
    font-size: 15px;
    line-height: 23px;
  }

  .integration-single-big-details h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .integration-single-big-details p {
    font-size: 15px;
    line-height: 23px;
  }

  .integration-single-big-details li {
    font-size: 14px;
    line-height: 24px;
  }

  .integration-single-big-details figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .integration-single-big-details img {
    border-radius: 20px;
  }

  .style-guide-single-heading {
    grid-row-gap: 10px;
  }

  .style-guide-single-color {
    height: 100px;
  }

  .style-guide-title {
    font-size: 29px;
    line-height: 39px;
  }

  .style-guide-paragraph-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .color-code {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title-wrapper.mb35 {
    margin-bottom: 20px;
  }

  .style-guide-button-single-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .changelog-wrapper {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .changelog-title {
    font-size: 20px;
    line-height: 30px;
  }

  .changelog-description-wrapper {
    padding-bottom: 20px;
  }

  .changelog-paragraph-text {
    font-size: 14px;
    line-height: 24px;
  }

  .apply-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .job-single-details h3 {
    font-size: 24px;
  }

  .job-single-details p, .job-single-details li {
    font-size: 15px;
  }

  .pp-container {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .pp-img-wrap {
    width: 100px;
    height: 100px;
  }

  .pp-img {
    width: 40px;
  }

  .pp-title {
    font-size: 24px;
    line-height: 30px;
  }

  .pp-details {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
  }

  .pp-field {
    height: 45px;
    font-size: 15px;
  }

  ._404-img {
    width: 180px;
  }

  ._404-title {
    font-size: 28px;
  }

  ._404-details {
    font-size: 15px;
  }

  .license-title-wrap {
    margin-bottom: 20px;
  }

  .license-title {
    font-size: 24px;
    line-height: 32px;
  }

  .license-img-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .single-blog-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .single-blog-divider {
    margin-bottom: 10px;
  }

  .blog-info-details {
    font-size: 15px;
  }

  .post-single-img-wrap {
    margin-bottom: 15px;
  }

  .post-details-img {
    border-radius: 20px;
  }

  .blog-single-details h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-single-details p {
    font-size: 15px;
  }

  .blog-single-details ul {
    grid-row-gap: 10px;
  }

  .blog-single-details li {
    font-size: 15px;
  }

  .blog-quote-wrap {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .quote-details {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-quote {
    width: 30px;
    margin-bottom: 10px;
  }

  .preview-banner {
    padding-top: 90px;
  }

  .preview-banner-title-wrapper {
    margin-bottom: 20px;
  }

  .preview-banner-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .preview-banner-page-image-single {
    grid-column-gap: 10px;
    padding: 15px;
  }

  .included-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .included-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .included-section-title {
    font-size: 23px;
    line-height: 33px;
  }

  .included-section-paragraph-text {
    font-size: 14px;
  }

  .included-grid {
    grid-row-gap: 20px;
  }

  .included-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .included-single-wrapper {
    padding: 20px 15px;
  }

  .demo-pages-section-text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .demo-pages-section-title-number {
    font-size: 60px;
    line-height: 70px;
  }

  .demo-pages-section-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

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

  .single-preview-page-wrap {
    border-radius: 20px;
  }

  .page-name {
    font-size: 16px;
  }

  .demo-link-block {
    border-radius: 10px;
  }

  .browse-template-tickers-single._2, .browse-template-tickers-single._1 {
    grid-row-gap: 10px;
  }

  .browse-template-tittle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .templates-tickers-wrapper {
    max-height: 450px;
  }

  .browse-template-right-shape {
    max-height: 460px;
  }

  .browse-template-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-tittle {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
  }

  .footer-bottom-text {
    line-height: 24px;
  }

  .preview-footer-logo-wrap {
    width: 130px;
    margin-bottom: 14px;
  }

  .preview-footer-details {
    margin-bottom: 25px;
  }

  .preview-footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .or-text {
    font-size: 15px;
  }

  .sign-in-flex-left-wrap {
    padding: 40px 15px;
  }

  .sign-in-field-label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .alternative-details {
    font-size: 16px;
    line-height: 20px;
  }

  .forgot-link {
    font-size: 15px;
    line-height: 22px;
  }

  .sign-in-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 100%;
  }

  .sign-in-logo-wrap {
    width: 120px;
    margin-bottom: 10px;
  }

  .sign-in-img {
    width: 230px;
  }

  .sign-in-or-wrap {
    margin-bottom: 15px;
  }

  .sign-in-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .forgot-radio-label {
    font-size: 15px;
    line-height: 22px;
  }

  .sign-in-app-link-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
  }

  .radio-button {
    width: 15px;
    height: 14px;
    margin-right: 5px;
  }

  .sign-in-btn-flex-wrap {
    justify-content: center;
  }

  .sign-up-title {
    font-size: 28px;
    line-height: 30px;
  }

  .sign-in-img-pt-1 {
    width: 100px;
    right: -35px;
  }

  .sign-in-img-pt-2 {
    width: 100px;
    left: -35px;
  }

  .pricing-ticket-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ticket-details {
    font-size: 15px;
    line-height: 22px;
  }

  .ticket-price {
    font-size: 28px;
  }

  .add-to-cart-field-wrap {
    height: 42px;
  }

  .add-to-cart-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price-single-details {
    margin-bottom: 15px;
  }

  .plan-about h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .plan-about p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .cart-icon {
    width: 20px;
  }

  .cart-list {
    padding-top: 0;
  }

  .cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-container {
    padding: 20px;
  }

  .cart-footer {
    padding-top: 20px;
  }

  .cart-header {
    padding-bottom: 20px;
  }

  .cart-title {
    font-size: 28px;
    line-height: 120%;
  }

  .cart-plan-name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .cart-plan-price {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .cart-plan-duration, .remove-button {
    font-size: 15px;
  }

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

  .cart-total {
    font-size: 18px;
  }

  .nav-dropdown-links-flex-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .nav-dropdown-single-link {
    font-size: 16px;
    line-height: 20px;
  }

  .featured-post-title {
    margin-bottom: 15px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button.v2 {
    width: 38px;
    height: 38px;
  }

  .menu-button-animation {
    width: 30px;
    height: 35px;
  }

  .nav-menu {
    max-height: 85vh;
    padding: 20px;
  }

  .nav-login-wrap.for-mobile {
    grid-column-gap: 15px;
  }

  .team-member-content-wrapper {
    padding: 15px;
  }

  .member-details-big {
    font-size: 15px;
    line-height: 130%;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 5px;
  }

  .top-navigation-details {
    max-width: 80%;
  }
}

#w-node-afa15f07-1cd8-79bf-8871-67686c143452-6c14344e, #w-node-afa15f07-1cd8-79bf-8871-67686c143453-6c14344e, #w-node-afa15f07-1cd8-79bf-8871-67686c143465-6c14344e, #w-node-cce4aed9-8113-93f2-aad5-b5397842ca36-7842ca32, #w-node-cce4aed9-8113-93f2-aad5-b5397842ca37-7842ca32, #w-node-cce4aed9-8113-93f2-aad5-b5397842ca47-7842ca32, #w-node-_08bce7e5-aeae-312c-8a4f-77e50e822041-ba211ee5, #w-node-_45cb0a2f-b307-5762-cd11-83e43f039a19-ba211ee5, #w-node-ecd7d840-03b0-44c1-e8bc-41b93e524e6e-ba211eea, #w-node-_01e9f093-2392-68a4-bc7b-bd04091b8542-ba211eea, #w-node-fcbf4718-9bf9-91e3-fa83-4de98388876d-ba211f04, #w-node-b10461c5-756c-66b4-152c-0007f7694f72-ba211f04, #w-node-_1bbd838f-af53-8da6-ed63-b94618dcd409-ba211f04, #w-node-b1b908df-f379-96f4-a0eb-f9b36566ba90-ba211f04, #w-node-_6887ba0a-5349-9f23-933b-f5c204a96ba1-ba211f0a, #w-node-_3ffaab83-e6dc-13d4-415a-817bd8f99990-ba211f0a, #w-node-_90a6cfb3-a529-ffe9-2671-0ee4458edefe-ba211f0a, #w-node-_72ea402a-9056-02a9-6060-2d486e554e47-ba211f0a, #w-node-_72ea402a-9056-02a9-6060-2d486e554e6e-ba211f0a, #w-node-_72ea402a-9056-02a9-6060-2d486e554e97-ba211f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}