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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercedownloadsitem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: 'Source Code Pro', sans-serif;
  color: #c9c9c9;
  font-size: 16px;
  line-height: 1.688em;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 60px;
  line-height: 1.083em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 38px;
  line-height: 1.289em;
  font-weight: 400;
  letter-spacing: 0em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 1.308em;
  font-weight: 400;
  letter-spacing: 0em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 400;
  letter-spacing: 0em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 400;
  letter-spacing: 0em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: 0em;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #636363;
}

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

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

li {
  margin-bottom: 11px;
}

label {
  display: block;
  margin-bottom: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 400;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 50px 50px 43px;
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 26px;
  line-height: 1.308em;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

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

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

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

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

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.bg-neutral-700 {
  background-color: #3a3a3a;
}

.bg-neutral-600 {
  background-color: #4a4a4a;
}

.bg-neutral-500 {
  background-color: #636363;
}

.bg-neutral-400 {
  background-color: #909090;
}

.bg-neutral-300 {
  background-color: #c9c9c9;
}

.bg-neutral-200 {
  background-color: #e3e3e3;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1176px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  background-color: #1d1d1d;
}

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

.style-guide-title {
  max-width: 403px;
}

.styleguide-header {
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a4a4a;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styleguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.styleguide-link.w--current {
  background-color: #3a3a3a;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #4a4a4a;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #4a4a4a;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  background-color: #1d1d1d;
}

.color-block {
  min-height: 120px;
  border-bottom: 1px solid #4a4a4a;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #fff;
  font-size: 18px;
}

.color-hex {
  color: #909090;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #4a4a4a;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 600px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #909090;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
  letter-spacing: 0em;
}

.styleguide-subheader {
  padding: 56px 68px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #4a4a4a;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-button-container {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #1d1d1d;
}

.nav-menu-links {
  margin-right: 62px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.nav-menu-links.last {
  margin-right: 0px;
}

.nav-item {
  margin-bottom: 40px;
  line-height: 1em;
}

.nav-link {
  font-size: 30px;
  line-height: 1.067em;
  text-decoration: none;
}

.menu-button {
  padding: 0px;
}

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

.nav-menu {
  overflow: auto;
  height: 100vh;
  padding-top: 38px;
  padding-bottom: 74px;
  background-color: #1d1d1d;
}

.footer {
  display: block;
  padding-top: 80px;
  padding-bottom: 13px;
  border-top: 1px solid #4a4a4a;
  text-decoration: none;
}

.footer-logo-container {
  margin-bottom: 16px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.footer-logo-container:hover {
  opacity: 0.4;
}

.footer-nav {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.footer-logo {
  width: 300px;
}

.footer-nav-item {
  margin-bottom: 0px;
}

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

.section {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.home-hero {
  padding-top: 95px;
}

.section.articles-section {
  padding-bottom: 0px;
}

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

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

.section.journey {
  padding-top: 86px;
  padding-bottom: 138px;
}

.section.story {
  padding-top: 138px;
  padding-bottom: 98px;
}

.section.skills {
  padding-top: 98px;
}

.section.about-experience {
  padding-top: 130px;
  padding-bottom: 240px;
}

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

.section.shop {
  padding-top: 95px;
  padding-bottom: 240px;
}

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

.section.more-products {
  padding-top: 160px;
  padding-bottom: 160px;
}

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

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

.section.latest-articles {
  padding-bottom: 160px;
}

.section.portfolio {
  padding-top: 95px;
  padding-bottom: 0px;
}

.section.project {
  padding-top: 111px;
  padding-bottom: 0px;
}

.section.contact {
  min-height: 100%;
  padding-top: 95px;
}

.section.faqs {
  padding-bottom: 240px;
}

.section.changelog {
  padding-top: 0px;
}

.section.shop-category {
  padding-top: 95px;
  padding-bottom: 240px;
}

.section.blog-category {
  padding-top: 95px;
  padding-bottom: 160px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 38px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #909090;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.02em;
}

.input:hover {
  border-bottom-color: #fff;
}

.input:focus {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 16px;
}

.input.-wfp-focus {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.input:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.input::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.input::placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.input.password {
  margin-bottom: 30px;
}

.input.checkout {
  height: auto;
  margin-bottom: 16px;
  border-radius: 0px;
}

.input.checkout.discounts-input {
  min-width: auto;
  margin-bottom: 25px;
}

.input.cart-item-quantity {
  display: none;
  height: auto;
  border-radius: 0px;
}

.utility-page-content-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-title {
  margin-right: 80px;
  font-size: 180px;
  line-height: 0.9em;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #4a4a4a;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.testimonials {
  margin-top: 72px;
  margin-bottom: 72px;
}

.divider.about-experience-items {
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.product {
  margin-top: 73px;
  margin-bottom: 92px;
  background-color: #3a3a3a;
}

.divider.product-sidebar {
  margin-top: 51px;
  margin-bottom: 40px;
  background-color: #636363;
}

.divider.blog {
  margin-top: 50px;
  margin-bottom: 90px;
}

.divider.project {
  margin-top: 160px;
  margin-bottom: 160px;
}

.divider.not-found {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.blog-category {
  margin-top: 50px;
  margin-bottom: 90px;
}

.paragraph.password {
  margin-bottom: 60px;
}

.paragraph.not-found {
  max-width: 384px;
  font-size: 18px;
}

.paragraph.home-hero {
  max-width: 646px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.home-skills {
  max-width: 35%;
  margin-bottom: 0px;
}

.paragraph.home-about {
  margin-bottom: 40px;
}

.paragraph.testimonial {
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
}

.paragraph.project-item-summary {
  margin-bottom: 32px;
}

.paragraph.footer-paragraph {
  margin-bottom: 32px;
  color: #909090;
}

.paragraph.about-hero {
  margin-bottom: 40px;
}

.paragraph.about-hero.last {
  margin-bottom: 80px;
}

.paragraph.journey {
  margin-bottom: 40px;
}

.paragraph.journey.last {
  margin-bottom: 0px;
}

.paragraph.story {
  margin-bottom: 40px;
}

.paragraph.story.last {
  margin-bottom: 0px;
}

.paragraph.skill {
  max-width: 328px;
  margin-bottom: 0px;
}

.paragraph.about-experience {
  margin-bottom: 40px;
}

.paragraph.about-experience-item {
  margin-bottom: 0px;
}

.paragraph.about-contact {
  margin-bottom: 0px;
}

.paragraph.product-item {
  margin-bottom: 40px;
}

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

.paragraph.post-summary {
  margin-bottom: 56px;
}

.paragraph.project-summary {
  margin-bottom: 0px;
}

.paragraph.faq {
  margin-bottom: 0px;
}

.paragraph.checkout-hero {
  max-width: 550px;
  margin-bottom: 0px;
}

.paragraph.home-portfolio {
  margin-bottom: 48px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0em;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  background-color: #1d1d1d;
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.changelog.last {
  margin-bottom: 0px;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.default {
  padding: 60px 40px;
}

.card.cart-card {
  max-width: 500px;
  min-width: auto;
  box-shadow: none;
}

.checkout-form {
  padding: 80px 0px 150px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 30px 40px;
  border-width: 0px 0px 1px;
  border-bottom-color: #4a4a4a;
  background-color: transparent;
}

.checkout-block-content {
  padding: 30px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #636363;
}

.title.checkout-hero {
  margin-bottom: 24px;
  color: #fff;
}

.title.home-skills {
  max-width: 570px;
  margin-right: 40px;
  margin-bottom: 0px;
}

.title.h5-size {
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
  letter-spacing: 0em;
}

.title.h5-size.testimonial-name {
  margin-bottom: 8px;
}

.title.h5-size.products-specs {
  margin-bottom: 16px;
}

.title.h5-size.faq {
  margin-bottom: 0px;
}

.title.blog-section {
  margin-bottom: 0px;
}

.title.h4-size {
  color: #fff;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0em;
}

.title.h4-size.cta-question {
  margin-bottom: 16px;
}

.title.h4-size.blog-section-item {
  margin-bottom: 0px;
}

.title.h4-size.skill {
  max-width: 168px;
  margin-right: 23px;
  margin-bottom: 0px;
}

.title.h4-size.about-experience-item {
  margin-bottom: 0px;
}

.title.h4-size.post-item {
  margin-bottom: 60px;
}

.title.h4-size.header-menu-title {
  margin-bottom: 49px;
  color: #909090;
  line-height: 1.091em;
}

.title.h1-size {
  color: #fff;
  font-size: 60px;
  line-height: 1.083em;
  letter-spacing: -0.03em;
}

.title.h1-size.cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title.h1-size.project-item-name {
  margin-bottom: 12px;
}

.title.h1-size.category {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.h1-size.shop-category {
  margin-bottom: 0px;
}

.title.testimonials {
  margin-bottom: 56px;
}

.title.h3-size {
  color: #fff;
  font-size: 26px;
  line-height: 1.308em;
  letter-spacing: 0em;
}

.title.h3-size.product-item {
  margin-bottom: 16px;
}

.title.h3-size.license {
  margin-bottom: 16px;
}

.title.styleguide-subheader-title {
  margin-bottom: 0px;
}

.title.about-hero {
  margin-bottom: 24px;
}

.title.journey {
  margin-right: 40px;
  margin-bottom: 0px;
}

.title.story {
  margin-right: 40px;
  margin-bottom: 0px;
}

.title.about-experience {
  margin-bottom: 24px;
}

.title.about-contact {
  margin-bottom: 24px;
}

.title.shop {
  margin-bottom: 24px;
}

.title.more-products {
  margin-bottom: 0px;
}

.title.product {
  margin-bottom: 24px;
}

.title.blog {
  margin-bottom: 0px;
}

.title.latest-articles {
  margin-bottom: 0px;
}

.title.client-name {
  margin-bottom: 32px;
}

.title.project-details {
  margin-bottom: 27px;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
}

.title.project {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 0px;
}

.title.contact {
  margin-bottom: 64px;
}

.title.contact-link {
  margin-bottom: 14px;
  color: #909090;
  font-size: 14px;
  line-height: 1.143em;
}

.title.faqs {
  margin-bottom: 72px;
  text-align: center;
}

.title.changelog {
  margin-bottom: 0px;
}

.title.card-changelog {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.password {
  margin-bottom: 15px;
}

.title.not-found {
  margin-bottom: 20px;
}

.title.cart-item-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #636363;
}

.title.home-portfolio {
  margin-bottom: 24px;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-about-left {
  max-width: 50%;
  margin-right: 40px;
}

.split-content.testimonials-left {
  max-width: 302px;
  margin-right: 40px;
}

.split-content.testimonials-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 714px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.about-hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 54%;
  margin-top: 57px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content.about-experience-left {
  max-width: 44%;
  margin-right: 40px;
}

.split-content.about-experience-right {
  max-width: 575px;
}

.split-content.about-contact-left {
  max-width: 378px;
  margin-right: 40px;
}

.split-content.about-contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.product-body {
  max-width: 60%;
  margin-right: 40px;
}

.split-content.product-sidebar {
  max-width: 331px;
}

.split-content.left-project-content-top {
  max-width: 469px;
  margin-right: 60px;
}

.split-content.right-project-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 506px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.project-right {
  max-width: 646px;
}

.split-content.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 394px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 648px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.faqs-left {
  max-width: 520px;
  margin-right: 40px;
}

.split-content.faqs-right {
  max-width: 520px;
}

.checkout-field-label {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #fff;
}

.checkout-required-text {
  color: #fff;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.order-item-image {
  max-width: 120px;
  margin-right: 20px;
}

.image-wrapper.home-about {
  max-width: 506px;
}

.image-wrapper.about-hero {
  max-width: 437px;
}

.image-wrapper.product-item {
  margin-bottom: 56px;
}

.image-wrapper.product {
  margin-bottom: 76px;
}

.image-wrapper.cart-item-image {
  max-width: 100px;
  margin-right: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero {
  overflow: visible;
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-hero {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #fff;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  margin-left: 10px;
  color: #fff;
}

.order-summary-total {
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  background-color: transparent;
}

.paypal {
  margin-bottom: 10px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  margin-right: 25px;
  padding: 0px;
  background-color: transparent;
  font-size: 15px;
  line-height: 1.133em;
  letter-spacing: 0em;
}

.cart-quantity {
  display: none;
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1.133em;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #1d1d1d;
}

.container-large-1004px {
  max-width: 1004px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1004px.home-hero {
  margin-bottom: 80px;
  text-align: center;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.home-skills {
  margin-bottom: 72px;
}

.content-top.blog-section {
  margin-bottom: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
}

.content-top.more-products {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
}

.content-top.latest-articles {
  margin-bottom: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
}

.home-skills-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(auto, 320px) minmax(auto, 320px) minmax(auto, 320px);
  grid-template-columns: minmax(auto, 320px) minmax(auto, 320px) minmax(auto, 320px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-skill-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
}

.home-skill-wrapper.top {
  border-top: 1px solid #4a4a4a;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.service-card {
  padding: 40px 32px;
  border: 1px solid #4a4a4a;
  border-radius: 8px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
  border-color: #fff;
  transform: translateY(-4px);
}

.service-card-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.service-card-description {
  color: #ababab;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 0;
}

.home-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium-712px {
  max-width: 712px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-712px.home-portfolio {
  margin-bottom: 80px;
  text-align: center;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials-left-wrapper {
  max-width: 314px;
  margin-right: 40px;
}

.testimonials-right-wrapper {
  max-width: 314px;
}

.testimonial-rol {
  color: #909090;
  line-height: 1.125em;
}

.container-medium-790px {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-790px.cta {
  text-align: center;
}

.project-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #4a4a4a;
}

.project-item:first-child {
  border-top: 1px solid #4a4a4a;
}

.project-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-right: 43px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #c9c9c9;
  text-decoration: none;
}

.project-item-wrapper:hover {
  color: #c9c9c9;
}

.project-item-order-number {
  font-size: 24px;
  line-height: 1.583em;
}

.project-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 492px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-item-services-wrapper {
  width: 100%;
  max-width: 149px;
}

.project-item-service-1 {
  margin-bottom: 24px;
}

.project-item-service-2 {
  margin-bottom: 24px;
}

.blog-section-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-section-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.blog-section-item-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 1.167em;
}

.blog-section-item-about-divider {
  width: 14px;
  height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #4a4a4a;
}

.link {
  overflow: hidden;
  padding-bottom: 1px;
  color: #fff;
  line-height: 1.125em;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link.blog-section-item-link {
  margin-top: auto;
}

.link.about-contact-form-send {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link.product-add-to-cart {
  margin-right: 42px;
}

.link.post-item {
  margin-top: auto;
}

.link.discount {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link.checkout-link {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 1px;
}

.link.checkout-link.last {
  margin-top: 0px;
}

.link.file-link {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link.cart-checkout-link {
  display: inline-block;
  margin-top: 20px;
}

.link.cart-empty-state {
  margin-top: 40px;
}

.underline {
  width: 100%;
  height: 0.5px;
  background-color: #fff;
}

.container-small-595px {
  max-width: 595px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-595px.footer-content {
  margin-bottom: 138px;
  text-align: center;
}

.footer-small-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #909090;
  text-align: center;
}

.footer-social-media-grid {
  margin-bottom: 20px;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-section-item-content-top {
  margin-bottom: 32px;
}

.footer-small-print {
  margin-right: 60px;
  margin-bottom: 20px;
}

.cta-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Icons Portfolio Y Template', sans-serif;
  font-size: 28px;
  line-height: 1.668em;
}

.project-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 884px;
  margin-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.journey-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-hero-social-media-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.journey-content {
  max-width: 646px;
}

.story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story-content {
  max-width: 646px;
}

.skills-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #4a4a4a;
}

.skills-row.last {
  padding-bottom: 0px;
}

.skill-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 519px;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.skill-wrapper.last {
  margin-right: 0px;
}

.about-experience-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-experience-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-experience-item-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3e3e3;
  line-height: 0.875em;
}

.about-experience-item-about-divider {
  width: 14px;
  height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #4a4a4a;
}

.about-experience-item-rol {
  margin-bottom: 16px;
  color: #fff;
}

.about-experience-main-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-contact-form-block {
  min-height: 499px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select {
  min-height: 38px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #909090;
  background-color: #1d1d1d;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #909090;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.select:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.select:focus {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 16px;
}

.select::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.select:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.select::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.select::placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.select.checkout {
  height: auto;
  margin-bottom: 16px;
  border-radius: 0px;
}

.text-area {
  max-height: 150px;
  max-width: 100%;
  min-height: 86px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #909090;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.02em;
}

.text-area:hover {
  border-bottom-color: #fff;
}

.text-area:focus {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 16px;
}

.text-area::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.text-area:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.text-area::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.text-area::placeholder {
  color: #909090;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.about-contact-link {
  padding: 0px;
  background-color: transparent;
  line-height: 1.125em;
}

.about-contact-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.container-medium-694px {
  max-width: 694px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-694px.shop {
  margin-bottom: 54px;
  text-align: center;
}

.container-medium-694px.portfolio {
  margin-bottom: 80px;
  text-align: center;
}

.container-medium-694px.shop-category {
  margin-bottom: 54px;
  text-align: center;
}

.shop-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #c9c9c9;
  text-decoration: none;
}

.product-item-wrapper:hover {
  color: #c9c9c9;
}

.product-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item-price {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.143em;
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-option-list {
  margin-bottom: 26px;
}

.product-price {
  margin-bottom: 35px;
  color: #fff;
  font-size: 38px;
  line-height: 1.289em;
}

.product-add-to-cart-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-to-cart-button {
  padding: 0px;
  background-color: transparent;
}

.buy-now-button {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
}

.buy-now-button:hover {
  color: #fff;
}

.products-specs-wrapper {
  margin-bottom: 28px;
}

.spec-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.spec-result {
  color: #fff;
}

.product-sidebar-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.more-products-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.blog-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #c9c9c9;
  text-decoration: none;
}

.post-item-wrapper:hover {
  color: #c9c9c9;
}

.post-item-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 1.167em;
}

.post-item-about-divider {
  width: 14px;
  height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #4a4a4a;
}

.pagination {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-count {
  width: auto;
  margin-top: 100px;
  margin-right: 16px;
  margin-left: 16px;
  color: #fff;
  line-height: 1em;
}

.pagination-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Icons Portfolio Y Template', sans-serif;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}

.container-medium-776px {
  max-width: 776px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1em;
}

.blog-post-about-divider {
  width: 14px;
  height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  background-color: #4a4a4a;
}

.blog-post-category-link {
  color: #c9c9c9;
  text-decoration: none;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 32px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 72px;
}

.rich-text h3 {
  margin-top: 56px;
  margin-bottom: 24px;
}

.rich-text ul {
  max-width: 90%;
  margin-top: 32px;
  margin-bottom: 64px;
  padding-left: 20px;
}

.rich-text h4 {
  margin-top: 56px;
  margin-bottom: 24px;
}

.rich-text h5 {
  margin-top: 56px;
  margin-bottom: 24px;
}

.rich-text blockquote {
  margin-top: 48px;
  margin-bottom: 56px;
}

.rich-text h6 {
  margin-top: 56px;
  margin-bottom: 24px;
}

.rich-text ol {
  max-width: 90%;
  margin-top: 32px;
  margin-bottom: 64px;
  padding-left: 20px;
}

.project-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 153px;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #4a4a4a;
}

.project-details-wrapper {
  margin-right: 16px;
  line-height: 1.125em;
}

.project-details-wrapper.last {
  margin-right: 0px;
}

.project-service {
  margin-bottom: 16px;
}

.project-service.last {
  margin-bottom: 0px;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-links {
  margin-bottom: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 499px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-link {
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
}

.contact-social-media-grid {
  max-width: 310px;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-wrapper {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
  cursor: pointer;
}

.faq-wrapper.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #4a4a4a;
}

.space.faq-top {
  min-height: 16px;
}

.space.faq-bottom {
  min-height: 8px;
}

.contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.password-link {
  padding: 0px;
  background-color: transparent;
}

.not-found-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-links-text {
  margin-right: 20px;
  margin-left: 20px;
}

.shop-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.shop-category {
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.order-item-option-result {
  color: #fff;
}

.discounts-link {
  height: auto;
  margin-left: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.checkout-link {
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.checkout-link:hover {
  color: #fff;
}

.file-link-text {
  padding: 0px;
  background-color: transparent;
}

.file-link-text:hover {
  color: #fff;
}

.download-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-item-text {
  margin-right: 20px;
  margin-bottom: 10px;
}

.menu-button-line-top {
  min-height: 1px;
  background-color: #fff;
}

.menu-button-line-bottom {
  min-height: 1px;
  background-color: #fff;
}

.menu-button-lines-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  min-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  z-index: 99;
  padding-left: 0px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.brand:hover {
  opacity: 0.4;
}

.header-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.header-menu-links-wrapper {
  margin-right: 60px;
}

.header-menu-links-wrapper.last {
  margin-right: 0px;
}

.header-menu-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-links-content.utility-pages {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(29, 29, 29, 0.9);
}

.cart-header {
  border-bottom-color: #4a4a4a;
}

.cart-footer {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top-color: #4a4a4a;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.cart-remove-button {
  line-height: 1.111em;
  text-decoration: none;
}

.cart-remove-button:hover {
  color: #fff;
}

.cart-item-price {
  color: #fff;
}

.cart-item-option-result {
  color: #fff;
}

.cart-checkout-button {
  padding: 0px;
  background-color: transparent;
  color: #fff;
}

.cart-checkout-button:hover {
  color: #fff;
}

.cart-subtotal {
  color: #fff;
  font-size: 18px;
}

.cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta-link:hover {
  color: #fff;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  background-color: transparent;
  text-align: center;
}

.empty-state.cart {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3c40;
  background-color: transparent;
  color: #ff3c40;
  text-align: center;
}

.page-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.loading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.loading-holow {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 1000px;
  background-color: #1d1d1d;
}

.loading-space-1 {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
  background-color: #1d1d1d;
}

.loading-space-2 {
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 10px;
  background-color: #1d1d1d;
}

.footer-small-print-link {
  text-decoration: none;
}

.submit-button {
  width: 50%;
  background-color: #4a4a4a;
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1255px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 33px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 28px;
  }

  blockquote {
    font-size: 22px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .styleguide-content {
    margin-left: 0px;
  }

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

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

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

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

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu-links {
    margin-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-item {
    margin-bottom: 30px;
  }

  .nav-link {
    font-size: 22px;
  }

  .nav-menu {
    overflow: auto;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 30px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.home-hero {
    padding-top: 76px;
  }

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

  .section.about-hero {
    padding-top: 56px;
    padding-bottom: 69px;
  }

  .section.journey {
    padding-top: 69px;
    padding-bottom: 110px;
  }

  .section.story {
    padding-top: 110px;
    padding-bottom: 78px;
  }

  .section.skills {
    padding-top: 78px;
  }

  .section.about-experience {
    padding-top: 104px;
    padding-bottom: 192px;
  }

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

  .section.shop {
    padding-top: 76px;
    padding-bottom: 192px;
  }

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

  .section.more-products {
    padding-top: 128px;
    padding-bottom: 128px;
  }

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

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

  .section.latest-articles {
    padding-bottom: 128px;
  }

  .section.portfolio {
    padding-top: 76px;
  }

  .section.project {
    padding-top: 89px;
  }

  .section.contact {
    padding-top: 76px;
  }

  .section.faqs {
    padding-bottom: 192px;
  }

  .section.shop-category {
    padding-top: 76px;
    padding-bottom: 192px;
  }

  .section.blog-category {
    padding-top: 76px;
    padding-bottom: 128px;
  }

  ._404-title {
    margin-right: 60px;
    font-size: 150px;
  }

  .divider.testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.about-experience-items {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .divider.product {
    margin-top: 61px;
    margin-bottom: 77px;
  }

  .divider.product-sidebar {
    width: 1px;
    height: auto;
    margin: 0px 40px;
  }

  .divider.blog {
    margin-top: 42px;
    margin-bottom: 75px;
  }

  .divider.project {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .divider.blog-category {
    margin-top: 42px;
    margin-bottom: 75px;
  }

  .paragraph.home-skills {
    max-width: 660px;
  }

  .paragraph.about-hero.last {
    margin-bottom: 60px;
  }

  .paragraph.skill {
    max-width: none;
  }

  .paragraph.about-experience-item {
    max-width: 566px;
  }

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

  .paragraph.home-portfolio {
    margin-bottom: 40px;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.checkout-hero {
    margin-bottom: 20px;
  }

  .title.home-skills {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .title.h4-size.skill {
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .title.h4-size.post-item {
    margin-bottom: 50px;
  }

  .title.h4-size.header-menu-title {
    margin-bottom: 40px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.testimonials {
    margin-bottom: 35px;
  }

  .title.journey {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .title.story {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .title.shop {
    margin-bottom: 20px;
  }

  .title.product {
    margin-bottom: 20px;
  }

  .title.client-name {
    margin-bottom: 27px;
  }

  .title.project {
    font-size: 32px;
  }

  .title.contact {
    max-width: 332px;
    margin-bottom: 60px;
  }

  .title.faqs {
    margin-bottom: 60px;
  }

  .title.home-portfolio {
    margin-bottom: 20px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.home-about-left {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 67px;
    margin-left: auto;
    text-align: center;
  }

  .split-content.testimonials-left {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.testimonials-right {
    max-width: none;
  }

  .split-content.about-hero-left {
    max-width: 754px;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .split-content.about-experience-left {
    max-width: 566px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.about-experience-right {
    max-width: 100%;
  }

  .split-content.about-contact-left {
    max-width: 566px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.about-contact-right {
    max-width: 100%;
  }

  .split-content.product-body {
    max-width: 849px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.product-sidebar {
    max-width: none;
  }

  .split-content.left-project-content-top {
    max-width: 70%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.project-right {
    max-width: 70%;
  }

  .split-content.contact-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.faqs-left {
    margin-right: 30px;
  }

  .image-wrapper.product-item {
    margin-bottom: 47px;
  }

  .image-wrapper.product {
    margin-bottom: 61px;
  }

  .container-large-1004px.home-hero {
    margin-bottom: 67px;
  }

  .content-top.home-skills {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-products {
    margin-bottom: 67px;
  }

  .home-skills-grid {
    grid-column-gap: 30px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-card {
    padding: 32px 24px;
  }

  .home-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-medium-712px.home-portfolio {
    margin-bottom: 67px;
  }

  .testimonials-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-left-wrapper {
    max-width: 425px;
  }

  .testimonials-right-wrapper {
    max-width: 425px;
  }

  .project-item-wrapper {
    padding-right: 20px;
  }

  .project-item-service-1 {
    margin-bottom: 20px;
  }

  .project-item-service-2 {
    margin-bottom: 20px;
  }

  .blog-section-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .blog-section-item-wrapper {
    max-width: 576px;
  }

  .container-small-595px.footer-content {
    margin-bottom: 115px;
  }

  .footer-small-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-social-media-grid {
    margin-bottom: 30px;
  }

  .footer-small-print {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .cta-link-arrow {
    font-size: 24px;
  }

  .about-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .journey-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .journey-content {
    max-width: 90%;
  }

  .story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story-content {
    max-width: 90%;
  }

  .skills-row {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .skill-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-experience-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-experience-item-content-top {
    margin-bottom: 31px;
  }

  .about-experience-main-content {
    position: static;
  }

  .about-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-contact-form-block {
    min-height: auto;
  }

  .about-contact-form {
    grid-column-gap: 35px;
    grid-row-gap: 53px;
  }

  .about-contact-content {
    position: static;
  }

  .container-medium-694px.shop {
    margin-bottom: 50px;
  }

  .container-medium-694px.portfolio {
    margin-bottom: 67px;
  }

  .container-medium-694px.shop-category {
    margin-bottom: 50px;
  }

  .shop-grid {
    grid-column-gap: 40px;
    grid-row-gap: 100px;
  }

  .product-item-price {
    margin-bottom: 22px;
  }

  .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-sidebar-content-top {
    max-width: 50%;
  }

  .product-sidebar-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .more-products-grid {
    grid-column-gap: 40px;
    grid-row-gap: 100px;
  }

  .blog-grid {
    grid-row-gap: 67px;
  }

  .post-item-about-wrapper {
    margin-bottom: 20px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 43px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .rich-text ul {
    margin-bottom: 53px;
  }

  .rich-text ol {
    margin-bottom: 53px;
  }

  .project-content-top {
    margin-bottom: 128px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-links {
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .contact-form-block {
    min-height: auto;
  }

  .contact-form {
    grid-column-gap: 35px;
    grid-row-gap: 53px;
  }

  .shop-category-grid {
    grid-column-gap: 40px;
    grid-row-gap: 100px;
  }

  .category-title-wrapper.shop-category {
    margin-bottom: 20px;
  }

  .blog-category-grid {
    grid-row-gap: 67px;
  }

  .header-menu-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-links-wrapper.last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-menu-links-content.utility-pages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 28px;
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 42px 42px 42px 36px;
    font-size: 20px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-item {
    margin-bottom: 25px;
  }

  .nav-link {
    font-size: 20px;
  }

  .footer {
    padding-top: 51px;
    padding-bottom: 25px;
  }

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

  .section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

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

  .section.home-hero {
    padding-top: 61px;
  }

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

  .section.about-hero {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .section.journey {
    padding-top: 55px;
    padding-bottom: 88px;
  }

  .section.story {
    padding-top: 88px;
    padding-bottom: 63px;
  }

  .section.skills {
    padding-top: 63px;
  }

  .section.about-experience {
    padding-top: 83px;
    padding-bottom: 154px;
  }

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

  .section.shop {
    padding-top: 61px;
    padding-bottom: 154px;
  }

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

  .section.more-products {
    padding-top: 102px;
    padding-bottom: 102px;
  }

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

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

  .section.latest-articles {
    padding-bottom: 102px;
  }

  .section.portfolio {
    padding-top: 61px;
  }

  .section.project {
    padding-top: 71px;
  }

  .section.contact {
    padding-top: 61px;
  }

  .section.faqs {
    padding-bottom: 154px;
  }

  .section.shop-category {
    padding-top: 61px;
    padding-bottom: 154px;
  }

  .section.blog-category {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .utility-page-content-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  ._404-title {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .divider.testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.about-experience-items {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .divider.product {
    margin-top: 51px;
    margin-bottom: 64px;
  }

  .divider.product-sidebar {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .divider.blog {
    margin-top: 35px;
    margin-bottom: 63px;
  }

  .divider.project {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .divider.blog-category {
    margin-top: 35px;
    margin-bottom: 63px;
  }

  .paragraph.home-about {
    margin-bottom: 32px;
  }

  .paragraph.testimonial {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph.project-item-summary {
    margin-bottom: 20px;
  }

  .paragraph.footer-paragraph {
    margin-bottom: 27px;
  }

  .paragraph.about-hero {
    margin-bottom: 32px;
  }

  .paragraph.about-hero.last {
    margin-bottom: 50px;
  }

  .paragraph.journey {
    margin-bottom: 32px;
  }

  .paragraph.story {
    margin-bottom: 32px;
  }

  .paragraph.about-experience {
    margin-bottom: 35px;
  }

  .paragraph.product-item {
    margin-bottom: 33px;
  }

  .paragraph.post-summary {
    margin-bottom: 48px;
  }

  .paragraph.home-portfolio {
    margin-bottom: 33px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.default {
    padding: 50px 30px;
  }

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

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.checkout-hero {
    margin-bottom: 16px;
  }

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

  .title.h4-size.cta-question {
    margin-bottom: 10px;
  }

  .title.h4-size.skill {
    max-width: none;
    margin-bottom: 18px;
  }

  .title.h4-size.post-item {
    margin-bottom: 42px;
  }

  .title.h4-size.header-menu-title {
    margin-bottom: 30px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.h1-size.category {
    margin-right: 20px;
  }

  .title.testimonials {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.h3-size.product-item {
    margin-bottom: 13px;
  }

  .title.h3-size.license {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .title.journey {
    margin-bottom: 20px;
  }

  .title.story {
    margin-bottom: 20px;
  }

  .title.about-experience {
    margin-bottom: 20px;
  }

  .title.about-contact {
    margin-bottom: 20px;
  }

  .title.shop {
    margin-bottom: 16px;
  }

  .title.product {
    margin-bottom: 17px;
  }

  .title.client-name {
    margin-bottom: 22px;
  }

  .title.project-details {
    margin-bottom: 23px;
  }

  .title.project {
    position: static;
  }

  .title.contact {
    max-width: 285px;
    margin-bottom: 50px;
  }

  .title.contact-link {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 50px;
    text-align: left;
  }

  .title.not-found {
    margin-bottom: 15px;
  }

  .title.home-portfolio {
    margin-bottom: 16px;
  }

  .split-content.home-about-left {
    margin-bottom: 56px;
    text-align: left;
  }

  .split-content.testimonials-left {
    margin-bottom: 50px;
  }

  .split-content.testimonials-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.about-hero-left {
    max-width: 680px;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.about-experience-left {
    margin-bottom: 70px;
  }

  .split-content.about-contact-left {
    margin-bottom: 70px;
  }

  .split-content.product-body {
    margin-bottom: 60px;
  }

  .split-content.left-project-content-top {
    max-width: 503px;
    margin-bottom: 50px;
  }

  .split-content.right-project-content-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split-content.project-left {
    margin-bottom: 28px;
  }

  .split-content.project-right {
    max-width: 100%;
  }

  .split-content.contact-left {
    margin-bottom: 70px;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 20px;
  }

  .image-wrapper.product-item {
    margin-bottom: 39px;
  }

  .image-wrapper.product {
    margin-bottom: 49px;
  }

  .image-wrapper.cart-item-image {
    margin-bottom: 20px;
  }

  .cart-button {
    margin-right: 20px;
  }

  .container-large-1004px.home-hero {
    margin-bottom: 56px;
  }

  .content-top.home-skills {
    margin-bottom: 50px;
  }

  .content-top.blog-section {
    margin-bottom: 50px;
    padding-bottom: 35px;
  }

  .content-top.more-products {
    margin-bottom: 56px;
  }

  .content-top.latest-articles {
    margin-bottom: 46px;
  }

  .home-skills-grid {
    grid-column-gap: 25px;
    -ms-grid-columns: minmax(auto, 320px) minmax(auto, 320px);
    grid-template-columns: minmax(auto, 320px) minmax(auto, 320px);
  }

  .home-skill-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .service-card {
    padding: 28px 24px;
  }

  .service-card-title {
    font-size: 20px;
  }

  .home-skill-wrapper.top._3 {
    border-top-width: 0px;
  }

  .home-about-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-712px.home-portfolio {
    margin-bottom: 56px;
    margin-left: 0px;
    text-align: left;
  }

  .testimonials-left-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #4a4a4a;
  }

  .testimonials-right-wrapper {
    max-width: 100%;
  }

  .project-item-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .project-item-content {
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .blog-section-grid {
    grid-row-gap: 70px;
  }

  .blog-section-item-wrapper {
    max-width: 500px;
  }

  .blog-section-item-about-wrapper {
    margin-bottom: 20px;
  }

  .container-small-595px.footer-content {
    margin-bottom: 96px;
  }

  .blog-section-item-content-top {
    margin-bottom: 30px;
  }

  .footer-small-print {
    font-size: 15px;
  }

  .cta-link-arrow {
    font-size: 20px;
  }

  .project-item-main-content {
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .journey-content {
    max-width: 680px;
  }

  .story-content {
    max-width: 680px;
  }

  .skills-row {
    padding-top: 53px;
    padding-bottom: 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .skill-wrapper {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .skill-wrapper.last {
    margin-bottom: 0px;
  }

  .about-experience-item-content-top {
    margin-bottom: 26px;
  }

  .about-experience-item-rol {
    margin-bottom: 13px;
  }

  .about-contact-form {
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-694px.shop {
    margin-bottom: 40px;
  }

  .container-medium-694px.portfolio {
    margin-bottom: 56px;
  }

  .container-medium-694px.shop-category {
    margin-bottom: 40px;
  }

  .shop-grid {
    grid-row-gap: 83px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-item-price {
    margin-bottom: 18px;
  }

  .product-price {
    margin-bottom: 29px;
    font-size: 32px;
  }

  .product-sidebar-content-top {
    max-width: 100%;
  }

  .product-sidebar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .more-products-grid {
    grid-row-gap: 83px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    max-width: 680px;
    grid-row-gap: 56px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .post-item-wrapper {
    max-width: 100%;
  }

  .post-item-about-wrapper {
    margin-bottom: 17px;
  }

  .post-item-about-divider {
    width: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 36px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 50px;
  }

  .rich-text h3 {
    margin-top: 47px;
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-bottom: 44px;
  }

  .rich-text h4 {
    margin-top: 47px;
    margin-bottom: 20px;
  }

  .rich-text h5 {
    margin-top: 47px;
    margin-bottom: 20px;
  }

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

  .rich-text h6 {
    margin-top: 47px;
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-bottom: 44px;
  }

  .project-content-top {
    margin-bottom: 106px;
    padding-bottom: 48px;
  }

  .project-details-wrapper {
    margin-bottom: 35px;
  }

  .project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-links {
    margin-bottom: 40px;
    grid-column-gap: 30px;
  }

  .contact-form {
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .space.faq-top {
    min-height: 14px;
  }

  .space.faq-bottom {
    min-height: 4px;
  }

  .not-found-links-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop-category-grid {
    grid-row-gap: 83px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-title-wrapper.shop-category {
    margin-bottom: 16px;
  }

  .blog-category-grid {
    max-width: 680px;
    grid-row-gap: 56px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .header-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-menu-links-wrapper {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .header-menu-links-wrapper.last {
    max-width: none;
  }

  .cta-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 23px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 23px;
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 35px 25px;
    font-size: 18px;
  }

  figcaption {
    margin-top: 14px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .nav-menu-links {
    margin-right: 40px;
  }

  .nav-item {
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 18px;
    white-space: normal;
  }

  .menu-button {
    font-size: 26px;
  }

  .footer {
    padding-top: 41px;
    padding-bottom: 20px;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section.home-hero {
    padding-top: 49px;
  }

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

  .section.about-hero {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .section.journey {
    padding-top: 44px;
    padding-bottom: 71px;
  }

  .section.story {
    padding-top: 71px;
    padding-bottom: 50px;
  }

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

  .section.about-experience {
    padding-top: 67px;
    padding-bottom: 123px;
  }

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

  .section.shop {
    padding-top: 49px;
    padding-bottom: 123px;
  }

  .section.product {
    padding-top: 32px;
  }

  .section.more-products {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

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

  .section.latest-articles {
    padding-bottom: 82px;
  }

  .section.portfolio {
    padding-top: 49px;
  }

  .section.project {
    padding-top: 57px;
  }

  .section.contact {
    padding-top: 49px;
  }

  .section.faqs {
    padding-bottom: 123px;
  }

  .section.shop-category {
    padding-top: 49px;
    padding-bottom: 123px;
  }

  .section.blog-category {
    padding-top: 49px;
    padding-bottom: 82px;
  }

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

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.checkout.discounts-input {
    width: 100%;
  }

  ._404-title {
    font-size: 125px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .divider.testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.about-experience-items {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .divider.product {
    margin-top: 42px;
    margin-bottom: 53px;
  }

  .divider.product-sidebar {
    margin-top: 30px;
  }

  .divider.blog {
    margin-top: 29px;
    margin-bottom: 52px;
  }

  .divider.project {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .divider.blog-category {
    margin-top: 29px;
    margin-bottom: 52px;
  }

  .paragraph.password {
    margin-bottom: 50px;
  }

  .paragraph.home-about {
    margin-bottom: 28px;
  }

  .paragraph.project-item-summary {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .paragraph.footer-paragraph {
    margin-bottom: 22px;
  }

  .paragraph.about-hero {
    margin-bottom: 28px;
  }

  .paragraph.about-hero.last {
    margin-bottom: 40px;
  }

  .paragraph.journey {
    margin-bottom: 28px;
  }

  .paragraph.story {
    margin-bottom: 28px;
  }

  .paragraph.about-experience {
    margin-bottom: 29px;
  }

  .paragraph.product-item {
    margin-bottom: 28px;
  }

  .paragraph.shop {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.post-summary {
    margin-bottom: 40px;
  }

  .paragraph.portfolio {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.project-summary {
    max-width: 432px;
  }

  .paragraph.faq {
    font-size: 15px;
  }

  .paragraph.shop-category {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.home-portfolio {
    margin-bottom: 28px;
  }

  .card.changelog {
    padding: 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.default {
    padding: 40px 25px;
  }

  .checkout-form {
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.checkout-hero {
    margin-bottom: 10px;
  }

  .title.home-skills {
    margin-bottom: 23px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.products-specs {
    margin-bottom: 13px;
  }

  .title.h4-size.skill {
    margin-bottom: 10px;
  }

  .title.h4-size.about-experience-item {
    margin-bottom: 15px;
  }

  .title.h4-size.post-item {
    margin-bottom: 35px;
  }

  .title.h4-size.header-menu-title {
    margin-bottom: 24px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.h1-size.project-item-name {
    margin-bottom: 8px;
  }

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

  .title.h3-size.product-item {
    margin-bottom: 11px;
  }

  .title.h3-size.license {
    margin-bottom: 8px;
  }

  .title.about-hero {
    margin-bottom: 16px;
  }

  .title.journey {
    margin-bottom: 16px;
  }

  .title.story {
    margin-bottom: 16px;
  }

  .title.about-experience {
    margin-bottom: 16px;
  }

  .title.about-contact {
    margin-bottom: 16px;
  }

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

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

  .title.blog-post {
    font-size: 31px;
  }

  .title.client-name {
    margin-bottom: 18px;
  }

  .title.project-details {
    margin-bottom: 20px;
  }

  .title.contact {
    max-width: 235px;
    margin-bottom: 42px;
  }

  .title.contact-link {
    margin-bottom: 6px;
  }

  .title.faqs {
    margin-bottom: 42px;
  }

  .title.card-changelog {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .title.not-found {
    margin-bottom: 10px;
  }

  .title.home-portfolio {
    margin-bottom: 10px;
  }

  .split-content.header-right {
    margin-right: 10px;
  }

  .split-content.home-about-left {
    margin-bottom: 40px;
  }

  .split-content.testimonials-left {
    margin-bottom: 40px;
  }

  .split-content.testimonials-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.blog-section-left {
    margin-bottom: 25px;
  }

  .split-content.about-hero-left {
    margin-bottom: 60px;
  }

  .split-content.about-experience-left {
    margin-bottom: 60px;
  }

  .split-content.about-contact-left {
    margin-bottom: 60px;
  }

  .split-content.product-body {
    margin-bottom: 40px;
  }

  .split-content.more-products-left {
    margin-bottom: 20px;
  }

  .split-content.latest-articles-left {
    margin-bottom: 20px;
  }

  .split-content.left-project-content-top {
    margin-bottom: 40px;
  }

  .split-content.project-left {
    margin-bottom: 23px;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.product-item {
    margin-bottom: 33px;
  }

  .image-wrapper.product {
    margin-bottom: 39px;
  }

  .image-wrapper.cart-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cart-button {
    margin-right: 10px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-large-1004px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1004px.home-hero {
    margin-bottom: 40px;
  }

  .content-top.home-skills {
    margin-bottom: 40px;
  }

  .content-top.blog-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-top.more-products {
    margin-bottom: 46px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.latest-articles {
    margin-bottom: 38px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-skills-grid {
    -ms-grid-columns: minmax(auto, 100%);
    grid-template-columns: minmax(auto, 100%);
  }

  .home-skill-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-skill-wrapper.top._2 {
    border-top-width: 0px;
  }

  .container-medium-712px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-712px.home-portfolio {
    margin-bottom: 40px;
  }

  .testimonials-left-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .container-medium-790px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .project-item-wrapper {
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-item-order-number {
    margin-bottom: 10px;
  }

  .project-item-content {
    margin-bottom: 35px;
  }

  .project-item-service-1 {
    margin-bottom: 15px;
  }

  .project-item-service-2 {
    margin-bottom: 15px;
  }

  .blog-section-grid {
    grid-row-gap: 60px;
  }

  .blog-section-item-about-wrapper {
    margin-bottom: 15px;
  }

  .link.product-add-to-cart {
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .link.product-buy-now {
    margin-bottom: 20px;
  }

  .link.file-link {
    margin-right: auto;
  }

  .container-small-595px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-595px.footer-content {
    margin-bottom: 80px;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-section-item-content-top {
    margin-bottom: 25px;
  }

  .footer-small-print {
    font-size: 13px;
  }

  .project-item-main-content {
    margin-left: 0px;
  }

  .about-hero-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .skills-row {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .skill-wrapper {
    margin-bottom: 35px;
  }

  .about-experience-item-content-top {
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-experience-item-about {
    font-size: 15px;
  }

  .about-experience-item-about-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .about-experience-item-rol {
    margin-bottom: 10px;
  }

  .about-contact-form {
    grid-row-gap: 38px;
  }

  .container-medium-694px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-694px.portfolio {
    margin-bottom: 46px;
  }

  .shop-grid {
    grid-row-gap: 69px;
  }

  .product-item-price {
    margin-bottom: 15px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-add-to-cart-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-specs-wrapper {
    margin-bottom: 23px;
  }

  .spec-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .more-products-grid {
    grid-row-gap: 69px;
  }

  .blog-grid {
    grid-row-gap: 47px;
  }

  .post-item-about-wrapper {
    margin-bottom: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-item-about-divider {
    width: 8px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .container-medium-776px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .blog-post-about-divider {
    width: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 26px;
  }

  .rich-text figure {
    margin-top: 28px;
    margin-bottom: 42px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text ul {
    max-width: 100%;
    margin-top: 26px;
    margin-bottom: 36px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text blockquote {
    margin-top: 33px;
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .rich-text ol {
    max-width: 100%;
    margin-top: 26px;
    margin-bottom: 36px;
  }

  .project-content-top {
    margin-bottom: 89px;
    padding-bottom: 34px;
  }

  .project-details-wrapper {
    font-size: 15px;
  }

  .contact-links {
    grid-row-gap: 25px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .contact-form {
    grid-row-gap: 38px;
  }

  .contact-link {
    font-size: 16px;
  }

  .contact-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .space.faq-top {
    min-height: 10px;
  }

  .shop-category-grid {
    grid-row-gap: 69px;
  }

  .category-title-wrapper.shop-category {
    margin-bottom: 10px;
  }

  .blog-category-grid {
    grid-row-gap: 47px;
  }

  .download-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-menu-links-wrapper {
    margin-bottom: 35px;
  }

  .header-menu-links-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_4bfe5cca-85e8-da09-d431-e77ebd9d5c7a-432f8f20 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bbe97f8-ffa2-2572-5ade-c9f00c508308-432f8f20 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_565b38fc-5fdc-32d6-a11e-4816cb953fb1-e92f8f24 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_565b38fc-5fdc-32d6-a11e-4816cb953fb5-e92f8f24 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0664b2c0-b198-99da-591c-bf5fb9879645-e92f8f24 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-acbd67a0-294b-f73a-dc06-5045e870040c-212f8f2c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-042f8f31 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_4bfe5cca-85e8-da09-d431-e77ebd9d5c7a-432f8f20 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bbe97f8-ffa2-2572-5ade-c9f00c508308-432f8f20 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_565b38fc-5fdc-32d6-a11e-4816cb953fb1-e92f8f24 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_565b38fc-5fdc-32d6-a11e-4816cb953fb5-e92f8f24 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Icons Portfolio Y Template';
  src: url('../fonts/icons-portfolio-y-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.footer_desc{
text-align: left;
}

/* ===== Portfolio Page Styles ===== */

.portfolio-project {
  padding: 80px 0;
}

.portfolio-project-header {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 48px;
}

.portfolio-project-number {
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 0.1em;
  padding-top: 8px;
  flex-shrink: 0;
}

.portfolio-project-intro {
  flex: 1;
}

.portfolio-project-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.portfolio-project-subtitle {
  color: #ababab;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.portfolio-project-hero {
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-project-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-project-details {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  margin-bottom: 48px;
}

.portfolio-project-description p {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 16px;
}

.portfolio-project-description p:last-child {
  margin-bottom: 0;
}

.portfolio-project-meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portfolio-meta-item {
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
}

.portfolio-meta-label {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.portfolio-meta-value {
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
}

.portfolio-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.portfolio-link:hover {
  opacity: 0.7;
  color: #fff;
}

.portfolio-project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.portfolio-gallery-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.portfolio-project-gallery .portfolio-gallery-img:only-child {
  grid-column: 1 / -1;
  max-width: 70%;
  margin: 0 auto;
}

.portfolio-divider {
  height: 1px;
  background-color: #333;
}

/* ===== Homepage Portfolio Showcase ===== */

.home-portfolio-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 48px;
}

.home-portfolio-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid #333;
  transition: border-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.home-portfolio-card:hover {
  border-color: #555;
  transform: translateY(-4px);
}

.home-portfolio-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.home-portfolio-card-content {
  padding: 28px 24px;
}

.home-portfolio-card-name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.home-portfolio-card-summary {
  color: #ababab;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 16px;
}

.home-portfolio-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-portfolio-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #2a2a2a;
  border-radius: 4px;
  color: #888;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ===== Portfolio Responsive ===== */

@media screen and (max-width: 991px) {
  .portfolio-project-title {
    font-size: 34px;
  }

  .portfolio-project-details {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-portfolio-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .home-portfolio-card-img {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-project {
    padding: 50px 0;
  }

  .portfolio-project-header {
    flex-direction: column;
    gap: 12px;
  }

  .portfolio-project-title {
    font-size: 28px;
  }

  .portfolio-project-gallery {
    grid-template-columns: 1fr;
  }

  .portfolio-project-gallery .portfolio-gallery-img:only-child {
    max-width: 100%;
  }

  .home-portfolio-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-portfolio-card-img {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .portfolio-project-title {
    font-size: 24px;
  }

  .portfolio-project-subtitle {
    font-size: 16px;
  }

  .portfolio-project-description p {
    font-size: 15px;
  }

  .home-portfolio-card-content {
    padding: 20px 16px;
  }

  .home-portfolio-card-name {
    font-size: 18px;
  }
}