:root {
  --primary-font: Montserrat, sans-serif;
  --neutral-04: #000;
  --neutral-03: #434343;
  --theme-color-01: #c26a41;
  --neutral-01: white;
  --neutral-02: #fafafa;
  --theme-color-02: #8a9c80;
  --theme-color-03: #a8c3cf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h3 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

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

li {
  margin-bottom: 10px;
}

.manu-button {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.manu-button:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .manu-button:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .manu-button.secondery-8 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.primary-button-text {
  margin-bottom: 0;
}

.primary-button-text.white {
  color: var(--neutral-04);
}

.icon-3 {
  margin-right: 0;
  right: 0;
}

.body-text-14 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.display-heading-1 {
  z-index: 1;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 600;
  line-height: 100%;
}

.heading-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.navitem-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.content-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-area.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.section-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-content.faqs {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.primary-button-area {
  border: 2px solid var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--theme-color-01);
  letter-spacing: .2px;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  transition: color .5s, background-color .5s;
}

.primary-button-area:where(.w-variant-01b3aded-441e-c5b2-b60b-fc3eb3ec1cc1) {
  border-color: var(--theme-color-01);
  background-color: var(--theme-color-01);
  color: var(--neutral-01);
  padding: 14px 24px;
  transition: border-color .5s, color .5s, background-color .5s;
}

.primary-button-area:hover {
  background-color: var(--theme-color-01);
  color: var(--neutral-01);
}

.primary-button-area:hover:where(.w-variant-01b3aded-441e-c5b2-b60b-fc3eb3ec1cc1) {
  border-color: var(--theme-color-01);
}

.primary-button-area.secondery-button-2 {
  border-color: var(--theme-color-01);
  background-color: var(--theme-color-01);
  color: var(--neutral-01);
  padding: 14px 24px;
  transition: border-color .5s, color .5s, background-color .5s;
}

.primary-button-area.secondery-button-2:hover {
  border-color: var(--theme-color-01);
}

.primary-button-area.white {
  border-color: var(--neutral-01);
  background-color: var(--neutral-01);
}

.orginal-logo-black:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7) {
  max-width: 120px;
}

.orginal-logo-black.secondery-7 {
  width: auto;
}

.dropdown-toggle-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--primary-font);
  color: var(--neutral-03);
  text-transform: none;
  align-items: center;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  transition: color .5s;
  display: flex;
}

.dropdown-toggle-main:hover {
  color: var(--theme-color-01);
}

.styleguide-section {
  padding: 120px 30px;
}

.brand-logo {
  display: inline-block;
}

.nav-link {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  text-transform: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--theme-color-01);
}

.nav-link.w--current {
  color: var(--theme-color-01);
  text-transform: none;
}

.nav-link.w--current:hover {
  color: #164cff;
}

.nav-link.w--current:hover:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7) {
  color: var(--theme-color-01);
}

.body-text-20 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-20.semibold {
  color: var(--neutral-04);
  font-weight: 600;
}

.body-text-16 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.body-text-16.text-white {
  color: var(--neutral-01);
}

.body-text-16.mb {
  margin-bottom: 20px;
}

.body-text-16.mb-sm {
  margin-bottom: 17px;
}

.body-text-16.mb-sm.semibold, .body-text-16.semibold {
  font-weight: 500;
}

.heading-1 {
  z-index: 1;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-3 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.heading-3.text-white {
  color: var(--neutral-01);
  max-width: 600px;
}

.heading-3.boxed {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3.boxed.text-center {
  text-align: center;
}

.heading-3.boxed.text-center.mb {
  margin-bottom: 40px;
}

.heading-3.boxed.text-center.mb.mt {
  margin-top: 40px;
}

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

.heading-3.text-center.mb {
  margin-bottom: 40px;
}

.heading-2 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 115%;
}

.heading-2.align-center.mb {
  margin-bottom: 40px;
}

.heading-2.green {
  color: var(--neutral-04);
}

.content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-wrapper.license {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.content-wrapper.review {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.color-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.header {
  z-index: 9;
  background-color: var(--neutral-02);
  padding-left: 30px;
  padding-right: 30px;
}

.header:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .header:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .header.secondery {
  background-color: var(--neutral-01);
}

.header.coming-soon {
  background-color: var(--neutral-01);
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdoen-menu {
  order: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
  position: relative;
}

.button-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-primary {
  text-decoration: none;
}

.button-primary:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.button-primary.secondery-button.text-center {
  text-align: center;
}

.button-primary.secondery-button.text-center.book-a-meeting {
  margin-top: 20px;
  display: block;
}

.navbar-black {
  z-index: 5;
  background-color: #ddd0;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.dropdown-menu-list.w--open {
  background-color: var(--neutral-01);
  border-radius: 16px;
  padding: 20px;
  display: block;
  top: 77px;
  box-shadow: 0 16px 48px #0000001f;
}

.color-style-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.dropdown-text {
  text-transform: none;
}

.heading-4 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  display: flex;
  position: relative;
}

.container.terms {
  max-width: 1025px;
}

.container._404 {
  max-width: 1047px;
}

.container.case-studies {
  max-width: 966px;
}

.container.blog-details {
  max-width: 1124px;
}

.container.related-blog {
  border-top: 1px solid #00000014;
  padding-top: 120px;
}

.container.case-studies-details {
  max-width: 1132px;
}

.container.case {
  max-width: 1076px;
}

.container.finance {
  background-color: var(--neutral-02);
  border-radius: 32px;
  padding: 120px 83px 120px 89px;
}

.container.contact {
  max-width: 1144px;
}

.container.mb {
  margin-bottom: 60px;
}

.container.mt {
  margin-top: 60px;
}

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

.header-content:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.color-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.color-box.bg-neutral-color-01 {
  border: 1px solid var(--neutral-04);
}

.sections {
  position: relative;
}

.menu-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: stretch;
  display: flex;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.header-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.body-text-18 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.body-text-18.hero {
  max-width: 480px;
}

.body-text-18.about-content {
  color: var(--neutral-02);
  font-weight: 300;
}

.body {
  background-color: var(--neutral-01);
}

.heading-5 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.hero-subtext {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 518px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.hero-section {
  background-color: var(--neutral-02);
  padding: 100px 30px;
}

.hero-section.review {
  margin-bottom: 120px;
}

.bg-neutral-color-01 {
  background-color: var(--neutral-01);
}

.bg-neutral-color-02 {
  background-color: var(--neutral-02);
}

.bg-neutral-color-03 {
  background-color: var(--neutral-03);
}

.bg-neutral-color-04 {
  background-color: var(--neutral-04);
}

.bg-theme-color-01 {
  background-color: var(--theme-color-01);
}

.bg-theme-color-02 {
  background-color: var(--theme-color-02);
}

.bg-theme-color-03 {
  background-color: var(--theme-color-03);
}

.text-neutral-01 {
  color: var(--neutral-01);
}

.text-neutral-04 {
  color: var(--neutral-04);
}

.bottom-gap-8px {
  margin-bottom: 8px;
}

.hero-section-title {
  font-family: var(--primary-font);
  color: var(--theme-color-02);
  letter-spacing: -3px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 69px;
  font-weight: 600;
  line-height: 100%;
}

.hero-section-title.large {
  text-align: left;
  max-width: none;
}

.cta-section {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-container {
  background-color: var(--theme-color-03);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  padding: 85px 85px 85px 62px;
  display: flex;
  position: relative;
}

.cta-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta-content-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: var(--neutral-02);
  flex-flow: column;
  max-width: 44%;
  display: flex;
}

.cta-section-title {
  font-family: var(--primary-font);
  color: var(--neutral-01);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.cta-icon-box-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.cta-icon-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-icon {
  width: 50px;
}

.icon-box-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.icon-box-title {
  font-family: var(--primary-font);
  color: var(--neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.icon-box-title.text-neutral-04 {
  color: var(--neutral-04);
  font-weight: 500;
}

.icon-box-paragraph {
  opacity: .8;
  font-family: var(--primary-font);
  color: var(--neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.icon-box-line {
  background-color: #ffffff3d;
  height: 1px;
}

.cta-contact-form {
  width: 54%;
  max-width: 570px;
}

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

.cta-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cta-field-label {
  font-family: var(--primary-font);
  color: var(--neutral-01);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}

.cta-text-field {
  background-color: var(--neutral-01);
  font-family: var(--primary-font);
  color: var(--neutral-04);
  border-radius: 8px;
  height: 55px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.cta-input-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.cta-submit-button {
  background-color: var(--theme-color-02);
  font-family: var(--primary-font);
  color: var(--neutral-04);
  border-radius: 100px;
  width: 100%;
  height: 55px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  transition: opacity .5s;
}

.cta-submit-button:hover {
  opacity: .8;
}

.cta-submit-button.outline {
  color: var(--neutral-01);
  background-color: #0000;
  border: 1px solid #fff;
}

.cta-error-button {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  border-radius: 100px;
  width: 100%;
  height: 55px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}

.brand-logo-2 {
  color: #2d2d2c;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.navitem-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-transform: none;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.navitem-link:hover {
  color: #3748c8;
}

.navitem-link.w--current {
  color: #3748c8;
  text-transform: none;
}

.navitem-link.w--current:hover {
  color: #164cff;
}

.navitem-link.w--current:lang(en) {
  color: var(--theme-color-02);
}

.footer-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-media {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.quick-text {
  opacity: 1;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}

.logo {
  max-width: 150px;
}

.footer-logo-left {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 275px;
  display: flex;
}

.bottom-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #fff;
  padding: 100px 30px 85px;
  overflow: hidden;
}

.singel-social-icon {
  border: 1px solid #00000029;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.singel-social-icon:hover {
  background-color: var(--theme-color-02);
}

.navtext {
  margin-bottom: 0;
}

.navtext:hover {
  color: var(--theme-color-02);
}

.footer-navitem-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  max-width: 190px;
  display: flex;
}

.footer-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--primary-font);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navitem-lists {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.top-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--theme-color-02);
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.top-label-text {
  font-family: var(--primary-font);
  color: var(--neutral-02);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.top-buttton {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral-01);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-button-text {
  font-family: var(--primary-font);
  color: var(--neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  display: inline-block;
}

.top-button-text:where(.w-variant-da6ed1c2-98fc-0ddc-5aee-3cc4a193fdcf) {
  color: var(--theme-color-01);
  font-size: 16px;
  font-weight: 600;
}

.arrow-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  max-width: 18px;
}

.arrow-icon-hover {
  position: absolute;
  left: -20px;
}

.singel-form {
  padding: 17px 23px;
}

.singel-form.license {
  border: 1px solid var(--theme-color-03);
  background-color: var(--neutral-02);
  border-radius: 20px;
  text-decoration: none;
}

.license-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.license-section {
  padding: 100px 30px 120px;
}

.singel-form-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.changelog-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.changelog-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.changelog-verson {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 27%;
  display: flex;
}

.changelog-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.changelog-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 808px;
  display: flex;
  position: relative;
}

.changelog-card-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.changelog-excapt {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.changelog-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.changelog-line {
  width: 16px;
  height: 501px;
}

.changelog-line-wrappper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.changelog-date {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.changelog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.changelog-section {
  padding: 100px 30px;
}

.changelog-image {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.terms-section {
  padding: 100px 30px;
}

.terms-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.terms-content-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--theme-color-03);
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.terms-bullet-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.terms-bullet-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
  display: flex;
}

.bullet {
  margin-top: 10px;
  background-color: var(--neutral-04);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.terms-paragraph {
  opacity: .8;
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; 
  font-weight: 400;
  line-height: 170%;
}

.terms-list {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--primary-font);
  color: var(--neutral-03);
}

.link {
  color: var(--theme-color-01);
}

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

._404-image {
  max-width: 50%;
}

._404-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 40%;
  display: flex;
}

._404-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-area-section {
  padding-left: 30px;
  padding-right: 30px;
}

.hero-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--neutral-02);
  background-image: url('../images/Hero-5_1Hero (5).webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 59px;
  display: flex;
}

.hero-image-wrapper {
  max-width: 646px;
  overflow: hidden;
}

.hero-image {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hero-content-wrap {
  flex-flow: column;
  align-items: flex-start;
  max-width: 550px;
}

.hero-subtitle {
  background-color: var(--neutral-01);
  font-family: var(--primary-font);
  color: var(--neutral-03);
  border: 1px solid #00000014;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.review-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.review-image-1 {
  border: 2px solid var(--neutral-01);
  border-radius: 100px;
}

.review-text {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 156px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  display: inline-block;
}

.review-image-2, .review-image-3, .review-image-4 {
  border: 2px solid var(--neutral-01);
  border-radius: 100px;
  margin-left: -17px;
}

.hero-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.how-it-works-section {
  padding: 57px 30px 40px;
}

.how-it-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.how-it-work-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00000014;
  padding-bottom: 40px;
  display: flex;
}

.step-number {
  font-family: var(--primary-font);
  color: var(--neutral-02);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.step-number-wrapper {
  background-color: var(--theme-color-02);
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.how-it-work-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.service-section {
  padding-bottom: 130px;
  padding-left: 30px;
  padding-right: 30px;
}

.service-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-2-center {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

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

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

.service-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.service-heading {
  z-index: 2;
  font-family: var(--primary-font);
  color: var(--neutral-01);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
}

.service-image-shape {
  background-image: linear-gradient(180deg, var(--theme-color-01), #00f0 62%);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.service-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-flow: column;
  padding: 30px 32px 20px;
  text-decoration: none;
  display: flex;
}

.service-icon-wrapper {
  background-color: var(--neutral-02);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.service-icon {
  max-height: 35px;
}

.service-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.service-paragraph {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.about-section {
  background-image: url('../images/Image-1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 100px 30px;
}

.about-section.lender {
  background-image: url('../images/Image-4.png');
}

.about-section.home {
  background-image: url('../images/Image-2.png');
}

.about-content-wrapper {
  width: 100%;
}

.about-content-wrap {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  background-color: var(--neutral-01);
  border-radius: 16px;
  flex-flow: column;
  max-width: 620px;
  padding: 40px;
  display: flex;
}

.singel-counter {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.counter-number-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  height: 65px;
  display: flex;
  overflow: hidden;
}

.counter-number-wrap._01, .counter-number-wrap._02 {
  flex-flow: column;
  display: flex;
}

.counter-number {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 115%;
}

.counter-text {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

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

.about-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.about-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.case-studies-section {
  background-color: var(--neutral-02);
  padding: 100px 30px 120px;
}

.case-study-content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-studies-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 528px;
  display: flex;
}

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

.case-studies-card-wrapper {
  width: 100%;
}

.case-studies-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral-01);
  border: 1px solid #0000001a;
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.case-studies-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  width: 43%;
  max-width: 390px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-studies-image {
  border-radius: 8px;
}

.case-studies-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  align-items: flex-start;
  width: 53%;
  display: flex;
}

.case-studies-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: color .5s;
}

.case-studies-title:hover {
  color: var(--theme-color-01);
}

.case-studies-logo {
  position: absolute;
  bottom: 32px;
}

.why-choose-us {
  padding: 20px 30px 60px;
}

.why-choose-us-content-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-choose-us-image-wrapper {
  border-radius: 16px;
  max-width: 698px;
}

.why-choose-us-image {
  border-radius: 16px;
}

.why-choose-us-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 513px;
  display: flex;
}

.text-neutral-03 {
  color: var(--neutral-03);
}

.icon-box-line-black {
  background-color: #00000014;
  height: 1px;
}

.testimonial-section {
  background-color: var(--neutral-02);
  padding: 110px 30px;
}

.testimonial-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonial-section-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-subtitle {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.testimonial-subtitle-icon-wrap {
  background-color: #52db82;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.testimonials-subtitle {
  opacity: .8;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.testimonial-section-paragraph {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  text-align: center;
  max-width: 509px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

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

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--neutral-01);
  border: 2px solid #0000000f;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px 40px 46px;
  display: flex;
}

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

.testimonial-paragraph {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.testimonial-author-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.author-name {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.author-possition {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 24px;
  width: 100%;
  max-width: 600px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-image {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.blog-image-overlay {
  background-color: var(--neutral-01);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0%, 100%);
}

.blog-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 340px;
  display: flex;
}

.blog-date {
  opacity: .8;
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.blog-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  transition: color .5s;
}

.blog-title:hover {
  color: var(--theme-color-01);
}

.blog-section {
  padding: 120px 30px;
}

.blog-section-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.blog-details-section {
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-details-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-details-title {
  z-index: 1;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
}

.blog-details-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 854px;
  display: flex;
}

.blog-details-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: auto;
  max-height: 622px;
}

.blog-details-content {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 900px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

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

.service-details-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -3px;
  max-width: 605px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 600;
  line-height: 100%;
}

.service-details-section {
  padding: 120px 30px;
}

.service-details-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-details-image {
  border-radius: 32px;
  width: 100%;
  height: auto;
  max-height: 797px;
}

.service-details-content {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 1076px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.services-section {
  padding: 40px 30px 60px;
}

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

.service-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-icon-hover {
  position: absolute;
  bottom: -38px;
}

.service-collection-lists {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero-section-primary {
  background-color: var(--neutral-02);
  padding: 100px 30px 285px;
}

.heading-1-center {
  z-index: 1;
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
}

.case-studies-details-section {
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.case-studies-details-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: -200px;
  display: flex;
}

.case-studies-details-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-height: 678px;
}

.case-studies-details-content {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 915px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.case-studies-details-content ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.case-studies-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.case-studies-section-primary {
  padding: 100px 30px 120px;
}

.faq-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.faq-content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 537px;
  display: flex;
}

.faq-paragraph {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.faq-answer-text {
  white-space: normal;
  border-radius: 16px;
  width: 100%;
  padding-top: 24px;
}

.faq-icon {
  filter: invert();
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.faq-icon-wrapper {
  border: 2px solid var(--neutral-04);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq-question-wrapper {
  white-space: pre-wrap;
  word-break: keep-all;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-section {
  padding: 120px 30px;
}

.faq-answer {
  background-color: #ddd0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-faq {
  background-color: var(--neutral-01);
  white-space: pre-wrap;
  word-break: keep-all;
  border: 1px solid #0000001a;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 676px;
  display: flex;
}

.faq-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  width: 92%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.faq-heading {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

.faq-subtitle {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.contact-section {
  padding: 40px 30px 20px;
}

.contact-form-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-section {
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.team-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-image {
  border-radius: 16px;
}

.team-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.team-name {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.team-possition {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.finance-section {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.finance-image {
  border-radius: 16px;
  width: 47%;
}

.finance-content-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  max-width: 519px;
  display: flex;
}

.finance-icon-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.finance-icon-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.finance-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.finance-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.choices-section {
  padding: 120px 30px 20px;
}

.choices-section.mb {
  margin-bottom: 40px;
}

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

.choice-content-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 508px;
  display: flex;
}

.title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.chocie-image-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 710px;
  display: grid;
}

.chocie-image-wrap.single {
  grid-template-columns: 1fr;
}

.chocies-image {
  border-radius: 16px;
}

.chocies-image-02 {
  border-radius: 16px;
  margin-top: 100px;
}

.contact-form-block {
  background-color: var(--neutral-02);
  border-radius: 16px;
  width: 58%;
  max-width: 666px;
  margin-bottom: 0;
  padding: 48px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.input {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.field-label {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.text-field {
  background-color: var(--neutral-01);
  font-family: var(--primary-font);
  color: var(--neutral-03);
  border: 1px solid #00000014;
  border-radius: 8px;
  height: 55px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.text-field:focus {
  border-color: var(--theme-color-02);
}

.text-field._01 {
  height: 133px;
}

.input-co-umn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.submit-button {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  border-radius: 100px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  transition: opacity .5s;
}

.submit-button:hover {
  opacity: .8;
}

.error-button {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  border-radius: 100px;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  transition: opacity .5s;
}

.error-button:hover {
  opacity: .8;
}

.contact-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  max-width: 454px;
  padding: 48px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #00000014;
  align-items: flex-start;
  padding-bottom: 26px;
  display: flex;
}

.contact-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.contact-text {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  max-width: 248px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: color .5s;
}

.contact-text:hover {
  color: var(--theme-color-01);
}

.contact-text-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.product-section {
  padding: 120px 30px;
}

.product-card-wrapper {
  width: 100%;
}

.singel-product-card {
  width: 100%;
  text-decoration: none;
}

.product-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: auto;
}

.product-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  transition: color .5s;
}

.product-title:hover {
  color: var(--theme-color-01);
}

.price-plan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.product-price {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.product-compare-price {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: line-through;
}

.option-list {
  margin-bottom: 0;
}

.product-details-image {
  border-radius: 16px;
  width: 46%;
  height: auto;
}

.add-to-cart-button {
  background-color: var(--neutral-04);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 170%;
  transition: background-color .5s;
}

.add-to-cart-button:hover {
  background-color: var(--theme-color-01);
}

.product-discription {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.product-details-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 47%;
  display: flex;
}

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

.cart-number {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 16px;
  margin-bottom: 20px;
}

.default-state {
  margin-bottom: 0;
}

.text-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.product-details-secttion {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition: color .5s;
}

.link-text:hover {
  color: var(--theme-color-01);
}

.product-heading {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

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

.check-out-button {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.check-out-button:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .check-out-button:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .check-out-button.secondery-62 {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  font-weight: 400;
}

.cart-button {
  z-index: 30;
  background-color: #3898ec00;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #fff;
  background-color: #164cff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: auto;
  height: 22px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  position: relative;
  bottom: 14px;
}

.cart-quantity:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .cart-quantity:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .cart-quantity.secondery-50 {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  font-weight: 500;
  line-height: 170%;
}

.shop-cart {
  z-index: 10;
  position: absolute;
  top: 36px;
  right: 235px;
}

.text-block-2, .text-block-2:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .text-block-2:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .text-block-2.secondery-56 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-3, .text-block-3:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .text-block-3:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .text-block-3.secondery-57 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.price-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.price-text:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .price-text:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .price-text.secondery-60 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  font-weight: 500;
}

.icon-2, .web-payments {
  display: none;
}

.cart-container {
  display: block;
}

.shop-icon {
  filter: invert();
  position: relative;
}

.text-block-5 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-5:where(.w-variant-6e48b3d9-b802-25e8-2902-7e738d860bf7), .text-block-5:where(.w-variant-7537c2c1-7c72-ad48-9c35-209006eee633), .text-block-5.secondery-59 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
}

.text-block-4 {
  font-family: var(--primary-font);
  color: var(--theme-color-01);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.text-block {
  display: none;
}

.cart-top-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.close-button {
  color: var(--neutral-04);
}

.product-category-tabs {
  margin-top: 40px;
}

.product-category-section {
  padding: 120px 30px;
}

.tab-text {
  line-height: 170%;
  text-decoration: none;
}

.tab-link {
  border: 1px solid var(--neutral-04);
  font-family: var(--primary-font);
  color: var(--neutral-04);
  background-color: #ddd0;
  border-radius: 8px;
  padding: 10px 30px 9px;
  font-size: 16px;
  font-weight: 400;
}

.tab-link.w--current {
  background-color: var(--theme-color-01);
  color: var(--neutral-01);
  border-color: #164cff;
  border-radius: 8px;
  padding: 10px 30px;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.tabs-content {
  margin-top: 60px;
}

.checkout-form {
  background-color: var(--neutral-02);
  padding: 100px 30px;
}

.order-button {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  border-radius: 100px;
  justify-content: center;
  height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  transition: opacity .5s;
  display: flex;
}

.order-button:hover {
  opacity: .8;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--neutral-02);
  padding: 100px 30px;
}

.text-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.by-text {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.by-text:hover {
  color: var(--theme-color-01);
}

.div-block {
  background-color: var(--neutral-02);
  height: 1px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  opacity: .47;
  color: var(--neutral-03);
  text-align: center;
  min-width: auto;
  max-width: 900px;
  font-size: 13px;
}

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

.div-block-3 {
  background-color: var(--theme-color-03);
  opacity: 1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-top: 20px;
  display: flex;
}

.div-block-5 {
  background-color: var(--theme-color-03);
  opacity: 1;
  border-radius: 15px;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.section {
  margin-top: 60px;
}

.heading-6 {
  font-family: var(--primary-font);
  margin-bottom: 0;
  font-weight: 600;
}

.text-span {
  color: var(--neutral-04);
  font-weight: 700;
}

.list {
  font-family: var(--primary-font);
  flex: 0 auto;
  font-size: 17px;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.bold {
  font-weight: 600;
}

.subtitle {
  font-family: var(--primary-font);
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

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

.form-block {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-7 {
  background-color: var(--neutral-02);
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  padding: 20px;
}

.quick-stack {
  padding: 0 0 10px;
}

.form-input {
  font-family: var(--primary-font);
  border-radius: 8px;
  font-size: 16px;
}

.input-label {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
}

.text-field-3 {
  font-family: var(--primary-font);
}

.form-button {
  background-color: var(--theme-color-01);
  font-family: var(--primary-font);
  border-radius: 40px;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.text-block-7 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  font-size: 16px;
}

.faqs-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.div-block-8 {
  width: 100%;
  margin-bottom: 40px;
}

.text-block-8 {
  font-family: var(--primary-font);
  padding-top: 40px;
  padding-left: 40px;
  font-size: 16px;
}

.question-block {
  font-family: var(--primary-font);
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.question {
  font-weight: 700;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.prequalify-section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-columns-section {
  padding-top: 40px;
}

.contact-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--theme-color-03);
  background-color: var(--neutral-02);
  font-family: var(--primary-font);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding: 40px;
  font-size: 16px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  font-weight: 600;
}

.image {
  height: 60px;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  display: flex;
}

.div-block-11 {
  font-family: var(--primary-font);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  max-width: 400px;
  font-size: 9px;
}

.disclaimer {
  color: var(--neutral-03);
  text-align: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
}

.disclaimer.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 30px;
  }

  .display-heading-1 {
    font-size: 60px;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .content-area.horizontal {
    grid-template-columns: 1fr 1fr;
  }

  .section-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dropdown-toggle-main {
    margin-bottom: 8px;
  }

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

  .nav-link.head {
    margin-bottom: 8px;
  }

  .heading-1 {
    font-size: 56px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .content-wrapper.review {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header {
    z-index: 10;
    position: sticky;
  }

  .dropdoen-menu {
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-black {
    width: 100%;
    padding: 16px 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #acabb233;
    border-radius: 16px;
    flex-flow: row;
    padding: 20px;
    box-shadow: 0 10px 25px #0000000a;
  }

  .dropdown-menu-list.w--open {
    margin-top: 16px;
    margin-bottom: 16px;
    position: static;
  }

  .container.related-blog {
    padding-top: 80px;
  }

  .container.finance {
    padding: 80px 60px;
  }

  .header-content {
    justify-content: space-between;
  }

  .humburger-icon {
    filter: grayscale();
    width: 26px;
  }

  .header-button {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-subtext {
    max-width: 425px;
  }

  .hero-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .hero-section.review {
    margin-bottom: 80px;
  }

  .hero-section-title {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .cta-container {
    padding: 60px 70px;
  }

  .cta-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: flex-start;
  }

  .cta-content-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .cta-section-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .cta-contact-form {
    width: 100%;
    max-width: 100%;
  }

  .brand-logo-2.w--current {
    font-size: 28px;
  }

  .footer-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .social-media {
    flex-flow: row;
  }

  .footer-logo-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 48%;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .top-label {
    flex-flow: wrap;
  }

  .license-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .license-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .changelog-content-wrap {
    width: 70%;
  }

  .changelog-title {
    font-size: 22px;
  }

  .changelog-line {
    height: 482px;
  }

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

  .terms-section {
    padding-bottom: 80px;
  }

  ._404-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._404-image {
    max-width: 49%;
  }

  ._404-content {
    max-width: 47%;
  }

  .hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 60px 40px;
  }

  .hero-image {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .hero-content-wrap {
    max-width: 100%;
  }

  .how-it-works-section {
    padding-bottom: 80px;
  }

  .how-it-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .how-it-work-card {
    padding-bottom: 30px;
  }

  .service-section {
    padding-bottom: 80px;
  }

  .service-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-2-center {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-heading {
    font-size: 32px;
  }

  .service-card-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card-list._02 {
    grid-template-columns: 1fr 1fr;
  }

  .about-section {
    height: 96vh;
  }

  .case-studies-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-studies-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-studies-image-wrapper {
    width: 45%;
  }

  .why-choose-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-choose-us-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
  }

  .why-choose-us-image-wrapper {
    max-width: 80%;
  }

  .why-choose-us-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    order: -1;
    max-width: 80%;
  }

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

  .testimonial-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-date {
    order: -1;
  }

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

  .blog-section-content-wrapper, .blog-details-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-details-title {
    font-size: 56px;
  }

  .blog-details-image {
    max-height: 450px;
  }

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

  .service-details-title {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .service-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-details-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-details-image {
    border-radius: 24px;
  }

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

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

  .hero-section-primary {
    padding-top: 70px;
    padding-bottom: 220px;
  }

  .heading-1-center {
    font-size: 56px;
  }

  .case-studies-details-section {
    padding-bottom: 80px;
  }

  .case-studies-details-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: -155px;
  }

  .case-studies-details-image {
    max-height: 450px;
  }

  .case-studies-section-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
  }

  .faq-content-left {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .faq-answer-text {
    width: 97%;
  }

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

  .faq-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .faq-heading {
    text-align: center;
    letter-spacing: -1px;
    font-size: 42px;
  }

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

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

  .contact-form-content-wrapper {
    flex-flow: column;
  }

  .team-section {
    padding-top: 80px;
  }

  .team-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .finance-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .finance-image {
    width: 100%;
  }

  .finance-content-wrap {
    max-width: 100%;
  }

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

  .choices-content-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .choice-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 80%;
  }

  .chocie-image-wrap {
    max-width: 80%;
  }

  .contact-form-block, .contact-details-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .product-image {
    height: auto;
  }

  .product-details-image {
    width: 100%;
    height: 100%;
  }

  .product-details-content {
    width: 100%;
  }

  .product-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
  }

  .product-details-secttion {
    padding-top: 60px;
  }

  .product-heading {
    letter-spacing: -1px;
    font-size: 42px;
  }

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

  .check-out-button {
    color: #fff;
    background-color: #000;
  }

  .shop-cart {
    top: 19px;
    right: 290px;
  }

  .text-block-2 {
    color: #000;
    font-weight: 600;
    line-height: 150%;
  }

  .text-block-3 {
    color: #03000a;
    font-weight: 400;
    line-height: 150%;
  }

  .price-text {
    color: #000;
    font-weight: 700;
    line-height: 130%;
  }

  .text-block-5 {
    color: #000;
    font-weight: 400;
    line-height: 130%;
  }

  .text-block-4 {
    color: #164cff;
    font-weight: 400;
    line-height: 140%;
  }

  .product-category-tabs {
    margin-top: 20px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .checkout-form {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }

  .display-heading-1 {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .navitem-list {
    align-items: stretch;
  }

  .content-area.horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .styleguide-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .nav-link.bottom-gap-8px, .nav-link.bottom-gap-8px.w--current {
    margin-bottom: 9px;
  }

  .body-text-16 {
    flex-flow: column;
  }

  .heading-1 {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .heading-3 {
    letter-spacing: 0;
    font-size: 30px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .content-wrapper, .content-wrapper.license, .content-wrapper.review {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-menu {
    top: 68px;
  }

  .heading-4 {
    letter-spacing: 0;
    font-size: 24px;
  }

  .container.related-blog {
    padding-top: 60px;
  }

  .container.finance {
    border-radius: 24px;
    padding: 60px 30px;
  }

  .menu-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    height: 360px;
    overflow: auto;
  }

  .button-wrap {
    display: none;
  }

  .heading-5 {
    letter-spacing: 0;
    font-size: 22px;
  }

  .hero-subtext {
    text-align: center;
    max-width: 100%;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-section.review {
    margin-bottom: 60px;
  }

  .hero-section-title {
    text-align: center;
    letter-spacing: -1px;
    font-size: 48px;
  }

  .cta-container {
    border-radius: 16px;
    padding: 40px 24px;
  }

  .cta-content-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-section-title {
    font-size: 36px;
  }

  .cta-icon-box-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-box-paragraph {
    flex-flow: column;
  }

  .cta-input-column {
    grid-template-columns: 1fr;
  }

  .brand-logo-2 {
    padding-left: 0;
  }

  .brand-logo-2.w--current {
    font-size: 24px;
  }

  .footer-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .social-media {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-logo-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-content-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .license-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .singel-form-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .changelog-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .changelog-verson, .changelog-content-wrap {
    width: 100%;
  }

  .changelog-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-excapt {
    flex-flow: column;
  }

  .changelog-title {
    font-size: 20px;
  }

  .changelog-line-wrappper {
    display: none;
  }

  .changelog-card {
    flex-flow: column;
  }

  .changelog-section, .terms-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._404-content-wrapper {
    flex-flow: column;
  }

  ._404-image, ._404-content {
    max-width: 100%;
  }

  .hero-content-wrapper {
    padding: 40px 24px;
  }

  .hero-buttons {
    flex-flow: wrap;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .review-content-wrapper {
    flex-flow: wrap;
  }

  .how-it-works-section {
    padding-bottom: 60px;
  }

  .how-it-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .how-it-work-card {
    padding-bottom: 24px;
  }

  .service-section {
    padding-bottom: 60px;
  }

  .service-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-2-center {
    font-size: 36px;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr;
  }

  .service-heading {
    letter-spacing: 0;
    font-size: 30px;
  }

  .service-card-list._02 {
    grid-template-columns: 1fr;
  }

  .service-title {
    letter-spacing: 0;
    font-size: 22px;
  }

  .service-paragraph {
    flex-flow: column;
  }

  .about-section {
    height: 87vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .counter-number {
    letter-spacing: -1px;
  }

  .counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .case-studies-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-studies-card {
    flex-flow: column;
  }

  .case-studies-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .case-studies-content {
    width: 100%;
  }

  .case-studies-title {
    letter-spacing: 0;
    font-size: 24px;
  }

  .why-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-us-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .why-choose-us-image-wrapper, .why-choose-us-content-wrap {
    max-width: 100%;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonials-subtitle {
    flex-flow: column;
  }

  .testimonial-card-wrapper {
    grid-template-columns: 1fr;
  }

  .author-name {
    flex-flow: column;
  }

  .blog-image-wrapper {
    max-width: 100%;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-details-section {
    padding-top: 40px;
  }

  .blog-details-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-details-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .blog-details-image {
    max-height: 300px;
  }

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

  .service-details-title {
    text-align: center;
    letter-spacing: -1px;
    font-size: 48px;
  }

  .service-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-details-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .hero-section-primary {
    padding-top: 40px;
    padding-bottom: 160px;
  }

  .heading-1-center {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .case-studies-details-section {
    padding-bottom: 60px;
  }

  .case-studies-details-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: -105px;
  }

  .case-studies-details-image {
    max-height: 300px;
  }

  .case-studies-section-primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-content-left {
    width: 100%;
    max-width: 100%;
  }

  .faq-answer-text {
    width: 100%;
    padding-top: 16px;
  }

  .faq-question-wrapper {
    white-space: pre-wrap;
    word-break: keep-all;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-faq {
    padding: 20px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-title {
    width: 92%;
  }

  .faq-heading {
    font-size: 36px;
  }

  .faq-subtitle {
    flex-flow: column;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-section {
    padding-top: 60px;
  }

  .team-content-wrapper, .finance-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .finance-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .finance-text {
    flex-flow: column;
  }

  .choices-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choice-content-wrap, .chocie-image-wrap {
    max-width: 100%;
  }

  .contact-form-block {
    padding: 30px;
  }

  .input-co-umn {
    grid-template-columns: 1fr;
  }

  .contact-text {
    flex-flow: column;
  }

  .product-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .singel-product-card {
    width: 100%;
  }

  .product-image {
    width: 100%;
    height: 100%;
  }

  .product-details {
    margin-top: 0;
  }

  .product-heading {
    font-size: 36px;
  }

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

  .shop-cart {
    top: 6px;
    right: 60px;
  }

  .cart-top-text {
    flex-flow: column;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .form-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-col {
    max-width: 100%;
  }

  .div-block-10 {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    letter-spacing: -.5px;
    font-size: 24px;
  }

  .display-heading-1 {
    letter-spacing: -1px;
    font-size: 38px;
  }

  .navitem-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
  }

  .content-area.horizontal {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .orginal-logo-black {
    width: 120px;
    height: auto;
  }

  .styleguide-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.bottom-gap-8px, .nav-link.bottom-gap-8px.w--current {
    margin-bottom: 9px;
  }

  .body-text-20 {
    font-size: 18px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .heading-3 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .color-style {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-black {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    top: 70px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .container.finance {
    border-radius: 16px;
    padding: 40px 15px;
  }

  .humburger-icon {
    width: 25px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .hero-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-title {
    font-size: 38px;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-section-title {
    letter-spacing: 0;
    font-size: 32px;
  }

  .cta-icon-box {
    flex-flow: column;
  }

  .icon-box-title {
    font-size: 18px;
  }

  .cta-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-logo-2.w--current {
    font-size: 22px;
  }

  .footer-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .social-media {
    order: -1;
  }

  .quick-text {
    font-size: 14px;
  }

  .footer-logo-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bottom-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navtext {
    font-size: 14px;
  }

  .footer-navitem-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-content-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .top-label {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .license-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .singel-form-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .changelog-excapt {
    font-size: 18px;
  }

  .changelog-title {
    letter-spacing: 0;
    font-size: 18px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-image {
    border-radius: 16px;
  }

  .terms-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-area-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 15px;
  }

  .hero-buttons {
    justify-content: center;
    align-items: center;
  }

  .how-it-works-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-it-work-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .step-number {
    font-size: 18px;
  }

  .service-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-content-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-2-center {
    font-size: 32px;
  }

  .service-heading {
    letter-spacing: 0;
    font-size: 28px;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-title {
    font-size: 20px;
  }

  .about-section {
    height: auto;
    padding: 60px 20px;
  }

  .about-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px 15px;
  }

  .case-studies-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-studies-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .case-studies-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-studies-title {
    font-size: 22px;
  }

  .case-studies-logo {
    bottom: 20px;
  }

  .why-choose-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 20px 20px 24px;
  }

  .blog-image-wrapper, .blog-image {
    border-radius: 16px;
  }

  .blog-title {
    letter-spacing: -.5px;
    font-size: 20px;
  }

  .blog-section, .blog-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-title {
    font-size: 36px;
  }

  .blog-details-image {
    border-radius: 16px;
  }

  .service-details-title {
    font-size: 38px;
  }

  .service-details-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-details-image {
    border-radius: 16px;
  }

  .services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-primary {
    padding: 40px 20px 125px;
  }

  .heading-1-center {
    font-size: 36px;
  }

  .case-studies-details-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-studies-details-content-wrapper {
    margin-top: -75px;
  }

  .case-studies-section-primary, .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-faq {
    padding: 20px;
  }

  .faq-title {
    width: 86%;
  }

  .faq-heading {
    font-size: 32px;
  }

  .contact-section, .team-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-card-wrapper {
    grid-template-columns: 1fr;
  }

  .team-name {
    font-size: 18px;
  }

  .finance-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .finance-content-wrapper.middle {
    flex-flow: column-reverse;
  }

  .choices-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choice-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .chocie-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .chocies-image-02 {
    margin-top: 0;
  }

  .contact-form-block {
    padding: 20px;
  }

  .contact-details-wrapper {
    padding: 20px 10px;
  }

  .contact-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-info {
    padding-bottom: 16px;
  }

  .contact-title {
    font-size: 18px;
  }

  .product-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .product-details-secttion {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-heading {
    font-size: 32px;
  }

  .shop-cart {
    right: 41px;
  }

  .product-category-tabs {
    margin-top: 10px;
  }

  .checkout-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .paypal-checkout-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .order-confirmation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .buttons-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
    padding: 20px;
  }

  .form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    display: none;
  }

  .disclaimer.mobile {
    display: block;
  }
}

#w-node-_381d4cdf-3179-c516-6fba-5897312a05d3-88ba0214 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

#w-node-c77d34fe-232c-d581-45b9-becfe1c18870-f0be701a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a1be282f-e9ee-a148-f6d6-2e199c69d178-91343ef9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3175ba0a-41e9-50e0-09df-765174f0cf4f-74f0cf4b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1be282f-e9ee-a148-f6d6-2e199c69d178-91343ef9, #w-node-_3175ba0a-41e9-50e0-09df-765174f0cf4f-74f0cf4b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c40e94b7-4043-fe83-b974-445cbbeefcea-a4ce485b, #w-node-d0a66662-fb04-3474-7a78-525c69756296-7532ac0b {
    justify-self: center;
  }
}


