:root {
  --all-font-family--primary-font: "Rethink Sans", sans-serif;
  --all-color--neutral-04: #112c23;
  --all-heading--heading-1: 64px;
  --line-height--115: 115%;
  --all-font-weight--semibold: 600;
  --all-letter-spacing--2: -2px;
  --all-heading--heading-2: 56px;
  --line-height--120: 120%;
  --all-letter-spacing--1-5: -1.5px;
  --all-heading--heading-3: 36px;
  --line-height--140: 140%;
  --all-letter-spacing--1: -1px;
  --all-heading--heading-4: 24px;
  --all-font-weight--medium: 500;
  --all-letter-spacing--0-5: -.5px;
  --all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>: 24px;
  --line-height--170: 170%;
  --all-font-family--secondery-font: "Instrument Sans", sans-serif;
  --all-color--neutral-03: #47564e;
  --all-heading--body-18: 18px;
  --all-font-weight--regular: 400;
  --all-color--neutral-01: white;
  --all-heading--body-16: 16px;
  --all-heading--body-14: 14px;
  --all-color--theme-color-01: #ff6c1f;
  --all-gap--gap-24: 24px;
  --all-gap--gap-30p: 30px;
  --line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>: 150%;
  --all-gap--gap-20: 20px;
  --all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>: #00003f;
  --all-gap--gap-12: 12px;
  --all-heading--body-20: 20px;
  --all-heading--body-12: 12px;
  --all-color--neutral-02: #f7f6f3;
  --all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>: #dd4536;
  --all-gap--gap-120: 120px;
  --all-heading--heading-2-smal: 48px;
  --all-gap--gap-16: 16px;
  --all-font-weight--bold: 700;
  --all-gap--gap-56: 56px;
  --all-gap--gap-64: 64px;
  --all-gap--gap-14: 14px;
  --all-heading--display-heading: 68px;
}

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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 {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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 {
  font-family: var(--all-font-family--primary-font);
  color: #333;
  --all-font-family--primary-font: "Rethink Sans", sans-serif;
  --all-color--neutral-04: #112c23;
  --all-heading--heading-1: 64px;
  --line-height--115: 115%;
  --all-font-weight--semibold: 600;
  --all-letter-spacing--2: -2px;
  --all-heading--heading-2: 56px;
  --line-height--120: 120%;
  --all-letter-spacing--1-5: -1.5px;
  --all-heading--heading-3: 36px;
  --line-height--140: 140%;
  --all-letter-spacing--1: -1px;
  --all-heading--heading-4: 24px;
  --all-font-weight--medium: 500;
  --all-letter-spacing--0-5: -.5px;
  --all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>: 24px;
  --line-height--170: 170%;
  --all-font-family--secondery-font: "Instrument Sans", sans-serif;
  --all-color--neutral-03: #47564e;
  --all-heading--body-18: 18px;
  --all-font-weight--regular: 400;
  --all-color--neutral-01: white;
  --all-heading--body-16: 16px;
  --all-heading--body-14: 14px;
  --all-color--theme-color-01: #ff6c1f;
  --all-gap--gap-24: 24px;
  --all-gap--gap-30p: 30px;
  --line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>: 150%;
  --all-gap--gap-20: 20px;
  --all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>: #00003f;
  --all-gap--gap-12: 12px;
  --all-heading--body-20: 20px;
  --all-heading--body-12: 12px;
  --all-color--neutral-02: #f7f6f3;
  --all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>: #dd4536;
  --all-gap--gap-120: 120px;
  --all-heading--heading-2-smal: 48px;
  --all-gap--gap-16: 16px;
  --all-font-weight--bold: 700;
  --all-gap--gap-56: 56px;
  --all-gap--gap-64: 64px;
  --all-gap--gap-14: 14px;
  --all-heading--display-heading: 68px;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-1);
  line-height: var(--line-height--115);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--2);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-2);
  line-height: var(--line-height--120);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1-5);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-3);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-bottom: 0;
}

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

.body {
  background-color: var(--all-color--neutral-01);
  font-family: var(--all-font-family--primary-font);
}

.container {
  max-width: 1280px;
}

.hero-button {
  background-image: linear-gradient(135deg, #3c2af3, #160a37 46% 69%, #e61850);
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
  box-shadow: 0 11px 12px #0f002f1f, 0 3px 3px #1400401f, 0 1px 1px #12003c1f;
}

.hero-button-content {
  background-image: linear-gradient(135deg, #3c2af3, #160a37 46% 69%, #e61850);
  border-radius: 8px;
  justify-content: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-text {
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--medium);
  text-align: center;
}

.hero-button-content-wrap {
  background-image: linear-gradient(#d5c3ff54, #d5c3ff00);
  border-radius: 8px;
  padding: 1px;
}

.hero-button-text-hover {
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--medium);
  text-align: center;
  position: absolute;
  bottom: -30px;
}

.cta-section-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  display: flex;
}

.subtext {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  font-weight: var(--all-font-weight--medium);
}

.hero-subtitle {
  color: var(--all-color--theme-color-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-title-wrap {
  grid-column-gap: var(--all-gap--gap-24);
  grid-row-gap: var(--all-gap--gap-24);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-button-v2 {
  background-color: var(--all-color--neutral-01);
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
  box-shadow: 0 11px 4px #19005103, 0 6px 4px #1f006405, 0 3px 3px #21006d08, 0 1px 1px #18004f0a;
}

.hero-button-content-v2 {
  background-color: var(--all-color--neutral-01);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-text-v2 {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--medium);
  text-align: center;
}

.hero-button-text-v2-hover {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--medium);
  text-align: center;
  position: absolute;
  bottom: -30px;
}

.hero-button-content-wrap-v2 {
  background-image: linear-gradient(#e5e3f5f7, #d5c3ff00);
  border-radius: 8px;
  padding: 1px;
}

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

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

.nav-link {
  opacity: .5;
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  text-transform: none;
  padding: 0;
  text-decoration: none;
  transition: opacity .5s;
}

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

.nav-link.w--current {
  opacity: 1;
  color: var(--all-color--neutral-04);
  text-transform: none;
}

.primary-button-text {
  z-index: 2;
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  margin-bottom: 0;
  position: relative;
}

.primary-button-text:where(.w-variant-58c2e225-a635-87df-0fa2-03eb31663e0c) {
  color: var(--all-color--neutral-04);
}

.primary-button-text:where(.w-variant-9467b886-822b-49fa-5399-fdc450139c1f) {
  font-size: var(--all-heading--body-18);
}

.header {
  width: 100%;
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  z-index: 100000;
  background: white;
}

.navbar-black {
  z-index: 5;
  background-color: #ddd0;
  border-radius: 18px;
  justify-content: space-between;
  width: 100%;
}

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

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

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

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

.primary-button-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--all-color--theme-color-01);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  transition: background-color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-area:where(.w-variant-58c2e225-a635-87df-0fa2-03eb31663e0c) {
  background-color: var(--all-color--neutral-01);
  padding: 16px 32px;
}

.primary-button-area:where(.w-variant-cda33f01-cb35-1a97-e0f0-7683b711dc26) {
  padding: 16px 26px;
}

.primary-button-area:where(.w-variant-9467b886-822b-49fa-5399-fdc450139c1f) {
  background-color: var(--all-color--neutral-04);
  padding: 16px 32px;
}

.cta-section {
  padding: 124px var(--all-gap--gap-30p) 144px;
  background-color: var(--all-color--neutral-04);
  position: relative;
}

.cta-content-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.social-icons {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  transition: opacity .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icons:hover {
  opacity: .7;
}

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

.footer-logo-text {
  grid-column-gap: var(--all-gap--gap-24);
  grid-row-gap: var(--all-gap--gap-24);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 15%;
  display: flex;
}

.navtext {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  text-decoration: none;
  transition: color .5s;
}

.navtext:hover, .navtext.w--current {
  color: var(--all-color--theme-color-01);
}

.footer-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-menu-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-bottom-text {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  text-align: left;
  margin-bottom: 0;
}

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

.footer-bottom-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 2px solid #112c2338;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.footer {
  padding: 76px var(--all-gap--gap-30p) 26px;
  background-color: var(--all-color--neutral-01);
}

.footer-menu-default-text {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  margin-bottom: 4px;
}

.body-text-16 {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
}

.singel-privacy-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.privacy-text {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
}

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

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

.bullet-wrap-2 {
  margin-top: 10px;
}

.dot-2 {
  background-color: var(--all-color--neutral-03);
  opacity: .6;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.bullet-text {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>);
  font-weight: var(--all-font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.privacy-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-3);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1);
}

.changelog-card-wrapper {
  grid-column-gap: var(--all-gap--gap-20);
  grid-row-gap: var(--all-gap--gap-20);
  flex-flow: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.bullet-2 {
  background-color: var(--all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>);
  border-radius: 100px;
  width: 7px;
  height: 7px;
}

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

.changelog-feature-title {
  grid-column-gap: var(--all-gap--gap-20);
  grid-row-gap: var(--all-gap--gap-20);
  flex-flow: column;
  display: flex;
}

.changelog-date {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.changelog-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--all-color--neutral-01);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 28px 28px 28px 36px;
  display: flex;
  position: relative;
}

.changelog-verson {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.verson-text-main {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--semibold);
}

.changelog-title-wrap {
  grid-column-gap: var(--all-gap--gap-12);
  grid-row-gap: var(--all-gap--gap-12);
  flex-flow: column;
  display: flex;
}

.changelog-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-20);
  font-weight: var(--all-font-weight--semibold);
}

.most-popular-text-v2 {
  background-color: var(--all-color--theme-color-01);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-12);
  font-weight: var(--all-font-weight--medium);
  border-radius: 100px;
  padding: 6px 11px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.singel-form {
  background-color: var(--all-color--neutral-02);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  text-transform: uppercase;
  padding: 20px 24px;
  text-decoration: none;
}

.paragraph {
  color: var(--all-color--neutral-04);
  line-height: var(--line-height--170);
  text-transform: none;
  margin-bottom: 0;
}

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

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

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

.color-style-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--120);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.color-box {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.color-box._01 {
  border: 1px solid var(--all-color--neutral-02);
  background-color: var(--all-color--neutral-01);
  line-height: var(--line-height--170);
}

.color-box._02 {
  background-color: var(--all-color--neutral-02);
  line-height: var(--line-height--170);
}

.color-box._03 {
  background-color: var(--all-color--neutral-03);
}

.color-box._04 {
  background-color: var(--all-color--neutral-04);
}

.color-box._05 {
  background-color: var(--all-color--theme-color-01);
  line-height: var(--line-height--170);
}

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

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

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

.text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
}

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

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

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

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

.top-label {
  background-color: var(--all-color--theme-color-01);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  overflow: hidden;
}

.top-label-text-wrap {
  grid-column-gap: var(--all-gap--gap-20);
  grid-row-gap: var(--all-gap--gap-20);
  flex: none;
  align-items: center;
  display: flex;
}

.top-label-dot {
  background-color: var(--all-color--neutral-01);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.top-label-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-top-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #112c231a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  display: flex;
}

.nav-date-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
}

.nav-location-text {
  grid-column-gap: var(--all-gap--gap-24);
  grid-row-gap: var(--all-gap--gap-24);
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.line-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.line-button-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.line-button-text {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.line {
  background-color: var(--all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>);
  width: 1px;
  height: 1px;
  margin-left: -4px;
}

.line-button-text-wrap {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

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

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

.cta-title {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--heading-2);
  line-height: var(--line-height--120);
  font-weight: var(--all-font-weight--semibold);
  text-align: center;
  letter-spacing: var(--all-letter-spacing--1-5);
}

.cta-subtext {
  opacity: .7;
  color: var(--all-color--neutral-02);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  text-align: center;
  max-width: 500px;
}

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

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

.footer-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-text-field {
  background-color: var(--all-color--neutral-02);
  font-family: var(--all-font-family--secondery-font);
  color: #47564e99;
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  border: 1px solid #ffffff4d;
  height: 59px;
  margin-bottom: 0;
  padding: 12px;
}

.footer-text-field:focus {
  border-color: #ffffff4d;
}

.footer-submit-button {
  background-color: var(--all-color--neutral-04);
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  min-height: 59px;
  padding: 8px 22px;
  transition: opacity .5s;
}

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

.footer-error-button {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  border: 1px solid #ffffff4d;
  height: 59px;
  padding: 16px 60px;
  transition: opacity .5s;
}

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

.footer-text {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
}

.menu-item-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.link-3 {
  color: var(--all-color--neutral-03);
  text-decoration: none;
  transition: color .5s;
}

.link-3:hover {
  color: var(--all-color--theme-color-01);
  text-decoration: underline;
}

.hero-subtext {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  max-width: 411px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.about-section {
  padding: 100px var(--all-gap--gap-30p) var(--all-gap--gap-120);
  overflow: hidden;
}

.counter-card {
  border-right: 1px solid #47564e33;
  padding-right: 36px;
}

.counter-number {
  color: var(--all-color--theme-color-01);
  font-size: 90px;
  line-height: 100%;
  font-weight: var(--all-font-weight--medium);
  letter-spacing: 0;
}

.body-16-semibold {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
}

.author-image {
  border-radius: 12px;
}

.author-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.author-position {
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
}

.faq-question {
  background-color: var(--all-color--neutral-01);
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

._404-section {
  padding: 146px var(--all-gap--gap-30p);
}

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

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

._404-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

._404-title {
  font-size: var(--all-heading--heading-2-smal);
  line-height: var(--line-height--120);
  text-align: center;
  letter-spacing: var(--all-letter-spacing--1-5);
}

._404-subtext {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  text-align: center;
  max-width: 550px;
}

._404-title-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
  background-color: var(--all-color--neutral-02);
  overflow: hidden;
}

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

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--all-color--neutral-01);
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.testimonial-card._01 {
  background-color: var(--all-color--neutral-02);
}

.testimonial-title {
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

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

.testimonial-image {
  max-width: 48px;
}

.testimonial-info {
  flex-flow: column;
  display: flex;
}

.testimonial-name {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
}

.testimonial-position {
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
}

.contact-information-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.contact-link-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

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

.contact-link-text {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--theme-color-01);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  text-decoration: none;
  transition: color .5s;
}

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

.contact-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.contact-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--all-color--neutral-02);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 652px;
  padding: 40px;
  display: flex;
}

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

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

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

.field-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  margin-bottom: 0;
}

.text-field-2 {
  background-color: var(--all-color--neutral-01);
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  border: 1px solid #f1efe8;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 12px;
}

.text-field-2:focus {
  border-color: #f0eae4;
}

.text-field-2.text-area {
  height: 120px;
}

.input-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  border: 1px solid var(--all-color--neutral-04);
  background-color: var(--all-color--neutral-01);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: var(--all-color--neutral-04);
}

.checkbox-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
}

.checkbox-field {
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
}

.submit-button-2 {
  background-color: var(--all-color--neutral-04);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  border: 1px solid #ffffff4d;
  height: 63px;
  padding: 16px 20px;
  transition: opacity .5s;
}

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

.error-button-2 {
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  height: 59px;
  padding: 16px 20px;
}

.terms-content-wrapper {
  justify-content: center;
  margin-top: 124px;
  display: flex;
}

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

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

.styleguide-content-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.link-4 {
  color: var(--all-color--neutral-04);
  font-weight: var(--all-font-weight--medium);
  text-decoration: none;
}

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

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

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

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

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

.dropdown-toggle-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .5;
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  text-transform: none;
  align-items: center;
  padding: 0 25px 0 0;
  transition: opacity .5s;
  display: flex;
}

.dropdown-toggle-main:hover {
  opacity: 1;
}

.dropdown-menu-list.w--open {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  display: block;
  top: 90px;
  box-shadow: 0 16px 48px #0000001f;
}

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

.primary-button-bg {
  background-color: var(--all-color--neutral-04);
  height: 100%;
  position: absolute;
  left: -2px;
}

.primary-button-bg:where(.w-variant-58c2e225-a635-87df-0fa2-03eb31663e0c), .primary-button-bg:where(.w-variant-9467b886-822b-49fa-5399-fdc450139c1f) {
  background-color: var(--all-color--theme-color-01);
}

.primary-button-text-wrap {
  position: relative;
  overflow: hidden;
}

.primary-button-text-hover {
  z-index: 2;
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  margin-bottom: 0;
  position: absolute;
  bottom: -30px;
}

.primary-button-text-hover:where(.w-variant-58c2e225-a635-87df-0fa2-03eb31663e0c) {
  color: var(--all-color--neutral-01);
}

.primary-button-text-hover:where(.w-variant-9467b886-822b-49fa-5399-fdc450139c1f) {
  font-size: var(--all-heading--body-18);
}

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

.email-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.email-link-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  text-decoration: none;
}

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

.social-icon-lists {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.social-icon {
  transition: opacity .5s;
}

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

.top-label-line {
  background-color: var(--all-color--neutral-04);
  opacity: .1;
  width: 2px;
  height: 100%;
}

.cta-bg-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-contact-title {
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--heading-2-smal);
  line-height: var(--line-height--120);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1-5);
  text-decoration: none;
}

.cta-contact-title:hover {
  text-decoration: underline;
}

.cta-phone-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.footer-form-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 32%;
  display: flex;
}

.footer-form-text-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  display: flex;
}

.footer-form-default-text {
  font-family: var(--all-font-family--primary-font);
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-bottom: 4px;
}

.hero-section {
  padding: 100px var(--all-gap--gap-30p) 46px;
  background-image: url('../images/Hero-13.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.hero-content-wrap {
  max-width: 720px;
}

.hero-display-heading {
  font-size: var(--all-heading--heading-2);
  font-weight: var(--all-font-weight--bold);
}

.hero-feature-card-wrapper {
  justify-content: flex-end;
  display: flex;
}

.hero-feature-card-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 655px;
  display: grid;
}

.hero-feature-card {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  background-color: var(--all-color--neutral-01);
  border-radius: 12px;
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
}

.hero-feature-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.hero-feature-card-line {
  border: 1px dashed var(--all-color--neutral-03);
  opacity: .3;
  height: 1px;
}

.body-14-regular {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
}

.top-position {
    position: relative;
    top: 120px;
    margin-bottom: 80px;
}

.service-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

.service-content-wrapper {
  grid-column-gap: var(--all-gap--gap-56);
  grid-row-gap: var(--all-gap--gap-56);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.service-section-title-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  align-items: center;
  max-width: 606px;
  display: flex;
}

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

.service-subtext {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  text-align: center;
}

.service-subtext._01 {
  max-width: 500px;
}

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

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

.hero-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-wrap.our-expertise {
  max-width: 540px;
}

.hero-image-wrap.project {
  max-width: 800px;
}

.hero-image {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.hero-image.services-details {
  object-fit: cover;
  object-position: 50% 0%;
  max-height: 600px;
}

.hero-image._01 {
  object-fit: cover;
  min-height: 420px;
  max-height: 420px;
}

.work-card-overlay {
  z-index: 100;
  background-color: var(--all-color--neutral-01);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.service-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

.services-arrow-icon-wrap {
  background-color: var(--all-color--neutral-01);
  border: 1px solid #112c231a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: -60px;
  right: 24px;
}

.services-details-section {
  padding: 90px var(--all-gap--gap-30p) 180px;
}

.services-details-content-wrapper {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  flex-flow: column;
  display: flex;
}

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

.services-details-section-content {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  max-width: 1120px;
  display: flex;
}

.services-details-title {
  color: var(--all-color--theme-color-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  text-transform: uppercase;
}

.services-details-content {
  max-width: 1000px;
}

.services-details-content ul {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  padding-left: 25px;
}

.services-details-content-block {
  justify-content: center;
  display: flex;
}

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

.services-description {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
}

.metrics-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
  background-color: var(--all-color--neutral-02);
}

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

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

.metrics-section-content-wrap.content {
  margin-top: 80px;
  margin-bottom: 100px;
}

.metrics-section-title {
  max-width: 600px;
}

.metrics-section-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.background-video {
  z-index: 3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 630px;
  display: flex;
}

.play-pause-button {
  background-color: var(--all-color--neutral-01);
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-bottom: -25px;
  margin-right: -25px;
  position: relative;
}

.bg-video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.counter-card-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.how-we-work-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
  background-color: var(--all-color--neutral-04);
  position: relative;
}

.play-image {
  width: 32px;
}

.text-span-7 {
  font-size: var(--all-heading--heading-2-smal);
}

.counter-card-02 {
  padding-right: 36px;
}

.how-we-work-content-wrapper {
  z-index: 2;
  grid-column-gap: 177px;
  grid-row-gap: 177px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.how-we-work-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-we-work-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.how-we-work-card-content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.how-we-work-card-title {
  color: var(--all-color--neutral-01);
  font-weight: var(--all-font-weight--medium);
  max-width: 240px;
}

.how-we-work-card-subtext {
  opacity: .7;
  color: var(--all-color--neutral-02);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
}

.how-it-work-bg-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.our-gallery-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

.our-gallery-content-wrapper {
  grid-column-gap: var(--all-gap--gap-64);
  grid-row-gap: var(--all-gap--gap-64);
  flex-flow: column;
  display: flex;
}

.project-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-button-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
}

.project-button-icon-wrap {
  background-color: var(--all-color--neutral-02);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-button-icon-hover {
  position: absolute;
  left: -32px;
}

.our-gallery-section-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.gallery-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.gallery-card-01 {
  border-radius: 12px;
  max-width: 700px;
  position: relative;
  overflow: hidden;
}

.gallery-text-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: -90px;
  left: 24px;
}

.gallery-title {
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

.gallery-category-text {
  color: var(--all-color--neutral-02);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
}

.category-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.gallery-shape {
  opacity: 0;
  background-image: linear-gradient(#0000, #000c);
  border-radius: 12px;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -30px;
  left: 0%;
  right: 0%;
}

.gallery-card-lists {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.gallery-card-02 {
  border-radius: 12px;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}

.testimonial-content-wrapper {
  grid-column-gap: var(--all-gap--gap-64);
  grid-row-gap: var(--all-gap--gap-64);
  flex-flow: column;
  display: flex;
}

.star-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.testimonial-section-title-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial-subtext {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  text-align: center;
  max-width: 510px;
}

.our-expertise-section {
  padding: var(--all-gap--gap-24) var(--all-gap--gap-30p) var(--all-gap--gap-120);
}

.our-expertise-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.our-expertise-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.work-card-overlay-02 {
  z-index: 100;
  background-color: var(--all-color--neutral-01);
  perspective-origin: 100%;
  transform-origin: 100%;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.our-expart-content-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 601px;
  display: flex;
}

.our-expart-title {
  font-size: var(--all-heading--heading-2-smal);
}

.our-expart-title-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  display: flex;
}

.our-expart-description {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  max-width: 475px;
}

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

.our-expart-card {
  grid-column-gap: var(--all-gap--gap-24);
  grid-row-gap: var(--all-gap--gap-24);
  flex-flow: column;
  padding-right: 32px;
  display: flex;
}

.our-expart-icon-wrap {
  background-color: var(--all-color--neutral-02);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.our-expart-icon-wrap._01 {
  background-color: var(--all-color--neutral-01);
}

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

.our-expertise-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
}

.our-expertise-subtext {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
}

.faq-title {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  width: 93%;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.faq-section {
  padding-right: var(--all-gap--gap-30p);
  padding-bottom: var(--all-gap--gap-120);
  padding-left: var(--all-gap--gap-30p);
}

.faq-section._01 {
  padding-top: var(--all-gap--gap-120);
}

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

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

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

.faq-title-left {
  max-width: 430px;
}

.faq-paragraph {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.faq-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

.single-faq {
  white-space: pre-wrap;
  word-break: keep-all;
  border-bottom: 1px solid #47564e29;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.about-content-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  display: flex;
}

.about-image-wrap {
  width: 530px;
  max-width: 530px;
  min-height: 551px;
  max-height: 551px;
  position: relative;
}

.about-image {
  border-radius: 12px;
  max-width: 293px;
}

.about-image-01 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 76px;
  transform: rotate(-2deg);
}

.about-image-2 {
  position: absolute;
  top: 36px;
  right: 40px;
  transform: rotate(17deg);
}

.about-image-03 {
  position: absolute;
  top: 75px;
  left: 20px;
  transform: rotate(-7deg);
}

.about-content-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  max-width: 646px;
  display: flex;
}

.about-title {
  font-size: var(--all-heading--heading-2-smal);
}

.content-section {
  padding-right: var(--all-gap--gap-30p);
  padding-bottom: var(--all-gap--gap-120);
  padding-left: var(--all-gap--gap-30p);
}

.content-card-lists {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 105px;
  display: grid;
}

.our-mission-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.our-mission-text-wrap {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  display: flex;
}

.team-section {
  padding-right: var(--all-gap--gap-30p);
  padding-bottom: var(--all-gap--gap-120);
  padding-left: var(--all-gap--gap-30p);
}

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

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

.team-card {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  display: flex;
}

.team-name {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--semibold);
}

.services-section {
  padding: var(--all-gap--gap-64) var(--all-gap--gap-30p) var(--all-gap--gap-120);
}

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

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

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

.services-title-wrap.blog {
  max-width: 435px;
}

.services-title-wrap.testimonial {
  max-width: 640px;
}

.services-title-wrap.pricing {
  max-width: 600px;
}

.services-hero-title {
  font-size: var(--all-heading--heading-2-smal);
}

.services-hero-subtext {
  max-width: 400px;
}

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

.what-we-great {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
  background-color: var(--all-color--neutral-02);
  position: relative;
}

.what-we-content-wrapper {
  z-index: 2;
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.what-we-section-title {
  max-width: 810px;
}

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

.project-card {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-content-wrap {
  width: 398px;
}

.project-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  text-decoration: none;
}

.project-description {
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--regular);
  margin-top: 8px;
  margin-bottom: 30px;
}

.project-card-lists {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.projects-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

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

.blog-details-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

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

.blog-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

.blog-description {
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  max-width: 390px;
}

.blog-section, .privacy-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

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

.project-category-text-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.project-category-default-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  font-weight: var(--all-font-weight--medium);
}

.project-category-text {
  opacity: .7;
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  font-weight: var(--all-font-weight--medium);
}

.project-details-section {
  padding-top: var(--all-gap--gap-120);
  padding-right: var(--all-gap--gap-30p);
  padding-left: var(--all-gap--gap-30p);
}

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

.pricing-card {
  background-color: var(--all-color--neutral-02);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.pricing-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-bottom: 13px;
  display: flex;
}

.pricing-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-20);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
}

.pricing-subtext {
  font-size: var(--all-heading--body-16);
}

.price-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-items: baseline;
  margin-top: 33px;
  margin-bottom: 24px;
  display: flex;
}

.price {
  font-size: var(--all-heading--heading-3);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1);
}

.our-expertise-content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

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

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

.plan-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  font-weight: var(--all-font-weight--semibold);
  max-width: 205px;
}

.plan-text {
  font-size: var(--all-heading--body-14);
}

.contact-icon-wrap {
  background-color: var(--all-color--neutral-02);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.contact-default-title {
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

.contact-description {
  font-size: var(--all-heading--body-14);
}

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

.contact-title-left {
  grid-column-gap: var(--all-gap--gap-16);
  grid-row-gap: var(--all-gap--gap-16);
  flex-flow: column;
  max-width: 392px;
  display: flex;
}

.contact-subtext {
  max-width: 350px;
}

.heading-4 {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
}

.project-details-content {
  max-width: 1000px;
}

.project-details-content ul {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  padding-left: 25px;
}

.blog-date {
  color: var(--all-color--theme-color-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  text-transform: uppercase;
}

.blog-details-content {
  max-width: 1000px;
}

.blog-details-content ul {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-4);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--medium);
  letter-spacing: var(--all-letter-spacing--0-5);
  padding-left: 25px;
}

.blog-details-content-block {
  justify-content: center;
  display: flex;
}

.shop-section {
  padding: var(--all-gap--gap-120) var(--all-gap--gap-30p);
}

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

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

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

.product-title {
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-20);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: 0;
  margin-top: 24px;
  margin-bottom: 8px;
  transition: color .5s;
}

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

.product-price {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-bottom: 0;
}

.product-compare-price {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-bottom: 0;
  text-decoration: line-through;
}

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

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

.add-to-cart-button {
  background-color: var(--all-color--neutral-04);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  border-radius: 12px;
  padding: 10px 24px;
  transition: background-color .5s;
}

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

.top-link {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-20);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  transition: color .5s;
}

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

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

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

.body-20-semibold {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-20);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
  margin-top: 0;
  margin-bottom: 0;
}

.body-text-20 {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-20);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.cart-number {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  margin-top: 16px;
  margin-bottom: 20px;
}

.product-discription {
  margin-bottom: 0;
}

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

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

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

.product-details-section {
  padding-top: var(--all-gap--gap-120);
  padding-right: var(--all-gap--gap-30p);
  padding-left: var(--all-gap--gap-30p);
}

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

.section-title.product {
  align-items: flex-start;
}

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

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

.tab-link {
  border: 1px solid var(--all-color--neutral-04);
  font-family: var(--all-font-family--secondery-font);
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  background-color: #ddd0;
  border-radius: 8px;
  padding: 10px 30px 9px;
}

.tab-link.w--current {
  background-color: var(--all-color--neutral-04);
  color: var(--all-color--neutral-01);
  padding: 10px 30px;
}

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

.checkout-title {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--heading-3);
  line-height: var(--line-height--120);
  font-weight: var(--all-font-weight--semibold);
  letter-spacing: var(--all-letter-spacing--1-5);
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  padding: 80px var(--all-gap--gap-30p) var(--all-gap--gap-120);
  background-color: var(--all-color--neutral-01);
}

.price-text {
  color: var(--all-color--neutral-04);
  font-size: var(--all-gap--gap-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--semibold);
}

.icon-2 {
  display: none;
}

.text-block-5 {
  color: var(--all-color--neutral-04);
  font-size: var(--all-gap--gap-14);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--regular);
}

.shop-cart {
  z-index: 10;
}

.cart-container {
  background-color: var(--all-color--neutral-01);
}

.cart-quantity {
  color: var(--all-color--neutral-01);
  font-size: 13px;
  line-height: 140%;
  font-weight: var(--all-font-weight--medium);
  background-color: #0b0707;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: auto;
  height: 22px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  bottom: 14px;
}

.text-block-4 {
  color: #164cff;
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--regular);
}

.web-payments {
  display: none;
}

.text-block-2 {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
}

.body-text-23 {
  color: var(--all-color--neutral-04);
  font-size: var(--all-heading--body-18);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.check-out-button {
  background-color: var(--all-color--neutral-04);
  color: var(--all-color--neutral-01);
  font-size: var(--all-heading--body-16);
  line-height: var(--line-height--170);
  font-weight: var(--all-font-weight--regular);
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.text-block {
  display: none;
}

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

.text-block-3 {
  color: var(--all-color--neutral-03);
  font-size: var(--all-heading--body-14);
  line-height: var(--line-height--140);
  font-weight: var(--all-font-weight--regular);
}

.purchase-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #3b3b3b4d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.get-this-template {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  border: 0 solid #3b3b3b4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offer-button-text {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.offer-button-text.text-neutral-01, .offer-button-text.text-neutral-01.template {
  color: #fff;
}

.access-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00003f;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.access-button-2.templates {
  background-color: #dd4536;
}

.corner-icon {
  width: auto;
}

.corner-icon._01 {
  position: absolute;
  bottom: -30px;
}

.remove-this-button-2 {
  z-index: 11;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.purchase-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --all-font-family--primary-font: "Rethink Sans", sans-serif;
    --all-color--neutral-04: #112c23;
    --all-heading--heading-1: 48px;
    --line-height--115: 115%;
    --all-font-weight--semibold: 600;
    --all-letter-spacing--2: -1px;
    --all-heading--heading-2: 44px;
    --line-height--120: 120%;
    --all-letter-spacing--1-5: -1px;
    --all-heading--heading-3: 36px;
    --line-height--140: 140%;
    --all-letter-spacing--1: -1px;
    --all-heading--heading-4: 24px;
    --all-font-weight--medium: 500;
    --all-letter-spacing--0-5: -.5px;
    --all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>: 24px;
    --line-height--170: 170%;
    --all-font-family--secondery-font: "Instrument Sans", sans-serif;
    --all-color--neutral-03: #47564e;
    --all-heading--body-18: 18px;
    --all-font-weight--regular: 400;
    --all-color--neutral-01: white;
    --all-heading--body-16: 16px;
    --all-heading--body-14: 14px;
    --all-color--theme-color-01: #ff6c1f;
    --all-gap--gap-24: 24px;
    --all-gap--gap-30p: 30px;
    --line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>: 150%;
    --all-gap--gap-20: 20px;
    --all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>: #00003f;
    --all-gap--gap-12: 12px;
    --all-heading--body-20: 20px;
    --all-heading--body-12: 12px;
    --all-color--neutral-02: #f7f6f3;
    --all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>: #dd4536;
    --all-gap--gap-120: 80px;
    --all-heading--heading-2-smal: 38px;
    --all-gap--gap-16: 16px;
    --all-font-weight--bold: 700;
    --all-gap--gap-56: 56px;
    --all-gap--gap-64: 60px;
    --all-gap--gap-14: 14px;
    --all-heading--display-heading: 56px;
  }

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

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

  .brand-logo {
    max-width: 240px;
  }

  .nav-link.gap-top {
    margin-bottom: 16px;
  }

  .nav-link.gap-top._01 {
    margin-top: 16px;
  }

  .header {
    z-index: 10;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-black {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--all-color--neutral-01);
    flex-flow: row;
    padding: 20px 30px;
    top: 156px;
  }

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

  .humburger-icon {
    width: 26px;
  }

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

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

  .navitem-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 0;
  }

  .footer-content-left {
    width: 100%;
    max-width: 400px;
  }

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

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

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

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

  .changelog-card {
    flex-flow: column;
    padding: 40px;
  }

  .nav-top-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 14px;
  }

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

  .about-section {
    padding-top: 60px;
  }

  .counter-card._02 {
    border-right-width: 0;
  }

  .counter-number {
    font-size: 56px;
  }

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

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

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

  .testimonial-card {
    padding: 24px;
  }

  .contact-information-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .contact-details {
    flex-flow: column;
    margin-top: 0;
  }

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

  .terms-content-wrapper {
    margin-top: 80px;
  }

  .styleguide-content-wrap {
    margin-top: 60px;
  }

  .menu-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

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

  .footer-form-wrap {
    width: 100%;
  }

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

  .hero-image-wrap.our-expertise {
    max-width: 80%;
  }

  .hero-image-wrap.project {
    max-width: 56%;
  }

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

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

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

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

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

  .metrics-section-content-wrap.content {
    margin-bottom: 80px;
  }

  .metrics-section-text-wrap {
    width: 71%;
  }

  .background-video {
    min-height: 400px;
  }

  .counter-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .how-we-work-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .how-we-work-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .how-we-work-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-we-work-card-number {
    width: 100px;
  }

  .gallery-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-card-01 {
    max-width: 100%;
  }

  .gallery-text-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .gallery-shape {
    opacity: 1;
    bottom: 0;
  }

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

  .gallery-card-02 {
    max-width: 100%;
  }

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

  .our-expertise-content-wrap {
    flex-flow: column;
  }

  .our-expart-content-flex {
    max-width: 80%;
  }

  .our-expart-card-lists {
    grid-template-columns: 1fr 1fr;
  }

  .our-expart-card {
    padding-right: 0;
  }

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

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

  .faq-title-left {
    width: 100%;
    max-width: 100%;
  }

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

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

  .about-content-wrap {
    flex-flow: column;
  }

  .about-content-block {
    max-width: 80%;
  }

  .content-card-lists {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 60px;
  }

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

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

  .services-hero-subtext {
    max-width: 320px;
  }

  .services-collection-lists {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .our-expart-card-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .project-description {
    margin-bottom: 20px;
  }

  .project-card-lists, .projects-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .project-category-text-wrap {
    flex-flow: wrap;
  }

  .pricing-card-lists {
    grid-template-columns: 1fr 1fr;
  }

  .our-expertise-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 20px;
  }

  .plan-text-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .product-image {
    height: auto;
  }

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

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

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

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

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

  .product-category-tabs {
    margin-top: 0;
  }

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

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

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

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

  .shop-cart {
    top: 35px;
    right: 320px;
  }

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

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

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

@media screen and (max-width: 767px) {
  body {
    --all-font-family--primary-font: "Rethink Sans", sans-serif;
    --all-color--neutral-04: #112c23;
    --all-heading--heading-1: 42px;
    --line-height--115: 115%;
    --all-font-weight--semibold: 600;
    --all-letter-spacing--2: -.5px;
    --all-heading--heading-2: 35px;
    --line-height--120: 120%;
    --all-letter-spacing--1-5: -.5px;
    --all-heading--heading-3: 30px;
    --line-height--140: 140%;
    --all-letter-spacing--1: -.5px;
    --all-heading--heading-4: 22px;
    --all-font-weight--medium: 500;
    --all-letter-spacing--0-5: -.5px;
    --all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>: 22px;
    --line-height--170: 170%;
    --all-font-family--secondery-font: "Instrument Sans", sans-serif;
    --all-color--neutral-03: #47564e;
    --all-heading--body-18: 18px;
    --all-font-weight--regular: 400;
    --all-color--neutral-01: white;
    --all-heading--body-16: 16px;
    --all-heading--body-14: 14px;
    --all-color--theme-color-01: #ff6c1f;
    --all-gap--gap-24: 20px;
    --all-gap--gap-30p: 30px;
    --line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>: 150%;
    --all-gap--gap-20: 20px;
    --all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>: #00003f;
    --all-gap--gap-12: 12px;
    --all-heading--body-20: 20px;
    --all-heading--body-12: 12px;
    --all-color--neutral-02: #f7f6f3;
    --all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>: #dd4536;
    --all-gap--gap-120: 60px;
    --all-heading--heading-2-smal: 32px;
    --all-gap--gap-16: 16px;
    --all-font-weight--bold: 700;
    --all-gap--gap-56: 40px;
    --all-gap--gap-64: 40px;
    --all-gap--gap-14: 14px;
    --all-heading--display-heading: 44px;
  }

  .brand-logo {
    max-width: 200px;
    padding-left: 0;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    top: 43px;
  }

  .button-wrap {
    display: none;
  }

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

  .footer-content-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

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

  .footer-menu-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .footer-bottom-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .bullet-text {
    flex-flow: column;
  }

  .changelog-card-wrapper {
    margin-top: 40px;
  }

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

  .changelog-card {
    flex-flow: column;
    padding: 30px;
  }

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

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

  .nav-top-text-block {
    flex-flow: wrap;
    justify-content: center;
    display: none;
  }

  .nav-location-text {
    justify-content: center;
  }

  .about-section {
    padding-top: 50px;
  }

  .counter-card {
    padding-right: 20px;
  }

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

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

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

  .testimonial-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-information-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .terms-content-wrapper {
    margin-top: 60px;
  }

  .terms-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

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

  .hero-section {
    background-position: -65px 0;
    background-attachment: scroll;
    padding-top: 60px;
  }

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

  .hero-image-wrap {
    width: 100%;
  }

  .hero-image-wrap.our-expertise {
    max-width: 100%;
  }

  .hero-image-wrap.project {
    order: -9999;
    max-width: 100%;
  }

  .hero-image.services-details {
    max-height: 350px;
  }

  .hero-image._01 {
    min-height: 300px;
    max-height: 300px;
  }

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

  .metrics-section-content-wrap {
    flex-flow: column;
  }

  .metrics-section-content-wrap.content {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .metrics-section-text-wrap {
    width: 100%;
    max-width: 100%;
  }

  .background-video {
    min-height: 300px;
  }

  .counter-card-wrap {
    grid-column-gap: 24px;
  }

  .how-we-work-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .how-we-work-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .how-we-work-card-number {
    width: 100px;
  }

  .our-gallery-section-content {
    flex-flow: wrap;
  }

  .gallery-card-lists {
    grid-template-columns: 1fr;
  }

  .gallery-card-02 {
    width: 100%;
    max-width: 100%;
  }

  .our-expart-content-flex {
    max-width: 100%;
  }

  .faq-title {
    width: 92%;
  }

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

  .faq-question-wrapper {
    white-space: pre-wrap;
    word-break: keep-all;
  }

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

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

  .about-image-wrap {
    width: 100%;
  }

  .about-content-block {
    max-width: 100%;
  }

  .content-card-lists {
    grid-template-columns: 1fr;
  }

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

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

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

  .section-services-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .services-hero-subtext {
    max-width: 100%;
  }

  .services-collection-lists {
    grid-row-gap: 24px;
  }

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

  .our-expart-card-list {
    grid-row-gap: 24px;
  }

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

  .project-content-wrap {
    width: 100%;
  }

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

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

  .blog-collection-lists {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .project-category-text-wrap {
    grid-row-gap: 10px;
  }

  .pricing-card-lists {
    grid-template-columns: 1fr;
  }

  .our-expertise-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .top-link {
    font-size: 18px;
  }

  .body-20-semibold {
    white-space: pre-wrap;
    word-break: keep-all;
  }

  .body-text-20 {
    font-size: 18px;
  }

  .product-details-section {
    padding-top: 50px;
  }

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

  .checkout-form {
    padding-top: 60px;
  }

  .shop-cart {
    top: 22px;
    right: 80px;
  }

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

@media screen and (max-width: 479px) {
  body {
    --all-font-family--primary-font: "Rethink Sans", sans-serif;
    --all-color--neutral-04: #112c23;
    --all-heading--heading-1: 36px;
    --line-height--115: 115%;
    --all-font-weight--semibold: 600;
    --all-letter-spacing--2: -.5px;
    --all-heading--heading-2: 30px;
    --line-height--120: 120%;
    --all-letter-spacing--1-5: 0px;
    --all-heading--heading-3: 28px;
    --line-height--140: 140%;
    --all-letter-spacing--1: 0px;
    --all-heading--heading-4: 20px;
    --all-font-weight--medium: 500;
    --all-letter-spacing--0-5: -.5px;
    --all-heading--heading-5\<deleted\|variable-b70f3927-6e43-8e92-1cb9-b9ef19bf457b\>: 20px;
    --line-height--170: 170%;
    --all-font-family--secondery-font: "Instrument Sans", sans-serif;
    --all-color--neutral-03: #47564e;
    --all-heading--body-18: 18px;
    --all-font-weight--regular: 400;
    --all-color--neutral-01: white;
    --all-heading--body-16: 16px;
    --all-heading--body-14: 14px;
    --all-color--theme-color-01: #ff6c1f;
    --all-gap--gap-24: 20px;
    --all-gap--gap-30p: 20px;
    --line-height--150\<deleted\|variable-68bbe211-5e81-4027-28c3-8a5fd030f06f\>: 150%;
    --all-gap--gap-20: 20px;
    --all-color--theme-color-02\<deleted\|variable-9b75c381-5df1-54b5-ddc1-50746e2348a4\>: #00003f;
    --all-gap--gap-12: 12px;
    --all-heading--body-20: 20px;
    --all-heading--body-12: 12px;
    --all-color--neutral-02: #f7f6f3;
    --all-color--theme-color-03\<deleted\|variable-99c1c90d-97c3-6974-2616-e7f766800da9\>: #dd4536;
    --all-gap--gap-120: 60px;
    --all-heading--heading-2-smal: 28px;
    --all-gap--gap-16: 16px;
    --all-font-weight--bold: 700;
    --all-gap--gap-56: 40px;
    --all-gap--gap-64: 40px;
    --all-gap--gap-14: 14px;
    --all-heading--display-heading: 38px;
  }

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

  .orginal-logo-black {
    width: 120px;
    height: auto;
  }

  .navbar-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
    top: 41px;
  }

  .humburger-icon {
    width: 25px;
  }

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

  .navitem-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .footer-content-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .social-icon-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-bottom-content {
    flex-flow: column;
    align-items: flex-start;
  }

  .changelog-card {
    padding: 20px 15px;
  }

  .most-popular-text-v2 {
    top: 8px;
    right: 8px;
  }

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

  .color-style-text {
    font-size: 20px;
  }

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

  .color-style {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-top-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    display: none;
  }

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

  .footer-form {
    flex-flow: column;
  }

  .footer-submit-button {
    width: 100%;
  }

  .about-section {
    padding-top: 40px;
  }

  .counter-card {
    border-right-width: 0;
  }

  .counter-number {
    font-size: 40px;
  }

  .faq-question {
    padding: 10px 15px;
  }

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

  .testimonial-card-lists {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .contact-information-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 20px;
  }

  .text-field-2.text-area {
    height: 150px;
  }

  .checkbox-text {
    width: 99%;
  }

  .styleguide-content-wrap {
    margin-top: 40px;
  }

  .menu-list {
    height: 327px;
  }

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

  .hero-feature-card-wrap {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    padding: 20px;
  }

  .hero-image.services-details {
    max-height: 250px;
  }

  .hero-image._01 {
    min-height: 250px;
    max-height: 250px;
  }

  .services-details-content-wrapper, .services-details-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .background-video {
    height: 300px;
    min-height: 200px;
  }

  .bg-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .counter-card-wrap {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .how-we-work-card {
    flex-flow: column;
    align-items: flex-start;
  }

  .how-we-work-card-number {
    width: 60px;
  }

  .how-we-work-card-title {
    max-width: 100%;
  }

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

  .our-expertise-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-expart-card-lists {
    grid-template-columns: 1fr;
  }

  .our-expart-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .our-expart-icon {
    width: 24px;
  }

  .faq-title {
    width: 86%;
    font-size: 18px;
  }

  .faq-answer-text {
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-content-wrapper, .about-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-image-wrap {
    min-height: 300px;
    max-height: 300px;
  }

  .about-image {
    max-width: 160px;
  }

  .about-image-01 {
    right: 40px;
  }

  .about-image-2 {
    top: 20px;
    right: 25px;
  }

  .about-image-03 {
    top: 50px;
    left: 10px;
  }

  .team-card-lists {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-content-wrapper, .services-content-wrapper._01 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-collection-lists, .our-expart-card-list {
    grid-template-columns: 1fr;
  }

  .blog-collection-lists {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 20px;
  }

  .plan-text-card-wrap {
    grid-template-columns: 1fr;
  }

  .contact-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .contact-icon {
    width: 24px;
  }

  .link-block-01, .link-block-01.w--current {
    max-width: 200px;
  }

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

  .body-20-semibold {
    font-size: 18px;
  }

  .product-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

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

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

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .order-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .paypal-checkout-form {
    padding-top: 40px;
  }

  .order-item-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .order-confirmation {
    padding-top: 40px;
  }

  .order-item-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .shop-cart {
    right: 41px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_320b5dfb-6f94-8557-e7eb-eec51bfa8605-1bfa8601 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bed2eb0e-1f67-6be6-5808-1ad03d73b0b6-1bfa8601 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


