:root {
  --black: #050b14;
  --blue: #368dff;
  --white: #fff;
  --green: #00a962;
  --yellow: #ffc301;
  --black-80: #050b14cc;
  --pink: #db3662;
  --white-2: white;
  --black-81: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

@media screen and (max-width: 479px) {

  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--black);
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

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

li {
  color: var(--black);
}

blockquote {
  color: var(--black);
  background-color: #050b140a;
  background-image: url('../images/Rectangle-34624552.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-left: 5px #e2e2e2;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 40px 60px 40px 100px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.nav-menu-wrapper {
  margin-left: 100px;
}

.login-button {
  background-color: var(--blue);
  color: #fff;
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.login-button:hover {
  background-color: #629fef;
}

.login-button:active {
  background-color: #76a9ed;
}

.responsive-show {
  display: none;
}

.navbar-logo-left {
  justify-content: center;
  display: flex;
}

.sign-button {
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
}

.sign-button:hover {
  background-color: #f1f1f1;
}

.sign-button:active {
  background-color: #43464d;
}

.navbar-brand.w--current {
  flex: 0 auto;
}

.nav-link {
  background-color: var(--white);
  color: #0f0f14;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .6;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-container {
  flex: 1;
  width: 100%;
  max-width: 1347px;
  margin-left: 40px;
  margin-right: 40px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-logo-left-container.shadow-three {
  flex: 1;
  width: 100%;
  max-width: 1350px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-buttons-wrapper {
  border-radius: 100px;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-height: 44px;
  display: flex;
}

.style-guide-hero {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-02 {
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.heading-02.max-790-center {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.heading-02.max-509-center {
  text-align: center;
  max-width: 509px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

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

.body-03 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.sub-heading-03 {
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

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

.sub-heading-01 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.color-card {
  border-radius: 4px;
}

.body-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-01.max-482-center {
  text-align: center;
  letter-spacing: -.36px;
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi Variable, sans-serif;
}

.heading-03 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.heading-03-font {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 72px;
}

.heading-03-new {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
}

.heading-03-new1 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 72px;
}

.color-box {
  border-radius: 12px;
  width: 160px;
  height: 172px;
}

.color-box.green {
  background-color: var(--green);
}

.color-box.yellow {
  background-color: var(--yellow);
}

.color-box.black {
  background-color: var(--black);
}

.color-box.blue {
  background-color: var(--blue);
}

.color-box.black-80 {
  background-color: var(--black-80);
}

.color-box.white {
  background-color: var(--white);
}

.color-box.pink {
  background-color: var(--pink);
}

.sub-heading-05 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.sub-heading-05.blue {
  color: var(--blue);
}

.colors-headers {
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 160px;
  display: flex;
}

.typography-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sub-heading-04 {
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.sub-heading-04.mt-30 {
  margin-top: 30px;
}

.color {
  background-color: #050b1408;
  border-radius: 16px;
  padding: 100px 60px;
  display: flex;
}

.sub-heading-02 {
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.body-02 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.body-02-free {
  margin-bottom: -12px;
  font-size: 12px;
  line-height: 28px;
  font-style: italic;
  /* Makes the text italic */
}


.body-02._1 {
  margin-left: 10px;
  margin-right: 10px;
}

.body-02.opacity-50 {
  opacity: .5;
}

.body-02.mr-ml-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.color-details {
  margin-top: 16px;
}

.heading-01 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.heading-01.text-center.mt-8 {
  font-size: 50px;
  font-weight: 800;
}

.heading-01.text-center.max-850-center {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.colors-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.body-03-semibold {
  letter-spacing: .56px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.color-box-content {
  max-width: 274px;
  margin-right: 46px;
}

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

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.typography {
  background-color: #050b1408;
  border-radius: 16px;
  margin-top: 80px;
  padding: 100px 60px;
  display: flex;
}

.list {
  flex: 1;
  margin-right: 60px;
  padding-left: 0;
  list-style-type: none;
}

.check-icon {
  margin-right: 12px;
  width: 20px;
  height: auto;
}

.list-item {
  margin-bottom: 16px;
  display: flex;
}

.list-box {
  flex: 1;
  display: flex;
}

.block-quote {
  border-left-width: 6px;
  border-left-color: #368dff;
  flex: 1;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.block-qoute-box {
  background-color: #ebeced;
  border-radius: 16px;
  flex: 1;
  padding: 40px 60px;
  display: flex;
}

.primary-btn {
  background-color: var(--blue);
  color: var(--white);
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  align-items: center;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.primary-btn:hover {
  background-color: #5aa1fe;
}

.primary-btn._02 {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.btn-box {
  border: 1px solid #ececec;
  border-radius: 100px;
  display: inline-block;
}

.mr-8 {
  margin-right: 8px;
}

.gray-btn {
  color: var(--black);
  background-color: #f7f8f8;
  border: 4px #f1f3f5;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.gray-btn:hover {
  background-color: #dedede;
}

.white-btn {
  background-color: var(--white);
  color: var(--blue);
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.white-btn:hover {
  background-color: #e7e7e7;
}

.transparent-btn {
  color: var(--black);
  background-color: #f7f8f800;
  border: 4px #f1f3f5;
  border-radius: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.transparent-btn:hover {
  opacity: .6;
}

.transparent-btn.blue {
  color: var(--blue);
}

.btn-box-02 {
  border: 1px #ececec;
  border-radius: 100px;
  display: inline-block;
}

.mr-12 {
  margin-right: 12px;
}

.btn-container {
  flex: 1;
}

.list-02 {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

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

.cta-container {
  background-image: url('../images/Frame-1000015566.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 85px 40px;
}

.cta-button-box {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

.container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  letter-spacing: .56px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 14px;
  display: flex;
}

.footer-form-field {
  color: var(--black);
  border: 1px #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 60px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.newsletter-title {
  letter-spacing: .56px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.link-text {
  color: var(--black);
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-bottom-02 {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.primary-btn-02 {
  background-color: var(--blue);
  color: var(--white);
  background-image: url('../images/Frame-1.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  padding: 8px 40px 8px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.opacity-80 {
  color: #050b14cc;
}

.mt-20 {
  margin-top: 20px;
}

.home-hero {
  background-image: url('../images/Frame-1000012207.svg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 634px;
  display: flex;
}

.home-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.tag-box {
  border: 1px solid var(--blue);
  text-transform: uppercase;
  border-radius: 64px;
  padding: 2px 12px;
  display: inline-block;
  box-shadow: 0 0 4px #73c6fd80;
}

.mt-8 {
  margin-top: 8px;
}

.mt-27 {
  margin-top: 27px;
}

.hero-btn-container {
  margin-top: 36px;
}

.home-hero-img {
  border-radius: 16px;
  margin-bottom: 0;
  box-shadow: 0 -4px 40px #0003;
}

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

.logos-container {
  flex: 1;
  max-width: 1200px;
  margin-top: -500px;
  margin-left: 40px;
  margin-right: 40px;
}

.logos-outer-box {
  justify-content: center;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 44px;
  display: grid;
}

.logo-box {
  border-radius: 6px;
  overflow: hidden;
}

.opacity-70 {
  opacity: .7;
}

.opacity-50 {
  opacity: .5;
}

.sub-heading-05-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.content-01 {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.content-01-home2 {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 10px;
  display: flex;
}


.content-01-home2-batch {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content-01-bank {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 1px;
  display: flex;
}

.content-01-small {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content-01-asset {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 10px;
  display: flex;
}

.content-01-partner {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content-01-home {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.content-01-customer {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 160px;
  display: flex;
}

.content-01-invoice {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 10px;
  display: flex;
}

.content-01-inventory {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 50px;
  display: flex;
}

.content-01-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.content-header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-inner-01-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Group-1000015631.svg');
  background-position: 50% 100%;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 56px;
  padding-bottom: 116px;
  display: grid;
}

.content-innerr-01-card {
  background-color: var(--white);
  background-image: url('../images/Frame-1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-height: 360px;
  padding-top: 28px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  box-shadow: 0 0 40px #9e9fa51a;
}

.content-inner-01-img {
  margin-top: 1px;
}

.content-innerr-02 {
  margin-top: 160px;
}

.content-innerr-02-inventory {
  margin-top: 60px;
}

.content-innerr-02-partner {
  margin-top: 10px;
}

.content-innerr-02-new {
  margin-top: 360px;
}

.content-innerr-02-main {
  margin-top: 100px;
}

.content-innerr-02-main-01 {
  margin-top: 200px;
}

.content-innerr-02-main-02 {
  margin-top: 10px;
}

.content-inner-02-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.content-inner-02-box-partner {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.content-inner-02-box-main {
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.content-inner-02-box-bank {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.content-inner-02-box-chat {
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.content-inner-02-img {
  flex: 1;
  max-width: 560px;
  margin-right: 40px;
}

.content-inner-02-img-partner {
  flex: 1;
  max-width: 560px;
  margin-right: 40px;
  margin-top: 100px;
}

.content-inner-text-box {
  flex: 1;
  max-width: 500px;
}

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

.content-inner-03-img {
  flex: 1;
  max-width: 560px;
  margin-left: 40px;
}

.content-inner-text-box-02 {
  max-width: 500px;
}

.testimonials {
  background-color: #fafafa;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.testimonials-home {
  background-color: #fafafa;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 20px;
  display: flex;
}

.testimonials-container {
  background-image: url('../images/Group-1000015631.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonials-inner {
  justify-content: space-between;
  margin-top: 72px;
  display: flex;
}

.state {
  background-color: var(--white);
  border-radius: 12px;
  flex: 1;
  max-width: 516px;
  margin-right: 30px;
  padding: 40px 40px 40px 60px;
}

.testimonials-card {
  background-color: var(--white);
  border-radius: 12px;
  flex: 1;
  padding: 40px 40px 36px;
}

.mt-12 {
  margin-top: 12px;
}

.profile-box {
  align-items: center;
  display: flex;
}

.body-01-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.profile-img {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.divider {
  background-color: #050b141a;
  height: 1px;
  margin-top: 44px;
  margin-bottom: 47px;
}

.features-01 {
  justify-content: center;
  padding-top: 140px;
  display: flex;
}

.features-01-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.btn-box-03 {
  border: 1px solid #ececec;
  border-radius: 100px;
  display: inline-block;
}

.features-box-01 {
  background-image: url('../images/Frame-1000015559.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.features-01-text {
  max-width: 370px;
}

.features-icon {
  width: 60px;
  height: 60px;
}

.mt-32 {
  margin-top: 32px;
}

.features-01-img {
  max-width: 626px;
  margin-left: 40px;
}

.features-01-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.features-01-card {
  background-image: url('../images/Group-1000015695.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  padding: 40px;
}

.integration {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.integration-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.features-card-wrapper {
  margin-top: 60px;
}

.features-box-01-short {
  background-image: url('../images/Frame-1000015559.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.logos-inner {
  flex: 1;
  max-width: 1255px;
  margin-left: 40px;
  margin-right: 40px;
}

.home-02-hero {
  background: linear-gradient(160deg, #F4F8FF 0%, #FDFAF3 50%, #F4F8FF 100%);
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 600px;
  display: flex;
}

.home-02-bank {
  /* background-image: url('../images/Frame-1000012207.svg'); */
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 27px;
  display: flex;
}

.home-02-asset {
  /* background-image: url('../images/Frame-1000012207.svg'); */
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 1px;
  display: flex;
}

.home-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
}

.home-02-btn-text {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-02-img {
  margin-top: -750px;
  margin-bottom: 16px;
}

.logos-container-02 {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.content-02 {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.content-02-bank {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.content-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.content-02-card {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.content-02-left {
  flex: 1;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.number-box {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #a5a5a540;
}

.content-02-card-text {
  max-width: 370px;
}

.content-02-card-img {
  flex: 1;
  max-width: 456px;
}

.testimonials-02 {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.testimonials-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.testimonials-card-02-img-box {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.testimonials-card-02-img {
  object-fit: cover;
  width: 100%;
}

.testimonials-float-img {
  width: 25%;
  position: absolute;
  inset: auto auto 5% 5%;
}

.testimonials-card-body {
  padding-top: 24px;
}

.content-03 {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.content-03-reports {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
}

.content-03-banks {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.content-03-banks1 {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 100px;
  display: flex;
}

.content-03-container {
  flex: 1;
  max-width: 1150px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.content-03-inner {
  background-image: url('../images/Frame-1000011091.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  margin-top: 160px;
  padding-left: 60px;
  padding-right: 80px;
  display: flex;
  overflow: hidden;
}

.content-03-inner-text {
  flex: 1;
  max-width: 440px;
  margin-right: 40px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.blogs-01 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blogs-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blogs-01-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-01-link {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.blog-01-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px #9e9fa540;
}

.blog-01-card-img-box {
  flex: 1;
  height: 280px;
  overflow: hidden;
}

.blog-01-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-01-body {
  background-color: var(--white);
  padding: 24px 24px 32px;
}

.blog-tag {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
}

.body-03-medium {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.body-02-medium {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.post-date-time {
  display: flex;
}

.dot {
  margin-left: 8px;
  margin-right: 8px;
}

.blogs-01-collection-list {
  margin-top: 72px;
}

.trustpilot-icon {
  margin-left: 12px;
}

.home-03-hero {
  background-image: url('../images/Frame-1000015561-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 110px;
  display: flex;
}

.home-03-hero-small {
  background-image: url('../images/Frame-1000015561-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 10px;
  display: flex;
}


.home-03-hero-small-partner {
  background-image: url('../images/Frame-1000015561-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 1px;
  display: flex;
}

.home-invoice-03-hero {
  background-image: url('../images/Frame-1000015561-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 5px;
  display: flex;
}

.home-03-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1234px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.home-03-text {
  flex: 1;
  max-width: 585px;
  margin-right: 40px;
}

.home-03-btn-box {
  margin-top: 40px;
}

.home-03-short-details {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.sub-heading-05-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.trustpilot-icon-02 {
  margin-right: 10px;
}

.star-icon {
  margin-left: 12px;
  margin-right: 12px;
}

.home-03-img-box {
  flex: 1;
  max-width: 550px;
}

.home-03-img {
  object-fit: cover;
  width: 100%;
}

.logos-02 {
  justify-content: center;
  display: flex;
}

.content-04 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
}

.content-04-chat {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.content-04-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.content-04-card-01 {
  background-image: url('../images/Frame-1000015561.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  padding: 52px 52px 52px 40px;
  display: flex;
}

.content-04-card-01-text {
  max-width: 370px;
}

.content-04-card-01-text-Chat {
  max-width: 470px;
}

.content-04-card-01-img {
  border-radius: 12px;
  max-width: 465px;
}

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

.content-04-card-02 {
  background-image: url('../images/Frame-1000015561-1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.content-04-card-02-img {
  border-radius: 12px;
  width: 100%;
}

/* .integration-02 {
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
} */

.integration-02 {
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
  background: #f8fafc;
  padding-top: 50px;
}

.integration-02-inventory {
  justify-content: center;
  padding-bottom: 1px;
  display: flex;
}

.integration-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-02-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.integration-02-icon {
  width: 40px;
  height: 40px;
}

.integration-02-card {
  max-width: 316px;
}

.testimonials-03 {
  justify-content: center;
  display: flex;
}

.testimonials-03-chat {
  justify-content: center;
  display: flex;
  padding-top: 1px;
  padding-bottom: 60px;
}

.testimonials-03-container {
  background-image: url('../images/Group-1000016326.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 40px 90px 60px;
}

.testimonials-03-content {
  max-width: 628px;
  margin-right: 80px;
}

.testimonials-03-content-chat {
  max-width: 628px;
  margin-right: 80px;
}

.proline-icon {
  margin-bottom: 48px;
}

.divider-02 {
  background-color: var(--black);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 64px;
}

.state-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.lightbox-01 {
  color: var(--black);
  border-radius: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.lightbox-play-icon-box {
  background-color: #ffffffe6;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 5% 5%;
}

.play-icon {
  margin-right: 20px;
  transition: all .2s;
}

.play-icon:hover {
  opacity: .6;
}

.integration-03 {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.integration-03-home {
  justify-content: center;
  padding-top: 60px;
  display: flex;
  padding-bottom: 80px;
}

.integration-03-invoice {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.integration-03-container {
  background-image: url('../images/Group-1000015692.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-03-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.integration-03-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 32px 32px 40px;
  box-shadow: 0 8px 40px #9c9c9c1a;
}

.integration-03-icon {
  width: 60px;
  height: 60px;
}

.blogs-02 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.blogs-02-smallbusiness {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blogs-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blogs-02-wrapper {
  margin-top: 72px;
}

.blog-02-card {
  background-color: #fff;
  background-image: url('../images/Group-1000016326.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.blog-02-body {
  flex: 1;
  max-width: 475px;
  margin-right: 40px;
}

.blog-02-card-img-box {
  border-radius: 16px;
  flex: 1;
  max-width: 500px;
  height: 355px;
  max-height: 355px;
  overflow: hidden;
}

.blogs-03-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-03-card {
  background-color: #fff;
  background-image: url('../images/Group-1000016326.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.blog-03-card-img-box {
  border-radius: 16px;
  flex: 1;
  max-width: 195px;
  height: 206px;
  margin-right: 25px;
  overflow: hidden;
}

.blogs-03-collection {
  margin-top: 40px;
}

.blog-03-body {
  flex: 1;
  max-width: 475px;
}

.about-hero {
  background-image: url('../images/Frame-1000012207.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 100px;
  display: flex;
}

.about-hero-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.about-hero-img {
  margin-top: 64px;
}

.state-03 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.state-03-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.state-03-card-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.state-03-icon {
  margin-right: 15px;
}

.state-03-card {
  background-image: url('../images/Frame-1000015561-3.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.service-01 {
  justify-content: center;
  display: flex;
}

.service-01-container {
  flex: 1;
  max-width: 1156px;
  margin-left: 40px;
  margin-right: 40px;
}

.service-01-inner {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.service-01-img {
  object-fit: cover;
  border-radius: 16px;
  flex: 1;
  max-width: 573px;
  margin-right: 40px;
}

.service-01-content-box {
  flex: 1;
  max-width: 487px;
}

.sub-heading-05-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.location-01 {
  justify-content: center;
  padding-top: 140px;
  display: flex;
}

.location-01-container {
  flex: 1;
  max-width: 1145px;
  margin-left: 40px;
  margin-right: 40px;
}

.map-img {
  margin-top: 64px;
}

.team {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.team-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.achieve-content {
  margin-top: 72px;
}

.team-item {
  cursor: pointer;
  border-top: 1px solid #e8e8e8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #bebebe40;
}

.achieve-img {
  z-index: 4;
  opacity: 0;
  width: 27%;
  position: absolute;
  inset: -100% 25% auto auto;
}

.team-titile {
  border: 1px solid var(--black);
  text-transform: uppercase;
  border-radius: 75px;
  margin-left: 60px;
  padding: 8px 16px;
  display: inline-block;
}

.team-item-left {
  align-items: center;
  display: flex;
}

.contact-01-hero {
  background-image: url('../images/Frame-1000012207-1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.contact-01-container {
  flex: 1;
  max-width: 987px;
  margin-left: 40px;
  margin-right: 40px;
}

.account-card {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 425px;
  padding: 37px 52px 52px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 8px 30px 4px #bebebe40;
}

.account-card-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 80px;
  display: grid;
}

.contact-01-form-wrapper {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.contact-01-form-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1147px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.contact-01-content {
  flex: 1;
  max-width: 480px;
  margin-right: 40px;
}

.contact-02-hero {
  background-image: url('../images/Frame-1000012207-1.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.contact-02-container {
  flex: 1;
  max-width: 820px;
  margin-left: 40px;
  margin-right: 40px;
}

.form-submit {
  background-color: var(--blue);
  background-image: url('../images/Frame-1.svg');
  background-position: 67%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  width: 100%;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.form-submit:hover {
  background-color: #6caafc;
}

.form-submit._02 {
  background-position: 62%;
}

.contact-form {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 536px;
  padding: 40px;
  box-shadow: 0 8px 60px #9e9fa540;
}

.textarea {
  color: #161616;
  background-color: #f4f4f4;
  background-image: url('../images/ChatCircleDots.svg');
  background-position: 16px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 8px;
  min-height: 190px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 6px;
  padding-left: 52px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.select-field {
  border: 1px #000;
  margin-bottom: 0;
}

.select-field:lang(en) {
  color: #050b14cc;
}

.body-01-bold-satoshi {
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.input-filed {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
}

.text-field-icon {
  width: 24px;
  height: 24px;
}

.input-box {
  background-color: #f4f4f4;
  border-radius: 8px;
  align-items: center;
  height: 52px;
  padding: 14px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.account-type {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.account-type-container {
  flex: 1;
  max-width: 890px;
  margin-left: 40px;
  margin-right: 40px;
}

.contact-form-02 {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  max-width: 820px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  box-shadow: 0 8px 60px #9e9fa540;
}

.contact-03-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.contact-03-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.contact-03-content {
  flex: 1;
  max-width: 556px;
  margin-right: 40px;
}

.testimonials-card-03 {
  margin-top: 32px;
  padding: 24px;
}

.body-02-medium-italic {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.profile-img-02 {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.contact-info {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.contact-info-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.contact-info-card {
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 60px #6a6a6a1f;
}

.contact-info-icon {
  width: 64px;
  height: 64px;
}

.body-01-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.learn-more-link {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.learn-more-link:hover {
  opacity: .6;
}

.learn-more-box {
  margin-top: 50px;
  display: inline-block;
}

.career-hero {
  background-image: url('../images/Group-1000015514.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
}

.career-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.career-hero-content {
  max-width: 477px;
  margin-right: 40px;
}

.career-hero-img-box {
  flex: 1;
  max-width: 660px;
  overflow: hidden;
}

.career-hero-img {
  object-fit: cover;
  width: 100%;
}

.content-05 {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 160px;
  display: flex;
}

.content-05-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.content-05-img {
  border-radius: 16px;
  flex: 1;
  max-width: 534px;
  margin-right: 40px;
}

.body-01-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.content-05-text-box {
  flex: 1;
  max-width: 586px;
}

.features-02 {
  background-color: #050b1408;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.features-02-container {
  background-image: url('../images/Group-1000015692.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.features-02-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.features-02-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 32px;
}

.features-02-icon {
  width: 60px;
  height: 60px;
}

.careers {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.careers-container {
  background-image: url('../images/Group-1000015692.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.careers-collection {
  margin-top: 72px;
}

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

.career-link {
  opacity: .7;
  color: #161616;
  flex: 1;
  width: 100%;
  text-decoration: none;
}

.career-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  transition: all .2s;
  box-shadow: 6px 6px 20px #bebebe33;
}

.career-card:hover {
  background-color: #f7f7f7;
}

.career-type {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.body-02-semibold {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.career-type-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.career-inner-box {
  margin-top: 24px;
  display: flex;
}

.career-location-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.career-apply-btn {
  color: var(--black);
  background-color: #f7f8f800;
  border: 4px #f1f3f5;
  border-radius: 100px;
  text-decoration: none;
  display: flex;
}

.career-btn-wrapper {
  border: 1px #ececec;
  border-radius: 100px;
  margin-top: 28px;
  display: inline-block;
}

.career-location {
  align-items: center;
  display: flex;
}

.blog-01-hero {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 120px;
  display: flex;
}

.blog-01-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-04-card {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 19px 14px 60px #9e9fa526;
}

.blog-04-body {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 460px;
  min-height: 480px;
  margin-right: 40px;
  display: flex;
}

.blog-04-card-img-box {
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 481px;
  display: flex;
  overflow: hidden;
}

.ream-more-btn {
  border: 1px solid #ececec;
  border-radius: 100px;
  display: inline-block;
}

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

.newsletter-container {
  background-image: url('../images/Frame-1000015877.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 40px;
  display: flex;
}

.newsletter-title-box {
  flex: 1;
  max-width: 612px;
  margin-right: 40px;
}

.related-blogs {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.related-blogs-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-02-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.blog-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-slider {
  background-color: #ddd0;
  height: auto;
}

.blog-slide {
  margin-right: 40px;
}

.blog-05-body {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 672px;
  height: 554px;
  min-height: 554px;
  margin-left: -60px;
  padding: 60px;
  display: flex;
  box-shadow: 16px 16px 60px #9e9fa526;
}

.blog-05-card {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-05-card-img-box {
  z-index: 1;
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 617px;
  min-height: 617px;
  position: relative;
  overflow: hidden;
}

.blog-mask {
  position: relative;
  overflow: visible;
}

.left-arrow {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  inset: 15% 7% auto auto;
  box-shadow: 0 4px 20px #28272726;
}

.left-arrow:hover {
  background-color: #ebebeb;
}

.right-arrow {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  inset: 15% 2% auto auto;
  box-shadow: 0 4px 20px #28272726;
}

.right-arrow:hover {
  background-color: #494949;
}

.d-none {
  display: none;
}

.blogs-04 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.blogs-04-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blogs-04-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-06-card {
  background-color: #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-06-card-img-box {
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 512px;
  height: 300px;
  max-height: 300px;
  margin-right: 60px;
  display: flex;
  overflow: hidden;
}

.blog-06-body {
  background-color: var(--white);
  flex: 1;
  max-width: 332px;
}

.profile-box-02 {
  align-items: center;
  display: flex;
}

.blog-03-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.blog-03-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-icon-wrapper {
  justify-content: center;
  display: flex;
}

.blog-icon-box {
  background-color: var(--blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.blog-tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-tab-link {
  background-color: var(--white);
  border-radius: 100px;
  margin-right: 16px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 8px 40px #92929233;
}

.blog-tab-link.w--current {
  background-color: var(--white);
  filter: invert();
}

.blog-tab-icon {
  margin-right: 4px;
}

.blog-tab-content {
  margin-top: 60px;
}

.blog-07-card {
  background-color: #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-07-card-img-box {
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 512px;
  height: 434px;
  margin-right: 60px;
  overflow: hidden;
}

.blog-07-body {
  background-color: var(--white);
  flex: 1;
}

.blog-tab {
  margin-top: 24px;
}

.divider-03 {
  background-color: var(--black);
  opacity: .2;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.blogs-05-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-08-card {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 20px 11px 60px #9e9fa526;
}

.blog-08-card-img-box {
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 512px;
  height: 221px;
  max-height: 300px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.blog-08-body {
  background-color: var(--white);
  flex: 1;
  max-width: 332px;
}

.profile-img-03 {
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.blog-single {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.blog-single-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-single-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-height: 536px;
  margin-top: 60px;
}

.blog-single-content {
  justify-content: space-between;
  margin-top: 68px;
  display: flex;
}

.blog-single-left-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.blog-single-body {
  flex: 1;
  max-width: 872px;
}

.body-04 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.blog-share-link {
  background-color: #050b141a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  transition: all .2s;
  display: flex;
}

.blog-share-link:hover {
  background-color: #b1b1b1;
}

.blog-share-icon {
  width: 20px;
  height: 20px;
}

.rich-text-block {
  color: #050b14cc;
  font-size: 18px;
  line-height: 28px;
}

.share-text-wrapper {
  margin-top: 32px;
  margin-bottom: 12px;
}

.integration-01-hero {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 160px;
  display: flex;
}

.integration-01-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-01-hero-img {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.integration-01-content {
  margin-top: 60px;
}

.integration-01-type-box {
  background-image: url('../images/Group-1000016341.svg');
  background-position: 50% 126%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 72px;
}

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

.integration-01-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 32px 28px;
  box-shadow: 0 0 20px #bebebe40;
}

.integration-01-card-header {
  align-items: center;
  display: flex;
}

.integration-01-card-icon-box {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  display: flex;
  box-shadow: 0 22px 70px #989da666;
}

.integration-02-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.integration-02-hero-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.search-input {
  background-color: #050b141a;
  background-image: url('../images/MagnifyingGlass.svg');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  max-width: 372px;
  height: 52px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  display: inline-block;
}

.search {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.integration-02-type-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 55px;
  display: grid;
}

.integration-02-type-grid.d-none {
  display: none;
}

.integration-04-card {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px #b0afaf40;
}

.integration-04-icon-box {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 22px 70px #989da666;
  padding: 9px;
}

.integration-link-wrapper {
  background-image: linear-gradient(#ffffffc4, #fff);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.integration-btn {
  border: 1px solid #ececec;
  border-radius: 100px;
  width: 80%;
  display: inline-block;
}

.primary-btn-03 {
  background-color: var(--blue);
  color: var(--white);
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.integration-02-type-box {
  background-image: url('../images/Group-1000015971.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 72px;
}

.integration-03-hero {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 120px;
  display: flex;
}

.integration-03-hero-maven {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.integration-03-hero-report {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 10px;
  display: flex;
}

.integration-bookkeeping-03-hero {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
}

.integration-03-hero-partner {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 10px;
  display: flex;
}

.integration-03-hero-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.integration-03-content {
  max-width: 485px;
  margin-right: 40px;
}

.integration-tab-wrapper {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.integration-tab-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-tab-header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.integration-header-wrapper {
  flex: 1;
  max-width: 521px;
}

.integration-body {
  flex: 1;
  max-width: 470px;
}

.integration-tab-outer {
  margin-top: 72px;
}

.integration-tabs {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.integration-tab-menu {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 120px;
  margin-right: 40px;
  display: flex;
}

.integration-tab-content {
  flex: 1;
  max-width: 895px;
  margin-left: auto;
  overflow: visible;
}

.feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Group-1000015514_1.svg'), url('../images/Group-1000016084.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.integration-03-type-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Group-1000015514_1.svg'), url('../images/Group-1000016084.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -25px;
  display: grid;
}

.integration-tab-link {
  opacity: .7;
  background-color: #ddd0;
  border-bottom: 3px #000;
  margin-bottom: 25px;
  padding: 0 8px 12px;
}

.integration-tab-link.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-bottom-style: solid;
}

.auth-section {
  background-image: url('../images/Frame-1000012207-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 214px;
  display: flex;
}

.login-link {
  color: #0f0f14;
  text-decoration: none;
}

.google-login-box {
  text-transform: uppercase;
  background-color: #050b140d;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.user-input-field {
  background-color: #050b140d;
  border: 1px #000;
  border-radius: 8px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 46px;
  font-size: 16px;
}

.user-input-field.mail {
  background-image: url('../images/mail.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.user-input-field.password {
  background-image: url('../images/eye-off.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.login-hero-container {
  background-color: var(--white);
  border-radius: 16px;
  flex: 1;
  max-width: 520px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 0 -2px 40px 4px #bebebe40;
}

.google-link {
  color: var(--black);
  text-decoration: none;
  display: flex;
}

.google-icon {
  margin-right: 8px;
}

.user-submit {
  background-color: var(--blue);
  background-image: url('../images/Frame-1.svg');
  background-position: 61%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  width: 100%;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.user-submit:hover {
  background-color: #6caafc;
}

.bold-text {
  opacity: 1;
}

.form-footer {
  margin-top: 32px;
}

.review-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.review-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.review-content {
  flex: 1;
  max-width: 613px;
  margin-right: 40px;
}

.qoute-icon {
  width: 60px;
  height: 60px;
}

.review-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.review-hero-img-box {
  border-radius: 16px;
  flex: 1;
  max-width: 446px;
  position: relative;
  overflow: hidden;
}

.review-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-hero-img-float {
  width: 65%;
  position: absolute;
  inset: auto auto 20px 50%;
  transform: translate(-50%);
}

.review-card-wrapper {
  background-image: url('../images/Group-1000016341-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 207px;
  padding-bottom: 160px;
  display: flex;
}

.review-card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  background-size: auto;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
}

.review-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px #d2d2d240;
}

.qoute-icon-02 {
  width: 52px;
  height: 52px;
}

.review-profile-box {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.features-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.features-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Group-1000015515.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.features-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 40px 40px;
  box-shadow: 0 8px 30px #a7a8b340;
}

.features-card-icon {
  width: 60px;
  height: 60px;
}

.content-06 {
  background-color: #050b1408;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.content-06-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.content-06-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-06-card-img {
  object-fit: cover;
  border-radius: 12px;
  height: 295px;
  box-shadow: 0 0 40px #9e9fa51a;
}

.content-06-card-body {
  padding-top: 20px;
}

.content-07 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.content-07-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.content-inner-07-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-01 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
}


.pricing-01-price {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.pricing-01-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.pricing-01-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 32px 37px;
  box-shadow: 0 8px 20px #bebebe40;
}

.pricing-01-card.active {
  background-color: #fff;
  background-image: url('../images/g1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.divider-04 {
  background-color: #050b141a;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 24px;
}

.pricing-01-card-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-01-card-list-item {
  display: flex;
}

.mark-icon {
  margin-right: 8px;
}

.pricing-btn-01 {
  border: 1px solid #ececec;
  border-radius: 100px;
  margin-top: 64px;
}

.pricing-btn-01.full {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.primary-btn-01 {
  background-color: var(--blue);
  color: var(--white);
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-btn-01:hover {
  background-color: #76abf0;
}

.pricing-01-tab-link {
  background-color: #fff;
  padding: 4px;
  font-size: 14px;
  line-height: 18px;
}

.pricing-01-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
}

.pricing-01-tab-menu {
  z-index: 1;
  position: absolute;
  inset: 19% auto auto 50%;
  transform: translate(-50%);
}

.pricing-01-tabs {
  margin-top: 20px;
  position: relative;
}

.integration-img {
  background-image: radial-gradient(circle closest-side, #368dff21, #fff);
}

.integration-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.integration-hero-container {
  flex: 1;
  max-width: 960px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-hero-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integration-icon-box {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 400px;
  height: 400px;
  margin-right: 40px;
  padding: 60px;
  box-shadow: 0 22px 70px #989da62e;
}

.integration-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.integration-card-body {
  flex: 1;
  max-width: 450px;
}

.integration-body-wrapper {
  margin-top: 100px;
}

.integration-tab-link-02 {
  background-color: var(--white);
  border-radius: 100px;
  margin-right: 16px;
  padding: 10px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 20px 80px #989da64d;
}

.integration-tab-link-02.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.integration-tab-menu-02 {
  flex-wrap: wrap;
  display: flex;
}

.integration-body-text {
  color: #050b14cc;
}

.integration-tab-02-content {
  margin-top: 28px;
}

.pricing-02-hero {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.pricing-02-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.pricing-02-tabs {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.pricing-02-tab-menu {
  background-color: var(--white);
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 0 20px #a2a2a233;
}

.pricing-02-tab-link {
  background-color: #fff;
  padding: 4px;
  font-size: 14px;
  line-height: 18px;
}

.pricing-02-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
}

.pricing-02-tabs-content {
  width: 100%;
  margin-top: 64px;
}

.pricing-02-inner-tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.pricing-02-inner-tabs-content {
  flex: 1;
  max-width: 484px;
  margin-right: 40px;
}

.pricing-02-inner-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 676px;
  display: grid;
}

.pricing-02-features-list {
  background-image: url('../images/g1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  height: 100%;
  padding: 35px 32px 40px;
}

.pricing-02-card-list-item {
  justify-content: space-between;
  display: flex;
}

.pricing-02-tab-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-02-inner-tab {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 8px 20px #bebebe40;
}

.pricing-02-inner-tab.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.pricing-02-left {
  align-items: center;
  display: flex;
}

.radio-button {
  border: 4px solid #050b141a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.redio-btn-inner {
  background-color: var(--white);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

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

.social-proof {
  justify-content: center;
  display: flex;
}

.social-proof-container {
  flex: 1;
  max-width: 935px;
  margin-left: 40px;
  margin-right: 40px;
}

.social-proof-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 32px;
  display: grid;
}

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

.career-singel {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.career-single-containerr {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.career-single-content {
  flex: 1;
  max-width: 764px;
  margin-right: 40px;
}

.career-single-btn-wrapper {
  align-items: center;
  display: flex;
}

.laptop-icon,
.share-icon {
  margin-right: 8px;
}

.divider-05 {
  background-color: #050b141a;
  max-width: 586px;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 32px;
}

.career-short-details-box {
  display: flex;
}

.divider-7 {
  background-color: #050b141a;
  width: 1px;
  height: 25px;
  margin-left: 24px;
  margin-right: 24px;
}

.post-time {
  align-items: center;
  display: flex;
}

.career-link-box {
  margin-top: 32px;
  display: flex;
}

.career-rich-text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 28px;
}

.career-info-box {
  border: 1px solid #050b141a;
  border-radius: 16px;
  flex: 1;
  max-width: 376px;
  padding: 32px;
}

.body-05 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.career-info-title-data {
  margin-top: 28px;
}

.career-tag {
  background-color: #050b140d;
  border-radius: 60px;
  margin-bottom: 8px;
  padding: 8px 16px;
  display: inline-block;
}

.or-line {
  border: 1px dashed #050b144d;
  flex: 1;
  width: 100%;
}

.or-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.connectors {
  z-index: -1;
  background-color: #050b1433;
  width: 1px;
  height: 800%;
  position: absolute;
  top: 0;
}

.text-field-01 {
  color: var(--black);
  background-color: #050b140d;
  border: 1px #000;
  border-radius: 8px;
  height: 56px;
  margin-top: 8px;
}

.label-01 {
  color: #050b14cc;
  font-size: 16px;
  line-height: 28px;
}

.contact-popup-form {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 44px;
  display: grid;
}

.popup-form-submit {
  background-color: var(--blue);
  background-image: url('../images/Frame-1.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.popup-form-submit:hover {
  background-color: #67a5f5;
}

.popup-form-block {
  background-color: var(--white);
  border-radius: 16px;
  max-width: 734px;
  padding: 100px;
  position: relative;
}

.popup-form-section {
  z-index: 5;
  background-color: #050b144d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

.multiple-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.name-field {
  background-color: #050b140d;
  border: 1px #000;
  border-radius: 8px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.licenses-wrapper {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.licenses-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.licenses-content-box {
  background-color: #050b1408;
  border-radius: 16px;
  justify-content: space-between;
  margin-top: 72px;
  padding: 100px 60px;
  display: flex;
}

.photography-left {
  flex: 1;
  max-width: 240px;
  margin-right: 40px;
}

.photography-content {
  flex: 1;
  align-items: center;
  max-width: 694px;
  display: flex;
}

.photography-content._01 {
  display: block;
}

.photography-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.link-underline {
  color: var(--black);
  font-weight: 600;
}

.changelog-container {
  flex: 1;
  max-width: 734px;
  margin-left: 40px;
  margin-right: 40px;
}

.changelog-card {
  background-color: #050b1408;
  border-radius: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.changelog-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.changelog-wrapper {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.pricing-03 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.pricing-03-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.pricing-03-tab-menu {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}

.pricing-03-tab-link {
  color: var(--black);
  text-align: justify;
  background-color: #050b140d;
  border-radius: 8px;
  margin-right: 12px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 28px;
}

.pricing-03-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.pricing-03-tabs {
  margin-top: 24px;
}

.pricing-03-tabs-content {
  margin-top: 64px;
}

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

.pricing-03-card {
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 50px #8e8e9033;
}

.pricing-03-card.active {
  background-color: var(--blue);
  color: var(--white);
}

.pricing-03-card-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-03-card-icon._01 {
  filter: invert();
}

.pricing-03-card-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.pricing-btn-03 {
  border: 1px solid #ececec;
  border-radius: 100px;
  margin-top: 40px;
}

.faq {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
}

.faq-container {
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.faq-left {
  flex: 1;
  max-width: 428px;
  margin-right: 40px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.faq-content-logo {
  margin-top: 140px;
}

.faq-list {
  flex: 1;
  max-width: 695px;
}

.faq-item {
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px #bebebe40;
}

.faq-header {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.faq-body {
  padding-left: 44px;
  overflow: hidden;
}

.faq-hr {
  background-color: var(--black);
  width: 14px;
  height: 2px;
}

.faq-vr {
  z-index: 4;
  background-color: var(--black);
  width: 1px;
  height: 14px;
  position: absolute;
}

.footer-logo {
  width: 250px;
}

.blank-page {
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0%;
}

.cross-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.sub-heading-03-semi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.compare-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.compare-row-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.features-value {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-value.gray {
  background-color: #050b1408;
}

.features-value.gray.radius {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.features-value.gray.header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.features-value.header {
  align-items: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.features-value-pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}

.features-value-pricing.header {
  align-items: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}


.features-value-pricing.gray {
  background-color: #050b1408;
}

.features-value-pricing.gray.radius {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.features-value-pricing.gray.header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.pricing-features-title-box {
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.info-icon {
  margin-left: 8px;
}

.compare {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.compare-pricing {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 0;
  display: flex;
}

.compare-pricing1 {
  justify-content: center;
  padding-top: 1px;
  padding-bottom: 100px;
  display: flex;
}

.compare-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.compare-type-title-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.compare-type-title-box-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* border-bottom: 1px solid #e5e5e5; */
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.compare-type-title-wrapper {
  display: flex;
  padding-top: 5px;
  padding-bottom: 16px;
}

.compare-type-title-wrapper-pricing {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.compare-type-title-wrapper.pt-40 {
  padding-top: 40px;
}

.compare-type-title-wrapper-pricing.pt-40 {
  padding-top: 0px;
}

.check-icon-02 {
  width: 24px;
  height: 24px;
}

.check-icon-02-cross {
  width: 20px;
  height: 20px;
}

.integration-logos-slide {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  max-width: 444px;
  height: 100%;
  max-height: 570px;
  display: grid;
}

.logos-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 130px;
  display: grid;
}

.slide-img {
  width: 100%;
  height: 138px;
  margin-bottom: 25px;
  box-shadow: 0 22px 65px #989da624;
}

.header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.page-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #222b271a;
  border-radius: 12px;
  max-width: 360px;
  padding: 32px 24px 24px;
  text-decoration: none;
  transition: all .2s;
}

.page-link:hover {
  background-color: #e8e8e8;
}

.features-card-inner-image {
  flex: 1;
  width: 100%;
  margin-bottom: -15px;
}

.features-card-learge-02 {
  border-radius: 16px;
  padding: 32px;
  box-shadow: -6px 6px 24px #8e8e8e12;
}

.features-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.features-card-learge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 40px;
  display: grid;
  box-shadow: -6px 6px 24px #8e8e8e12;
}

.features-card-learge.gradient-02 {
  background-image: linear-gradient(#c6d3fb80, #f8f3ff);
}

.templete-features {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

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

.features-card-inner-wrapper {
  flex: 1;
}

.templete-features-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.features-inner-img-02 {
  margin-bottom: 50px;
}

.email-link-2 {
  color: #285fe8;
  text-decoration: none;
}

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

.features-card-2 {
  border-radius: 16px;
  padding: 32px;
  box-shadow: -6px 6px 24px #8e8e8e12;
}

.features-card-2.gradient-01 {
  background-image: url('../images/Group-1000015823.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-05 {
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.preview-page-btn {
  color: #141414;
  background-color: #f8fafb;
  border-radius: 67px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.preview-page-btn:hover {
  background-color: #d3d3d3;
}

.showcase-img-box {
  margin-top: 83px;
}

.showcase-hero {
  justify-content: center;
  padding-top: 80px;
  display: flex;
}

.buy-templete {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -.36px;
  border-radius: 67px;
  max-width: 246px;
  margin-right: 16px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.buy-templete:hover {
  background-color: #67a7fc;
}

.showcase-btn {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.showcase-hero-container {
  flex: 1;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-name {
  text-align: center;
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.all-pages {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.page-section {
  margin-top: 160px;
}

.page-img {
  width: 100%;
}

.page-nama {
  color: #252525;
  border-radius: 16px;
  margin-top: 22px;
}

.page-preview-card {
  color: #fff;
  text-decoration: none;
}

.page-image-box {
  background-color: #f1f1f1;
  border-radius: 16px;
  max-height: 480px;
  overflow: hidden;
  box-shadow: 0 7px 28px #8e8e8e1f;
}

.page-image-box._02 {
  max-height: 225px;
}

.all-pages-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
}

.link-wrapper {
  display: flex;
}

.cart-button {
  background-color: #3898ec00;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.cart-button:hover {
  opacity: .7;
}

.icon {
  color: #0f0f14;
  width: 20px;
  height: 20px;
}

.cart-quantity {
  display: none;
}

.submit-button {
  background-color: #285fe8;
  border-radius: 8px;
  margin-left: -10px;
  padding: 16px 32px;
}

.nav-left {
  align-items: center;
  display: flex;
}

.heading-05-checkout-titile {
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.text-block {
  margin-right: 5px;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-list {
  background-color: #fff0;
  padding-top: 0;
  position: absolute;
}

.nav-dropdown-list.w--open {
  z-index: 5;
  background-color: #fff0;
}

.horizontal-dropdown-fixed-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 200px;
  overflow: hidden;
  box-shadow: 0 4px 24px #00000014;
}

.horizontal-dropdown-fixed-width._02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  display: grid;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 16px;
}

.nav-link-2 {
  color: #202124;
  width: 100%;
  padding: 20px 0px 10px 12px;
  text-decoration: none;
}

.nav-link-2:hover {
  background-color: #ffffff;
}

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

.nav-menu-wrapper-2 {
  background-color: #07070700;
  margin-left: 96px;
  display: flex;
  position: static;
}

.sub-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.sub-heading-6.navlink {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.navbar-button-box {
  display: none;
}

.image {
  max-width: 150%;
}

.text-block-4.link-text {
  font-size: 16px;
}

.logos-container-3 {
  flex: 1;
  max-width: 1200px;
  margin-top: -500px;
  margin-left: 40px;
  margin-right: 40px;
}

.bold-text-2 {
  font-weight: 800;
}



.rounded-pricing-border {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  /* Top corners rounded */
}

.rounded-pricing-border1 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
  /* Top corners rounded */
}

.rounded-pricing-border2 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  /* Top corners rounded */
}

.bottom-line {
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Adjust this value to move the border lower */
  left: 0%;
  /* Adjust the left margin as needed */
  right: 10%;
  /* Adjust the right margin as needed */
  border-bottom: 1px solid #e5e5e5;
}

.bottom-line1 {
  position: relative;
}

.bottom-line1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Adjust this value to move the border lower */
  left: 10%;
  /* Adjust the left margin as needed */
  right: 10%;
  /* Adjust the right margin as needed */
  border-bottom: 1px solid #e5e5e5;
}

.bottom-line2 {
  position: relative;
}

.bottom-line2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Adjust this value to move the border lower */
  left: 0%;
  /* Adjust the left margin as needed */
  right: 10%;
  /* Adjust the right margin as needed */
  border-bottom: 1px solid #e5e5e5;
}

.bottom-line3 {
  position: relative;
}

.bottom-line3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Adjust this value to move the border lower */
  left: 10%;
  /* Adjust the left margin as needed */
  right: 10%;
  /* Adjust the right margin as needed */
  border-bottom: 1px solid #e5e5e5;
}

.text-gray {
  --bs-text-opacity: 1;
  color: var(--white);
}

.monthFree {
  font-style: italic;
  top: 240px;
  right: 585px;
  z-index: 9;
}

.proPack {
  font-style: italic;
  top: 73px;
  right: 153px;
  z-index: 9;
}

.mobileView {
  display: none;
}

.desktopView {
  display: flex;
}

@media screen and (min-width: 1280px) {

  .body-01,
  .sub-heading-05 {
    font-weight: 400;
  }

  .primary-btn {
    transition: all .2s;
  }

  .primary-btn1 {
    transition: all .2s;
  }

  .footer-form-field {
    color: var(--black);
  }

  .footer-social-link {
    border-radius: 50%;
  }

  .footer-social-link:hover {
    background-color: #e7e7e7;
  }

  .primary-btn-02:hover {
    background-color: #529dff;
  }

  .sub-heading-05-regular,
  .body-01-bold,
  .sub-heading-05-medium,
  .sub-heading-05-semibold,
  .body-01-semibold,
  .body-01-medium {
    font-weight: 400;
  }

  .career-link {
    color: #161616;
    text-decoration: none;
    display: block;
  }

  .user-input-field {
    color: var(--black);
  }

  .arrow-icon {
    margin-top: 4px;
  }

  .compare-type-title-box.top {
    border-bottom-style: none;
  }

  .compare-type-title-box-pricing.top {
    border-bottom-style: none;
  }

  .heading-05-checkout-titile {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block {
    overflow: visible;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-4.link-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }
}

/* @media screen and (max-width: 1366px) {
  .monthFree {
    font-style: italic;
    top: 270px;
    right: 439px;
    z-index: 9;
  }
}

@media screen and (max-width: 1180px) {
  .monthFree {
    font-style: italic;
    top: 273px;
    right: 326px;
    z-index: 9;
  }
} */
/* 
@media screen and (max-width: 1024px) {
  .monthFree {
    font-style: italic;
    top: 273px;
    right: 451px;
    z-index: 9;
  }
}

@media screen and (max-width: 1200px) {
  .monthFree {
    font-style: italic;
    top: 242px;
    right: 548px;
    z-index: 9;
  }
}

@media screen and (max-width: 834px) {
  .monthFree {
    font-style: italic;
    top: 273px;
    right: 346px;
    z-index: 9;
  }
}

@media screen and (max-width: 800px) {
  .monthFree {
    font-style: italic;
    top: 273px;
    right: 324px;
    z-index: 9;
  }
}

@media screen and (max-width: 768px) {
  .monthFree {
    font-style: italic;
    top: 289px;
    right: 310px;
    z-index: 9;
  }
}

@media screen and (max-width: 1080px) {
  .monthFree {
    font-style: italic;
    top: 242px;
    right: 481px;
    z-index: 9;
  }
} */

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-container {
    max-width: 728px;
  }

  .nav-buttons-wrapper {
    display: none;
  }

  .heading-02 {
    font-size: 52px;
    line-height: 62px;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .heading-03 {
    font-size: 48px;
    line-height: 56px;
  }

  .typography-list {
    margin-top: 40px;
  }

  .color {
    flex-direction: column;
  }

  .heading-01 {
    font-size: 60px;
    line-height: 68px;
  }

  .typography {
    flex-direction: column;
  }

  .list {
    margin-right: 20px;
  }

  .list-box,
  .block-qoute-box,
  .btn-container {
    margin-top: 40px;
  }

  .list-02 {
    margin-right: 0;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero {
    padding-bottom: 500px;
  }

  .home-hero-img {
    margin-bottom: 60px;
  }

  .logos-container {
    margin-top: -400px;
  }

  .content-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-inner-01-grid {
    grid-template-columns: 1fr;
  }

  .content-innerr-01-card {
    margin-bottom: 155px;
  }

  .content-innerr-02 {
    margin-top: 0;
  }

  .content-inner-02-box {
    flex-direction: column;
    align-items: flex-start;
    display: unset;
  }

  .content-inner-02-img {
    max-width: 100%;
    margin-right: 0;
  }

  .content-inner-text-box {
    margin-top: 40px;
  }

  .content-inner-03-img {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .testimonials-inner {
    flex-direction: column;
  }

  .state {
    margin-right: 0;
  }

  .testimonials-card {
    margin-top: 40px;
  }

  .btn-box-03 {
    margin-top: 20px;
  }

  .features-box-01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-01-img {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .features-01-grid {
    grid-template-columns: 1fr;
  }

  .home-02-hero {
    padding-bottom: 500px;
  }

  .home-02-img {
    margin-top: -414px;
  }

  .content-02-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-02-left {
    margin-right: 0;
  }

  .content-02-card-img {
    max-width: 100%;
    margin-top: 40px;
  }

  .testimonials-02-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-03-inner {
    background-image: url('../images/Frame-1000011091.svg');
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
  }

  .blogs-01-list {
    grid-template-columns: 1fr 1fr;
  }

  .author-info {
    margin-top: 10px;
  }

  .home-03-container {
    flex-direction: column;
  }

  .home-03-text {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .content-04-card-01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-04-card-01-img {
    max-width: 100%;
    margin-top: 40px;
  }

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

  .content-04-card-02-img {
    margin-top: 40px;
  }

  .integration-02-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-02-card {
    max-width: none;
  }

  .testimonials-03-content {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .integration-03-grid {
    grid-template-columns: 1fr;
  }

  .blog-02-card {
    flex-direction: column;
    padding: 40px;
  }

  .blog-02-body {
    max-width: none;
    margin-right: 0;
  }

  .blog-02-card-img-box {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .blogs-03-list {
    grid-template-columns: 1fr;
  }

  .blog-03-card {
    justify-content: flex-start;
  }

  .state-03-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-01-inner {
    flex-direction: column;
  }

  .service-01-img {
    width: 100%;
    max-width: none;
    max-height: 500px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .achieve-img {
    width: 30%;
    display: block;
    top: -19%;
  }

  .contact-01-form-container {
    flex-direction: column;
  }

  .contact-01-content {
    max-width: none;
    margin-right: 0;
  }

  .form-submit {
    background-position: 65%;
  }

  .form-submit._02 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-form-02 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-03-container {
    flex-direction: column;
  }

  .contact-03-content {
    max-width: none;
    margin-right: 0;
  }

  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .career-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-hero-content {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .content-05-container {
    flex-direction: column;
  }

  .content-05-img {
    margin-right: 0;
  }

  .content-05-text-box {
    margin-top: 40px;
  }

  .features-02-grid,
  .careers-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-04-card {
    flex-direction: column;
    padding: 40px;
  }

  .blog-04-body {
    max-width: none;
    min-height: auto;
    margin-right: 0;
  }

  .blog-04-card-img-box {
    width: 100%;
    max-width: none;
    max-height: 400px;
    margin-top: 40px;
  }

  .ream-more-btn {
    margin-top: 40px;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .newsletter-title-box {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .blog-05-body {
    width: 90%;
    max-width: none;
    min-height: auto;
    margin-top: -82px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .blog-05-card {
    flex-direction: column;
  }

  .blog-05-card-img-box {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .blogs-04-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blogs-04-list._1 {
    grid-template-columns: 1fr;
  }

  .blog-06-card {
    flex-direction: column;
    width: 100%;
  }

  .blog-06-card-img-box {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .blog-06-body {
    max-width: none;
    margin-top: 40px;
  }

  .profile-box-02 {
    align-items: flex-start;
  }

  .blog-07-card {
    flex-direction: column;
    width: 100%;
  }

  .blog-07-card-img-box {
    max-width: none;
    margin-right: 0;
  }

  .blog-07-body {
    width: 100%;
    margin-top: 40px;
  }

  .blogs-05-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-08-card {
    flex-direction: column;
    width: 100%;
  }

  .blog-08-card-img-box {
    width: 100%;
    margin-right: 0;
  }

  .blog-08-body {
    max-width: none;
    margin-top: 40px;
  }

  .blog-single-img {
    height: 400px;
  }

  .integration-01-type-box {
    background-image: url('../images/Group-1000016341.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .integration-01-grid,
  .integration-02-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-02-type-box {
    background-image: url('../images/Group-1000016341.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .integration-03-hero-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-03-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .integration-tab-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-body {
    margin-top: 20px;
  }

  .integration-tabs {
    flex-direction: column;
    margin-top: 20px;
  }

  .integration-tab-menu {
    flex-flow: wrap;
    max-width: none;
    margin-right: 0;
  }

  .integration-tab-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .integration-03-type-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .integration-tab-link {
    margin-bottom: 0;
  }

  .user-submit {
    background-position: 61%;
  }

  .review-container {
    flex-direction: column;
  }

  .review-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .review-card-container {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-06-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content-06-card-img {
    height: auto;
  }

  .content-inner-07-box {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .pricing-01-tab-menu {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }

  .integration-hero-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-icon-box {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .integration-card-body {
    max-width: 400px;
  }

  .pricing-02-inner-tabs {
    flex-direction: column;
    align-items: center;
  }

  .pricing-02-inner-tabs-content {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .pricing-02-inner-tabs-menu {
    width: 100%;
    max-width: none;
  }

  .career-single-containerr {
    flex-direction: column;
  }

  .career-single-content {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .licenses-content-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .photography-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .pricing-03-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-left {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .faq-content-logo {
    margin-top: 40px;
  }

  .features-value.header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-value-pricing.header {
    padding-left: 10px;
    padding-right: 10px;
  }


  .slide-img {
    box-shadow: 0 5px 30px #989da624;
  }

  .features-grid-wrapper,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    width: auto;
    display: block;
  }

  .nav-dropdown-list {
    padding-top: 10px;
    position: static;
  }

  .nav-dropdown-list.w--open,
  .dropdown-toggle {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    margin-left: 0;
    position: static;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
  }

  .navbar-button-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .integration-logos-slide-wrapper {
    overflow: hidden;
  }

  .logos-container-3 {
    margin-top: -400px;
  }

  .content-inner-02-box-bank {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }

  h6 {
    font-size: 28px;
    line-height: 36px;
  }

  blockquote {
    background-position: 25px;
    background-size: auto 80%;
    padding: 20px 30px 20px 60px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .style-guide-hero {
    padding: 60px 20px;
  }

  .heading-02 {
    font-size: 50px;
    line-height: 54px;
  }

  .body-03 {
    font-size: 14px;
    line-height: 20px;
  }

  .sub-heading-03 {
    font-size: 20px;
    line-height: 24px;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sub-heading-01 {
    font-size: 28px;
    line-height: 34px;
  }

  .body-01 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-03 {
    font-size: 48px;
    line-height: 52px;
  }

  .color-box {
    width: auto;
  }

  .sub-heading-05 {
    font-size: 16px;
    line-height: 24px;
  }

  .colors-headers {
    padding-bottom: 100px;
  }

  .sub-heading-04 {
    font-size: 18px;
    line-height: 24px;
  }

  .color {
    padding: 60px 40px;
  }

  .sub-heading-02 {
    font-size: 24px;
    line-height: 24px;
  }

  .body-02 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-01 {
    font-size: 54px;
    line-height: 60px;
  }

  .body-03-semibold {
    font-size: 14px;
    line-height: 20px;
  }

  .typography {
    padding: 60px 40px;
  }

  .list-box {
    flex-direction: column;
  }

  .block-qoute-box {
    padding: 20px 40px;
  }

  .btn-box.mr-12 {
    margin-bottom: 10px;
  }

  .btn-box.mr-12._1 {
    margin-bottom: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-bottom-02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .home-hero {
    padding-bottom: 325px;
  }

  .home-hero-img {
    margin-bottom: 40px;
  }

  .logos-container {
    margin-top: -250px;
  }

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

  .sub-heading-05-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .content-01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-inner-01-grid {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 40px;
  }

  .content-innerr-01-card {
    margin-bottom: 120px;
  }

  .state {
    padding-left: 40px;
  }

  .testimonials-card {
    padding: 30px;
  }

  .body-01-bold {
    font-size: 18px;
    line-height: 24px;
  }

  .features-01 {
    padding-top: 100px;
  }

  .integration {
    padding-top: 120px;
  }

  .features-box-01-short {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-02-hero {
    padding-bottom: 390px;
  }

  .home-02-img {
    margin-top: -310px;
  }

  .content-02,
  .testimonials-02 {
    padding-top: 120px;
  }

  .testimonials-02-grid {
    grid-template-columns: 1fr;
  }

  .content-03 {
    padding-top: 120px;
  }

  .content-03-inner {
    margin-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-03-inner-text {
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blogs-01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blogs-01-list {
    grid-template-columns: 1fr;
  }

  .body-03-medium {
    font-size: 14px;
    line-height: 20px;
  }

  .body-02-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-heading-05-medium {
    font-size: 16px;
    line-height: 24px;
  }

  .content-04-card-01 {
    margin-top: 40px;
  }

  .integration-02 {
    padding-bottom: 120px;
  }

  .integration-02-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .testimonials-03-container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .integration-03 {
    padding-top: 120px;
  }

  .blogs-02 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-02-card-img-box {
    flex: none;
    height: 300px;
  }

  .blog-03-card {
    flex-direction: column;
  }

  .blog-03-card-img-box {
    flex: none;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-hero {
    padding-top: 80px;
  }

  .state-03 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .state-03-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .sub-heading-05-semibold {
    font-size: 16px;
    line-height: 24px;
  }

  .location-01,
  .team {
    padding-top: 120px;
  }

  .team-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .achieve-img {
    width: 37%;
  }

  .team-item-left {
    margin-bottom: 20px;
  }

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

  .contact-01-form-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-submit {
    background-position: 73%;
  }

  .contact-form {
    padding: 50px 40px;
  }

  .account-type {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-form-02 {
    padding: 50px;
  }

  .contact-03-hero {
    padding-bottom: 120px;
  }

  .body-02-medium-italic {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-info {
    padding-bottom: 120px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .body-01-semibold {
    font-size: 18px;
    line-height: 24px;
  }

  .content-05 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .body-01-medium {
    font-size: 18px;
    line-height: 24px;
  }

  .features-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .careers-container {
    background-size: contain;
  }

  .careers-collection {
    margin-top: 60px;
  }

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

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

  .body-02-semibold {
    font-size: 16px;
    line-height: 20px;
  }

  .career-inner-box {
    flex-direction: column;
  }

  .career-location {
    margin-top: 20px;
  }

  .blog-01-hero {
    padding-bottom: 100px;
  }

  .blog-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-04-card {
    padding: 30px;
  }

  .ream-more-btn {
    margin-top: 20px;
  }

  .newsletter-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-title-box {
    margin-bottom: 20px;
  }

  .related-blogs {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-02-container {
    overflow: hidden;
  }

  .blog-05-body {
    width: auto;
    margin-top: 0;
    padding: 40px;
  }

  .blog-05-card {
    flex-direction: column;
  }

  .blog-05-card-img-box {
    min-height: auto;
  }

  .left-arrow,
  .right-arrow {
    display: none;
  }

  .blogs-04-list {
    grid-template-columns: 1fr;
  }

  .blog-06-card-img-box {
    height: 280px;
  }

  .blog-03-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-tab-menu {
    justify-content: flex-start;
  }

  .blog-tab-link {
    margin-top: 10px;
  }

  .blog-tab-content {
    margin-top: 40px;
  }

  .divider-03 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blogs-05-list {
    grid-template-columns: 1fr;
  }

  .blog-08-card-img-box {
    flex: none;
    height: 280px;
  }

  .blog-08-body {
    width: 100%;
  }

  .blog-single {
    padding-bottom: 120px;
  }

  .blog-single-img {
    height: 300px;
  }

  .blog-single-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single-body {
    margin-top: 40px;
  }

  .body-04 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-share-box {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .blog-share-link {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .share-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .integration-01-hero {
    padding-bottom: 120px;
  }

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

  .integration-01-card-icon-box {
    width: 50px;
    height: 50px;
  }

  .integration-02-hero {
    padding-bottom: 120px;
  }

  .integration-02-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-03-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .integration-tab-wrapper {
    padding-bottom: 120px;
  }

  .integration-tab-outer {
    margin-top: 40px;
  }

  .integration-03-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .auth-section {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .user-submit {
    background-position: 64%;
  }

  .review-hero {
    padding-bottom: 120px;
  }

  .qoute-icon {
    width: 50px;
    height: 50px;
  }

  .review-card-wrapper {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .review-card {
    padding: 30px;
  }

  .features-hero {
    padding-bottom: 120px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-card {
    padding: 32px;
  }

  .features-card-icon {
    width: 50px;
    height: 50px;
  }

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

  .content-07 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pricing-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .integration-hero {
    padding-bottom: 120px;
  }

  .integration-tab-link-02 {
    margin-top: 10px;
  }

  .integration-tab-menu-02 {
    justify-content: flex-start;
  }

  .pricing-02-hero {
    padding-bottom: 120px;
  }

  .pricing-02-inner-tab {
    padding: 20px;
  }

  .social-proof {
    padding-bottom: 80px;
  }

  .social-proof-card {
    width: 100%;
  }

  .social-proof-grid {
    grid-template-columns: auto auto;
    justify-items: center;
  }

  .career-singel {
    padding-bottom: 120px;
  }

  .career-single-containerr {
    overflow: hidden;
  }

  .career-single-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .career-link-box {
    overflow-wrap: anywhere;
    flex-direction: column;
    align-items: flex-start;
  }

  .body-05 {
    font-size: 14px;
    line-height: 20px;
  }

  .arrow-icon._01 {
    display: none;
  }

  .contact-popup-form {
    grid-template-columns: 1fr;
  }

  .popup-form-block {
    padding: 60px;
  }

  .licenses-wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .licenses-content-box {
    margin-top: 40px;
    padding: 40px;
  }

  .photography-left {
    margin-bottom: 30px;
  }

  .photography-grid {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-wrapper {
    padding-bottom: 120px;
  }

  .pricing-03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-03-grid {
    grid-template-columns: 1fr;
  }

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

  .sub-heading-03-semi-bold {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-heading-03-semi-bold-pricing {
    font-size: 18px;
    line-height: 28px;
  }

  .compare-row {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
  }

  .compare-row-pricing {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  .features-value {
    align-items: flex-start;
  }

  .features-value.gray {
    background-color: #fff0;
  }

  .features-value.header {
    padding-left: 0;
    padding-right: 0;
  }


  .features-value-pricing {
    align-items: flex-start;
  }

  .features-value-pricing.header {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .getCenter {
    align-items: center;
    justify-items: center;
  }

  .features-value-pricing.gray {
    background-color: #fff0;
  }

  .compare {
    padding-top: 120px;
  }

  .compare-container {
    overflow: hidden;
  }

  .compare-type-title-box {
    grid-template-columns: 1fr 1fr 1fr;
  }


  .compare-type-title-box-pricing {
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #e5e5e5;
  }

  .compare-type-title-wrapper {
    text-align: center;
  }

  .compare-type-title-wrapper-pricing {
    text-align: center;
  }

  .compare-type-title-wrapper-pricing.pt-40 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .logos-row {
    width: auto;
  }

  .slide-img {
    box-shadow: none;
    height: auto;
  }

  /* .header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: grid;
  } */

  .features-card-learge {
    grid-template-columns: 1fr;
  }

  .templete-features {
    padding-top: 120px;
  }

  .features-grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-05 {
    font-size: 30px;
    line-height: 38px;
  }

  .preview-page-btn,
  .buy-templete {
    padding: 12px 24px;
  }

  .all-pages {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-05-checkout-titile {
    font-size: 30px;
    line-height: 38px;
  }

  .horizontal-dropdown-fixed-width {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-container-3 {
    margin-top: -250px;
  }

  .rounded-pricing-border {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    /* Top corners rounded */
  }

  .rounded-pricing-border1 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    /* Top corners rounded */
  }

  .rounded-pricing-border2 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px 0px 5px 5px;
    /* Top corners rounded */
  }

  .bottom-line {
    position: relative;
  }

  .bottom-line::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Adjust this value to move the border lower */
    left: 0%;
    /* Adjust the left margin as needed */
    right: 10%;
    /* Adjust the right margin as needed */
    border-bottom: 0px solid #e5e5e5;
  }

  .bottom-line1 {
    position: relative;
  }

  .bottom-line1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Adjust this value to move the border lower */
    left: 10%;
    /* Adjust the left margin as needed */
    right: 10%;
    /* Adjust the right margin as needed */
    border-bottom: 0px solid #e5e5e5;
  }

  .bottom-line2 {
    position: relative;
  }

  .bottom-line2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Adjust this value to move the border lower */
    left: 0%;
    /* Adjust the left margin as needed */
    right: 10%;
    /* Adjust the right margin as needed */
    border-bottom: 0px solid #e5e5e5;
  }

  .bottom-line3 {
    position: relative;
  }

  .bottom-line3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Adjust this value to move the border lower */
    left: 10%;
    /* Adjust the left margin as needed */
    right: 10%;
    /* Adjust the right margin as needed */
    border-bottom: 0px solid #e5e5e5;
  }

  .text-gray {
    --bs-text-opacity: 1;
    color: var(--black);
  }

  .mobileView {
    display: block;
  }

  .desktopView {
    display: none;
  }
}

@media screen and (max-width: 479px) {

  blockquote {
    background-position: 16px;
    background-size: auto;
    padding-left: 40px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-container {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-02 {
    font-size: 40px;
    line-height: 45px;
  }

  .body-03 {
    flex: none;
  }

  .sub-heading-03 {
    margin-bottom: 0;
  }

  .color-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .body-01 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-03 {
    font-size: 36px;
    line-height: 42px;
  }

  .color-box {
    width: 160px;
  }

  .sub-heading-05 {
    font-size: 16px;
    line-height: 24px;
  }

  .colors-headers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-heading-04 {
    margin-bottom: 0;
  }

  .color {
    padding: 40px 20px;
  }

  .sub-heading-02 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-01 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-01.text-center.mt-8 {
    font-size: 50px;
  }

  .colors-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-03-semibold {
    flex: none;
  }

  .typography {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .primary-btn._02 {
    text-align: center;
    margin-top: 10px;
  }

  .btn-box.mr-12 {
    margin-bottom: 10px;
  }

  .cta-container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-bottom-02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-hero {
    padding-bottom: 200px;
  }

  .home-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-container {
    margin-top: -156px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sub-heading-05-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .content-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-inner-01-grid {
    padding-bottom: 20px;
  }

  .content-innerr-01-card {
    margin-bottom: 80px;
  }

  .content-inner-02-box {
    margin-top: 40px;
  }

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

  .testimonials-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-inner {
    margin-top: 40px;
  }

  .state {
    padding: 24px;
  }

  .testimonials-card {
    padding: 20px;
  }

  .profile-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-info {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .body-01-bold {
    font-size: 16px;
    line-height: 24px;
  }

  .features-01 {
    padding-top: 90px;
  }

  .features-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-box-01 {
    padding-left: 20px;
  }

  .features-icon {
    width: 40px;
    height: 40px;
  }

  .features-01-card {
    padding: 20px;
  }

  .integration {
    padding-top: 90px;
  }

  .features-box-01-short {
    padding: 20px;
  }

  .logos-inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-02-hero {
    padding-bottom: 189px;
  }

  .home-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-02-img {
    margin-top: -161px;
  }

  .logos-container-02 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-02 {
    padding-top: 90px;
  }

  .content-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-02-left {
    align-items: flex-start;
  }

  .number-box {
    margin-right: 10px;
  }

  .content-02-card-text {
    margin-top: 20px;
  }

  .testimonials-02 {
    padding-top: 90px;
  }

  .testimonials-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-03 {
    padding-top: 90px;
  }

  .content-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-03-inner {
    margin-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-03-inner-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blogs-01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blogs-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-01-card-img-box {
    height: 240px;
  }

  .blog-01-body {
    padding: 20px;
  }

  .body-03-medium {
    flex: none;
  }

  .post-date-time {
    flex-direction: column;
    align-items: flex-start;
  }

  .dot {
    display: none;
  }

  .comingSoon {
    display: none;
  }

  .author-info {
    margin-top: 10px;
  }

  .trustpilot-icon {
    margin-top: 20px;
    margin-left: 0;
  }

  .home-03-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .home-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-03-short-details {
    margin-top: 30px;
  }

  .sub-heading-05-medium {
    font-size: 16px;
    line-height: 24px;
  }

  .content-04 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .content-04-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-04-card-01,
  .content-04-card-02 {
    padding: 20px;
  }

  .integration-02 {
    padding-bottom: 100px;
  }

  .integration-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-02-grid {
    margin-top: 40px;
  }

  .testimonials-03-container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px 80px;
  }

  .state-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .state-card-02 {
    margin-bottom: 10px;
  }

  .lightbox-01 {
    overflow: visible;
  }

  .lightbox-play-icon-box {
    text-align: center;
    flex-flow: column;
    align-items: center;
    top: auto;
    bottom: -35px;
  }

  .play-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .integration-03 {
    padding-top: 90px;
  }

  .integration-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-03-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blogs-02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blogs-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-02-card {
    padding: 20px;
  }

  .blog-02-card-img-box {
    height: 250px;
  }

  .blog-03-card {
    padding: 20px;
  }

  .blogs-03-collection {
    margin-top: 20px;
  }

  .about-hero {
    padding-top: 60px;
  }

  .about-hero-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .state-03 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .state-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .state-03-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sub-heading-05-semibold {
    font-size: 16px;
    line-height: 24px;
  }

  .location-01 {
    padding-top: 90px;
  }

  .location-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team {
    padding-top: 90px;
  }

  .team-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-item {
    padding: 20px;
  }

  .achieve-img {
    width: 51%;
    top: 6%;
    right: 3%;
  }

  .team-titile {
    margin-top: 10px;
    margin-left: 0;
  }

  .team-item-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-01-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .account-card {
    padding: 37px 20px;
  }

  .contact-01-form-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-01-form-container {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .contact-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-submit {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .input-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .account-type {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .account-type-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-form-02 {
    padding: 30px;
  }

  .contact-03-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-info {
    padding-bottom: 90px;
  }

  .contact-info-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-01-semibold {
    font-size: 16px;
    line-height: 24px;
  }

  .career-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .career-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-05 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .content-05-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-01-medium {
    font-size: 16px;
    line-height: 24px;
  }

  .features-02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .features-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .careers {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .careers-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .careers-collection {
    margin-top: 40px;
  }

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

  .blog-01-hero {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .blog-04-card {
    padding: 20px;
  }

  .newsletter-container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .related-blogs {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .related-blogs-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-02-hero {
    padding-top: 70px;
  }

  .blog-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-05-body {
    padding: 20px;
  }

  .blogs-04-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-06-card-img-box {
    height: 240px;
  }

  .profile-box-02 {
    flex-direction: column;
  }

  .blog-03-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-07-card-img-box {
    flex: none;
    max-height: 250px;
  }

  .divider-03 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-08-card-img-box {
    flex: none;
    height: 240px;
  }

  .author-info-02 {
    margin-top: 10px;
  }

  .blog-single {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-single-container {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .blog-single-img {
    height: 240px;
  }

  .body-04 {
    flex: none;
  }

  .integration-01-hero {
    padding-bottom: 90px;
  }

  .integration-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-01-card-icon-box {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .integration-02-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .integration-02-hero-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-02-type-grid {
    grid-template-columns: 1fr;
  }

  .integration-03-hero {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .integration-03-hero-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-tab-wrapper {
    padding-bottom: 90px;
  }

  .integration-tab-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .integration-03-type-grid {
    grid-template-columns: 1fr;
  }

  .auth-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .login-hero-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-submit {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 20px;
  }

  .review-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .review-container {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .review-card-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .review-card-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .review-card {
    padding: 20px;
  }

  .review-profile-box {
    flex-direction: column;
    align-items: center;
  }

  .features-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .features-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-card {
    padding: 24px;
  }

  .content-06-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-07 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-07-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-01-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-01-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .integration-hero-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-02-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pricing-02-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-02-tab-menu {
    display: flex;
  }

  .pricing-02-tab-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-02-left {
    margin-bottom: 10px;
  }

  .social-proof-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .social-proof-grid {
    grid-template-columns: auto;
    justify-content: center;
  }

  .career-singel {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .career-single-containerr {
    margin-left: 20px;
    margin-right: 20px;
  }

  .career-short-details-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .divider-7 {
    display: none;
  }

  .post-time {
    margin-top: 20px;
  }

  .body-05 {
    flex: none;
  }

  .popup-form-submit {
    background-position: 64%;
  }

  .popup-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .multiple-field {
    grid-template-columns: 1fr;
  }

  .licenses-wrapper {
    padding-bottom: 90px;
  }

  .licenses-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .licenses-content-box {
    padding: 40px 20px;
  }

  .photography-left {
    margin-bottom: 20px;
  }

  .changelog-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .changelog-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pricing-03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-03-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .faq-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sub-heading-03-semi-bold {
    line-height: 26px;
  }

  .compare-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .compare-row-pricing {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-value.header {
    justify-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-value-pricing.header {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .compare {
    padding-top: 90px;
  }

  .compare-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .compare-type-title-box {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .compare-type-title-box-pricing {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .integration-logos-slide {
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 350px;
  }

  .page-link {
    padding: 20px;
  }

  .features-grid-wrapper {
    margin-top: 40px;
  }

  .templete-features {
    padding-top: 100px;
  }

  .templete-features-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .showcase-img-box {
    margin-top: 60px;
  }

  .showcase-hero {
    padding-top: 60px;
  }

  .buy-templete {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .showcase-btn {
    flex-direction: column;
    align-items: center;
  }

  .showcase-hero-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .page-name {
    font-size: 20px;
    line-height: 25px;
  }

  .all-pages {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .all-pages-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .horizontal-dropdown-fixed-width._02 {
    grid-template-columns: 1fr;
  }

  .nav-menu-wrapper-2 {
    padding-bottom: 32px;
  }

  .navbar-button-box {
    justify-content: center;
  }

  .logos-container-3 {
    margin-top: -156px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mobileView {
    display: block;
  }

  .desktopView {
    display: none;
  }
}

#w-node-_719cc844-44cb-c1d9-33c8-841b7b7c32aa-519ccdbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_719cc844-44cb-c1d9-33c8-841b7b7c32ab-519ccdbc {
  align-self: center;
}

#w-node-_719cc844-44cb-c1d9-33c8-841b7b7c32b1-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70750-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70756-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7075c-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70766-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7076c-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70772-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7077c-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70782-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70788-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7078e-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70794-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7079a-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707a4-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707aa-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707b0-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707b6-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707bc-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707c2-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707c8-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707ce-519ccdbc,
#w-node-_6ed002a8-6a2b-7551-a4bf-43ed109cff33-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707d8-519ccdbc,
#w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707de-519ccdbc,
#w-node-c625fceb-9e53-5c06-3529-1dac0f4217b1-519cce1f,
#w-node-_78a8ff94-a6c0-7354-8b2c-dc2bd4a3d3ac-519cce1f,
#w-node-e9623139-b279-de7d-9257-995d06988fe8-519cce1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb40-dd57fb37 {
  align-self: center;
}

#w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb41-dd57fb37,
#w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb45-dd57fb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f17266ac-07d2-c122-0780-ce4f5912777d-519cce38,
#w-node-f4137fba-b68d-a307-20e4-12a2c390f1e4-519cce38,
#w-node-_6912bdb0-5cb4-cd31-cab0-c4a86db361ce-519cce38,
#w-node-_7e125cf5-c627-8030-6495-f06fe897a878-519cce38,
#w-node-c252a514-bdc7-29b4-162c-1b485c24b85e-519cce38,
#w-node-_2ee043d5-493c-7a81-4b2c-9f23af8ee2bd-519cce38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0beb125-8aa7-05a2-456b-522df04c82d8-519cce3a,
#w-node-_49699c24-9548-7d70-191d-474924e0b7fe-519cce3a,
#w-node-a1cf5de8-8215-4729-1ebc-c6ca983572d7-519cce3a,
#w-node-def06b2d-682d-0b79-b51b-63bfdf50810e-519cce3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9919250-b193-1f13-4081-d06c6fb5e342-519cce3a {
  justify-self: end;
}

#w-node-_24d6ece3-bf82-143d-c365-1c5be92b0d11-519cce3a {
  justify-self: start;
}

#w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12ca-519cce3b,
#w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12ce-519cce3b,
#w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12d2-519cce3b,
#w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12d9-519cce3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7a12e9d-815d-41b9-46ac-9718c13b2736-519cce3b {
  justify-self: end;
}

#w-node-d7a12e9d-815d-41b9-46ac-9718c13b2741-519cce3b {
  justify-self: start;
}

#w-node-bb0a0349-d771-3b9e-d242-d6438c81d213-519cce3c,
#w-node-_808c64a1-fceb-4a79-1fa8-568d4753571f-519cce3c,
#w-node-_98f910b7-9254-734b-bcc2-1d709e18c4cc-519cce3c,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5422-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5433-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5440-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df544d-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df545a-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5467-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5474-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5481-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df548e-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df549b-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54aa-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54b7-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54c4-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54d1-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54de-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54eb-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df54f8-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5505-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5512-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5521-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df552e-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df553b-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5548-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5555-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5562-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df556f-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df557c-519cce56,
#w-node-c818465b-3183-a0f2-2cce-1cd3d3df5589-519cce56,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f07-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f14-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f21-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f2e-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f3b-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f48-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f55-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f65-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f7a-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f8a-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103f97-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fa4-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fb1-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fbe-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fcb-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fd8-519cce57,
#w-node-_980991ed-2b3a-e6ff-fe1e-cd7c9e103fe5-519cce57,
#w-node-_5dc071bb-abdf-688d-70a6-ec738481d90c-519cce59,
#w-node-_2786e269-f2fa-f648-6bb5-e08668d43de6-519cce59,
#w-node-_33fd64eb-fd26-8ce3-79bd-0405880eb70e-519cce59,
#w-node-ad8dc091-23c8-1191-4cfb-0d45f287243f-519cce5a,
#w-node-_6ec812cf-8d06-d228-5739-bba40668a4b1-519cce5a,
#w-node-_85adbb92-d26c-5081-20c7-6aa455ab4848-519cce5a,
#w-node-_40eb10d4-6fa2-747a-aa7f-1001fde53abf-519cce5b,
#w-node-_731376a4-48a0-f2c1-72c7-3e7e0729040c-519cce5b,
#w-node-_2c96b608-12e1-2a6c-c088-efd8c40fecf2-519cce5b,
#w-node-c8d2b090-91d5-5f38-a3b0-49fb79bf30f4-519cce5b,
#w-node-_2bbc0a53-27fe-8ca6-166c-5912006e4092-519cce5b,
#w-node-_97e7388c-246b-4dd9-32d8-60cd2f71aca0-519cce5b,
#w-node-c2c9d04d-3586-77ea-661e-10fe80fc5ba0-519cce5b,
#w-node-d5d6c4e0-ea6b-1607-9a25-37dfb658620f-519cce5b,
#w-node-_88825d25-0dcd-786a-0d12-19950a93e077-519cce5c,
#w-node-ea353622-a2a9-27ee-c121-a065cf68d0a6-519cce5c,
#w-node-af980276-b1a1-4ff6-2b67-ad7d3bdb8e3d-519cce5c,
#w-node-_2787246e-91b8-adbe-5a3d-ccfe7c1e310f-519cce5c,
#w-node-c246fe72-fe89-05a2-5e23-9f3c4e03bc87-519cce5c,
#w-node-_9a8b1c23-b872-9b56-ce6e-cb30cd492947-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e69-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e71-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e79-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e81-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e89-519cce5c,
#w-node-_97ee6034-4e55-562b-fd7a-a47d9a036e91-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed8dd-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed8e5-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed8ed-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed8f5-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed8fd-519cce5c,
#w-node-_19afed55-5e47-9758-9388-8e0cfbaed905-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a98f-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a997-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a99f-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a9a7-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a9af-519cce5c,
#w-node-e1cdc4b0-695d-f0e5-5d87-d228ca27a9b7-519cce5c,
#w-node-_044aec46-6d9e-acb6-02c6-7849c5752f54-519cce5d,
#w-node-_3fa7e2c1-eef6-0e27-6af2-356daaf6185c-519cce5d,
#w-node-_13b2488d-65b5-5fed-01e0-a4c4884bfdba-519cce5d,
#w-node-_4539e0b3-b692-f1d9-e1ec-e9d58cc22679-519cce5d,
#w-node-e366c4db-55f7-fe3b-0432-8a82f6999a26-519cce5d,
#w-node-_45a018e7-5c3f-5d52-80d6-1fd08875cc9e-519cce5d,
#w-node-cc3d4aa8-e59d-db93-2857-bc4787ee4579-519cce5d,
#w-node-d7e09136-e44c-122e-85e6-d7c813886878-519cce5d,
#w-node-_96ec37a7-ede1-f635-6d88-e6dc7f7af1be-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a8c2-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a8cf-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a8f6-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a8e9-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a903-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a8dc-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a910-519cce5d,
#w-node-b90c5d22-1fca-e419-41a9-5b755ad6a91d-519cce5d,
#w-node-_09c78876-f352-edcc-8944-cd26bff9dee1-519cce5e,
#w-node-_649e83fa-a6d9-6319-c366-fbd6039b8630-519cce5e,
#w-node-e62d0a57-ba71-56b3-445d-5f55d1ee1268-519cce5e,
#w-node-f7b608ba-913f-8a49-164e-325476012123-519cce5e,
#w-node-_052bf96a-2c7d-260b-d4c9-1207bf26e657-519cce5f,
#w-node-_49495cbd-6377-bfe5-8e73-58074afcdeb5-519cce5f,
#w-node-c87e68ea-92c0-b331-5a1b-276785739810-519cce5f,
#w-node-b5065fb5-0504-9c6a-8793-b5b8c0b4e87c-519cce5f,
#w-node-acc2c090-dbde-7a5a-ec10-78ea07344e1a-519cce5f,
#w-node-d566e899-ca55-f4fa-e25e-561e254fee69-519cce5f,
#w-node-d1ff0f1a-506d-5f81-ffa0-50c9cd9d2d5b-519cce61,
#w-node-d1ff0f1a-506d-5f81-ffa0-50c9cd9d2d87-519cce61,
#w-node-d1ff0f1a-506d-5f81-ffa0-50c9cd9d2db3-519cce61,
#w-node-c1674ba2-a378-beb5-d6c8-4e607e254365-519cce61,
#w-node-c1674ba2-a378-beb5-d6c8-4e607e254391-519cce61,
#w-node-c1674ba2-a378-beb5-d6c8-4e607e2543bd-519cce61,
#w-node-_7f978bfb-0a07-0ded-bf17-06f6fb4a84cb-519cce61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e2f-df3b2e1e {
  align-self: end;
}

#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e32-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e33-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e34-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e64-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e65-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e66-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e36-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e3a-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e3d-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e40-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e44-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e48-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e4b-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e4e-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e52-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e56-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e59-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e5c-df3b2e1e,
#w-node-_77fcf1a2-a589-73f5-ddcb-77758346ce65-df3b2e1e,
#w-node-_77fcf1a2-a589-73f5-ddcb-77758346ce66-df3b2e1e,
#w-node-_77fcf1a2-a589-73f5-ddcb-77758346ce67-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e68-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e6c-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e6f-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e72-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e76-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e7a-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e7d-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e80-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e84-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e88-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e8b-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e8e-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e96-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e97-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e98-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e9a-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e9e-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea0-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea2-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea5-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea9-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eab-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ead-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb0-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb4-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb6-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb8-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ebf-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec0-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec1-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec3-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec7-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec9-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ecb-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ece-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed2-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed4-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed6-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed9-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2edd-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2edf-df3b2e1e,
#w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ee1-df3b2e1e,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838a86-519cce77,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838a91-519cce77,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838ab8-519cce77,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838ac3-519cce77,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838aea-519cce77,
#w-node-_645b796b-dec4-44de-fd0a-a812d8838af5-519cce77,
#w-node-bd802b0b-537b-8a9b-5f0d-973d05df30ce-519cce77,
#w-node-_2a34a73f-25b8-5e04-dc45-989606e84bc9-519cce77,
#w-node-fba4c51c-992a-7443-49c3-e344b5146604-519cce77,
#w-node-fba4c51c-992a-7443-49c3-e344b514660f-519cce77,
#w-node-_00a1ddd7-08af-d800-68aa-240cae841858-519cce77,
#w-node-_00a1ddd7-08af-d800-68aa-240cae841863-519cce77,
#w-node-b2b328d4-c65b-19e0-1d28-f95942e18b6f-519cce79,
#w-node-bd02e659-2672-0db4-9b17-f3bc3ac4fdd8-519cce79,
#w-node-caf658d1-3ff7-f879-4b66-fe61564c6fca-519cce79,
#w-node-d54b2d09-16cb-2576-b2c6-c0ab9596af1b-519cce79,
#w-node-d5fdf17b-a3fa-74ff-6964-efc0a3ab6a24-519cce79,
#w-node-_2b59b9ee-134e-ca7a-59b8-82a075b62a37-519cce79,
#First-name-2.w-node-_438d362a-3752-6324-bf55-b23cd67be173-519cce7b,
#Last-name.w-node-_8d62ed8c-39ac-d084-1187-e8f5606b445f-519cce7b,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59cd-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59d2-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59d7-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59dc-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59e1-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59e6-519cce7c,
#w-node-_032c861b-0b81-9c58-ef4f-3758d0db59eb-519cce7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70750-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70756-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7075c-519ccdbc {
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70766-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7076c-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70772-519ccdbc {
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7077c-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70782-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70788-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7078e-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc70794-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc7079a-519ccdbc {
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707a4-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707aa-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707b0-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707b6-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707bc-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707c2-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707c8-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707ce-519ccdbc,
  #w-node-_6ed002a8-6a2b-7551-a4bf-43ed109cff33-519ccdbc {
    justify-self: center;
  }

  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707d8-519ccdbc,
  #w-node-e0403aa9-0e3b-fb18-69ac-05f84bc707de-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e2f-df3b2e1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_719cc844-44cb-c1d9-33c8-841b7b7c3299-519ccdbc,
  #w-node-_719cc844-44cb-c1d9-33c8-841b7b7c32aa-519ccdbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb40-dd57fb37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb41-dd57fb37 {
    justify-self: start;
  }

  #w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb45-dd57fb37 {
    justify-self: end;
  }

  #w-node-f0beb125-8aa7-05a2-456b-522df04c82d8-519cce3a,
  #w-node-_49699c24-9548-7d70-191d-474924e0b7fe-519cce3a,
  #w-node-a1cf5de8-8215-4729-1ebc-c6ca983572d7-519cce3a,
  #w-node-def06b2d-682d-0b79-b51b-63bfdf50810e-519cce3a {
    grid-column: span 1 / span 1;
  }

  #w-node-b9919250-b193-1f13-4081-d06c6fb5e342-519cce3a,
  #w-node-_24d6ece3-bf82-143d-c365-1c5be92b0d11-519cce3a {
    justify-self: center;
  }

  #w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12ca-519cce3b,
  #w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12ce-519cce3b,
  #w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12d2-519cce3b,
  #w-node-_6ce98e16-c564-e596-7bba-e5a47f0a12d9-519cce3b {
    grid-column: span 1 / span 1;
  }

  #w-node-d7a12e9d-815d-41b9-46ac-9718c13b2736-519cce3b,
  #w-node-d7a12e9d-815d-41b9-46ac-9718c13b2741-519cce3b {
    justify-self: center;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e2f-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e34-df3b2e1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e61-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e36-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e44-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e52-df3b2e1e,
  #w-node-_77fcf1a2-a589-73f5-ddcb-77758346ce62-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e68-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e76-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e84-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e93-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e9a-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea5-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb0-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ebc-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec3-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ece-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed9-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb40-dd57fb37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-bc6345bc-2b96-1dec-b273-dad9dd57fb45-dd57fb37 {
    justify-self: start;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e2f-df3b2e1e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: end;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e36-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e44-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e52-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_77fcf1a2-a589-73f5-ddcb-77758346ce62-df3b2e1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e68-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e76-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e84-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e93-df3b2e1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2e9a-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ea5-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2eb0-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ebc-df3b2e1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ec3-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ece-df3b2e1e,
  #w-node-_3606e2b2-f1c9-3d02-3358-0c8cdf3b2ed9-df3b2e1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.submit-contact-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.contact-email {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}


.home-bank-chat {}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--blue);
}

/* Basic styling for the tooltip */
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Tooltip text container (appears further above the element) */
.tooltip::after {
  content: attr(data-tooltip);
  /* Gets the tooltip text from the 'data-tooltip' attribute */
  position: absolute;
  bottom: 120%;
  /* Move the tooltip further above */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  font-size: 14px;
}

/* Adjusted triangle (pointy arrow) */
.tooltip::before {
  content: '';
  position: absolute;
  bottom: 110%;
  /* Position the arrow just above the element */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  /* Triangle color matches tooltip background */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

/* Show tooltip and arrow on hover */
.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

.rounded-2 {
  border-radius: 2px;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--blue);
}

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

.fs-3 {
  font-size: 0.875rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.position-absolute {
  position: absolute !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
  margin-top: 35px;
}

.fs-12 {
  font-size: 3rem !important;
}

.fs-12-pricing {
  font-size: 2.60rem !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: var(--black);
}

.fs-6 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.70rem !important;
}

.fs-5-pr {
  font-size: 20px;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.primary-btn1 {
  background-color: var(--green);
  color: var(--white);
  border: 4px solid #f1f3f5;
  border-radius: 100px;
  align-items: center;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}


.primary-btn1:hover {
  background-color: var(--green);
}

.primary-btn1._02 {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.top-0 {
  top: 85px !important;
}

.end-0 {
  right: 591px !important;
}

.end-2 {
  right: 306px !important;
}

.end-3 {
  right: 35px !important;
}

.position-absolute {
  position: absolute !important;
}

.d-flex {
  display: flex !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: var(--pink);
}

.fs-3 {
  font-size: 0.875rem !important;
}

.fontSize-3 {
  font-size: 0.850rem !important;
}

.fontSize-4 {
  font-size: 0.750rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.tooltip1 {
  position: relative;
  cursor: pointer;
  /* Ensure it's inline */

}

/* Tooltip text container (appears above the element in a box) */
.tooltip1::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  /* Increase padding for more height and width */
  border-radius: 5px;
  white-space: normal;
  /* Allow text to wrap */
  width: 300px;
  /* Set a specific width instead of max-width */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  font-size: 14px;
  text-align: center;
  /* Center-align the text */
}

/* Adjusted triangle (pointy arrow) */
.tooltip1::before {
  content: '';
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  /* Increase triangle size */
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

/* Show tooltip and arrow on hover */
.tooltip1:hover::after,
.tooltip1:hover::before {
  opacity: 1;
  visibility: visible;
}

.fas {
  display: inline;
  /* Ensure the icon is inline */
}

.content-inner-02-box-inventory {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.integration-02-card .sub-heading-04 {
  white-space: nowrap;
}

.integration-02-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.integration-02-card {
  max-width: 380px;
}