@font-face {
  font-family: Icofont;
  src: url('../fonts/icofont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --0-main-colors--heading: var(--4-neutral--neutral-500);
  --0-main-colors--paragraph: var(--4-neutral--neutral-300);
  --primary: #7c070d;
  --0-main-colors--white: #fff;
  --0-main-colors--transparent: #0000;
  --4-neutral--neutral-50: #e7e7e7;
  --4-neutral--neutral-300: #5e5e5e;
  --0-main-colors--black: #000;
  --4-neutral--neutral-200: #919191;
  --dark-grey-background: #2e2e2e;
  --2-secondary--secondary-400: #515a56;
  --4-neutral--neutral-100: #b5b5b5;
  --0-main-colors--background: var(--3-extra--background);
  --0-main-colors--secondary: var(--2-secondary--secondary-500);
  --6-radius--button: 2px;
  --2-secondary--secondary-50: #e9eaea;
  --0-main-colors--border: var(--4-neutral--neutral-50);
  --0-main-colors--tertiary: var(--3-extra--tertiary);
  --white\<deleted\|variable-967cfdf5-7b3b-6c43-6c0e-c0f07ef92d9f\>: white;
  --2-secondary--secondary-800: #141b18;
  --4-neutral--neutral-400: #3f3f3f;
  --6-radius--secondary: 40px;
  --2-secondary--secondary-500: #25312c;
  --6-radius--primary: 10px;
  --4-neutral--neutral-500: #0f0f0f;
  --3-extra--background: #e7e7e7;
  --1-primary--primary-50: #f8f3ef;
  --1-primary--primary-100: #ead9ce;
  --1-primary--primary-200: #e0c7b6;
  --1-primary--primary-300: #d1ae95;
  --1-primary--primary-400: #c99e81;
  --1-primary--primary-500: #bb8661;
  --2-secondary--secondary-100: #bbbfbe;
  --2-secondary--secondary-200: #9ba09e;
  --2-secondary--secondary-300: #6d7572;
  --2-secondary--secondary-700: #1a231f;
  --3-extra--tertiary: #fdbf60;
  --4-neutral--neutral-600: #0e0e0e;
  --4-neutral--neutral-700: #0b0b0b;
  --4-neutral--neutral-800: #080808;
  --4-neutral--neutral-900: #060606;
  --5-box-shadow--shadow-50: white;
  --5-box-shadow--color: white;
  --6-radius--gap: 0px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

.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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

  .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
}

body {
  color: var(--0-main-colors--heading);
  font-family: Saira, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

h1 {
  color: var(--0-main-colors--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

h2 {
  color: var(--0-main-colors--heading);
  letter-spacing: 1.48px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 96px;
}

h3 {
  color: var(--0-main-colors--heading);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
}

h4 {
  color: var(--0-main-colors--heading);
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  color: var(--0-main-colors--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

h6 {
  color: var(--0-main-colors--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: var(--0-main-colors--paragraph);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

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

label {
  color: var(--0-main-colors--paragraph);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.nav-dropdown {
  color: var(--0-main-colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.nav-link {
  color: var(--0-main-colors--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary);
}

.link-dropdown {
  z-index: 1;
}

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

.cross-icon {
  display: block;
}

.nav-menu-wrapper {
  background-color: #0f0f0fcc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 514px;
  height: 100vh;
  padding-bottom: 100px;
  padding-left: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.button-text-wrapper {
  white-space: nowrap;
  height: 28px;
  overflow: hidden;
}

.container {
  z-index: 2;
  background-color: var(--0-main-colors--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.container.middle-allign {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.style-guide-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container._2-column-container-reverse {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.video-container {
  height: 100%;
}

.container.slider-container {
  max-width: 1740px;
  margin-right: 0;
  padding-left: 130px;
  padding-right: 0;
  overflow: hidden;
}

.container.slider-container-reverse {
  max-width: 1740px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 130px;
  overflow: hidden;
}

.container.absolute-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: -127px;
}

.container.top-padding-60px {
  padding-top: 60px;
  padding-bottom: 120px;
}

.container._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: stretch;
  display: flex;
}

.container.hero-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.site-logo {
  max-width: 208px;
}

.submenu-link {
  color: var(--4-neutral--neutral-50);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94), color .35s;
}

.submenu-link:hover {
  color: var(--primary);
  transform: translate(5px);
}

.submenu-link.w--current {
  color: var(--primary);
}

.nav-list {
  color: #131316;
  flex: none;
  text-decoration: none;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.nav-list.no-hidden {
  overflow: visible;
}

.icon {
  font-family: Material Icons, sans-serif;
}

.icon._24px {
  font-size: 24px;
}

.dropdown-options {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--0-main-colors--transparent);
  border-radius: 4px;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 26px;
  padding-left: 45px;
  display: flex;
  position: static;
}

.dropdown-options.w--open {
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--4-neutral--neutral-300);
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 148px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.nav-menu-border {
  background-color: var(--primary);
  border-radius: 2px;
  width: 100%;
  height: 3px;
}

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

.open-menu-button {
  background-color: var(--0-main-colors--transparent);
  color: var(--0-main-colors--black);
  padding: 0;
  font-family: Material Icons, sans-serif;
}

.open-menu-button:active, .open-menu-button:focus {
  background-color: var(--0-main-colors--transparent);
}

.open-menu-button.w--open {
  background-color: var(--0-main-colors--transparent);
  pointer-events: none;
  color: var(--0-main-colors--transparent);
}

.footer-title {
  color: var(--0-main-colors--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.team-member-social-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--4-neutral--neutral-200);
  background-color: var(--dark-grey-background);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  min-width: 120px;
  display: flex;
}

.footer-block.subscribe-block {
  min-width: 190px;
  max-width: 340px;
}

.footer-block.first-block {
  width: 100%;
  max-width: 380px;
}

.footer-paragraph {
  color: var(--2-secondary--secondary-400);
  font-weight: 400;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.social-share-icon {
  background-color: var(--2-secondary--secondary-400);
  color: var(--4-neutral--neutral-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: background-color .3s, color .5s ease-in-out, transform .4s;
  display: flex;
}

.social-share-icon:hover {
  color: var(--0-main-colors--background);
  background-color: #316ff6;
  transform: translate(0, -3px);
}

.social-share-icon.twitter {
  font-size: 18px;
  line-height: 18px;
}

.social-share-icon.twitter:hover {
  background-color: #1da1f2;
}

.social-share-icon.pinterest:hover {
  background-color: #e60023;
}

.social-share-icon.youtube:hover {
  background-color: red;
}

.social-share-icon.linkedin:hover {
  background-color: #0a66c2;
}

.footer {
  z-index: 2;
  color: #616163;
  margin-top: 0;
  position: relative;
}

.main-footer {
  z-index: 2;
  background-color: var(--0-main-colors--white);
  color: #000;
  margin-top: 0;
  position: relative;
}

.list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  color: var(--4-neutral--neutral-100);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.footer-link {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--0-main-colors--secondary);
  justify-content: flex-start;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: color .4s ease-out;
  display: flex;
}

.footer-link:hover {
  color: var(--primary);
}

.primary-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--0-main-colors--transparent);
  border-radius: var(--6-radius--button);
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: border-color .5s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--0-main-colors--transparent);
  color: var(--primary);
}

.contents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contents._60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 60%;
  margin-top: -100px;
}

.contents.max-width-580px {
  max-width: 580px;
}

.contents.width-600px {
  max-width: 600px;
}

.section {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

.section.secondary-50-bg {
  background-color: var(--2-secondary--secondary-50);
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.secondary-600-bg {
  background-color: var(--dark-grey-background);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.top-240px {
  margin-top: 240px;
}

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

.section.black-bg {
  background-color: var(--0-main-colors--heading);
  padding-top: 120px;
  padding-bottom: 120px;
}

.title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper.middle-align {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  position: relative;
  overflow: hidden;
}

.mask.related-post {
  border-radius: var(--6-radius--button);
  width: 100%;
  max-width: 150px;
  height: 100px;
}

.mask.heading-snippet {
  max-height: 56px;
}

.heading {
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-navigation {
  background-color: var(--0-main-colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin: 0 auto;
  transition: background-color .3s;
  display: flex;
  inset: auto 190px 10px auto;
}

.slider-navigation:hover {
  background-color: var(--2-secondary--secondary-50);
}

.slider-navigation.right {
  right: 100px;
}

.gathering-slider-navigation {
  width: 100%;
  max-width: 135px;
  inset: -100px 0% auto auto;
}

.blog-thumbnail {
  aspect-ratio: 3 / 2;
  height: 260px;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.blog-thumbnail:hover {
  transform: scale(1.1);
}

.blog-body {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.blog-card {
  flex-direction: column;
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.blog-card-title {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  transition: color .2s;
}

.blog-card-title:hover {
  color: var(--primary);
}

.blog-category {
  border: 1px solid var(--primary);
  border-radius: var(--6-radius--button);
  color: var(--primary);
  padding: 6px 20px;
  line-height: 28px;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), color .2s;
}

.blog-category:hover {
  background-color: var(--primary);
  color: var(--0-main-colors--white);
}

.banner {
  background-image: url('../images/modern-interior-minimalist-styleillustration-generative-ai-1.png'), linear-gradient(to bottom, var(--dark-grey-background), var(--dark-grey-background));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
  padding-top: 190px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.breadcrumb-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._48-px-white-heading {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

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

.breadcrumb {
  color: var(--0-main-colors--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.breadcrumb.shop-breadcrumb {
  color: var(--4-neutral--neutral-100);
  font-size: 18px;
}

.heading-style-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #efefef;
  width: 100%;
  min-width: 700px;
  max-width: 700px;
  margin-bottom: 40px;
  padding: 50px;
  display: flex;
}

._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-style-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.color-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-box {
  background-color: #428bca;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}

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

.color-box.border-color {
  background-color: var(--0-main-colors--border);
}

.color-box.secondary-color {
  background-color: var(--0-main-colors--secondary);
  color: #428bca;
}

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

.color-box.background-color {
  background-color: var(--0-main-colors--tertiary);
  color: #ecf3fa;
}

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

.color-box.extra-color {
  background-color: var(--0-main-colors--background);
  color: #ecf3fa;
}

.sub-title-of-style-guide {
  color: #475467;
  min-width: 100px;
  margin-right: 0;
  font-weight: 400;
  line-height: 20px;
}

.tag-box {
  background-color: #0071f5;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.font-weight-bold-text {
  color: #3a3a3a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
}

.color-name {
  color: #3a3a3a;
  text-transform: uppercase;
  line-height: 24px;
}

.flex-horizontal {
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.style-guide-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.font-details-text {
  color: var(--0-main-colors--paragraph);
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
}

.style-guide-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-details {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: -10px;
  display: flex;
}

.text-type {
  color: #4d4d4d;
  margin-bottom: -5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.tag-text {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  line-height: 130px;
}

.title-with-border {
  color: #4d4d4d;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 45px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.heading-details-block {
  grid-column-gap: 20px;
  display: flex;
}

.color-box-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  display: flex;
}

._18px-title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

._6px-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

._12px-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 420px;
}

._60px-margin-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.tags-container {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.blog-search-field {
  border: 1px solid var(--0-main-colors--border);
  background-color: var(--0-main-colors--white);
  color: #929294;
  height: 50px;
  margin-bottom: 0;
  padding: 0 14px 0 19px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blog-search-field:focus {
  border-color: #b19470;
}

.blog-search-field::placeholder {
  font-weight: 400;
  line-height: 22px;
}

.search-button {
  color: #666;
  background-color: #3898ec00;
  padding: 0;
  font-family: Icofont, sans-serif;
  line-height: 16px;
  position: absolute;
  inset: 0% 14px 0% auto;
}

.sidebar-title {
  border-bottom: 3px solid var(--2-secondary--secondary-400);
  color: var(--0-main-colors--heading);
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.widget {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-radius: var(--6-radius--button);
  border: 1px solid #e7e7e8;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px 30px 27px;
  display: flex;
}

.featured-properties-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sidebar {
  flex-direction: column;
  width: 100%;
  min-width: 255px;
  max-width: 420px;
  display: flex;
}

.category-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.search-block {
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.featured-blogs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.featured-image {
  object-fit: cover;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.post-title {
  color: var(--0-main-colors--paragraph);
  font-size: 18px;
  line-height: 28px;
  transition: color .4s;
}

.post-title:hover {
  color: var(--primary);
}

.property-category-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #616163;
  align-items: center;
  transition: color .5s, transform .45s;
  display: flex;
}

.property-category-block:hover {
  color: var(--primary);
  transform: translate(20px);
}

.category {
  font-size: 18px;
  line-height: 28px;
}

.tag-button {
  border: 1px solid var(--2-secondary--secondary-50);
  background-color: var(--0-main-colors--border);
  color: var(--0-main-colors--paragraph);
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  transition: background-color .35s ease-out, color .45s;
  display: block;
}

.tag-button:hover {
  color: var(--white\<deleted\|variable-967cfdf5-7b3b-6c43-6c0e-c0f07ef92d9f\>);
  background-color: #013364;
  box-shadow: 0 4px 10px #5d38ff1a;
}

.main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 700px;
  max-width: none;
  display: flex;
}

.post-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 870px;
  max-height: 665px;
}

.rich-text-block img {
  border-radius: 10px;
  max-height: 590px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block p {
  max-width: none;
  margin-bottom: 20px;
}

.rich-text-block h4 {
  letter-spacing: 0;
  font-family: Saira, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.rich-text-block h3 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Saira, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.rich-text-block h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Saira, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.rich-text-block h1 {
  font-size: 40px;
  line-height: 60px;
}

.rich-text-block h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text-block h6 {
  font-size: 16px;
  line-height: 26px;
}

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

.link-text {
  color: var(--0-main-colors--paragraph);
  font-weight: 300;
  line-height: 28px;
}

._18px-paragraph {
  font-size: 18px;
}

._18px-paragraph._530-width {
  max-width: 530px;
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 682px;
  display: flex;
  position: relative;
}

._404-paragraph {
  color: var(--4-neutral--neutral-200);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.utility-page-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Rectangle-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.changelog-section {
  color: #000;
  margin-top: 40px;
  margin-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.license-section {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-link {
  color: #013364;
}

.license-wrapper {
  color: #000;
  max-width: 555px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.license-title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.license-paragraph {
  margin-bottom: 4px;
}

.footer-copyright-link {
  color: var(--4-neutral--neutral-50);
  transition: color .3s;
}

.footer-copyright-link:hover {
  color: #fff;
}

.nav-dropdown-icon {
  margin-left: -4px;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.icon-and-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-semi-bold {
  color: var(--0-main-colors--black);
  font-weight: 600;
}

.white-icon {
  color: var(--0-main-colors--white);
  font-family: Material Icons Outlined, sans-serif;
}

.hero-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  left: 0;
}

.hero-title {
  color: var(--0-main-colors--white);
  margin-top: 0;
  margin-bottom: 4px;
}

._14px-paragraph {
  font-size: 14px;
  line-height: 26px;
}

.hero-paragraph {
  color: var(--4-neutral--neutral-50);
  max-width: 577px;
  font-size: 18px;
}

.button-icon {
  background-color: var(--0-main-colors--white);
  color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: Material Icons, sans-serif;
  font-weight: 400;
  display: flex;
  transform: rotate(-45deg);
}

.hero-slider {
  background-color: var(--0-main-colors--transparent);
  width: 100%;
  height: 100%;
  margin-top: -100px;
}

.hidden {
  display: none;
}

.arrow-image {
  max-width: 40px;
  max-height: 40px;
}

.horizontal-title-and-paragraph-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-and-project-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 530px;
  overflow: hidden;
}

._20px-bold-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.projects-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  transition: color .4s;
  display: flex;
}

.projects-link-block:hover {
  color: var(--0-main-colors--tertiary);
}

._24px-svg {
  max-width: 24px;
}

.slider-mask {
  width: 100%;
  max-width: 550px;
  overflow: visible;
}

.slider {
  background-color: var(--0-main-colors--transparent);
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.horizontal-slider-navigation {
  z-index: 3;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 33% -120px;
}

.horizontal-slider-navigation:hover {
  background-color: var(--2-secondary--secondary-800);
}

.horizontal-slider-navigation.right-arrow {
  bottom: 49%;
}

.portfolio-slide {
  aspect-ratio: 1;
  width: 100%;
  max-width: 520px;
  height: 580px;
  position: relative;
}

.portfolio-image {
  height: 100%;
}

.show-on-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--0-main-colors--white);
  background-image: linear-gradient(#0000, #0000 80%, #000);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.show-on-hover.left-align {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 0;
}

.show-on-hover.left-align-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 0;
}

.button-icon-primary-bg {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--0-main-colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: Material Icons, sans-serif;
  font-weight: 400;
  display: flex;
  transform: rotate(-45deg);
}

.white-bg-for-covering-overflow {
  z-index: 2;
  background-color: var(--0-main-colors--white);
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-section {
  background-image: linear-gradient(#0006, #0006);
  height: 590px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.video-title {
  color: var(--0-main-colors--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 10px 27px auto;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-column-block.stretch {
  align-items: stretch;
}

._2-column-block.top-align, ._2-column-block.top-align-reverse {
  align-items: flex-start;
}

.image-wrapper {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

._74px-title {
  letter-spacing: 1.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 96px;
}

.margin-top-40px-margin-bottom-48px {
  margin-top: 40px;
  margin-bottom: 48px;
}

.page-wrapper {
  overflow: hidden;
}

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

._4-column-grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.counter-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.counter-title {
  color: var(--4-neutral--neutral-400);
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.counter {
  color: var(--0-main-colors--heading);
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.counter:hover {
  color: var(--primary);
}

.counter-number-wrapper {
  height: 96px;
}

.counter-number-wrapper-reverse {
  height: 96px;
  transform: translate(0, -1000%);
}

.secondary-50-bg-for-covering-overflow-copy {
  z-index: 2;
  background-color: var(--2-secondary--secondary-50);
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -130px;
}

.offerings-navigation {
  z-index: 3;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  transition: background-color .4s;
  display: flex;
  inset: auto auto 33% -120px;
}

.offerings-navigation:hover {
  background-color: var(--0-main-colors--secondary);
}

.offerings-navigation.right-arrow {
  bottom: 55%;
}

.service-slide {
  aspect-ratio: 1;
  border: 1px solid #000;
  width: 100%;
  max-width: 420px;
  height: 550px;
  position: relative;
  overflow: hidden;
  transform: rotate(180deg);
}

.service-slider {
  background-color: #fff0;
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
  transform: rotate(180deg);
}

.service-title {
  background-color: var(--primary);
  border-radius: 30px;
  padding: 7px 14px;
  position: absolute;
  inset: 24px auto auto 26px;
}

.service-card-icon {
  border: 1px solid var(--0-main-colors--white);
  background-color: var(--0-main-colors--white);
  color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 24px 35px auto auto;
  transform: rotate(-45deg);
}

.service-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--0-main-colors--white);
  background-image: linear-gradient(#0000, #0000 80%, #000);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.white-color {
  color: var(--0-main-colors--white);
}

.service-slider-mask {
  width: 100%;
  max-width: 450px;
  overflow: visible;
}

.margin-top-30px {
  margin-top: 30px;
}

.gallery-slide {
  border: 1px solid #000;
  width: 100%;
  max-width: 420px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.button-icon-black {
  background-color: var(--0-main-colors--black);
  color: var(--0-main-colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: Material Icons, sans-serif;
  font-weight: 400;
  display: flex;
  transform: rotate(-45deg);
}

._40px-white-title {
  color: var(--0-main-colors--white);
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 68px;
}

._18px-paragraph-white {
  color: var(--0-main-colors--white);
  font-size: 18px;
}

._18px-paragraph-white.cta-paragraph {
  max-width: 560px;
}

.testimonial-desgination {
  color: var(--0-main-colors--black);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #e7eaee;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px 40px;
  display: flex;
}

.default-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.default-slider.product-slider {
  background-image: linear-gradient(#000c, #000c), url('../images/bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 240px;
  padding-bottom: 100px;
}

.testimonial-image-100px-rounded {
  border-radius: 100%;
  max-width: 60px;
  max-height: 60px;
}

.testimonial-svg {
  max-width: 44px;
  max-height: 44px;
}

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

.transparent-navigation {
  width: 40%;
}

._40px-title {
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
}

._40px-title.orbitorn {
  font-family: Orbitron, sans-serif;
}

.margin-top-10px {
  margin-top: 10px;
}

.blog-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  line-height: 28px;
  transition: color .4s, transform .2s;
  display: flex;
}

.blog-button:hover {
  color: var(--0-main-colors--secondary);
  transform: translate(10px);
}

.cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--6-radius--secondary);
  text-align: center;
  background-image: url('../images/Rectangle-20.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 50px;
  display: flex;
}

._30px-white-title {
  color: var(--0-main-colors--white);
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 42px;
}

.margin-top-15px {
  margin-top: 15px;
}

.secondary-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--0-main-colors--white);
  border-radius: var(--6-radius--button);
  background-color: var(--0-main-colors--transparent);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: border-color .5s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.secondary-button:hover {
  border-color: var(--0-main-colors--transparent);
  background-color: var(--primary);
}

.secondary-button-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--0-main-colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-family: Material Icons, sans-serif;
  font-weight: 400;
  display: flex;
  transform: rotate(-45deg);
}

.footer-contact-support {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-icon-and-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--4-neutral--neutral-100);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

._16px-svg {
  color: var(--0-main-colors--secondary);
  max-width: 16px;
  max-height: 16px;
}

.full-width {
  width: 100%;
}

.brand {
  padding-left: 0;
}

.banner-title {
  color: var(--0-main-colors--white);
  letter-spacing: .8px;
  max-width: 890px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 68px;
}

.white-heading {
  color: var(--0-main-colors--white);
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.white-heading._80px {
  font-size: 68px;
  line-height: 88px;
}

.secondary-600-overflow {
  z-index: 2;
  background-color: var(--dark-grey-background);
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.team-card-image-thumbnail {
  background-color: var(--2-secondary--secondary-500);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.team-image {
  max-width: 270px;
  height: 100%;
  max-height: 450px;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--0-main-colors--heading);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.center-align {
  justify-content: center;
  align-items: center;
}

.team-card-icon {
  background-color: var(--primary);
  color: var(--0-main-colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Material Icons, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 45px 45px auto auto;
  transform: rotate(-45deg);
}

.service-slide-grid {
  border: 1px solid #000;
  width: 100%;
  max-width: 420px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.nav-icon-and-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-icon-and-text-wrapper:hover {
  color: var(--primary);
}

._10px-circle {
  background-color: var(--primary);
  border-radius: 100%;
  width: 100%;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
}

.nav-dropdown-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-dropdown-link:focus {
  color: #013364;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.menu-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

._24px-paragraph {
  color: var(--0-main-colors--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.neutral-50-font-500 {
  color: var(--4-neutral--neutral-50);
  font-weight: 500;
}

.submenu-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.video-banner {
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: -110px;
  padding-top: 190px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: visible;
}

.review-card {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--dark-grey-background);
  color: var(--0-main-colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 533px;
  padding: 58px 70px 45px 40px;
  display: flex;
}

.star-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  overflow: hidden;
}

.star-icon {
  color: #ffaa2a;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.neutral-50-color {
  color: var(--4-neutral--neutral-50);
}

.neutral-50-color.width-530px {
  max-width: 530px;
}

.rating-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.service-image {
  height: 680px;
}

.margin-top-28px-bottom-67px {
  margin-top: 28px;
  margin-bottom: 67px;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--4-neutral--neutral-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 25px;
  display: flex;
}

.service-svg {
  max-width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.service-slides {
  direction: ltr;
  vertical-align: baseline;
  margin-right: 30px;
}

.portfolio-list-block {
  width: 100%;
  max-width: 420px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-block {
  width: 100%;
  max-width: 420px;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.creative-portfolio-wrapper {
  z-index: 1;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.creative-portfolio-block {
  width: 100%;
}

.creative-portfolio {
  flex-flow: column;
  max-width: 645px;
  display: flex;
  position: relative;
}

.creative-portfolio-image {
  height: 480px;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
}

.creative-portfolio-image:hover {
  transform: scale(1.1);
}

.creative-portfolio-image.potrait {
  height: 675px;
}

.creative-portfolio-body {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.portfolio-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--0-main-colors--heading);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.portfolio-published-date {
  color: var(--4-neutral--neutral-200);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.creative-background {
  object-fit: fill;
  height: 200%;
  position: absolute;
  inset: 0%;
}

.creative-portfolio-flexbox {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vertical-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portfolio-masonary-block {
  width: 100%;
  max-width: 870px;
  position: relative;
  overflow: hidden;
}

.portfolio-masonary-block.portrait {
  max-width: 420px;
}

.masonary-landscape-image {
  height: 620px;
}

.masonary-portfolio-wrapper {
  width: 100%;
}

.masonary-portfolio-wrapper.portrait {
  max-width: 420px;
}

.checkout-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.multi-images-wrapper {
  width: 100%;
  max-width: 727px;
}

.multi-image-wrapper {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 535px;
  position: relative;
  overflow: hidden;
}

.portfolio-contents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.meta-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--4-neutral--neutral-50);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

._24px-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.meta-wrapper {
  width: 100%;
}

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

._30px-title {
  color: var(--0-main-colors--heading);
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

._30px-title.primary-color {
  color: var(--primary);
}

._30px-title.orbitron {
  font-family: Orbitron, sans-serif;
}

.portfolio-column {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--2-secondary--secondary-50);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 100px;
  display: flex;
}

.blog-divider {
  background-color: var(--2-secondary--secondary-50);
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

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

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

.blog-list-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-list-thumbnail {
  max-width: 420px;
  height: 340px;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.blog-list-thumbnail:hover {
  transform: scale(1.1);
}

.full-width-mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-list-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.blog-list-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  line-height: 28px;
  transition: color .4s, transform .2s;
  display: flex;
}

.blog-list-button:hover {
  color: var(--0-main-colors--secondary);
  transform: translate(10px);
}

.pagination-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary);
  color: var(--0-main-colors--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  transition: color .2s, background-color .3s;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--0-main-colors--transparent);
  color: var(--primary);
}

.creative-block-section {
  background-color: var(--0-main-colors--border);
  padding-top: 100px;
  padding-bottom: 100px;
}

.border-bg-for-covering-overflow-copy {
  z-index: 2;
  background-color: var(--0-main-colors--border);
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-slider {
  background-color: var(--0-main-colors--transparent);
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.snipper-paragraph {
  max-height: 94px;
  overflow: hidden;
}

.blog-slider-mask {
  width: 100%;
  max-width: 450px;
  overflow: visible;
}

.single-profile-image {
  object-fit: contain;
  max-width: 464px;
  height: 100%;
  max-height: 610px;
}

.single-profile-image-wrapper {
  background-color: var(--2-secondary--secondary-500);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 615px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-both-side-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.progress-parcentage {
  color: var(--0-main-colors--heading);
  justify-content: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: absolute;
  bottom: 7px;
  left: auto;
  right: 0;
}

.progress-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.progress-bar-wrapper {
  border: 1px solid var(--4-neutral--neutral-50);
  border-radius: var(--6-radius--primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.counter-animation-line {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animation-counter-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.progress-bar-line {
  z-index: 1;
  border-radius: var(--6-radius--primary);
  background-color: var(--primary);
  width: 100%;
  max-width: 96%;
  height: 6px;
  position: absolute;
}

.progress-bar-line._2nd-line {
  max-width: 80%;
}

.progress-bar-line._3rd-line {
  max-width: 90%;
}

.progress-bar-relative-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.profile-contents-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 612px;
  padding-top: 40px;
  display: flex;
}

.social-link {
  color: var(--4-neutral--neutral-100);
  background-color: #e9eaea;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: background-color .4s, color .5s ease-in-out, transform .4s;
  display: flex;
}

.social-link:hover {
  color: var(--0-main-colors--white);
  background-color: #316ff6;
  transform: translate(0, -3px);
}

.social-link.twitter {
  font-size: 18px;
  line-height: 18px;
}

.social-link.twitter:hover {
  background-color: #1da1f2;
}

.social-link.pinterest:hover {
  background-color: #e60023;
}

.social-link.linkedin:hover {
  background-color: #0a66c2;
}

.social-link.youtube:hover {
  background-color: red;
}

.profile-description {
  max-width: 616px;
}

.profile-description img {
  border-radius: 10px;
  max-height: 590px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.profile-description p {
  max-width: none;
  margin-bottom: 20px;
}

.profile-description h4 {
  letter-spacing: 0;
  font-family: Saira, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.profile-description h3 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Saira, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.profile-description h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Saira, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.profile-description h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}

.profile-form-wrapper {
  width: 100%;
  max-width: 535px;
  margin-bottom: 0;
}

.profile-form {
  margin-top: 40px;
}

.profile-input-field {
  border: 1px solid var(--0-main-colors--border);
  color: var(--4-neutral--neutral-300);
  height: 60px;
  margin-bottom: 20px;
  padding-left: 16px;
}

.profile-input-field::placeholder {
  color: var(--4-neutral--neutral-300);
}

.profile-input-field.text-area {
  height: auto;
  min-height: 134px;
  margin-bottom: 40px;
}

.dropdown-title {
  color: var(--0-main-colors--heading);
  white-space: pre-wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.dropdown-texts {
  color: var(--4-neutral--neutral-300);
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 28px;
}

.dropdown-faq-block {
  z-index: auto;
  border-bottom: 1px solid var(--0-main-colors--border);
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-contents {
  background-color: #0000;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-switch {
  grid-column-gap: 20px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-dropdown-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 50px;
  display: flex;
}

.divider {
  background-color: var(--0-main-colors--black);
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.faq-dropdown-icon {
  max-width: 24px;
  height: 24px;
}

.divider-with-margin-40px {
  background-color: var(--0-main-colors--border);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-card-text {
  color: var(--4-neutral--neutral-300);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.contact-card-logo {
  color: #bf8a67;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  font-family: Icofont, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.contact-card {
  grid-row-gap: 15px;
  border: 1px solid var(--0-main-colors--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 368px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.contact-card-title {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.field-wrapper {
  width: 100%;
}

.success-text {
  color: #bf6767;
  font-weight: 500;
}

.name-and-email-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-form-input-field {
  background-color: var(--4-neutral--neutral-50);
  color: var(--4-neutral--neutral-300);
  border: 1px solid #0000;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .5s;
}

.contact-form-input-field:focus {
  border-style: solid;
  border-color: #bf6767;
}

.contact-form-input-field::placeholder {
  color: var(--4-neutral--neutral-300);
  font-size: 14px;
  line-height: 22px;
}

.contact-form-input-field.text-area {
  min-height: 100px;
  margin-bottom: 30px;
}

.form-text {
  color: #666;
  font-weight: 300;
}

.map-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.form-delivered-message-wrapper {
  background-color: #bf8a671a;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ff000080;
  padding: 20px;
  font-weight: 500;
  line-height: 26px;
}

.contact-form-and-map {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.form-title-and-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.map-wrapper {
  width: 100%;
  max-width: 645px;
  max-height: none;
  overflow: hidden;
}

._404-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 600;
  line-height: 200px;
}

._404-text.rotate {
  transform: rotate(45deg);
}

._404-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.social-icon {
  color: var(--2-secondary--secondary-400);
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: color .5s ease-in-out, transform .4s;
  display: flex;
}

.social-icon:hover {
  color: var(--2-secondary--secondary-800);
  transform: translate(0, -3px);
}

.social-icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loader {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--0-main-colors--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.site-name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--0-main-colors--white);
  font-family: Orbitron, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
  overflow: hidden;
}

.slider-padding {
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  display: flex;
  position: relative;
}

.hero-absolute-image {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-card {
  color: var(--0-main-colors--heading);
  width: 100%;
  height: 100%;
}

.product-card:hover {
  color: var(--primary);
}

.product-card-thumbnail {
  background-color: var(--4-neutral--neutral-50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 308px;
  padding: 55px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-thumbnail {
  object-fit: contain;
  max-width: 220px;
  height: 100%;
}

.sale-tag {
  background-color: var(--4-neutral--neutral-500);
  color: var(--0-main-colors--white);
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  inset: 12px auto auto 0%;
}

.product-body {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.product-price-sm {
  color: var(--4-neutral--neutral-200);
  font-size: 18px;
  line-height: 28px;
}

.hero-section-2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Rectangle-5_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

._18px-paragraph-neutral-50 {
  color: var(--4-neutral--neutral-50);
  max-width: 940px;
  font-size: 18px;
}

.featured-card {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--0-main-colors--white);
  text-align: center;
  background-image: url('../images/Rectangle-699.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px 30px;
  display: flex;
}

.featured-card-image {
  object-fit: contain;
  width: auto;
  max-height: 250px;
}

.featured-card-margin {
  margin-top: 23px;
  margin-bottom: 41px;
}

.featured-card-title {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.cart-button-icon {
  color: var(--0-main-colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.featured-card-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--0-main-colors--transparent);
  border-radius: var(--6-radius--button);
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: border-color .5s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.featured-card-button:hover {
  border-color: var(--primary);
  background-color: var(--0-main-colors--transparent);
  color: var(--primary);
}

.testimonial-section {
  background-color: var(--dark-grey-background);
  padding-top: 120px;
  padding-bottom: 140px;
}

.testimonial-container {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border: 1px solid var(--4-neutral--neutral-200);
  background-color: var(--0-main-colors--transparent);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 110px;
  transition: border-color .2s, background-color .4s ease-out;
  display: flex;
}

.testimonial-container:hover {
  border-color: var(--0-main-colors--transparent);
  background-color: var(--2-secondary--secondary-800);
}

.testimonial-image-200px {
  object-fit: contain;
  max-width: 200px;
  max-height: 240px;
}

.testimonial-primary-color-wrapper {
  background-color: var(--primary);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 260px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.quote-image {
  max-width: 44px;
  height: 44px;
  margin-bottom: 27px;
}

.neutral-100 {
  color: var(--4-neutral--neutral-100);
}

._14px-paragraph-neutral-100 {
  color: var(--4-neutral--neutral-100);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.client-info-body {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 13px;
}

.testimonial-slide-nav {
  max-height: 16px;
  padding-top: 0;
  inset: auto 50px 30px auto;
}

.product-slider-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
}

.product-slider-body {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-right: 90px;
  display: flex;
}

.product-slider-thumbnail {
  object-fit: contain;
  max-width: 580px;
  max-height: 420px;
}

.margin-bottom-36px {
  margin-bottom: 36px;
}

.product-slider-arrow {
  background-color: var(--0-main-colors--white);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .4s;
  display: flex;
  inset: 0 10px 0% auto;
}

.product-slider-arrow:hover {
  background-color: var(--2-secondary--secondary-800);
}

.product-slider-arrow.right-arrow {
  bottom: 170px;
}

.search {
  position: relative;
}

.checkbox {
  border: 2px solid var(--4-neutral--neutral-200);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.checkbox:active, .checkbox:focus {
  background-color: #dd3842;
  background-image: url('../images/check-1_1check 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-color: #dd3842;
}

.checkbox.w--current {
  border-color: var(--0-main-colors--transparent);
  background-image: url('../images/check-1_1check 1.webp'), linear-gradient(to bottom, var(--primary), var(--primary));
  background-position: 50%, 0 0;
  background-size: 12px 12px, auto;
}

.checkbox.w--redirected-checked {
  background-color: #dd3842;
  background-image: url('../images/check-1_1check 1.webp');
  border-color: #dd3842;
}

.hide-filter-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.paragraph-300 {
  color: var(--4-neutral--neutral-300);
}

.sidebar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 308px;
  display: flex;
}

.product-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--0-main-colors--border);
  background-color: #fff;
  border-radius: 4px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 23px;
}

._10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.show-filter-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.checkbox-field {
  color: #5c728e;
  cursor: pointer;
  padding-left: 0;
  font-size: 16px;
  line-height: 16px;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #dd3842;
}

.sidebar-search-button {
  color: #8f9eb2;
  background-color: #0000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 17px;
  font-family: Material Icons, sans-serif;
  line-height: 16px;
  position: absolute;
  inset: 0% 0 0% auto;
}

._20px-bold-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s;
}

._20px-bold-title:hover {
  color: #dd3842;
}

._20px-bold-title.primary-color {
  color: var(--primary);
}

.absolute-breadcrumb {
  position: absolute;
  bottom: -60px;
}

.product-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--primary);
  border-radius: var(--6-radius--button);
  background-color: var(--0-main-colors--transparent);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: border-color .5s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.product-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--0-main-colors--white);
}

.add-to-cart-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  display: flex;
}

.view-details-link {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--0-main-colors--white);
  justify-content: center;
  align-items: center;
  width: 44px;
  font-family: Material Icons, sans-serif;
  transition: color .2s ease-out, background-color .2s;
  display: flex;
}

.view-details-link:hover {
  background-color: var(--0-main-colors--transparent);
  color: var(--primary);
}

._45-rotate {
  transform: rotate(-45deg);
}

.absolute-card-wrapper {
  position: absolute;
  bottom: 14px;
}

.single-product-price {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.single-product-price.compare-price {
  color: var(--4-neutral--neutral-100);
  text-decoration: line-through;
}

.single-page-cart-button {
  border: 1px solid var(--primary);
  color: #0c2d57;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Open Sans, sans-serif;
  transition: color .2s, background-color .4s;
}

.single-page-cart-button:hover {
  background-color: var(--primary);
  color: #fff;
}

.multi-image-thumbnail {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 150px;
}

.social-share-icon-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.meta-info-title {
  justify-content: flex-start;
  align-items: center;
  min-width: 51px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

._30px-image {
  max-width: 30px;
}

.product-meta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.product-image {
  object-fit: contain;
  max-width: 450px;
  max-height: 450px;
}

.product-quantity {
  border-style: solid;
  border-color: #5c728e #5c728e var(--4-neutral--neutral-200);
  background-color: var(--0-main-colors--transparent);
  border-radius: 0;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #91919180;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  display: flex;
}

.product-star-icon {
  color: #fdbf60;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.multi-images-background {
  background-color: var(--3-extra--background);
  border: 1px solid #e7eaee;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  padding: 20px;
  transition: border-color .2s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.multi-images-background:hover {
  border-color: var(--0-main-colors--transparent);
  background-color: var(--1-primary--primary-50);
}

.product-tab-link {
  color: #5c728e;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 10px 25px 14px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.product-tab-link.w--current {
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-bottom-style: none;
}

.product-meta-fields-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #91919180;
  border-bottom: 1px solid #91919180;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.product-tabs-contents {
  background-color: #fff;
  border: 1px solid #e7eaee;
  padding: 40px;
}

.product-images-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.full-height {
  height: 100%;
}

.product-details-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  margin-top: 16px;
  display: flex;
}

.cart-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  margin-top: 23px;
  margin-bottom: 28px;
  display: flex;
}

._1px-width-divider {
  background-color: var(--4-neutral--neutral-50);
  width: 1px;
  height: 21px;
}

.product-image-background {
  background-color: var(--3-extra--background);
  border: 1px solid #e7eaee;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  padding: 60px 50px;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image-background:hover {
  background-color: var(--1-primary--primary-50);
}

.product-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e9e9e9;
  flex-direction: row;
  display: flex;
}

.product-multi-images-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-share-icon {
  color: #4267b2;
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: transform .4s;
  display: flex;
}

.product-share-icon:hover {
  color: #316ff6;
  border-color: #8f9eb2;
  transform: translate(0, -3px);
}

.product-share-icon.pinterest, .product-share-icon.pinterest:hover {
  color: #e60023;
}

.product-share-icon.twitter {
  color: #1da1f2;
  font-size: 18px;
  line-height: 18px;
}

.product-share-icon.twitter:hover {
  color: #1da1f2;
}

.product-details-tab {
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.product-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.neutral-200 {
  color: var(--4-neutral--neutral-200);
}

.checkout-header {
  margin-bottom: 30px;
}

.checkout-product-info-block {
  flex: none;
  margin-left: 0;
  margin-right: 0;
}

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

.checkout-total-price-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
  display: flex;
}

.checkout-product-price {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.block {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.checkout-quantity-block {
  color: var(--4-neutral--neutral-300);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.checkout-label {
  margin-bottom: 6px;
}

.checkout-wrapper {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
  display: flex;
}

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

.checkout-total-price {
  color: var(--primary);
  font-size: 30px;
  font-weight: 600;
  line-height: 139%;
}

.checkout-image {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

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

.checkout-title {
  width: 100%;
  font-size: 30px;
  line-height: 42px;
}

.checkout-title.with-border {
  border-bottom: 1px solid #b4becb;
  padding-bottom: 8px;
}

.checkout-sub-title {
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.checkout-sub-title.with-border {
  border-bottom: 1px solid #b4becb;
  padding-bottom: 8px;
}

.checkout-product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

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

.checkout-field {
  background-color: #fff;
  border-color: #b4becb;
  border-radius: 4px;
  height: 56px;
}

.checkout-products-wrapper {
  border-bottom: 1px solid #e7eaee;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-contents {
  color: var(--0-main-colors--heading);
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.sticky-right-bar {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 614px;
  padding: 45px 60px 65px;
  display: flex;
  position: static;
  top: 100px;
  overflow: hidden;
}

.apple-pay {
  border-radius: 4px;
  height: 55px;
}

.checkout-image-wrapper {
  background-color: var(--4-neutral--neutral-50);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
}

.total-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #b4becb;
  border-bottom: 1px solid #b4becb;
  flex-flow: column;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 55px;
  display: flex;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.users-form-button {
  background-color: #dd3842;
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: color .3s, background-color .5s;
}

.users-form-button:hover {
  color: #fdcb71;
  background-color: #2f19b5;
}

.order-confirm-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--3-extra--background);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 80px;
  display: flex;
  overflow: hidden;
}

.order-confirm-block.total-order-price {
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

.order-qty-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.neutral-300 {
  color: var(--4-neutral--neutral-300);
}

.order-item {
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.order-item.no-border {
  border-bottom-style: none;
}

._38px-title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.product-grid-head {
  background-color: var(--4-neutral--neutral-100);
  color: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 80px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.order-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.order-confirm-price {
  color: var(--4-neutral--neutral-300);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.order-product {
  font-weight: 500;
}

.order-product-details-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 930px;
  display: flex;
}

.order-text-merge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.no-image-product {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.details-wrapper {
  border-bottom: 1px solid var(--4-neutral--neutral-100);
  color: #0c2d57;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.order-details-wrapper {
  width: 100%;
  max-width: 700px;
}

.top-right-navigation {
  z-index: 3;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  transition: background-color .3s;
  display: flex;
  inset: -120px 100px auto auto;
}

.top-right-navigation:hover {
  background-color: var(--2-secondary--secondary-800);
}

.top-right-navigation.left-arrow {
  right: 190px;
}

.portfolio-620px-height-slide {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.full-width-slider {
  background-color: var(--0-main-colors--transparent);
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._20px-thin-neutral-100 {
  color: var(--4-neutral--neutral-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.hero-section-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Rectangle-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 270px;
  padding-bottom: 200px;
  overflow: hidden;
}

.hero-block-contents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-paragraph-and-button {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 464px;
  display: flex;
}

.relative-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 660px;
  display: flex;
  position: relative;
}

.relative-image-wrapper.absolute {
  width: auto;
  max-width: none;
  position: absolute;
  inset: auto auto -120px -43px;
}

.hero-image-bg {
  z-index: -1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
  transform: translate(20px, 20px);
}

.hero-image-card {
  z-index: 1;
  border-radius: var(--6-radius--button);
  color: var(--primary);
  background-color: #fffc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 30px 15px 24px;
  display: flex;
  position: absolute;
  inset: auto -50px 24px auto;
}

.hero-image-3 {
  max-width: 460px;
  height: 600px;
}

.about-us-margin {
  margin-top: 32px;
  margin-bottom: 40px;
}

._600px-image {
  max-width: 460px;
  height: 600px;
}

.floating-image {
  max-width: 330px;
  position: absolute;
  inset: auto 0% -42px auto;
}

.about-us-image-card {
  z-index: 1;
  border-radius: var(--6-radius--button);
  background-image: url('../images/Rectangle-710.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 30px 15px 24px;
  display: flex;
  position: absolute;
  inset: 48px 82px auto auto;
}

.black-bg-for-covering-overflow-copy-copy {
  z-index: 2;
  background-color: var(--0-main-colors--heading);
  width: 100%;
  max-width: 130px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -130px;
}

.testimonial-bg {
  z-index: -1;
  max-width: 900px;
  position: absolute;
  left: -354px;
}

.testimonial-contents {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 308px;
  display: flex;
}

.testimonial-slider-wrapper {
  background-color: var(--0-main-colors--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  min-height: 700px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
  position: relative;
}

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

.testimonial-slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--0-main-colors--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 635px;
  height: 100%;
  min-height: 380px;
  margin: 30px 20px;
  padding: 60px 74px 87px 60px;
  display: flex;
  box-shadow: 0 10px 20px #00000026;
}

.testimonial-background {
  background-color: var(--0-main-colors--black);
  width: 61%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial-navigation {
  z-index: 3;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  transition: background-color .4s;
  display: flex;
  inset: 260px auto 0% 20px;
}

.testimonial-navigation:hover {
  background-color: var(--0-main-colors--secondary);
}

.testimonial-navigation.testimonial-right-arrow {
  left: 110px;
}

._80px-image-rounded {
  max-width: 80px;
  height: 80px;
}

.testimonial-client-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

._18px-paragraph-neutral-200 {
  color: var(--4-neutral--neutral-200);
  max-width: 940px;
  font-size: 18px;
}

.testimonial-slider {
  background-color: var(--0-main-colors--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1620px;
  height: 100%;
  min-height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.relative-block {
  position: relative;
}

.hero-portrait-image {
  z-index: 1;
  border-radius: 2px;
  height: 414px;
}

.product-name-link {
  color: var(--0-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: color .35s;
}

.product-name-link:hover {
  color: var(--primary);
}

.icon-2 {
  font-family: Material Icons, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.card-product-name {
  color: #0c2d57;
  font-weight: 500;
}

.close-button {
  cursor: pointer;
}

.cart-total-price {
  color: #0c2d57;
  font-size: 16px;
  font-weight: 700;
}

.cart-qty-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-price {
  color: var(--primary);
  font-weight: 700;
  line-height: 25px;
}

.cart-line-item {
  border-top: 1px solid #b4becb;
  padding-top: 5px;
}

.cart-header {
  padding: 0;
}

.cart-container {
  padding: 40px 40px 50px;
}

.cart-qty {
  color: #5c728e;
  background-color: #0000;
  border-color: #8f9eb2;
  border-radius: 4px;
  width: 66px;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 26px;
}

.card-product-image {
  object-fit: contain;
  width: 100%;
  max-width: 70px;
  height: 100%;
}

.cart-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  position: absolute;
  inset: -7px -11px auto auto;
}

._16px-bold-title {
  font-weight: 700;
}

.submit-button {
  background-color: var(--primary);
  border-radius: 4px;
  padding: 15px 34px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: color .3s, background-color .5s;
}

.submit-button:hover {
  background-color: var(--0-main-colors--tertiary);
  color: var(--0-main-colors--heading);
}

.card-popup-image-thumbnail {
  border: 1px solid #e7eaee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
}

.cart-list {
  padding: 0;
}

.cart-item {
  justify-content: flex-start;
  align-items: center;
}

.cart-footer {
  border-top-style: none;
  padding: 0;
}

.cart-icon {
  font-family: Material Icons Outlined, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.cart-icon:hover {
  font-family: Material Icons, sans-serif;
}

.site-feature-card-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 9px 12px #fff9;
}

.site-feature-card-2:hover {
  box-shadow: 0 0 #fff9;
}

.preview-title {
  color: #282828;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 80px;
}

.why-choose-us-card-2 {
  text-align: center;
  background-color: #e9f2ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  transition: transform .35s;
  display: flex;
}

.why-choose-us-card-2:hover {
  transform: translate(0, -20px);
}

.why-choose-us-card-2.color-3 {
  background-color: #e9fcff;
}

.why-choose-us-card-2.color-2 {
  background-color: #fff5e9;
}

.why-choose-us-card-2.color-4 {
  background-color: #f8e9ff;
}

.footer-copyrights-container {
  color: #8e8e99;
  text-align: center;
  background-color: #f5f9ff;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 30px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.template-tabs {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.nav-button-list-preview {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  align-items: center;
  display: none;
}

.preview-nav-list {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.toggle-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.site-images {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.mobile-image {
  object-fit: contain;
  max-width: 232px;
  margin-top: 60px;
  margin-left: -210px;
}

._408px-image {
  object-fit: contain;
  max-width: 408px;
  max-height: 270px;
  position: absolute;
  left: 108px;
}

.toggle-button {
  color: #666;
  background-color: #ddd0;
  padding: 0 0 4px;
  font-size: 18px;
  line-height: 28px;
}

.toggle-button.w--current {
  color: #000;
  background-color: #02020200;
  border-bottom: 3px solid #f37576;
  border-radius: 3px;
}

.navigation-link {
  color: #282828;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.interior-text-wrap {
  color: #bb8661;
}

.preview-navbar {
  background-color: #fff;
  border-bottom: 1px solid #0000;
  width: 100%;
  margin-bottom: -100px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
}

._120px-image {
  max-width: 120px;
}

.template-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
}

.template-image-wrappper {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 460px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 50px #dbe5ff;
}

.preview-paragraph {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

._870px-image {
  max-width: 845px;
}

.buy-button {
  background-color: #bb8661;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .35s;
  display: flex;
}

.buy-button:hover {
  background-color: #c99e81;
}

.buy-button.trasparent-btn {
  background-color: #fff0;
  border: 2px solid #bb8661;
  font-size: 16px;
  line-height: 26px;
}

.buy-button.trasparent-btn:hover {
  background-color: #bb8661;
}

.buy-button.red-button {
  background-color: #bb8661;
  border: 2px solid #fff0;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 26px;
}

.buy-button.red-button:hover {
  background-color: #fff0;
  border: 2px solid #bb8661;
}

.footer-copyrights {
  margin-bottom: 0;
}

.large-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.large-container.middle-allign {
  border: 0 #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-preview {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-preview.cta {
  background-image: url('../images/footer-bg_1footer-bg.webp');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 145px;
}

.section-preview.demo-page-section {
  text-align: center;
  background-image: url('../images/032318-Converted-1_1032318-[Converted] 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-preview.features {
  background-image: url('../images/23080992_Gradient_background_18-1_123080992_Gradient_background_18 1.webp');
  background-position: 50%;
  background-size: cover;
}

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

._122px-image {
  max-width: 122px;
  height: 100%;
  max-height: 270px;
  position: absolute;
  left: -25px;
}

.preview-4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.preview-4-col-grid.features-preview {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-top: 70px;
}

.highlight {
  color: #f37576;
  background-image: url('../images/Group-205.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  display: inline-block;
}

.highlight.smaller {
  background-size: contain;
  padding: 6px 30px;
}

._356px-image {
  max-width: 356px;
  position: absolute;
  top: 774px;
  right: 0;
}

.menu-button-preview {
  padding-bottom: 15px;
}

._374px-image {
  max-width: 374px;
  position: absolute;
  right: 0;
}

.tabs-contents-2 {
  margin-top: 70px;
}

.preview-feature-paragraph {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.preview-nav-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.topbar {
  object-fit: contain;
  width: auto;
  height: 36px;
}

.preview-heading {
  color: #000;
  text-align: center;
  max-width: 844px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}

.preview-heading.white {
  color: #fff;
  max-width: 1020px;
}

.floating-image-2 {
  max-width: 40px;
  position: absolute;
  inset: 18% auto auto 12%;
}

.floating-image-2._2 {
  max-width: 25px;
  inset: 35% 22% auto auto;
}

.floating-image-2._3 {
  inset: 17% 14% auto auto;
}

.homepage-demos-2 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

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

.why-choose-us-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
}

.semi-bold-title-3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.semi-bold-title-3.margin-both-sides {
  margin-top: 26px;
  margin-bottom: 12px;
}

.semi-bold-title-3.why-choose-us-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}

.template {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 505px;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-785px {
  color: #5a5a5a;
  max-width: 785px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-785px.cta-paragraph {
  color: #fffc;
  text-align: center;
  max-width: 800px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-785px.margin-top-30px {
  max-width: 900px;
  margin-top: 30px;
}

.navbar-wrapper-preview {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.template-page-name {
  color: #25292f;
  margin-top: 33px;
  font-size: 18px;
  line-height: 28px;
}

._32px-image {
  max-width: 32px;
}

.horizontal-wrapper {
  display: flex;
}

.horizontal-wrapper.z-index-10 {
  z-index: 10;
  position: relative;
}

.horizontal-wrapper._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._476px-image {
  max-width: 476px;
  position: absolute;
  inset: 780px auto auto -3%;
}

.page-wrapper-preview {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vertical-wrapper._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.brand-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 260px;
  padding-left: 0;
  display: flex;
}

.cross-icon-4 {
  font-family: Icofont, sans-serif;
  display: none;
}

.hamburger-icon-4 {
  font-family: Icofont, sans-serif;
}

.remove-this-for-production {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.customize-template-wrapper {
  z-index: 100000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 200px;
  padding: 10px 15px 28px;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
}

.close-icon {
  color: #1f2544;
  cursor: pointer;
  max-width: 16px;
  max-height: 16px;
  font-family: Material Icons, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.customization-texts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.customization-texts {
  color: #1f2544;
  text-align: center;
  font-family: Saira, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.preview-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.let-s-talk-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.let-s-talk-button:hover {
  color: #fff;
  background-color: #fff0;
}

.let-s-talk-text {
  color: #fff;
  font-weight: 500;
}

.slide {
  margin-right: 30px;
}

.slide-2 {
  margin-right: 10px;
}

.container-2 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.text-block, .text-block-2 {
  color: var(--0-main-colors--secondary);
}

.container-copy {
  z-index: 2;
  background-color: var(--0-main-colors--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.container-copy.middle-allign {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  display: flex;
}

.container-copy.style-guide-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-copy._2-column-container-reverse {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-copy.video-container {
  height: 100%;
}

.container-copy.slider-container {
  max-width: 1740px;
  margin-right: 0;
  padding-left: 130px;
  padding-right: 0;
  overflow: hidden;
}

.container-copy.slider-container-reverse {
  max-width: 1740px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 130px;
  overflow: hidden;
}

.container-copy.absolute-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: -127px;
}

.container-copy.top-padding-60px {
  padding-top: 60px;
  padding-bottom: 120px;
}

.container-copy._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: stretch;
  display: flex;
}

.container-copy.hero-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-copy._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-container {
  z-index: 2;
  background-color: var(--0-main-colors--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.footer-container.middle-allign {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  display: flex;
}

.footer-container.style-guide-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-container._2-column-container-reverse {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-container.video-container {
  height: 100%;
}

.footer-container.slider-container {
  max-width: 1740px;
  margin-right: 0;
  padding-left: 130px;
  padding-right: 0;
  overflow: hidden;
}

.footer-container.slider-container-reverse {
  max-width: 1740px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 130px;
  overflow: hidden;
}

.footer-container.absolute-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: -127px;
}

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

.footer-container._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: stretch;
  display: flex;
}

.footer-container.hero-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-container._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.padded-container {
  z-index: 2;
  background-color: var(--0-main-colors--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.padded-container.middle-allign {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  display: flex;
}

.padded-container.style-guide-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.padded-container._2-column-container-reverse {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.padded-container.video-container {
  height: 100%;
}

.padded-container.slider-container {
  max-width: 1740px;
  margin-right: 0;
  padding-left: 130px;
  padding-right: 0;
  overflow: hidden;
}

.padded-container.slider-container-reverse {
  max-width: 1740px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 130px;
  overflow: hidden;
}

.padded-container.absolute-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: -127px;
}

.padded-container.top-padding-60px {
  padding-top: 60px;
  padding-bottom: 120px;
}

.padded-container._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: stretch;
  display: flex;
}

.padded-container.hero-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.padded-container._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span {
  vertical-align: top;
  font-size: 34px;
  font-weight: 400;
  display: inline;
}

.text-span-2 {
  font-size: 34px;
  font-weight: 400;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  line-height: 34px;
}

.sub-header {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: Orbitron, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.div-block-2 {
  margin-top: 40px;
  font-size: 18px;
}

.section-2, .section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.black-icon {
  color: var(--0-main-colors--black);
  font-family: Material Icons Outlined, sans-serif;
}

.close-menu-button {
  background-color: var(--0-main-colors--transparent);
  color: var(--0-main-colors--white);
  padding: 0;
  font-family: Material Icons, sans-serif;
  position: absolute;
  inset: 25px 30px auto auto;
}

.close-menu-button:active, .close-menu-button:focus {
  background-color: var(--0-main-colors--transparent);
}

.close-menu-button.w--open {
  background-color: var(--0-main-colors--transparent);
  color: var(--0-main-colors--white);
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  margin-top: 20px;
  display: flex;
}

.service-card-material-icon {
  color: var(--4-neutral--neutral-200);
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 52px;
}

._2-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.div-block-5 {
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 34px;
    line-height: 50px;
  }

  .navbar {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown {
    z-index: 2;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .nav-link {
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0 5px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .link-dropdown {
    z-index: 3;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .navbar-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cross-icon {
    z-index: 99999;
    background-color: #0000;
    flex-direction: row;
    font-style: normal;
    display: block;
  }

  .hamburger-icon {
    background-color: #fff0;
    flex-direction: row;
    display: block;
  }

  .container {
    width: 100%;
  }

  .container._2-column-container-reverse {
    flex-direction: column-reverse;
  }

  .container.slider-container {
    padding-left: 110px;
  }

  .container._2-column-container {
    flex-flow: column;
  }

  .submenu-link.w--current {
    color: #d01818;
  }

  .nav-list {
    z-index: 1;
    text-align: center;
    border-bottom: 1px #fff3;
    position: relative;
  }

  .dropdown-options {
    z-index: 3;
    display: none;
    position: static;
  }

  .dropdown-options.w--open {
    z-index: 2;
    position: static;
  }

  .nav-menu {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .open-menu-button {
    z-index: 10;
    flex-direction: row;
    padding: 0;
    display: block;
  }

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

  .footer-wrapper {
    border-bottom-color: #c3c3c3;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-block {
    grid-row-gap: 20px;
    width: 100%;
    max-width: 46%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #000;
    border-bottom: 1px #c3c3c3;
    max-width: none;
  }

  .footer-block.first-block {
    border-bottom: 1px solid #c3c3c3;
    max-width: none;
  }

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

  .navbar-logo-wrapper {
    z-index: 1;
  }

  .contents {
    width: 100%;
  }

  .contents._60 {
    width: 100%;
    margin-top: 0;
  }

  .contents.max-width-580px {
    max-width: none;
  }

  .contents.width-600px {
    max-width: none;
    margin-top: 20px;
  }

  .section {
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.secondary-50-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.secondary-600-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider-navigation {
    right: 100px;
  }

  .slider-navigation.right {
    right: 10px;
  }

  .gathering-slider-navigation {
    top: -70px;
  }

  .blog-card-title {
    font-size: 19px;
    line-height: 28px;
  }

  .heading-style-box {
    min-width: auto;
  }

  .flex-horizontal.style-guide-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .style-guide-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  ._12px-gap {
    width: 100%;
  }

  ._60px-margin-section {
    z-index: 1;
    margin-bottom: 80px;
  }

  .sidebar, .featured-blogs {
    max-width: none;
  }

  .featured-image {
    max-width: 200px;
  }

  .main-block {
    min-width: auto;
  }

  .post-image {
    max-width: 100%;
    max-height: 450px;
  }

  .hero-contents {
    width: 100%;
    max-width: none;
    padding-top: 60px;
  }

  .horizontal-title-and-paragraph-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-and-project-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .horizontal-slider-navigation {
    left: -100px;
  }

  .white-bg-for-covering-overflow {
    max-width: 110px;
  }

  .video-section {
    height: 380px;
  }

  ._2-column-block {
    flex-flow: column;
  }

  ._2-column-block.top-align-reverse {
    flex-flow: wrap-reverse;
  }

  .image-wrapper {
    width: 100%;
  }

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

  .default-slider.product-slider {
    padding-top: 240px;
  }

  .white-heading {
    line-height: 68px;
  }

  .secondary-600-overflow {
    max-width: 110px;
  }

  .nav-dropdown-link {
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0 5px;
  }

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-menu-number-and-mail {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .service-image {
    height: auto;
  }

  .creative-portfolio-image.potrait {
    height: 590px;
  }

  .creative-background {
    object-fit: cover;
  }

  .creative-portfolio-flexbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .masonary-landscape-image {
    height: 440px;
  }

  .multi-images-wrapper, .portfolio-contents {
    width: 100%;
  }

  .portfolio-column {
    flex-flow: column;
  }

  .border-bg-for-covering-overflow-copy {
    max-width: 110px;
  }

  .single-profile-image-wrapper, .profile-contents-block, .profile-description, .profile-form-wrapper {
    max-width: none;
  }

  .dropdown-faq-block {
    align-items: stretch;
    min-width: auto;
    max-width: 800px;
  }

  .dropdown-wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq-dropdown-block {
    width: 100%;
    margin-top: 0;
  }

  .name-and-email-wrapper {
    flex-direction: row;
  }

  .map-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-form-block {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .contact-form-and-map {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .map-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 742px;
    height: 400px;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .slider-padding {
    height: 600px;
  }

  .hero-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-container {
    flex-flow: column;
  }

  .testimonial-primary-color-wrapper {
    max-width: none;
  }

  .product-slider-body {
    flex-flow: column;
    padding-right: 0;
  }

  .product-slider-thumbnail {
    max-width: none;
  }

  .product-slider-arrow {
    top: -170px;
  }

  .hide-filter-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--primary);
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
  }

  .sidebar-wrapper {
    max-width: none;
  }

  .show-filter-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #0c2d57;
    cursor: pointer;
    display: flex;
  }

  .product-details-block {
    max-width: 720px;
  }

  .sticky-right-bar {
    max-width: none;
  }

  .top-right-navigation {
    top: -90px;
    right: 20px;
  }

  .top-right-navigation.left-arrow {
    right: 110px;
  }

  .full-width-slider {
    margin-top: 100px;
  }

  .hero-section-3 {
    padding-top: 220px;
  }

  .hero-paragraph-and-button {
    max-width: none;
  }

  .relative-image-wrapper.absolute {
    bottom: -85px;
    left: -40px;
  }

  ._600px-image {
    max-width: 57%;
  }

  .floating-image {
    max-width: 45%;
  }

  .about-us-image-card {
    right: 134px;
  }

  .testimonial-contents {
    max-width: none;
  }

  .testimonial-slider-wrapper {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-background {
    max-height: 600px;
  }

  .testimonial-navigation {
    top: 100px;
    bottom: auto;
    right: auto;
  }

  .testimonial-slider {
    min-height: auto;
  }

  .preview-nav-wrapper {
    background-color: #110a23;
    flex-direction: row;
    padding: 60px 55px 50px;
    display: block;
  }

  .preview-title {
    font-size: 50px;
    line-height: 60px;
  }

  .nav-button-list-preview {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .preview-nav-list {
    text-align: center;
    border-bottom: 1px #fff3;
  }

  .hide-from-tablet {
    display: none;
  }

  .site-images {
    margin-top: 20px;
  }

  .hamburger-and-close-icon-wrapper {
    align-items: center;
  }

  .navigation-link {
    color: #fff;
  }

  ._870px-image {
    object-fit: contain;
  }

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

  .section-preview.demo-page-section {
    padding-top: 150px;
  }

  .preview-4-col-grid, .preview-4-col-grid.features-preview {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-preview {
    z-index: 10;
    flex-direction: row;
    padding: 0;
    display: block;
  }

  .menu-button-preview.w--open {
    color: #fff;
    background-color: #0000;
  }

  .preview-nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .floating-image-2 {
    top: 21%;
  }

  .floating-image-2._2 {
    top: 32%;
  }

  .floating-image-2._3 {
    top: 11%;
  }

  .homepage-demos-2, .why-choose-us-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-wrapper-preview {
    overflow: visible;
  }

  .vertical-wrapper._20px-gap {
    display: none;
  }

  .cross-icon-4 {
    z-index: 99999;
    color: #f64848;
    background-color: #0000;
    flex-direction: row;
    font-size: 25px;
    font-style: normal;
    line-height: 25px;
  }

  .hamburger-icon-4 {
    color: #4865ff;
    background-color: #fff0;
    flex-direction: row;
    font-size: 25px;
    line-height: 25px;
  }

  .customize-template-wrapper {
    padding-bottom: 28px;
    bottom: 1%;
  }

  .container-2, .container-copy {
    width: 100%;
  }

  .container-copy {
    width: 100%;
  }

  .container-copy._2-column-container-reverse {
    flex-direction: column-reverse;
  }

  .container-copy.slider-container {
    padding-left: 110px;
  }

  .container-copy._2-column-container {
    flex-flow: column;
  }

  .footer-container {
    width: 100%;
  }

  .footer-container._2-column-container-reverse {
    flex-direction: column-reverse;
  }

  .footer-container.slider-container {
    padding-left: 110px;
  }

  .footer-container._2-column-container {
    flex-flow: column;
  }

  .padded-container {
    width: 100%;
  }

  .padded-container._2-column-container-reverse {
    flex-direction: column-reverse;
  }

  .padded-container.slider-container {
    padding-left: 110px;
  }

  .padded-container._2-column-container {
    flex-flow: column;
  }

  .close-menu-button {
    z-index: 10;
    flex-direction: row;
    padding: 0;
    display: block;
  }

  .close-menu-button.w--open {
    pointer-events: auto;
    color: #fff;
    background-color: #0000;
    top: 30px;
    right: 20px;
  }

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

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

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    display: inline-block;
  }

  .cross-icon {
    font-style: normal;
  }

  .nav-menu-wrapper {
    z-index: 1;
    min-width: 320px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container.middle-allign {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.slider-container {
    padding-left: 60px;
  }

  .container.slider-container-reverse {
    padding-right: 60px;
  }

  .container.absolute-bottom {
    flex-flow: column;
    bottom: -428px;
  }

  .nav-menu {
    border-radius: 0;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-block {
    flex-direction: column;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .navbar-logo-wrapper {
    z-index: 1;
  }

  .main-footer {
    margin-top: 0;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }

  .primary-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 12px 26px;
    font-size: 18px;
    line-height: 26px;
  }

  .contents.width-600px {
    margin-top: 0;
  }

  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.secondary-50-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.secondary-600-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.top-240px {
    margin-top: 520px;
  }

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

  .slider-navigation {
    max-width: 50px;
    height: 50px;
    right: 70px;
  }

  .blog-card {
    max-width: none;
  }

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

  .breadcrumb-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._48-px-white-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-style-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    padding: 30px;
  }

  .tag-box {
    width: 100%;
    height: 150px;
  }

  .tag-text {
    font-size: 70px;
    line-height: 70px;
  }

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

  .featured-blogs {
    max-width: 480px;
  }

  .post-image {
    max-height: 360px;
  }

  .tag-block {
    flex-wrap: wrap;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    padding-top: 35%;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .horizontal-wrapper-30px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-icon {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .arrow-image {
    max-width: 30px;
    max-height: 30px;
  }

  .slider-mask {
    max-width: none;
    overflow: hidden;
  }

  .slider {
    margin-top: 100px;
  }

  .horizontal-slider-navigation {
    max-width: 50px;
    height: 50px;
    left: -55px;
  }

  .horizontal-slider-navigation.right-arrow {
    bottom: 43%;
  }

  .portfolio-slide {
    max-width: none;
  }

  .white-bg-for-covering-overflow {
    max-width: 60px;
  }

  .video-section {
    height: 320px;
  }

  .video-title {
    font-size: 34px;
  }

  ._74px-title {
    font-size: 70px;
  }

  .offerings-navigation {
    max-width: 50px;
    height: 50px;
    left: -55px;
  }

  .offerings-navigation.right-arrow {
    bottom: 43%;
  }

  .service-slide {
    max-width: none;
  }

  .service-slider {
    margin-top: 100px;
  }

  .service-slider-mask {
    max-width: none;
    overflow: hidden;
  }

  .gallery-slide {
    max-width: none;
    height: 540px;
  }

  ._40px-white-title {
    font-size: 36px;
    line-height: 50px;
  }

  .default-slider.product-slider {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  ._40px-title {
    font-size: 36px;
    line-height: 50px;
  }

  .cta-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner-title {
    font-size: 34px;
    line-height: 48px;
  }

  .white-heading._80px {
    font-size: 60px;
    line-height: 80px;
  }

  .secondary-600-overflow {
    max-width: 60px;
  }

  .service-slide-grid {
    max-width: none;
  }

  .nav-dropdown-link {
    display: inline-block;
  }

  .nav-menu-number-and-mail {
    display: none;
  }

  .video-banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .portfolio-list-block, .portfolio-grid-block, .creative-portfolio.portrait {
    max-width: none;
  }

  .creative-portfolio-flexbox {
    flex-flow: column;
  }

  .portfolio-masonary-block.portrait {
    max-width: none;
  }

  .masonary-landscape-image {
    height: auto;
  }

  .masonary-portfolio-wrapper.portrait, .multi-image-wrapper {
    max-width: none;
  }

  .tag-block-wrapper {
    flex-wrap: wrap;
  }

  .blog-list-card {
    flex-flow: column;
    max-width: none;
  }

  .blog-list-thumbnail {
    max-width: none;
  }

  .border-bg-for-covering-overflow-copy {
    max-width: 60px;
  }

  .blog-slider {
    margin-top: 100px;
  }

  .blog-slider-mask {
    max-width: none;
    overflow: hidden;
  }

  .single-profile-image {
    max-height: 540px;
  }

  .profile-contents-block {
    padding-top: 0;
  }

  .dropdown-title {
    width: 100%;
  }

  .dropdown-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-card-text {
    font-size: 16px;
    line-height: 25px;
  }

  .contact-card {
    min-height: 292px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-card-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .field-wrapper, .name-and-email-wrapper {
    width: 100%;
  }

  .contact-form-input-field {
    min-width: auto;
    max-width: none;
  }

  .contact-form-block {
    align-items: flex-start;
  }

  .contact-form-and-map {
    grid-row-gap: 50px;
    align-items: flex-start;
  }

  .form-title-and-text {
    margin-left: 0;
  }

  .map-wrapper {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    height: 400px;
    min-height: auto;
  }

  ._404-text {
    font-size: 150px;
    line-height: 150px;
  }

  .site-name {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
  }

  .product-card-thumbnail {
    height: auto;
    min-height: 340px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-thumbnail {
    max-width: 233px;
  }

  .hero-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-slider-body {
    padding-top: 100px;
  }

  .product-slider-arrow {
    width: 60px;
    height: 60px;
    inset: 0% auto auto 0%;
  }

  .product-slider-arrow.right-arrow {
    bottom: auto;
    left: 70px;
  }

  .sidebar-search-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .absolute-breadcrumb {
    bottom: -30px;
  }

  .product-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .product-image {
    max-height: 400px;
  }

  .multi-images-background {
    padding: 11px;
  }

  .product-tab-link {
    font-size: 16px;
    line-height: 24px;
  }

  .product-image-background {
    height: 450px;
  }

  .sticky-right-bar {
    padding: 25px 30px 40px;
  }

  .order-confirm-block {
    padding: 40px 25px;
  }

  .order-item {
    flex-flow: wrap;
  }

  .order-confirm-price {
    font-size: 16px;
    line-height: 24px;
  }

  .details-wrapper {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }

  .top-right-navigation {
    max-width: 50px;
    height: 50px;
  }

  .top-right-navigation.left-arrow {
    right: 80px;
  }

  .portfolio-620px-height-slide {
    max-width: none;
    height: 540px;
  }

  .full-width-slider {
    margin-top: 100px;
  }

  .hero-section-3 {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .relative-image-wrapper.absolute {
    bottom: -41px;
    left: 0;
  }

  .hero-image-3 {
    height: 540px;
  }

  ._600px-image {
    max-width: none;
    height: 500px;
  }

  .floating-image {
    display: none;
  }

  .about-us-image-card {
    inset: -50px 10px auto auto;
  }

  .testimonial-contents {
    padding-left: 20px;
  }

  .testimonial-slider-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    min-height: auto;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .testimonial-mask {
    max-width: none;
    overflow: hidden;
  }

  .testimonial-slider-card {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 50px 50px;
  }

  .testimonial-background {
    max-height: 540px;
  }

  .testimonial-navigation {
    max-width: 50px;
    height: 50px;
  }

  .testimonial-navigation.testimonial-right-arrow {
    left: 80px;
  }

  .testimonial-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-portrait-image {
    height: 380px;
  }

  .cart-quantity {
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .preview-nav-wrapper {
    z-index: 2;
  }

  .preview-title {
    font-size: 46px;
    line-height: 60px;
  }

  .site-images {
    margin-top: 0;
  }

  .mobile-image {
    max-width: 192px;
  }

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

  .section-preview.demo-page-section {
    padding-top: 160px;
  }

  .preview-4-col-grid, .preview-4-col-grid.features-preview {
    grid-template-columns: 1fr;
  }

  .highlight {
    padding: 16px;
  }

  .highlight.smaller {
    padding: 0 20px;
  }

  .preview-nav-menu {
    border-radius: 0;
  }

  .preview-heading {
    font-size: 36px;
    line-height: 50px;
  }

  .homepage-demos-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr;
  }

  .cross-icon-4 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    display: none;
  }

  .remove-this-for-production {
    display: block;
  }

  .customize-template-wrapper {
    bottom: 1%;
  }

  .let-s-talk-button:hover {
    transform: none;
  }

  .container-2, .container-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-copy.middle-allign {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-copy.slider-container {
    padding-left: 60px;
  }

  .container-copy.slider-container-reverse {
    padding-right: 60px;
  }

  .container-copy.absolute-bottom {
    flex-flow: column;
    bottom: -428px;
  }

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

  .footer-container.middle-allign {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-container.slider-container {
    padding-left: 60px;
  }

  .footer-container.slider-container-reverse {
    padding-right: 60px;
  }

  .footer-container.absolute-bottom {
    flex-flow: column;
    bottom: -428px;
  }

  .padded-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .padded-container.middle-allign {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .padded-container.slider-container {
    padding-left: 60px;
  }

  .padded-container.slider-container-reverse {
    padding-right: 60px;
  }

  .padded-container.absolute-bottom {
    flex-flow: column;
    bottom: -428px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 26px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    z-index: 2;
    min-width: 260px;
    padding-left: 60px;
  }

  .hamburger-icon {
    background-color: #fff0;
    font-size: 25px;
  }

  .container {
    align-items: center;
    padding: 0 15px;
  }

  .container.slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.slider-container-reverse {
    padding-right: 0;
  }

  .site-logo {
    width: 80%;
  }

  .dropdown-options {
    min-width: 230px;
    right: -84.7031px;
  }

  .nav-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    overflow: visible;
  }

  .nav-menu-border {
    height: 4px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
  }

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

  .footer-block {
    grid-row-gap: 20px;
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-block.first-block {
    border-top-style: none;
    border-bottom-style: none;
  }

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

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

  .main-footer {
    margin-top: 0;
  }

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

  .footer-link {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .section.secondary-600-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .mask.related-post {
    max-width: 110px;
    height: auto;
  }

  .gathering-slider-navigation {
    max-width: 110px;
  }

  .blog-thumbnail {
    height: 240px;
  }

  .banner {
    padding-bottom: 60px;
  }

  .breadcrumb.w--current {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-style-box {
    padding: 20px;
  }

  .sub-title-of-style-guide {
    min-width: 85px;
    font-size: 14px;
  }

  .font-details-text {
    font-size: 14px;
  }

  .style-guide-wrapper {
    width: 100%;
  }

  .heading-details-block {
    grid-column-gap: 14px;
  }

  ._60px-margin-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-blogs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .post-title {
    font-size: 13px;
    line-height: 20px;
  }

  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }

  .post-image {
    width: 100%;
    max-width: 100%;
  }

  ._404-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding-top: 50%;
  }

  .license-section {
    margin-top: 40px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-dropdown-icon {
    margin-left: -10px;
  }

  .footer-divider {
    display: none;
  }

  .hero-contents {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._20px-bold-text {
    font-size: 18px;
    line-height: 28px;
  }

  .slider {
    margin-top: 80px;
  }

  .horizontal-slider-navigation {
    inset: -70px 20px auto auto;
  }

  .horizontal-slider-navigation.right-arrow {
    bottom: auto;
    right: 76px;
  }

  .portfolio-slide {
    height: 410px;
  }

  .white-bg-for-covering-overflow {
    display: none;
  }

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

  ._2-column-block {
    grid-row-gap: 40px;
  }

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

  .secondary-50-bg-for-covering-overflow-copy {
    display: none;
  }

  .offerings-navigation {
    inset: auto auto -70px 20px;
  }

  .offerings-navigation.right-arrow {
    bottom: -70px;
    left: 76px;
  }

  .service-slide {
    height: 410px;
  }

  .service-slider {
    margin-top: 80px;
  }

  .service-hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-slide {
    height: 420px;
  }

  ._40px-white-title {
    font-size: 28px;
    line-height: 42px;
  }

  .testimonial-card {
    padding: 40px 30px 30px;
  }

  ._40px-title {
    font-size: 30px;
    line-height: 42px;
  }

  .margin-top-10px {
    margin-top: 10px;
  }

  .cta-block {
    background-image: url('../images/Rectangle-20.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._30px-white-title {
    font-size: 22px;
    line-height: 38px;
  }

  .secondary-button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .banner-title {
    font-size: 26px;
    line-height: 36px;
  }

  .white-heading {
    font-size: 42px;
    line-height: 60px;
  }

  .white-heading._80px {
    font-size: 40px;
    line-height: 60px;
  }

  .secondary-600-overflow {
    display: none;
  }

  .service-slide-grid {
    height: 410px;
  }

  .nav-icon-and-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-dropdown-link {
    font-size: 18px;
    line-height: 26px;
  }

  .nav-dropdown-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-banner {
    padding-bottom: 80px;
  }

  .review-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-list-block {
    height: 410px;
  }

  .portfolio-grid-block {
    height: 380px;
  }

  .creative-portfolio-image, .creative-portfolio-image.potrait {
    height: 400px;
  }

  .multi-image-wrapper {
    height: 260px;
  }

  .meta-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._24px-text {
    font-size: 20px;
    line-height: 30px;
  }

  ._30px-title {
    font-size: 22px;
    line-height: 38px;
  }

  .blog-list-thumbnail {
    height: auto;
  }

  .border-bg-for-covering-overflow-copy {
    display: none;
  }

  .blog-slider {
    margin-top: 80px;
  }

  .progress-parcentage {
    right: -20px;
  }

  .progress-block {
    font-size: 14px;
  }

  .animation-counter-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .dropdown-title {
    font-size: 15px;
    line-height: 26px;
  }

  .dropdown-texts {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-faq-block {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-wrapper {
    width: 100%;
    display: flex;
  }

  .dropdown-switch {
    justify-content: space-between;
  }

  .faq-dropdown-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-dropdown-icon {
    max-width: 18px;
    height: 18px;
  }

  .contact-card-title {
    font-size: 18px;
    line-height: 30px;
  }

  .name-and-email-wrapper {
    flex-direction: column;
  }

  .contact-form-input-field {
    min-width: 265px;
  }

  .contact-form-input-field.text-area {
    margin-bottom: 10px;
  }

  .map-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .contact-form-and-map {
    grid-row-gap: 30px;
  }

  .map-wrapper {
    width: auto;
    min-width: 100%;
    height: 250px;
    min-height: auto;
    overflow: hidden;
  }

  ._404-text {
    font-size: 120px;
  }

  .site-name {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 60px;
  }

  .product-card-thumbnail {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._18px-paragraph-neutral-50 {
    font-size: 16px;
  }

  .featured-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-card-image {
    max-height: 220px;
  }

  .featured-card-title {
    font-size: 22px;
    line-height: 38px;
  }

  .featured-card-button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .testimonial-container {
    padding: 40px 25px;
  }

  .product-slider-thumbnail {
    max-height: 240px;
  }

  .product-button {
    padding: 5px 20px;
  }

  .absolute-card-wrapper {
    bottom: 10px;
  }

  .single-product-price {
    font-size: 18px;
    line-height: 28px;
  }

  .product-quantity {
    padding-left: 50px;
  }

  .price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-tab-link {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .product-tabs-contents {
    padding: 25px;
  }

  .product-images-wrapper {
    grid-row-gap: 20px;
  }

  .product-image-background {
    height: 320px;
    padding: 30px;
  }

  .product-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .product-title {
    font-size: 24px;
    line-height: 36px;
  }

  .checkout-product-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkout-total-price {
    font-size: 20px;
    line-height: 30px;
  }

  .checkout-image {
    width: 80%;
    height: 80%;
  }

  .checkout-products-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .block-contents {
    margin-bottom: 15px;
  }

  .sticky-right-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .total-block {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .order-confirm-block {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  ._38px-title {
    font-size: 30px;
    line-height: 44px;
  }

  .order-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .order-confirm-price {
    font-size: 14px;
    line-height: 22px;
  }

  .top-right-navigation {
    inset: -70px 20px auto auto;
  }

  .portfolio-620px-height-slide {
    height: 420px;
  }

  .full-width-slider {
    margin-top: 50px;
  }

  ._20px-thin-neutral-100 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .hero-block-contents {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .relative-image-wrapper.absolute {
    display: none;
  }

  .hero-image-3 {
    height: 390px;
  }

  ._600px-image {
    height: 320px;
  }

  .black-bg-for-covering-overflow-copy-copy {
    display: none;
  }

  .testimonial-slider-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-bottom: 25px;
  }

  .testimonial-slider-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 350px;
    padding: 30px 20px;
  }

  .testimonial-background {
    max-height: 450px;
  }

  .testimonial-navigation {
    top: 131px;
  }

  ._80px-image-rounded {
    max-width: 60px;
    height: 60px;
  }

  .testimonial-client-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-slider {
    padding: 0;
  }

  .product-name-link {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview-title {
    font-size: 30px;
    line-height: 45px;
  }

  .mobile-image {
    max-width: 92px;
    margin-left: -100px;
  }

  .large-container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-preview.demo-page-section {
    padding-top: 120px;
  }

  .highlight {
    padding: 0 9px;
  }

  .highlight.smaller {
    background-size: contain;
    padding-left: 16px;
    padding-right: 16px;
  }

  .preview-nav-menu {
    grid-row-gap: 15px;
    flex-direction: column;
    overflow: visible;
  }

  .preview-heading {
    font-size: 22px;
  }

  .brand-3 {
    max-width: 150px;
  }

  .cross-icon-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .hamburger-icon-4 {
    background-color: #fff0;
    font-size: 20px;
    line-height: 20px;
  }

  .customize-template-wrapper {
    padding-top: 10px;
    bottom: 1%;
    right: 2%;
  }

  .container-2, .container-copy {
    align-items: center;
    padding: 0 15px;
  }

  .container-copy {
    align-items: center;
    padding: 0 15px;
  }

  .container-copy.slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.slider-container-reverse {
    padding-right: 0;
  }

  .footer-container {
    align-items: center;
    padding: 0 15px;
  }

  .footer-container.slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container.slider-container-reverse {
    padding-right: 0;
  }

  .padded-container {
    align-items: center;
    padding: 0;
  }

  .padded-container.slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .padded-container.slider-container-reverse {
    padding-right: 0;
  }

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

#w-node-_181c0cf7-b6ab-4572-0490-22ec4d1ad388-4d1ad388, #w-node-_6ca8f0bb-7049-8967-2d84-ba1e6aab376c-6aab376c, #w-node-_23df679e-95c5-fb52-b891-7fc8f04d585e-f04d585e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}