:root {
  --page-color: #f1ede9;
  --_typography---font-family--geist: Geist, sans-serif;
  --black-color: black;
  --_typography---font-size--paragraph-regular: 16px;
  --_typography---line-height--paragraph-line-height: 150%;
  --_typography---font-weight--regular: 400;
  --_typography---font-family--sora: Sora, sans-serif;
  --heading-color: #161616;
  --_typography---font-size--h1: 96px;
  --_typography---line-height--h1-line-height: 110%;
  --_typography---font-weight--bold: 700;
  --_typography---font-size--h2: 72px;
  --_typography---line-height--h2-line-height: 115%;
  --_typography---font-size--h3: 56px;
  --_typography---line-height--h3-line-height: 120%;
  --_typography---font-size--h4: 40px;
  --_typography---line-height--h4-line-height: 125%;
  --_typography---font-size--h5: 32px;
  --_typography---line-height--h5-line-height: 130%;
  --_typography---font-size--h6: 24px;
  --_typography---line-height--h6-line-height: 135%;
  --paragraph-color: #575757;
  --orange-color: #ff5a33;
  --_typography---font-weight--semi-bold: 600;
  --_size---section-padding--section-medium: 100px;
  --section-color: #171717;
  --_size---section-padding--section-big: 150px;
  --_size---container-padding: 60px;
  --transparent: #fff0;
  --_size---layout-gap: 80px;
  --white-color: white;
  --_typography---font-family--ibm-plex-mono: "IBM Plex Mono", sans-serif;
  --_typography---font-size--footer-text: 21px;
  --box-color: #212121;
  --_typography---font-weight--medium: 500;
  --span-color: #7d7d7d;
  --_typography---font-size--extra-blod: 154px;
  --_typography---font-weight--extra-bold: 800;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.w-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 {
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: 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;
  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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

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

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

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

body {
  background-color: var(--page-color);
  font-family: var(--_typography---font-family--geist);
  color: var(--black-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---line-height--h5-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---font-family--geist);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_typography---font-family--geist);
  color: var(--paragraph-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: 0;
}

a {
  color: var(--orange-color);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-decoration: none;
}

ul, ol {
  font-family: var(--_typography---font-family--geist);
  color: var(--paragraph-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  font-family: var(--_typography---font-family--geist);
  color: var(--paragraph-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  font-family: var(--_typography---font-family--geist);
  color: var(--paragraph-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0;
}

.section {
  z-index: 100;
  padding-top: var(--_size---section-padding--section-medium);
  padding-bottom: var(--_size---section-padding--section-medium);
  position: relative;
}

.section:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
  background-color: var(--section-color);
}

.section.footer {
  background-color: var(--section-color);
  padding-top: 0;
  padding-bottom: 0;
}

.section.bottom-section {
  padding-bottom: 200px;
}

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

.section.contact-section {
  z-index: 100;
  background-color: var(--section-color);
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.section.black-section {
  background-color: var(--section-color);
  padding-bottom: 200px;
}

.section.about-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.section.navbar {
  z-index: 200;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.black-top-padding {
  padding-top: var(--_size---section-padding--section-medium);
  background-color: var(--section-color);
}

.section.black-bottom-padding {
  padding-bottom: var(--_size---section-padding--section-big);
  background-color: var(--section-color);
}

.section.white-top-padding {
  padding-top: var(--_size---section-padding--section-big);
}

.section.white-bottom-padding {
  padding-bottom: var(--_size---section-padding--section-big);
}

.section.white-big-section {
  min-height: 950px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.move {
  background-image: url('../images/Handsome-Man.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 950px;
  margin-bottom: 100px;
}

.section.black-big-section {
  padding-top: var(--_size---section-padding--section-big);
  padding-bottom: var(--_size---section-padding--section-big);
  background-color: var(--section-color);
}

.section.home-hero {
  background-image: url('../images/Quriss-Banner-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 950px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.black-navbar {
  z-index: 200;
  background-color: var(--section-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.nav {
  z-index: 200;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.container {
  z-index: 1;
  width: 100%;
  max-width: 1820px;
  padding-right: var(--_size---container-padding);
  padding-left: var(--_size---container-padding);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  border-right: 1px solid #ddd;
}

.grid:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
  border-right-color: #dddddd1a;
}

.grid.one {
  border-left: 1px solid #ddd;
}

.grid.one:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33), .grid.one.footer {
  border-left-color: #dddddd1a;
}

.grid.one.move {
  border-left-color: #2c2c2c;
}

.grid.footer {
  border-right-color: #dddddd1a;
}

.grid.move-image {
  border-right-color: var(--transparent);
}

.grid.move {
  border-right-color: #2c2c2c;
}

.grid-wrapper {
  z-index: -1;
  width: 100%;
  max-width: 1820px;
  padding-right: var(--_size---container-padding);
  padding-left: var(--_size---container-padding);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.typography-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1217px;
  display: flex;
}

.typography-left, .typography-right {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.h2 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h2:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
  color: var(--white-color);
}

.h2.ai-text {
  color: var(--black-color);
  font-weight: var(--_typography---font-weight--regular);
}

.h2.ai-text.display-none {
  display: none;
}

.h2.ai-white-text {
  color: var(--white-color);
  font-weight: var(--_typography---font-weight--regular);
}

.h2.display-none {
  display: none;
}

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

.typography-left-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.h1 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.project {
  margin-right: 20px;
}

.h3 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.home-heading {
  color: var(--black-color);
  text-align: left;
}

.h3.left-align {
  color: var(--white-color);
}

.h4 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h5 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---line-height--h5-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h5.text-white.extra-gap {
  margin-bottom: 10px;
}

.h5.navbar {
  color: var(--white-color);
  padding: 20px;
}

.h5.success-text {
  font-weight: var(--_typography---font-weight--regular);
}

.h6 {
  font-family: var(--_typography---font-family--geist);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.h6.normal-wrap:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2) {
  color: var(--white-color);
}

.h6.red-text {
  font-family: var(--_typography---font-family--geist);
  color: var(--orange-color);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--bold);
}

.h6.hide {
  display: none;
}

.special-text {
  font-family: var(--_typography---font-family--ibm-plex-mono);
  color: var(--black-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
  margin-bottom: 0;
}

.special-text:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2) {
  color: var(--white-color);
}

.paragraph-regular {
  font-family: var(--_typography---font-family--geist);
  color: var(--black-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: 0;
}

.paragraph-regular.text-white.hide {
  display: block;
}

.paragraph-regular.dont-grow {
  flex: none;
}

.paragraph-regular.remove-button {
  color: var(--orange-color);
  font-size: var(--_typography---font-size--footer-text);
}

.paragraph-regular.gray {
  color: var(--paragraph-color);
}

.typography-right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dashed #9747ff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  padding: 20px;
  display: flex;
}

.white-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-color);
  color: var(--black-color);
  border: 1px solid #cecece;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.black-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-color);
  color: var(--white-color);
  border: 1px solid #454545;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-text {
  font-family: var(--_typography---font-family--sora);
  color: var(--black-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
}

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

.button-arrow {
  width: 25px;
  height: 25px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow.white {
  color: var(--white-color);
}

.style-guide-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.style-guide-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-content {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

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

.color-box {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  padding: 30px;
  display: flex;
}

.color-box.page-color {
  border: 1px solid var(--black-color);
  background-color: var(--page-color);
}

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

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

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

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

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

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

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

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

.footer-layout {
  padding-top: 100px;
  overflow: hidden;
}

.footer-top {
  border-bottom: 1px solid #2c2c2c;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 737px;
  display: grid;
  position: relative;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
}

.plus-icon-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.plus-icon-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-icon {
  width: 10px;
  height: 10px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -5px -5px 0% auto;
}

.plus-icon.another-plus {
  inset: -5px auto 0% -5px;
}

.footer-top-left {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  width: 100%;
  max-width: 813px;
  display: flex;
}

.footer-top-right {
  width: 100%;
  max-width: 425px;
  margin-top: 27px;
}

.footer-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-right: 20px;
  display: flex;
}

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

.footer-form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-input-field {
  background-color: var(--box-color);
  width: 100%;
  max-width: 425px;
  height: 53px;
  color: var(--white-color);
  border: 1px solid #2c2c2c;
  border-right-style: none;
  margin-bottom: 0;
  padding: 14px 20px;
}

.footer-input-field::placeholder {
  color: var(--white-color);
}

.submit-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  color: var(--black-color);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  border-radius: 70px;
  margin-bottom: 0;
  padding: 14px 24px;
}

.submit-white.price, .submit-white.border {
  border-color: var(--orange-color);
  border-radius: 12px;
}

.footer-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 692px;
  display: flex;
}

.footer-social-icon-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  margin-left: 0;
  display: flex;
}

.link-none {
  margin-bottom: 0;
  display: none;
}

.social-icon-link {
  border: 1.46px solid var(--white-color);
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: 810px;
}

.footer-menu-wrap {
  border-bottom: 1px solid #2c2c2c;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  text-decoration: none;
  display: flex;
}

.footer-menu-wrap:hover {
  background-color: var(--box-color);
}

.footer-menu-wrap.another-menu {
  border-top: 1px solid #2c2c2c;
}

.footer-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 325px;
  display: flex;
}

.footer-menu-text {
  font-family: var(--_typography---font-family--ibm-plex-mono);
  color: var(--white-color);
  font-size: var(--_typography---font-size--footer-text);
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-arrow {
  color: #9a9a9a;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-orange {
  color: var(--orange-color);
  text-decoration: none;
}

.copyright-text-wrap {
  width: 50%;
}

.success-message {
  background-color: var(--orange-color);
  border-radius: 40px;
}

.error-message {
  background-color: var(--orange-color);
  text-align: center;
  border-radius: 40px;
  width: 100%;
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-page-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1273px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.error-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 903px;
  display: flex;
}

.error-image {
  width: 100%;
  max-width: 530px;
  height: 183px;
}

.paragraph-color {
  color: var(--paragraph-color);
}

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

.error-image-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.ai-box {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  box-shadow: 0 4px 4px #0000001f;
}

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

.password-form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-black {
  background-color: var(--black-color);
  color: var(--white-color);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 70px;
  padding: 14px 24px;
}

.password-input-field {
  background-color: var(--white-color);
  width: 100%;
  max-width: 590px;
  height: 60px;
  color: var(--black-color);
  border: 1px #2c2c2c;
  margin-bottom: 0;
  padding: 18px 30px;
}

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

.password-image {
  display: none;
}

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

.password-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 200px;
  display: flex;
}

.password-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.password-page-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  max-width: 732px;
  display: flex;
}

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

.changelog-box-wrap {
  background-color: var(--box-color);
  width: 100%;
  max-width: 607px;
  padding: 60px 50px;
}

.changelog-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.changelog-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.changelog-version-wrap {
  justify-content: space-between;
  display: flex;
}

.contact-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.contact-left {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.contact-right {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  width: 100%;
  max-width: 848px;
  padding-top: 24px;
  display: flex;
}

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

.contact-social-icon-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.contact-address-box-wrap {
  border-bottom: 1px solid #2c2c2c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-address-box-wrap.another {
  padding-top: 0;
}

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

.contact-input-field {
  border: 1px solid var(--transparent);
  background-color: var(--box-color);
  height: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  padding: 23px 30px;
}

.contact-input-field::placeholder {
  color: var(--white-color);
}

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

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

.contact-button-wrap {
  padding-top: 20px;
}

.contact-text-area {
  border: 1px solid var(--transparent);
  background-color: var(--box-color);
  min-height: 200px;
  color: var(--white-color);
  margin-bottom: 0;
  padding: 23px 30px;
}

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

.wrap-down {
  white-space: pre-wrap;
  word-break: break-all;
}

.faq-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.faq-right {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.error-special-text-wrap {
  width: 100%;
  max-width: 750px;
}

.changelog-layout-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-dropdown {
  background-color: var(--page-color);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.faq-dropdown:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2) {
  background-color: var(--section-color);
  border-top-color: #dddddd1a;
  border-bottom-color: #dddddd1a;
  border-right-color: #dddddd1a;
}

.faq-dropdown-toggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-navigation {
  position: static;
}

.faq-navigation.w--open {
  background-color: var(--transparent);
}

.faq-plus {
  width: 18px;
  height: 18px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-plus-wrap {
  background-color: var(--orange-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faq-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-number-box {
  background-color: #363636;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 37px;
  display: flex;
}

.faq-number {
  font-family: var(--_typography---font-family--ibm-plex-mono);
  font-weight: var(--_typography---font-weight--semi-bold);
  margin-bottom: 0;
}

.faq-text-box {
  max-width: 930px;
  padding-top: 20px;
  padding-left: 85px;
}

.faq-text-box-wrap {
  overflow: hidden;
}

.normal-wrap {
  white-space: pre-wrap;
  word-break: keep-all;
}

.ibm-medium {
  font-family: var(--_typography---font-family--ibm-plex-mono);
  font-size: var(--_typography---font-size--paragraph-regular);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  margin-bottom: 0;
}

.ibm-medium:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
  color: var(--white-color);
}

.rich-text-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.rich-text h1 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text h2 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text h3 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text h4 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text h5 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---line-height--h5-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text h6 {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6-line-height);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.rich-text p {
  color: var(--paragraph-color);
  margin-bottom: 30px;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text a {
  color: var(--orange-color);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-decoration: none;
}

.rich-text blockquote {
  margin-bottom: 30px;
}

.password-special-text-wrap {
  width: 824px;
}

.button-text-wrap {
  height: 24px;
  overflow: hidden;
}

.services-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.services-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-color {
  color: var(--heading-color);
}

.heading-span {
  color: var(--span-color);
}

.services-card {
  color: var(--black-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .6fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.cover-image-wrap {
  overflow: hidden;
}

.cover-image-wrap.growth-image-wrap {
  width: 100%;
  max-width: 425px;
  height: 100%;
  max-height: 425px;
  position: relative;
}

.cover-image-wrap.ai-right-image-wrap {
  background-color: var(--white-color);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cover-image-wrap.services-image-wrap {
  width: 100%;
}

.cover-image-wrap.image-right-two, .cover-image-wrap.image-right-one {
  z-index: 5;
  position: relative;
}

.services-card-content-wrap {
  background-color: var(--white-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.services-arrow-wrap {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cover-image.services-image {
  width: 100%;
  min-width: 235px;
  height: 500px;
}

.cover-image.service-details-image {
  width: 100%;
  height: 700px;
}

.cover-image.projects-image {
  height: 550px;
}

.cover-image.teams-image {
  height: 530px;
}

.cover-image.project-details-image {
  width: 100%;
  height: 700px;
}

.cover-image.blogs-image {
  height: 500px;
}

.cover-image.about-hero-image {
  width: 100%;
  max-width: 636px;
  height: 600px;
}

.cover-image.stats-image {
  width: 100%;
  height: 600px;
}

.cover-image.story-image {
  width: 100%;
  height: 500px;
}

.cover-image.about-team-image {
  width: 100%;
  height: 630px;
}

.cover-image.vision-image {
  width: 100%;
  height: 650px;
}

.cover-image.vision-profile-image {
  width: 100%;
  max-width: 150px;
  height: 150px;
}

.cover-image.growth-image {
  width: 100%;
  max-width: 425px;
  height: 425px;
}

.cover-image.ai-left-image {
  height: 440px;
}

.cover-image.ai-right-image {
  width: 100%;
  max-width: 365px;
  height: 410px;
}

.cover-image.home-projects-image {
  width: 100%;
  height: 800px;
}

.cover-image.impact-image {
  width: 100%;
  height: 434px;
}

.cover-image.home-blog-image {
  width: 100%;
  height: 550px;
}

.cover-image.testimonial-image {
  min-width: 300px;
  height: 550px;
}

.cover-image.second {
  z-index: -1;
  width: 100%;
  height: 425px;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 180px)rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.services-keyword-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.services-arrow {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.services-keyword {
  background-color: #363636;
  padding: 8px 24px;
}

.ibm-semibold {
  font-family: var(--_typography---font-family--ibm-plex-mono);
  color: var(--white-color);
  font-size: var(--_typography---font-size--paragraph-regular);
  line-height: var(--_typography---line-height--paragraph-line-height);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  margin-bottom: 0;
}

.ibm-semibold.text-orange {
  color: var(--orange-color);
}

.services-list-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.services-card-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 658px;
  height: 100%;
  display: flex;
}

.service-details-layout {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-flow: column;
  display: flex;
}

.service-details-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 1207px;
  display: flex;
}

.service-details-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-details-content-wrap {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.black-box {
  background-color: var(--box-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  margin-right: 40px;
  padding: 50px 20px;
  display: flex;
}

.black-box.text {
  background-color: var(--section-color);
  max-width: 400px;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.black-box-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 236px;
  display: flex;
}

.black-box-line-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.black-box-line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-dot {
  background-color: var(--white-color);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.more-services-layout {
  grid-column-gap: var(--_size---container-padding);
  grid-row-gap: var(--_size---container-padding);
  flex-flow: column;
  display: flex;
}

.more-services-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pagination {
  padding-top: var(--_size---layout-gap);
}

.services-arrow-box {
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.projects-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-card {
  max-width: 820px;
  text-decoration: none;
}

.projects-image-box {
  position: relative;
  overflow: hidden;
}

.projects-text-box {
  background-color: var(--white-color);
  padding: 24px 40px;
}

.projects-text {
  justify-content: space-between;
  display: flex;
}

.projects-card-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.projects-arrow-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.projects-arrow {
  width: 65px;
  height: 65px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-keyword-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
  position: absolute;
  inset: 30px 40px auto;
}

.projects-keyword {
  background-color: #363636;
  padding: 8px 24px;
}

.project-details-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.project-details-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 877px;
  display: flex;
}

.project-details-top {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.project-details-bottom {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.project-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.project-info.another {
  border-top: 1px solid #ddd;
}

.more-projects-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.more-project-heading {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.teams-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.teams-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-card-wrap {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.teams-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.teams-image-box {
  position: relative;
}

.teams-text-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.teams-card-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.teams-social-icon-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.teams-social-icon-wrap.desk-hide {
  display: none;
}

.teams-social-icon-link {
  border: 1px solid var(--white-color);
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.teams-social-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.teams-content {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogs-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.blogs-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogs-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.blogs-image-box {
  position: relative;
}

.blogs-content-box-wrap {
  border-bottom: 1px solid var(--black-color);
  background-color: var(--box-color);
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.blogs-content-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  height: 100%;
  display: flex;
}

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

.blogs-profile-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.blogs-profile-name {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.blogs-list-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.blogs-profile-image {
  width: 80px;
  height: 80px;
}

.blogs-card-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blogs-arrow-box {
  background-color: #0006;
  border: 1px solid #686868;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.blogs-arrow {
  width: 60px;
  height: 60px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogs-details-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-details-left {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.blog-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-details-social-icon {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.social-icon-link-black {
  border: 1.46px solid var(--black-color);
  width: 50px;
  height: 50px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon-black {
  width: 20px;
  height: 20px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-link-black {
  width: 35px;
  height: 35px;
}

.more-blogs-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.more-blogs-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-hero-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  overflow: hidden;
}

.about-hero-left {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: column;
  display: flex;
}

.about-hero-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-hero-heading {
  overflow: hidden;
}

.about-hero-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.extra-bold-text {
  font-family: var(--_typography---font-family--sora);
  color: var(--heading-color);
  font-size: var(--_typography---font-size--extra-blod);
  line-height: var(--_typography---line-height--h1-line-height);
  font-weight: var(--_typography---font-weight--extra-bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.extra-bold-text.home-heading, .extra-bold-text.one {
  color: var(--black-color);
}

.about-hero-content-left {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-hero-content-right {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.about-hero-success-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.about-hero-text-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-hero-right-content {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.about-hero-social-icon {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-hero-icon-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.navbar-layout {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-logo-wrap {
  width: 100%;
  color: var(--black-color);
  text-decoration: none;
}

.nav-menu-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 30px;
  display: flex;
}

.nav-logo.white {
  color: var(--white-color);
}

.navbar {
  background-color: var(--transparent);
  position: static;
}

.navigation {
  z-index: 200;
  background-color: var(--box-color);
  max-width: 850px;
  margin-left: auto;
  position: absolute;
}

.menu-button {
  background-color: #0000;
  padding: 0;
}

.menu-button.w--open {
  background-color: var(--transparent);
  color: var(--black-color);
}

.icon {
  display: none;
}

.menu-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.menu-icon.white {
  color: var(--white-color);
}

.menu-button-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-text {
  color: var(--black-color);
  font-size: var(--_typography---font-size--footer-text);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.nav-link {
  min-width: 100%;
  color: var(--white-color);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:lang(en) {
  color: var(--white-color);
}

.nav-link.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

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

.navbar-dropdown {
  z-index: 200;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.navbar-dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-navigation.w--open {
  background-color: var(--box-color);
}

.dropdown-icon {
  color: var(--white-color);
}

.drop-box-wrap {
  width: 100%;
  max-width: 780px;
  overflow: hidden;
}

.drop-box {
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.drop-menu-wrap {
  min-width: 170px;
}

.contact-social-icon-link {
  border: 1.46px solid var(--white-color);
  width: 50px;
  height: 50px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-social-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.about-social-icon-link {
  border: 1.46px solid var(--black-color);
  width: 50px;
  height: 50px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-social-icon {
  width: 30px;
  height: 30px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-details-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.stats-heading {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 794px;
  padding-right: 20px;
  display: flex;
}

.stats-heading-left:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
  padding-right: 40px;
}

.stats-heading-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.white-big-dot {
  background-color: var(--white-color);
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.stats-image-card {
  position: relative;
}

.stats-card-overlay {
  background-color: #0006;
  padding: 20px;
  position: absolute;
  inset: 0%;
}

.stats-card-content {
  border: 1px solid var(--white-color);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.stats-card-content.robot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.stats-logo {
  width: 100%;
  max-width: 210px;
  height: 48px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-text-card {
  background-color: var(--box-color);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.stats-text-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 344px;
  height: 100%;
  display: flex;
}

.location-icon {
  width: 80px;
  height: 80px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.story-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.story-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-content {
  outline-offset: 0px;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.story-heading-wrap {
  width: 100%;
  max-width: 892px;
}

.story-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-text-box-wrap {
  background-color: var(--box-color);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.story-text-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 770px;
  height: 100%;
  display: flex;
}

.story-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-text {
  width: 100%;
  max-width: 384px;
}

.about-team-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.about-team-heading {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team-content {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.team-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-right: 20px;
  display: flex;
}

.team-heading-left:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
  margin-right: 40px;
}

.team-heading-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.black-big-dot {
  background-color: var(--black-color);
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.black-big-dot:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
  background-color: var(--white-color);
}

.about-video {
  z-index: 1;
  width: 100%;
  max-width: 260px;
  height: 240px;
}

.stats-card-heading-wrap {
  display: flex;
}

.about-team-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team-content-wrap {
  background-color: var(--white-color);
  padding: 40px 20px;
}

.theme-sleek {
  color: var(--orange-color);
  text-decoration: none;
}

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

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

.about-team-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.about-team-icon-link {
  border: 1px solid var(--black-color);
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-team-icon {
  width: 20px;
  height: 20px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-team-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.vision-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.vision-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-heading-wrap {
  width: 100%;
  max-width: 620px;
}

.vision-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.vision-middle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-left-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.vision-left-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.star-image {
  color: var(--orange-color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-profile-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 225px;
  display: flex;
}

.vision-profile-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.growth-layout {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.growth-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.growth-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.growth-text-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--box-color);
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.growth-text-box.two {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.growth-text-box.one {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.growth-text-box.four {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.growth-text-box.three {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.growth-text-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 345px;
  height: 100%;
  display: flex;
}

.growth-icon {
  width: 70px;
  height: 70px;
}

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

.growth-plus-top {
  width: 12px;
  height: 12px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -6px auto auto -6px;
}

.growth-plus-top:where(.w-variant-150f5a37-1940-6b3a-23c6-ab7a261dfb06), .growth-plus-top.plus-right-7 {
  inset: -6px -6px auto auto;
}

.growth-plus-bottom {
  width: 12px;
  height: 12px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -6px -6px;
}

.growth-plus-bottom:where(.w-variant-150f5a37-1940-6b3a-23c6-ab7a261dfb06), .growth-plus-bottom.plus-right-8 {
  inset: auto -6px -6px auto;
}

.home-services-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.home-services-heading {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.services-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 794px;
  display: flex;
}

.services-heading-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-services-right {
  width: 100%;
  max-width: 1275px;
}

.services-dropdown {
  background-color: var(--section-color);
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  width: 100%;
  padding: 50px 20px;
}

.services-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1175px;
  padding: 0;
  display: flex;
}

.home-servises-text-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.services-plus-box {
  background-color: var(--orange-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.services-plus-icon {
  width: 27px;
  height: 27px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: var(--transparent);
  position: static;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
}

.services-content-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.services-content-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.services-content-left {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 470px;
  margin-top: 16px;
  display: flex;
}

.services-content-right {
  display: flex;
  position: relative;
}

.services-image-one {
  object-fit: cover;
  width: 100%;
  max-width: 196px;
  height: 228px;
  position: absolute;
  inset: 0% auto 0% -40px;
  transform: rotate(-15deg);
}

.services-image-two {
  object-fit: cover;
  width: 100%;
  max-width: 196px;
  height: 228px;
}

.home-services-keyword-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.home-services-keyword {
  background-color: #363636;
  padding: 8px 24px;
}

.choose-us-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.choose-us-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-us-content {
  background-image: url('../images/Qurish-Choose-Image.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-us-content.desk {
  display: none;
}

.choose-us-heading-wrap {
  width: 100%;
  max-width: 892px;
}

.ai-power-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.ai-power-heading {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ai-power-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ai-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 897px;
  padding-right: 20px;
  display: flex;
}

.ai-heading-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 355px;
  display: flex;
}

.choose-us-card {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-image: linear-gradient(0deg, #4c4c4c, #6663 60%);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 20px;
  display: flex;
}

.choose-us-card-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 337px;
  height: 100%;
  display: flex;
}

.choose-us-icon {
  width: 82px;
  height: 82px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-us-card-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-height: 130px;
  display: flex;
}

.ai-power-right {
  grid-column-gap: 1px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.choose-us-card-wrap {
  height: 100%;
  min-height: 747px;
  position: relative;
  overflow: hidden;
}

.ai-power-white-box {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.ai-white-box-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 345px;
  height: 100%;
  display: flex;
}

.ai-white-blank-box {
  background-color: var(--white-color);
  height: 440px;
}

.ai-faster-box-wrap {
  background-image: url('../images/Faster-Image.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.ai-faster-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 345px;
  height: 100%;
  display: flex;
}

.home-projects-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.home-projects-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-projects-content {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.home-projects-heading-wrap {
  width: 100%;
  max-width: 847px;
}

.home-projects-card {
  background-color: var(--box-color);
  text-decoration: none;
  display: block;
}

.home-projects-image-box {
  position: relative;
}

.home-projects-text-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.home-projects-icon-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0006;
  border: 1px solid #2c2c2c;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 100%;
  max-height: 370px;
  display: flex;
}

.home-projects-icon {
  width: 90px;
  height: 90px;
}

.home-projects-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.choose-us-black-box {
  justify-content: center;
  align-items: flex-end;
  padding: 60px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.choose-us-black-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 337px;
  min-height: 130px;
  display: flex;
}

.home-projects-keyword-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.home-projects-list-wrapper {
  position: sticky;
  top: -50%;
}

.home-projects-list-wrapper.one, .home-projects-list-wrapper.two {
  top: 15px;
}

.home-projects-list-wrapper.three {
  position: static;
}

.home-projects-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.projects-icon-box-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-projects-button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.imapact-layout {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  display: flex;
}

.imapact-heading {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.impact-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.impact-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 870px;
  padding-right: 20px;
  display: flex;
}

.impact-box-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--section-color);
  border: 1px solid #2c2c2c;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.impact-box {
  background-color: var(--box-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 70px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.impact-box.two {
  max-width: 850px;
}

.impact-box.three {
  max-width: 1070px;
}

.impact-box.four {
  max-width: 530px;
}

.impact-number-box {
  background-color: var(--white-color);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 103px;
  height: 70px;
  margin-right: -51px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.success-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.success-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 568px;
  padding-right: 20px;
  display: flex;
}

.success-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.success-button-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.success-right-box {
  background-color: var(--white-color);
  border-bottom: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  min-height: 222px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.success-right-box.another {
  border-top: 1px solid #ddd;
}

.success-right-box-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 365px;
  height: 100%;
  display: flex;
}

.success-plus {
  z-index: 2;
  width: 10px;
  height: 10px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -5px -5px;
}

.success-plus:where(.w-variant-150f5a37-1940-6b3a-23c6-ab7a261dfb06) {
  inset: auto -6px -6px auto;
}

.success-video {
  z-index: 10;
  height: 100%;
}

.move-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 794px;
  margin-top: 70px;
  display: flex;
}

.move-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.move-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 374px;
  display: flex;
}

.move-profile-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.automation-layout {
  min-height: 750px;
  position: relative;
}

.automation-left {
  max-width: 734px;
  max-height: 470px;
}

.automation-ritght {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 502px;
  margin-top: auto;
  display: flex;
}

.move-content-wrap {
  z-index: 7;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.move-bg-video {
  min-height: 750px;
}

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

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

.testimonial-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.testimonial-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 877px;
  display: flex;
}

.home-blog-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  display: flex;
}

.home-blog-heading {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-blog-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 857px;
  padding-right: 20px;
  display: flex;
}

.home-blog-button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-blog-card {
  width: 100%;
  max-width: 819px;
  color: var(--black-color);
  text-decoration: none;
}

.home-blog-image-box {
  position: relative;
}

.home-blog-arrow-box {
  background-color: #0006;
  border: 1px solid #2c2c2c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.home-blog-arrow {
  width: 50px;
  height: 50px;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-blog-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-blog-content-wrap {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.home-blog-content-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 739px;
  display: flex;
}

.home-blog-profile-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-blog-profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-blog-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.home-blog-profile-image {
  width: 60px;
  height: 60px;
}

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

.home-hero-layout {
  margin-top: 30px;
}

.home-hero-content {
  flex-flow: column;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.home-hero-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 849px;
  margin-bottom: 60px;
  margin-left: auto;
  display: flex;
}

.home-hero-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 849px;
  margin-bottom: 80px;
  margin-left: auto;
  display: flex;
}

.home-hero-profile-image {
  max-width: 195px;
  height: 60px;
}

.home-hero-review-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.home-hero-star {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: 18px;
  display: flex;
}

.home-hero-paragraph-wrap {
  width: 100%;
  max-width: 465px;
}

.home-hero-heading-wrap {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 160px;
  margin-left: auto;
}

.home-hero-content-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.home-round-image-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 322px;
  display: flex;
}

.home-round-image-wrap.desk {
  display: none;
}

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

.home-image-one-wrap {
  z-index: -1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 206px;
  display: flex;
  position: relative;
}

.home-image-two-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 206px;
  margin-left: -20%;
  display: flex;
}

.home-logo-icon-wrap {
  position: absolute;
}

.home-logo-icon {
  width: 52px;
  height: 56px;
}

.licenses-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.licenses-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-icon {
  width: 30px;
  height: 30px;
}

.cart-button {
  background-color: var(--transparent);
  width: 42px;
  height: 30px;
  padding: 0;
  position: relative;
}

.nav-cart-quantity {
  background-color: var(--black-color);
  color: var(--white-color);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 5px 0% auto auto;
}

.nav-cart-quantity.white {
  background-color: var(--white-color);
}

.price-plan-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.price-plan-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 1046px;
  display: flex;
}

.price-plan-content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.price-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1273px;
  display: flex;
}

.price-tabs.categories {
  justify-content: flex-start;
  align-items: center;
}

.price-tabs-menu {
  background-color: var(--box-color);
  margin-bottom: 80px;
  padding: 10px 14px;
  display: inline-block;
}

.price-tabs-content {
  width: 100%;
}

.price-button-box {
  background-color: var(--box-color);
  padding: 4px 8px;
}

.price-text {
  color: var(--white-color);
  font-weight: var(--_typography---font-weight--medium);
}

.price-plan-card-wrap {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1273px;
  padding: 80px 30px;
  display: flex;
}

.price-plan-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1098px;
  display: flex;
}

.price-plan-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 338px;
  display: flex;
}

.price-plan-feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.price-plan-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.price-plan-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.price-plan-price {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.price-plan-list-wrapper {
  width: 100%;
}

.price-plan-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.price-plan-list-item {
  width: 100%;
}

.price-feature-item-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

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

.price-dot {
  background-color: var(--black-color);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.tab-one {
  width: 100%;
}

.price-card-right {
  justify-content: space-between;
  display: flex;
}

.price-details-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.price-details-box-wrap {
  background-color: var(--box-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 509px;
  padding: 60px 20px;
  display: flex;
}

.price-details-right {
  flex: 1;
  max-width: 998px;
}

.price-details-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
}

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

.price-details-price-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.price-details-box-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.quantity {
  display: none;
}

.add-to-cart-option {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.add-to-cart-price-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.input-field-wrap {
  background-color: var(--white-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  overflow: hidden;
}

.checkout-layout {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.checkout-top-heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkout-form {
  background-color: var(--page-color);
  min-height: auto;
  padding: 0;
}

.checkout-container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-left {
  grid-column-gap: var(--_size---layout-gap);
  grid-row-gap: var(--_size---layout-gap);
  flex-flow: column;
  flex: 1;
  max-width: 1000px;
  margin-right: 60px;
  display: flex;
}

.order-summary-box-wrap {
  background-color: var(--box-color);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 50px 20px;
  display: flex;
}

.checkout-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--page-color);
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.checkout-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--page-color);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.checkout-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--page-color);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.checkout-input-field {
  background-color: var(--transparent);
  color: var(--paragraph-color);
  border-style: none none solid;
  border-bottom-color: #000;
  border-radius: 0;
}

.checkout-address-row {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.order-summary-content-wrap {
  background-color: var(--box-color);
  width: 100%;
  max-width: 520px;
}

.order-summary-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--box-color);
  flex-flow: column;
  display: flex;
}

.order-summary-heading {
  background-color: var(--box-color);
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.order-summary-price-box {
  background-color: var(--box-color);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-line-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 24px;
}

.shipping-method-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.shipping-method {
  border-bottom-style: solid;
  border-bottom-color: var(--transparent);
  background-color: var(--box-color);
  padding: 30px;
}

.shipping-method-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.checkout-order-item-list {
  margin-bottom: 0;
}

.checkout-order-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--box-color);
  flex-flow: wrap;
  padding: 30px;
}

.checkout-image {
  display: none;
}

.checkout-item-text-wrap {
  margin-left: 0;
  margin-right: 0;
}

.customar-info-wrap {
  background-color: var(--box-color);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.customar-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
}

.customar-info-left {
  padding-left: 0;
  padding-right: 0;
}

.customar-info-email-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.customar-info-address-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.paragraph-wrap {
  flex-flow: wrap;
}

.testimonial-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-profile-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.testimonial-text-wrap {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 889px;
  min-height: 550px;
  margin-left: auto;
  padding-left: 40px;
  display: flex;
}

.testimonial-review-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.testimonial-small-image-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-review {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.testimonial-profile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial-small-image {
  width: 100px;
  height: 100px;
}

.testimonial-small-image.current {
  border: 1px solid var(--orange-color);
}

.testimonial-star {
  width: 100%;
  max-width: 100px;
  height: 19px;
  color: var(--orange-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-arrow-box {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.testimonial-arrow {
  width: 20px;
  height: 20px;
  color: var(--black-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-arrow.rotate {
  transform: rotate(180deg);
}

.testimonial-slider {
  background-color: var(--transparent);
  height: 100%;
  position: relative;
}

.testimonial-mask {
  position: relative;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  inset: 50% 35% 0% auto;
}

.counter-animatiion {
  height: 83px;
  display: flex;
  overflow: hidden;
}

.tag-box {
  position: relative;
}

.tag-overlay {
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tag-overlay.page-color {
  background-color: var(--page-color);
}

.tag-overlay.section-color {
  background-color: var(--section-color);
}

.growth-content-wrap {
  max-height: 435px;
  overflow: hidden;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  inset: 50% auto 0% 50%;
}

.color-blending {
  mix-blend-mode: difference;
}

.groth-text-first-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.growth-color-box {
  z-index: 1;
  position: relative;
}

.growth-color {
  z-index: -1;
  background-color: var(--white-color);
  position: absolute;
  inset: 0%;
}

.text-box-wrap {
  position: relative;
}

.growth-height-box {
  min-height: 420vh;
}

.categories-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-services-card-wrap {
  display: block;
}

.select-feild {
  background-color: var(--transparent);
  min-height: 50px;
  color: var(--black-color);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 12px;
}

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

.div-block {
  border-right: 1px solid #ffffff80;
  width: 100%;
}

.div-block.right {
  border-right-width: 0;
  width: 100%;
}

.hide {
  display: none;
}

.text-link {
  font-size: 18px;
  text-decoration: underline;
}

.price-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.price-card-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

.cart-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.apple-pay {
  border-radius: 12px;
}

.empty-state {
  border: 4px solid var(--orange-color);
  background-color: var(--white-color);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.ai-logo-box {
  width: 10px;
  height: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ai-logo-box.two {
  margin: -10px -10px 0 0;
  inset: 0% 0% auto auto;
}

.plus-box {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.automation-details-box {
  z-index: 100;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  min-height: 470px;
  display: flex;
  position: relative;
}

.success-height-box {
  min-height: 300vh;
}

.growth-box-wrap {
  position: relative;
}

.growth-box-wrap.three {
  display: none;
}

.price-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-left: 0;
  margin-right: 0;
}

.cart-line-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.story-card-one {
  width: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  transform: translate3d(0, 0, 250px);
}

.story-card-two {
  width: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  transform: translate(0, 250px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.story-content-box {
  perspective: 1500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 200vh;
}

.story-content-wrap {
  position: sticky;
  top: 30px;
}

.bold {
  color: var(--black-color);
  font-weight: var(--_typography---font-weight--semi-bold);
}

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

.bold-span {
  font-weight: var(--_typography---font-weight--semi-bold);
}

.play-image {
  width: 35px;
  height: 35px;
}

.apple {
  border-radius: 12px;
}

.cta-overlay-box {
  z-index: 2;
  background-color: #ffffff59;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  position: static;
}

.play-button-box {
  z-index: 100;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--geist: Geist, sans-serif;
    --_typography---font-size--paragraph-regular: 16px;
    --_typography---line-height--paragraph-line-height: 150%;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--sora: Sora, sans-serif;
    --_typography---font-size--h1: 42px;
    --_typography---line-height--h1-line-height: 110%;
    --_typography---font-weight--bold: 700;
    --_typography---font-size--h2: 32px;
    --_typography---line-height--h2-line-height: 115%;
    --_typography---font-size--h3: 28px;
    --_typography---line-height--h3-line-height: 120%;
    --_typography---font-size--h4: 24px;
    --_typography---line-height--h4-line-height: 125%;
    --_typography---font-size--h5: 22px;
    --_typography---line-height--h5-line-height: 130%;
    --_typography---font-size--h6: 20px;
    --_typography---line-height--h6-line-height: 135%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-family--ibm-plex-mono: "IBM Plex Mono", sans-serif;
    --_typography---font-size--footer-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--extra-blod: 52px;
    --_typography---font-weight--extra-bold: 800;
    --_size---section-padding--section-medium: 80px;
    --_size---section-padding--section-big: 80px;
    --_size---container-padding: 40px;
    --_size---layout-gap: 60px;
  }

  .section {
    z-index: 0;
    position: static;
  }

  .section.footer {
    z-index: 0;
  }

  .section.bottom-section {
    z-index: 0;
    padding-bottom: 80px;
  }

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

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

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

  .section.about-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black-top-padding {
    z-index: 0;
    position: static;
  }

  .section.black-bottom-padding, .section.white-bottom-padding {
    z-index: 0;
  }

  .section.white-big-section {
    z-index: 0;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.move {
    z-index: 0;
    min-height: 550px;
    margin-bottom: 0;
  }

  .section.home-hero {
    z-index: 0;
    min-height: auto;
    padding-bottom: 80px;
  }

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

  .grid-wrapper {
    display: none;
  }

  .typography-layout {
    max-width: 750px;
  }

  .h2.ai-text.display-none {
    display: block;
  }

  .typography-left-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h6.hide {
    display: block;
  }

  .white-button, .black-button {
    padding: 12px 20px;
  }

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

  .color-box {
    min-height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-layout {
    padding-top: 80px;
  }

  .footer-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-height: 460px;
  }

  .footer-bottom {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 600px;
  }

  .footer-top-right {
    max-width: 300px;
    margin-top: 15px;
  }

  .footer-content-wrap {
    padding-right: 0;
  }

  .footer-input-field {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .submit-white {
    padding: 12px 20px;
  }

  .social-icon-link {
    width: 40px;
    height: 40px;
  }

  .social-icon {
    width: 16px;
    height: 16px;
  }

  .footer-logo {
    max-width: 350px;
    height: 100px;
  }

  .footer-menu-wrap {
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-menu-wrap:hover {
    background-color: var(--transparent);
  }

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

  .footer-arrow {
    width: 25px;
    height: 25px;
  }

  .copyright-text-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .error-page-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 600px;
    margin-right: auto;
  }

  .error-image {
    max-width: 350px;
    height: 130px;
  }

  .error-image-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ai-box {
    width: 80px;
    height: 80px;
  }

  .password-form-wrap {
    justify-content: center;
    align-items: center;
  }

  .submit-black {
    padding: 12px 20px;
  }

  .password-input-field {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .password-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .password-page-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .password-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .password-page-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-layout {
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
  }

  .changelog-text-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .changelog-box-wrap {
    max-width: 550px;
    padding: 40px;
  }

  .contact-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-left {
    flex: 1;
  }

  .contact-right {
    padding-top: 0;
  }

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

  .contact-address-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-input-field {
    height: 60px;
  }

  .contact-text-area {
    min-height: 150px;
  }

  .faq-layout {
    display: flex;
  }

  .faq-left {
    display: none;
  }

  .faq-dropdown {
    border-right-style: none;
  }

  .faq-number-box {
    width: 60px;
    height: 35px;
  }

  .password-special-text-wrap {
    width: auto;
  }

  .services-card {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-arrow-wrap {
    display: none;
  }

  .cover-image {
    height: 400px;
  }

  .cover-image.services-image {
    min-width: 230px;
    height: 100%;
  }

  .cover-image.service-details-image, .cover-image.projects-image {
    height: 450px;
  }

  .cover-image.teams-image {
    height: 400px;
  }

  .cover-image.project-details-image, .cover-image.blogs-image {
    height: 450px;
  }

  .cover-image.about-hero-image {
    height: 500px;
  }

  .cover-image.stats-image {
    height: 450px;
  }

  .cover-image.story-image, .cover-image.about-team-image {
    height: 400px;
  }

  .cover-image.vision-image {
    height: 450px;
  }

  .cover-image.vision-profile-image {
    max-width: 120px;
    height: 120px;
  }

  .cover-image.ai-left-image, .cover-image.ai-right-image {
    height: 380px;
  }

  .cover-image.home-projects-image {
    height: 450px;
  }

  .cover-image.impact-image {
    object-position: 50% 31%;
    height: 500px;
  }

  .cover-image.home-blog-image, .cover-image.testimonial-image {
    height: 400px;
  }

  .services-arrow {
    width: 50px;
    height: 50px;
  }

  .services-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .services-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 520px;
  }

  .tab-hide {
    display: none;
  }

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

  .service-details-text-wrap {
    display: flex;
  }

  .black-box-wrap, .black-box.text {
    display: none;
  }

  .more-services-heading {
    justify-content: space-between;
    align-items: center;
  }

  .pagination {
    padding-top: 60px;
  }

  .projects-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-arrow-box {
    width: 100px;
    height: 100px;
    display: none;
  }

  .projects-arrow {
    width: 50px;
    height: 50px;
  }

  .project-details-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr 1fr;
  }

  .teams-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .teams-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .teams-text-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .teams-card-overlay {
    display: none;
  }

  .blogs-content-box-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blogs-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blogs-profile-image {
    width: 60px;
    height: 60px;
  }

  .blogs-card-overlay {
    display: none;
  }

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

  .social-icon-black {
    width: 16px;
    height: 16px;
  }

  .social-icon-link-black {
    width: 30px;
    height: 30px;
  }

  .about-hero-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .extra-bold-text.home-heading, .extra-bold-text.one {
    text-align: right;
  }

  .about-hero-content-left, .about-hero-content-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-success-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-hero-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar-layout {
    z-index: 300;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation {
    margin-right: 20px;
  }

  .menu-icon {
    width: 25px;
    height: 25px;
  }

  .nav-link:hover {
    text-decoration: underline;
  }

  .nav-link:lang(en) {
    color: var(--white-color);
  }

  .contact-social-icon-link {
    width: 40px;
    height: 40px;
  }

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

  .about-social-icon-link {
    width: 40px;
    height: 40px;
  }

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

  .stats-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3fr;
  }

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

  .stats-heading-left {
    max-width: none;
    padding-right: 0;
  }

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

  .story-layout {
    height: 100%;
    min-height: auto;
  }

  .story-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    display: grid;
  }

  .story-content {
    flex-flow: column;
    min-height: auto;
    position: static;
  }

  .story-text-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-team-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-team-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-heading-left {
    justify-content: flex-start;
    padding-right: 0;
  }

  .about-video {
    height: 200px;
  }

  .about-team-card {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-team-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-team-profile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-team-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-team-text-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .vision-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .vision-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .vision-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .vision-profile-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .vision-profile-name {
    justify-content: flex-start;
  }

  .growth-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    position: static;
  }

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

  .growth-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
  }

  .growth-blank-box, .growth-text-box.two, .growth-text-box.four {
    display: none;
  }

  .growth-icon {
    width: 50px;
    height: 50px;
  }

  .home-services-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3fr;
  }

  .services-heading-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services-dropdown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-servises-text-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 250px;
  }

  .services-plus-box {
    width: 40px;
    height: 40px;
  }

  .services-plus-icon {
    width: 18px;
    height: 18px;
  }

  .services-content-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 430px;
  }

  .services-content-right {
    margin-top: 16px;
  }

  .services-image-one {
    max-width: 150px;
    height: 160px;
    left: -30px;
  }

  .services-image-two {
    max-width: 150px;
    height: 160px;
  }

  .choose-us-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-us-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ai-power-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .ai-power-content {
    grid-template-columns: 1fr;
  }

  .ai-heading-left {
    padding-right: 0;
    display: flex;
  }

  .ai-heading-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 450px;
  }

  .choose-us-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-us-icon {
    width: 70px;
    height: 70px;
  }

  .ai-power-left {
    display: none;
  }

  .ai-power-right {
    grid-column-gap: 20px;
  }

  .choose-us-card-wrap {
    background-color: var(--black-color);
    min-height: 350px;
  }

  .ai-white-blank-box {
    height: 380px;
    display: none;
  }

  .home-projects-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .home-projects-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-us-black-box {
    display: none;
  }

  .home-projects-list-wrapper.one, .home-projects-list-wrapper.two {
    position: static;
  }

  .home-projects-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .projects-icon-box-wrap {
    display: none;
  }

  .imapact-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .imapact-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 3fr;
  }

  .impact-heading-left, .impact-box-wrap {
    padding-right: 0;
  }

  .impact-box {
    max-width: none;
    height: 60px;
  }

  .impact-box.one {
    max-width: 860px;
  }

  .impact-box.two {
    max-width: 450px;
  }

  .impact-box.three {
    max-width: 550px;
  }

  .impact-number-box {
    max-width: 90px;
    height: 60px;
    margin-right: 0;
  }

  .success-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .success-left {
    max-width: none;
    padding-right: 0;
  }

  .success-button-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .display-none {
    display: none;
  }

  .success-right-box {
    min-height: 180px;
  }

  .success-right-box.another, .success-right-box.two, .success-right-box.three, .success-right-box.four {
    min-height: auto;
  }

  .success-right-box-content {
    flex-flow: row;
  }

  .move-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 500px;
    margin-top: 0;
  }

  .automation-layout {
    min-height: auto;
  }

  .automation-left {
    max-width: none;
    max-height: none;
  }

  .automation-ritght {
    margin-top: 0;
  }

  .move-content-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .move-bg-video {
    min-height: auto;
    max-height: 400px;
  }

  .home-blog-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .home-blog-heading-wrap {
    max-width: none;
    padding-right: 0;
  }

  .home-blog-button-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .home-blog-card {
    height: 100%;
  }

  .home-blog-arrow-wrap {
    display: none;
  }

  .home-blog-content-box {
    justify-content: space-between;
    height: 100%;
    min-height: 200px;
    max-height: 300px;
  }

  .home-blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-hero-top {
    margin-bottom: 0;
  }

  .home-hero-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .home-hero-heading-wrap {
    margin-bottom: 60px;
  }

  .home-hero-content-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .home-round-image-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 160px;
    max-height: 100px;
  }

  .home-image-one-wrap {
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
  }

  .home-image-two-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 140px;
    height: 140px;
  }

  .home-logo-icon {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .nav-cart-quantity.white {
    color: var(--black-color);
  }

  .price-plan-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .price-tabs {
    justify-content: flex-start;
    align-items: center;
  }

  .price-tabs-menu {
    margin-bottom: 40px;
  }

  .price-plan-card-wrap {
    max-width: none;
    height: 100%;
    padding: 40px;
  }

  .price-plan-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .price-plan-button-wrap {
    justify-content: flex-start;
    align-items: center;
  }

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

  .price-card-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .price-details-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-details-box-wrap {
    flex: 1;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: sticky;
    top: 20px;
  }

  .price-details-box {
    height: auto;
  }

  .price-details-box-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .add-to-cart-price-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-field-wrap {
    border-radius: 12px;
  }

  .checkout-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .checkout-left {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .order-summary-box-wrap {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .checkout-section, .customar-info-wrap {
    width: 100%;
  }

  .testimonial-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 400px;
  }

  .testimonial-small-image {
    width: 80px;
    height: 80px;
  }

  .right-arrow {
    top: 60%;
    right: 32%;
  }

  .counter-animatiion {
    display: none;
  }

  .growth-content-wrap {
    min-height: auto;
    max-height: none;
  }

  .left-arrow {
    top: 60%;
    left: 50%;
  }

  .growth-color {
    display: none;
  }

  .growth-height-box {
    min-height: auto;
  }

  .ai-logo-box {
    display: none;
  }

  .automation-details-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: auto;
  }

  .success-height-box {
    min-height: auto;
  }

  .story-card-one {
    position: static;
    transform: translate(0);
  }

  .story-card-two {
    position: static;
    transform: translate(0)rotate(0);
  }

  .story-content-box {
    perspective: none;
    min-height: auto;
  }

  .story-content-wrap {
    position: static;
  }

  .play-image {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--geist: Geist, sans-serif;
    --_typography---font-size--paragraph-regular: 16px;
    --_typography---line-height--paragraph-line-height: 150%;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--sora: Sora, sans-serif;
    --_typography---font-size--h1: 32px;
    --_typography---line-height--h1-line-height: 110%;
    --_typography---font-weight--bold: 700;
    --_typography---font-size--h2: 28px;
    --_typography---line-height--h2-line-height: 115%;
    --_typography---font-size--h3: 24px;
    --_typography---line-height--h3-line-height: 120%;
    --_typography---font-size--h4: 22px;
    --_typography---line-height--h4-line-height: 125%;
    --_typography---font-size--h5: 20px;
    --_typography---line-height--h5-line-height: 130%;
    --_typography---font-size--h6: 18px;
    --_typography---line-height--h6-line-height: 135%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-family--ibm-plex-mono: "IBM Plex Mono", sans-serif;
    --_typography---font-size--footer-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--extra-blod: 42px;
    --_typography---font-weight--extra-bold: 800;
    --_size---section-padding--section-medium: 60px;
    --_size---section-padding--section-big: 60px;
    --_size---container-padding: 30px;
    --_size---layout-gap: 40px;
  }

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

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

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

  .section.about-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.move {
    min-height: 400px;
  }

  .section.home-hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    min-height: 600px;
    padding-bottom: 60px;
  }

  .section.faq, .section.quriss {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .typography-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .h3.text-white.land {
    text-align: left;
  }

  .h5.navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-regular.text-white.land, .paragraph-regular.land {
    display: none;
  }

  .white-button, .black-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-text.text-white.price {
    white-space: pre-wrap;
    word-break: break-all;
  }

  .button-arrow {
    width: 20px;
    height: 20px;
  }

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

  .color-box {
    min-height: 300px;
  }

  .footer-layout {
    padding-top: 60px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 500px;
  }

  .footer-top-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-input-field, .submit-white {
    padding-left: 18px;
    padding-right: 18px;
  }

  .social-icon-link {
    width: 35px;
    height: 35px;
  }

  .social-icon {
    width: 15px;
  }

  .footer-logo {
    height: 70px;
  }

  .footer-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .copyright-text-wrap {
    text-align: center;
    display: flex;
  }

  .error-page-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .error-image {
    max-width: 320px;
  }

  .error-image-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ai-box {
    width: 70px;
    height: 70px;
  }

  .submit-black, .password-input-field {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .password-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .password-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .password-page-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-layout {
    max-width: 520px;
  }

  .changelog-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-left {
    max-width: none;
  }

  .contact-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-address-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-address-box-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-dropdown {
    padding: 20px 0;
  }

  .faq-dropdown:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33), .faq-dropdown:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2) {
    padding-left: 20px;
  }

  .faq-plus-wrap {
    width: 35px;
    height: 35px;
  }

  .faq-number-box {
    width: 50px;
    display: none;
  }

  .faq-text-box {
    padding-left: 0;
  }

  .services-card {
    flex-flow: column;
    width: 100%;
  }

  .cover-image-wrap {
    width: 100%;
  }

  .cover-image-wrap.blogs-image-wrap {
    height: 100%;
  }

  .cover-image-wrap.about-hero-image-wrap {
    width: 100%;
  }

  .cover-image-wrap.about-team-image-wrap {
    width: 50%;
  }

  .cover-image-wrap.vision-profile-image-wrap {
    width: auto;
  }

  .cover-image-wrap.growth-image-wrap, .cover-image-wrap.ai-left-image-wrap {
    display: none;
  }

  .cover-image-wrap.ai-right-image-wrap {
    min-width: 300px;
    min-height: 300px;
    max-height: 300px;
    display: none;
  }

  .cover-image-wrap.blog {
    height: 100%;
  }

  .cover-image {
    width: 100%;
    height: 350px;
  }

  .cover-image.services-image {
    width: 100%;
    min-width: auto;
  }

  .cover-image.service-details-image {
    height: 400px;
  }

  .cover-image.projects-image {
    height: 350px;
  }

  .cover-image.teams-image {
    object-position: 50% 15%;
    width: 100%;
    height: 350px;
  }

  .cover-image.project-details-image {
    height: 400px;
  }

  .cover-image.blogs-image {
    width: 100%;
    height: 100%;
  }

  .cover-image.about-hero-image {
    max-width: none;
    height: 400px;
  }

  .cover-image.stats-image {
    height: 400px;
  }

  .cover-image.about-team-image {
    height: 100%;
  }

  .cover-image.vision-image {
    height: 400px;
  }

  .cover-image.vision-profile-image {
    max-width: 100px;
    height: 100px;
  }

  .cover-image.ai-left-image, .cover-image.ai-right-image {
    height: 300px;
  }

  .cover-image.home-projects-image {
    height: 350px;
  }

  .cover-image.impact-image {
    height: 400px;
  }

  .cover-image.home-blog-image {
    height: 350px;
  }

  .cover-image.testimonial-image {
    object-position: 50% 10%;
    min-width: 200px;
    max-width: none;
    height: 300px;
  }

  .services-keyword-wrap.mobile-hide {
    flex-flow: wrap;
  }

  .services-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .services-item {
    width: 100%;
  }

  .services-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .service-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .black-box.text {
    display: block;
  }

  .pagination {
    padding-top: 40px;
  }

  .projects-content {
    width: 100%;
  }

  .projects-card {
    max-width: none;
    display: flex;
  }

  .projects-text-box {
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .projects-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .projects-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .projects-keyword-wrap.mobile-hide {
    top: 20px;
    left: 20px;
  }

  .project-details-top {
    grid-template-columns: 2fr;
  }

  .project-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .teams-card-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .teams-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .teams-image-box {
    width: 100%;
  }

  .teams-text-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px 20px 0;
  }

  .teams-card-overlay {
    display: none;
  }

  .teams-social-icon-wrap.desk-hide {
    flex-flow: wrap;
    display: flex;
  }

  .teams-social-icon-link {
    width: 35px;
    height: 35px;
  }

  .teams-social-icon-link.black {
    border-color: var(--black-color);
  }

  .teams-social-icon.black {
    color: var(--black-color);
  }

  .blogs-card {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blogs-content-box-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .blogs-profile-name {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blogs-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogs-profile-image {
    display: none;
  }

  .blogs-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-details-left {
    max-width: none;
  }

  .blog-details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .social-icon-black {
    width: 15px;
  }

  .more-blogs-heading {
    justify-content: space-between;
    align-items: center;
  }

  .about-hero-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-hero-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-hero-right {
    margin-top: 0;
  }

  .about-hero-content {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }

  .about-hero-right-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-hero-icon-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blank-box {
    display: none;
  }

  .nav-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drop-menu-wrap {
    min-width: auto;
  }

  .stats-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-card-content.robot {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats-text-card {
    display: none;
  }

  .location-icon {
    width: 40px;
    height: 40px;
  }

  .stats-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-heading {
    grid-template-columns: 1fr;
  }

  .story-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .story-text-box-wrap.one {
    padding: 30px;
  }

  .story-text-box-wrap.two {
    height: 100%;
    padding: 30px;
  }

  .story-text-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    flex-flow: column;
    order: 9999;
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }

  .about-team-heading, .about-team-content {
    grid-template-columns: 1fr;
  }

  .team-heading-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-team-card {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-team-content-wrap {
    width: 50%;
  }

  .about-team-icon-link {
    width: 30px;
    height: 30px;
  }

  .about-team-icon {
    width: 15px;
    height: 15px;
  }

  .about-team-text-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .vision-left-top {
    display: none;
  }

  .growth-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .growth-content {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: flex;
    overflow: scroll;
  }

  .growth-blank-box {
    display: none;
  }

  .growth-text-box.two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 450px;
    height: 100%;
    min-height: 200px;
    padding: 30px 20px;
    display: flex;
    position: static;
  }

  .growth-text-box.one {
    border-radius: 10px;
    min-width: 450px;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .growth-text-box.four {
    border-radius: 12px;
    width: 100%;
    min-width: 450px;
    height: 100%;
    min-height: 200px;
    padding: 30px 20px;
    display: flex;
    position: static;
  }

  .growth-text-box.three {
    border-radius: 10px;
    min-width: 450px;
    min-height: 200px;
    max-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: static;
  }

  .growth-text-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .growth-text-content.plus-right-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
  }

  .growth-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .growth-plus-top, .growth-plus-bottom {
    display: none;
  }

  .services-heading-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-servises-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 220px;
  }

  .services-plus-box {
    width: 30px;
    height: 30px;
  }

  .services-plus-icon {
    width: 15px;
    height: 15px;
  }

  .services-content-left {
    max-width: 600px;
  }

  .services-content-right {
    display: none;
  }

  .choose-us-layout {
    overflow: hidden;
  }

  .choose-us-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .choose-us-content.desk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ai-power-layout {
    overflow: hidden;
  }

  .ai-power-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3fr;
  }

  .ai-heading-left {
    padding-right: 0;
  }

  .ai-heading-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .choose-us-card {
    justify-content: center;
    align-items: center;
  }

  .choose-us-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .choose-us-icon {
    width: 60px;
    height: 40px;
  }

  .choose-us-card-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .ai-power-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .choose-us-card-wrap {
    min-width: 300px;
    min-height: auto;
  }

  .ai-power-white-box {
    padding: 30px;
  }

  .ai-white-box-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    max-width: none;
  }

  .ai-white-blank-box {
    height: 350px;
  }

  .ai-faster-box-wrap {
    padding: 30px;
    overflow: hidden;
  }

  .ai-faster-box {
    flex-flow: row;
    max-width: none;
  }

  .home-projects-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-projects-text-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .home-projects-keyword-wrap {
    display: none;
  }

  .home-projects-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-projects-button-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .imapact-layout {
    overflow: hidden;
  }

  .impact-content {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .impact-box-wrap.one, .impact-box-wrap.two, .impact-box-wrap.three, .impact-box-wrap.four {
    background-color: var(--box-color);
    padding: 10px;
  }

  .impact-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-box.one {
    background-color: #212121;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .impact-box.two {
    background-color: var(--transparent);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .impact-box.three, .impact-box.four {
    background-color: var(--transparent);
    padding-left: 0;
    padding-right: 0;
  }

  .impact-number-box {
    display: none;
  }

  .success-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .success-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .success-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .success-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .success-right-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .success-plus {
    display: none;
  }

  .success-video {
    height: auto;
    min-height: 300px;
    display: block;
  }

  .move-layout {
    max-width: 400px;
  }

  .move-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .automation-layout {
    min-height: 400px;
  }

  .automation-left {
    margin-left: 0;
  }

  .automation-ritght {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .move-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 40px 20px;
    display: flex;
  }

  .move-bg-video {
    min-height: 250px;
    max-height: 400px;
  }

  .home-blog-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3fr;
  }

  .home-blog-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-blog-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-blog-content-box {
    justify-content: space-between;
    align-items: stretch;
    min-height: 150px;
  }

  .home-blog-profile-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-blog-profile {
    flex-flow: row;
  }

  .home-blog-profile-image {
    display: none;
  }

  .home-blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .home-hero-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 40px;
  }

  .home-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
  }

  .home-hero-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero-profile-image {
    height: 40px;
  }

  .home-hero-heading-wrap {
    margin-bottom: 0;
  }

  .home-hero-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .home-round-image-wrap {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .home-image-one-wrap, .home-image-two-wrap {
    width: 100px;
    height: 100px;
  }

  .cart-button {
    display: none;
  }

  .price-tabs-menu {
    margin-bottom: 30px;
  }

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

  .price-plan-card-wrap {
    max-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-plan-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 260px;
    display: flex;
  }

  .price-plan-text-wrap {
    max-width: 280px;
  }

  .price-plan-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .price-feature-item {
    justify-content: flex-start;
    align-items: center;
  }

  .price-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .price-details-box-wrap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .price-details-box {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 500rem;
  }

  .price-details-text-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .price-details-box-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .checkout-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-profile-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .testimonial-text-wrap {
    max-width: 320px;
    min-height: 350px;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonial-small-image-wrap {
    display: none;
  }

  .testimonial-profile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    inset: auto 0% 0% auto;
  }

  .growth-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
  }

  .growth-color {
    display: block;
  }

  .automation-details-box {
    flex-flow: column;
  }

  .growth-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 450px;
    max-width: 450px;
    height: 100%;
    display: flex;
    position: static;
  }

  .growth-box-wrap.three {
    display: flex;
  }

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

  .story-card-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .7fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

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

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--geist: Geist, sans-serif;
    --_typography---font-size--paragraph-regular: 16px;
    --_typography---line-height--paragraph-line-height: 150%;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--sora: Sora, sans-serif;
    --_typography---font-size--h1: 28px;
    --_typography---line-height--h1-line-height: 110%;
    --_typography---font-weight--bold: 700;
    --_typography---font-size--h2: 26px;
    --_typography---line-height--h2-line-height: 115%;
    --_typography---font-size--h3: 24px;
    --_typography---line-height--h3-line-height: 120%;
    --_typography---font-size--h4: 22px;
    --_typography---line-height--h4-line-height: 125%;
    --_typography---font-size--h5: 20px;
    --_typography---line-height--h5-line-height: 130%;
    --_typography---font-size--h6: 18px;
    --_typography---line-height--h6-line-height: 135%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---font-family--ibm-plex-mono: "IBM Plex Mono", sans-serif;
    --_typography---font-size--footer-text: 16px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--extra-blod: 28px;
    --_typography---font-weight--extra-bold: 800;
    --_size---section-padding--section-medium: 40px;
    --_size---section-padding--section-big: 40px;
    --_size---container-padding: 20px;
    --_size---layout-gap: 30px;
  }

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

  .section.changelog, .section.contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.black-section {
    padding-bottom: 40px;
  }

  .section.about-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.move {
    min-height: 350px;
  }

  .section.home-hero {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.faq, .section.quriss {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .typography-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .h3.home-heading {
    text-align: center;
  }

  .h5.navbar {
    padding: 10px;
  }

  .h6.land {
    display: none;
  }

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

  .special-text.land, .paragraph-regular.text-white.hide {
    display: none;
  }

  .paragraph-regular.mobile-center {
    text-align: center;
  }

  .typography-right-content {
    border-style: dashed;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-button, .black-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .color-box {
    min-height: 220px;
  }

  .footer-layout {
    padding-top: 40px;
  }

  .footer-top {
    flex-flow: column;
    grid-template-columns: 3fr;
    padding-bottom: 30px;
  }

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

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

  .footer-top-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .footer-content-wrap, .footer-form {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .social-icon {
    width: 14px;
    height: 15px;
  }

  .footer-menu-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-arrow {
    width: 20px;
    height: 20px;
  }

  .error-page-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .error-page-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .error-image {
    max-width: 200px;
    height: 80px;
  }

  .error-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .error-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .ai-box {
    width: 60px;
    height: 60px;
  }

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

  .password-page-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .changelog-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-version-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-heading-wrap {
    text-align: center;
  }

  .contact-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-address-wrap {
    flex-flow: column;
    display: flex;
  }

  .contact-address-box-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-address-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-input-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    justify-content: space-between;
    align-items: center;
  }

  .contact-button-wrap {
    padding-top: 0;
  }

  .contact-text-area {
    min-height: 100px;
  }

  .faq-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-dropdown {
    padding-right: 0;
  }

  .faq-dropdown:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2) {
    padding: 10px;
  }

  .faq-plus {
    width: 16px;
    height: 16px;
  }

  .faq-plus:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2), .faq-plus:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
    width: 14px;
    height: 14px;
  }

  .faq-plus-wrap:where(.w-variant-913e4078-ebfb-d5b7-34c8-971b3ec73eb2), .faq-plus-wrap:where(.w-variant-77b7a5d6-ee40-2a98-b8f7-785f95957b33) {
    width: 30px;
    height: 30px;
  }

  .services-layout {
    justify-content: space-between;
    align-items: center;
  }

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

  .services-card {
    flex-flow: column;
    display: flex;
  }

  .cover-image-wrap.about-team-image-wrap {
    width: 100%;
    min-width: 60px;
  }

  .cover-image-wrap.vision-profile-image-wrap {
    width: auto;
  }

  .cover-image-wrap.image-right-one {
    min-width: 100px;
  }

  .services-card-content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cover-image {
    height: 300px;
  }

  .cover-image.services-image {
    min-width: auto;
    height: 300px;
  }

  .cover-image.service-details-image, .cover-image.projects-image, .cover-image.teams-image, .cover-image.project-details-image, .cover-image.blogs-image {
    height: 300px;
  }

  .cover-image.about-hero-image {
    object-position: 50% 20%;
    height: 260px;
  }

  .cover-image.stats-image {
    height: 250px;
  }

  .cover-image.story-image {
    min-width: 100px;
    height: 100%;
    min-height: 300px;
  }

  .cover-image.about-team-image {
    object-position: 50% 10%;
    min-width: 60px;
    height: 300px;
  }

  .cover-image.vision-image {
    height: 250px;
  }

  .cover-image.ai-left-image {
    height: 300px;
  }

  .cover-image.ai-right-image {
    object-position: 50% 19%;
    height: 300px;
  }

  .cover-image.home-projects-image, .cover-image.impact-image, .cover-image.home-blog-image {
    height: 300px;
  }

  .cover-image.testimonial-image {
    object-position: 50% 10%;
  }

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

  .mobile-hide {
    display: none;
  }

  .service-details-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .more-services-layout {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .more-services-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .pagination {
    padding-top: 30px;
  }

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

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

  .projects-text-box {
    padding: 20px;
  }

  .projects-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .projects-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-details-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .project-info {
    flex-flow: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .more-project-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .teams-card-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .teams-card {
    flex-flow: column;
    display: flex;
  }

  .teams-text-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .teams-social-icon-wrap.desk-hide {
    margin-top: -20px;
    display: none;
  }

  .blogs-card {
    flex-flow: column;
    display: flex;
  }

  .blogs-content-box-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blogs-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blogs-profile-wrap {
    width: 100%;
  }

  .blogs-profile-name {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
  }

  .blogs-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogs-profile-image {
    display: none;
  }

  .social-icon-black {
    width: 14px;
    height: 15px;
  }

  .social-icon-link-black {
    width: 30px;
    height: 30px;
  }

  .more-blogs-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-hero-layout, .about-hero-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-heading {
    text-align: center;
  }

  .about-hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .extra-bold-text.home-heading, .extra-bold-text.one {
    text-align: center;
  }

  .about-hero-content-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .about-hero-success-box, .about-hero-text-wrap {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .about-hero-right-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-social-icon {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .about-hero-icon-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .blank-box {
    display: none;
  }

  .navbar-layout {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-logo {
    max-width: 100px;
    height: 25px;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .menu-text {
    display: none;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .drop-box {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .drop-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-social-icon-link {
    width: 30px;
    height: 30px;
  }

  .contact-social-icon {
    width: 15px;
    height: 15px;
  }

  .about-social-icon {
    width: 15px;
    height: 15px;
  }

  .about-social-icon-link {
    width: 30px;
    height: 30px;
  }

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

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

  .stats-heading-left {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .stats-card-content {
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats-card-content.robot {
    padding: 0;
  }

  .stats-text-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .story-heading {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .story-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

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

  .story-text-box-wrap.one, .story-text-box-wrap.two {
    padding: 20px;
  }

  .story-text-box {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-text-wrap {
    order: 9999;
  }

  .about-team-heading {
    place-items: center;
  }

  .about-team-content {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .team-heading-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .team-heading-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-video {
    max-width: none;
  }

  .about-team-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-team-content-wrap {
    width: auto;
  }

  .about-team-icon-wrap {
    flex-flow: wrap;
  }

  .about-team-text-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .vision-heading {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .vision-left {
    flex-flow: column;
    display: none;
  }

  .vision-left-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vision-left-bottom {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .vision-profile-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .vision-profile-name {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .growth-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .growth-heading {
    text-align: center;
    place-items: center;
  }

  .growth-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex;
    overflow: scroll;
  }

  .growth-text-box.two {
    justify-content: center;
    align-items: center;
    min-width: 260px;
    min-height: 150px;
    max-height: 150px;
    display: none;
  }

  .growth-text-box.one {
    min-width: 260px;
    min-height: 150px;
    max-height: none;
    padding: 20px;
  }

  .growth-text-box.four {
    min-width: 260px;
    min-height: 150px;
    max-height: 150px;
    display: none;
  }

  .growth-text-box.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    min-height: 150px;
    max-height: 150px;
    padding: 20px;
  }

  .growth-text-box.hide {
    min-height: 150px;
    max-height: 150px;
  }

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

  .growth-text-content.plus-right-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .growth-icon {
    width: 40px;
    height: 40px;
  }

  .growth-icon.plus-right-3 {
    width: 50px;
    height: 50px;
  }

  .services-heading-left, .services-heading-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .services-dropdown {
    padding: 20px 10px;
  }

  .services-dropdown-toggle.w--open {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-servises-text-wrap {
    max-width: 200px;
  }

  .services-plus-box {
    width: 25px;
    height: 25px;
  }

  .services-plus-icon {
    width: 13px;
    height: 13px;
  }

  .home-services-keyword-wrap {
    display: none;
  }

  .choose-us-heading {
    text-align: center;
    place-items: center;
  }

  .choose-us-content {
    grid-template-columns: 1fr;
  }

  .ai-power-heading {
    text-align: center;
  }

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

  .ai-heading-right {
    justify-content: center;
    align-items: center;
  }

  .choose-us-card {
    padding: 40px 20px;
  }

  .choose-us-card-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .choose-us-icon {
    width: 60px;
    height: 30px;
  }

  .choose-us-card-text {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .ai-power-right {
    grid-template-columns: 1fr;
  }

  .choose-us-card-wrap {
    min-height: 350px;
  }

  .ai-power-white-box {
    padding: 20px;
  }

  .ai-white-box-content {
    flex-flow: column;
  }

  .ai-white-blank-box {
    display: none;
  }

  .ai-faster-box-wrap {
    padding: 20px;
  }

  .ai-faster-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-projects-heading {
    text-align: center;
    place-items: center;
  }

  .home-projects-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .home-projects-text-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    padding: 20px 15px;
  }

  .home-projects-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-projects-button-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .impact-content {
    grid-row-gap: 10px;
    display: flex;
  }

  .impact-heading-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .impact-box {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .impact-box.one, .impact-box.two, .impact-box.three, .impact-box.four {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .success-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .success-heading-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .success-button-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .success-right-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .success-right-box.another, .success-right-box.two, .success-right-box.three, .success-right-box.four {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .success-right-box-content {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .success-video {
    height: 300px;
  }

  .move-layout {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .move-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .move-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

  .automation-layout {
    min-height: auto;
  }

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

  .automation-ritght {
    justify-content: flex-start;
    align-items: center;
  }

  .move-content-wrap {
    border: 1px solid #7d7d7d99;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
    position: static;
  }

  .move-bg-video {
    display: none;
  }

  .automation-text-wrap, .testimonial-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .home-blog-layout {
    justify-content: flex-start;
    align-items: center;
  }

  .home-blog-heading-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .home-blog-button-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-blog-card {
    flex-flow: column;
    display: flex;
  }

  .home-blog-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-blog-content-box {
    min-height: auto;
  }

  .home-blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .home-hero-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .home-hero-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .home-hero-profile-image {
    height: 40px;
  }

  .home-hero-riview {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-hero-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .home-hero-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .home-round-image-wrap {
    display: none;
  }

  .home-round-image-wrap.desk {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    max-height: 200px;
    display: flex;
  }

  .home-hero-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .home-image-one-wrap {
    display: none;
  }

  .home-image-one-wrap.mobile {
    width: 130px;
    height: 130px;
    display: flex;
    position: relative;
  }

  .home-image-one.mobile {
    width: 130px;
    height: 130px;
  }

  .home-image-two-wrap {
    display: none;
  }

  .home-image-two-wrap.mobile {
    width: 130px;
    height: 130px;
    margin-left: 0%;
    display: block;
  }

  .home-image-two.mobile {
    width: 130px;
    height: 130px;
  }

  .home-logo-icon-wrap.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
  }

  .home-logo-icon, .cart-icon {
    width: 25px;
    height: 25px;
  }

  .cart-button {
    width: 35px;
  }

  .nav-cart-quantity {
    justify-content: center;
    align-items: center;
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex;
  }

  .price-tabs-menu {
    margin-bottom: 30px;
  }

  .price-plan-card-wrap {
    max-width: none;
  }

  .price-plan-card {
    max-width: 320px;
  }

  .price-plan-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .price-details-box-wrap {
    padding: 20px;
  }

  .price-details-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .price-details-box-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .add-to-cart-price-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-field-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-summary-box-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .checkout-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .checkout-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .checkout-input-field {
    height: 30px;
  }

  .checkout-input-field.country {
    height: 38px;
  }

  .checkout-address-row {
    align-items: stretch;
  }

  .checkout-line-item {
    flex-flow: wrap;
  }

  .shipping-method {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-order-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .testimonial-text-wrap {
    max-width: none;
    min-height: auto;
  }

  .testimonial-arrow-box {
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: .5%;
    right: 50px;
  }

  .growth-content-wrap {
    justify-content: flex-start;
    align-items: center;
    max-height: none;
  }

  .left-arrow {
    padding-left: 50px;
  }

  .groth-text-first-line {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block {
    min-height: auto;
    max-height: none;
  }

  .growth-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .growth-box-wrap.three {
    justify-content: flex-start;
    align-items: center;
  }

  .story-card-one {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .story-card-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .cta-overlay-box {
    display: none;
    inset: 0%;
  }
}

#w-node-_7286432c-5408-ea4e-b369-4fc31716cdf4-e5b1c546:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f310f5a4-2fef-9668-57a2-78f32b63b4bc-e5b1c546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f310f5a4-2fef-9668-57a2-78f32b63b4ba-e5b1c546:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_55f1ccb0-4f4d-a5b0-e433-cfdf8e3271fc-8e3271f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1420a10-6d30-4d67-1a68-7f4079194a0c-e5b1c546, #w-node-_711d83c9-33e3-20e9-10e3-ea519c858163-e5b1c546 {
    order: -9999;
  }

  #w-node-_79bd1cf7-75fe-05db-2c73-a6b8cc2a9c6a-e5b1c546, #w-node-_6ecbcc53-de6b-99bd-262d-68f6cc7428ea-e5b1c546, #w-node-_10fae360-c40d-e8d9-a85e-6808aecdd8e8-e5b1c546, #w-node-_6f5272b0-90ae-035f-7999-fc779babcab2-e5b1c546 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84828dfb-8c3a-0638-334e-2daa40e7d492-e5b1c546 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5a1ba65-c0b8-e050-a949-6a808467beba-e5b1c546 {
    order: -9999;
  }

  #w-node-_7286432c-5408-ea4e-b369-4fc31716cdf4-e5b1c546:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f310f5a4-2fef-9668-57a2-78f32b63b4bc-e5b1c546 {
    order: 9999;
  }

  #w-node-f310f5a4-2fef-9668-57a2-78f32b63b4ba-e5b1c546:where(.w-variant-60212c25-159e-1ae0-84f1-875bbf60791e) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


