.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: flex;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  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: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  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: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  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: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

.w-commerce-commercecartiteminfo {
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

.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::-moz-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: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
  flex-grow: 0;
  flex-shrink: 0;
  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: flex;
  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: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  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;
  flex-grow: 0;
  flex-shrink: 0;
  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: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: flex;
  justify-content: space-between;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  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::-moz-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::-moz-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::-moz-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: flex;
  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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  justify-content: space-between;
  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: flex;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  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: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  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;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  flex-shrink: 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;
  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-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: flex;
  flex-direction: row;
  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;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  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::-moz-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: flex;
  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;
  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;
}

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    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 {
    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: Clashdisplay, sans-serif;
  color: #171717;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: auto;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

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

li {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 17px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
  cursor: none;
}

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

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  border-left: 3px solid #f64d52;
  font-size: 40px;
  line-height: 38px;
  font-weight: 500;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
}

.container.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30px;
}

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

.body-content {
  cursor: default;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.error-message {
  border-radius: 3px;
  background-color: #f64d52;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.utility-page-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

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

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

.section {
  position: relative;
  padding: 100px 5%;
  cursor: default;
}

.section.checkout {
  background-color: transparent;
}

.section._30px-bottom {
  padding-bottom: 30px;
  background-color: #f4f4f1;
}

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

.button {
  padding: 18px 31px;
  border-radius: 2px;
  background-color: #424242;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: none;
}

.button:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.button.full {
  width: 100%;
}

.button.discount {
  width: 100%;
  height: 50px;
  margin-left: 0px;
  justify-content: center;
  text-align: center;
}

.button.gradient {
  display: flex;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #ff4b1f, #ff9068);
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.gradient:hover {
  background-image: none;
}

.button.gradient.full {
  cursor: pointer;
}

.margin-40px {
  position: relative;
  display: flex;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
}

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

.copyright-dot {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #ff4b1f;
}

.title-3 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field {
  height: 45px;
  margin-top: 8px;
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 15px;
  font-weight: 500;
}

.text-field::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  flex: 0 0 auto;
}

.text-field.normal {
  height: 55px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
}

.text-field.normal::-moz-placeholder {
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 14px;
  font-weight: 500;
}

.text-field.normal::-ms-input-placeholder {
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 14px;
  font-weight: 500;
}

.text-field.normal::placeholder {
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 14px;
  font-weight: 500;
}

.flex-utility {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}

.shrink-item {
  margin-right: 20px;
  flex: 1;
}

.shrink-item.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.shrink-item.gird {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shrink-item.photo-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.shrink-item.gird.font {
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.licensing-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.image-flex {
  display: flex;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.licensing-content {
  display: flex;
  min-height: 150px;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
}

.light-block-second {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
  border-radius: 3px;
}

.color-block {
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3) hsla(0, 0%, 100%, 0.3) hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  background-color: #171717;
}

.color-block.secondary {
  background-color: #ff4b1f;
}

.color-block.third {
  background-color: #ff9068;
}

.medium {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.title-4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-4.your-cart {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.typography-flex {
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.color-row {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

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

.title-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14rem;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title-1.gradient-1 {
  margin-top: 0px;
  background-image: linear-gradient(90deg, #ff4b1f, #ff9068);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-1.gradient-2 {
  margin-top: 0px;
  background-image: linear-gradient(90deg, #a8ff78, #78ffd6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-1.x2 {
  font-size: 10rem;
}

.light-gray-2 {
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #a8a8a8;
}

.type-row {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  justify-content: space-between;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #fff;
}

.rich-text-block {
  width: 70%;
}

.light-gray {
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #8a8a8a;
}

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

.text-highlight {
  width: 42%;
  padding: 40px;
  border: 1px solid #ededed;
  border-radius: 2px;
  background-color: #fff;
}

.grayscale-parent {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  clear: left;
  border-radius: 4px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

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

.light-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-radius: 3px;
  background-color: #fff;
}

.light-block.gray {
  background-color: #f7f7f7;
}

.type-column {
  display: flex;
  width: 33.33333333%;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 2px;
  background-color: #fff;
}

.type-column.right {
  margin-right: 0px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.title-2 {
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  opacity: 1;
  font-size: 45px;
  line-height: 50px;
  font-style: normal;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-column-count: auto;
  column-count: auto;
}

.caption {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 10px;
  color: #2f3330;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.light-gray-3 {
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #f7f8f9;
}

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

.subtotal {
  font-size: 17px;
  font-weight: 500;
}

.apple-pay {
  height: 48px;
  border-radius: 5px;
}

.checkbox-label-shop {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

.discounts {
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-color: #ddd;
  background-color: #fff;
}

.required {
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 500;
}

.product-name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.field-label {
  flex: 0 0 auto;
  color: #171717;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label.biger {
  margin-bottom: 20px;
  font-size: 13px;
}

.checkout-form {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.circle-cursor {
  position: fixed;
  left: 50vw;
  top: 49.5%;
  z-index: 9998;
  display: none;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff4b1f, #ff9068);
  opacity: 1;
}

.div-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navlinks {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 61px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 74px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.paragraph-link {
  display: block;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
  line-height: 24px;
}

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

.paragraph-link._24px {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  font-weight: 400;
}

.button-2 {
  padding: 15px 20px;
  background-color: #ececec;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  transform: skew(-13deg, 0deg);
}

.social-icon {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  justify-content: center;
  align-items: center;
}

.photo-animation {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.photo-animation._2 {
  display: flex;
  overflow: hidden;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.photo-animation._3 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: none;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

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

.dark-link {
  display: inline-block;
  color: #171717;
  text-decoration: underline;
}

.button-line {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-line.dark {
  display: none;
  color: #000;
}

.dropdown-toggle {
  display: flex;
  width: 100%;
  padding-left: 0px;
  align-items: center;
  flex: 1;
  color: #fff;
  font-size: 21px;
}

.logo-absolute {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  transform: translate(-50%, 0px);
}

.block-header {
  border-color: #ddd;
  background-color: #fff;
}

.block-content {
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  background-color: #fff;
}

.quantity-text {
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 15px;
}

.paypal-text {
  margin-bottom: 3px;
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  justify-content: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  cursor: default;
}

.hero.sub {
  display: none;
  min-height: 70vh;
}

.table-price {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
}

.cart-circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 18px;
  height: 18px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 600;
}

.cart-image {
  position: relative;
  width: 21px;
  cursor: auto;
}

.menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-image: linear-gradient(72deg, #ff4b1f, #ff9068);
}

.cart-footer {
  border-top-color: hsla(0, 0%, 100%, 0.15);
}

.logo-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: default;
}

.cart-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.15);
}

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

.no-item {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
  font-weight: 500;
}

.liam-logo {
  display: flex;
  height: 16px;
  flex-direction: column;
  cursor: pointer;
}

.social-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #e6e6e6;
  cursor: auto;
}

.social-overlay.white {
  background-color: hsla(0, 0%, 100%, 0.23);
}

.menu-wrapper {
  position: relative;
  top: 1px;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.close-text {
  position: absolute;
  opacity: 0;
}

.cart-quantity {
  width: 50px;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.11);
  background-color: transparent;
  color: #fff;
}

.cart-line-item {
  align-items: center;
}

.navigation-top-part {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 70px;
  padding-right: 1.5%;
  padding-left: 2%;
  justify-content: space-between;
  align-items: stretch;
  background-color: transparent;
}

.paypal {
  margin-bottom: 5px;
}

.close-button {
  position: relative;
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: none;
}

.cart-flext-left {
  margin-left: 0px;
  align-items: flex-start;
}

.price-tag {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8a8a8a;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}

.price-tag.small {
  margin-top: 5px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.navigation-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9998;
  background-color: transparent;
}

.cart-button {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0px 2px 0px 0px;
  justify-content: center;
  border-radius: 100%;
  background-color: transparent;
  background-image: linear-gradient(101deg, #ff4b1f, #ff9068);
  cursor: auto;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.cart-container {
  max-width: 580px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15) hsla(0, 0%, 100%, 0.11) hsla(0, 0%, 100%, 0.11);
  background-color: #171717;
  box-shadow: none;
}

.cart-wrapper {
  z-index: 999;
  background-color: #000;
}

.second-part {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex: 0 0 auto;
}

.x-button {
  position: relative;
  width: 18px;
}

.empty-state {
  flex-direction: column;
}

.cart {
  padding-top: 10px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.nav-text {
  height: 60px;
}

.nav-text.gradient-1 {
  background-image: linear-gradient(121deg, #da4453, #89216b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-text.gradient-2 {
  background-image: linear-gradient(98deg, #3f2b96, #a8c0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-text.gradient-3 {
  background-image: linear-gradient(90deg, #ff8c00, #ff0080);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-text.gradient-4 {
  background-image: linear-gradient(90deg, #11998e, #38ef7d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-text.gradient-5 {
  background-image: linear-gradient(90deg, #cac531, #f3f9a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-text.gradient-6 {
  background-image: linear-gradient(180deg, #ff4b1f, #ff9068);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-block {
  display: flex;
  overflow: hidden;
  height: 19px;
  flex-direction: column;
}

.panel {
  position: relative;
  padding-right: 10vw;
  padding-left: 10vw;
  flex: 1;
}

.hero-flex {
  display: flex;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-main {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 163px;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-main._3 {
  height: auto;
}

.heading-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  height: 100%;
  background-color: #000;
  transform: translate(-100%, 0px);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.social-wrapper-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.social-image {
  position: relative;
  z-index: 1;
  width: 16px;
  cursor: pointer;
}

.social-image._2 {
  width: 19px;
}

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

.scroll-down {
  display: inline-block;
  padding-top: 2px;
  padding-right: 22px;
  background-image: url('../images/icons8-shift-down-128_2icons8-shift-down-128.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-down.go-top {
  background-image: url('../images/icons8-shift-down-128_1icons8-shift-down-128.png');
}

.scroll-down.go-top.w--current {
  cursor: pointer;
}

.photo {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: default;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.subhead {
  font-family: Inter, sans-serif;
  color: #2f3330;
  font-size: 21px;
  line-height: 26px;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.italic-text {
  display: inline-block;
  padding-right: 7px;
  background-image: linear-gradient(45deg, #ff4b1f, #ff9068);
  font-style: italic;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-image {
  position: absolute;
  left: auto;
  top: -40px;
  right: -10px;
  bottom: auto;
  width: 95px;
  cursor: default;
}

.max-w {
  display: flex;
  margin-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.max-w.left {
  max-width: 54%;
  align-items: flex-start;
  text-align: left;
}

.project-grid {
  display: -ms-grid;
  display: grid;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-left: 50px;
}

.project-wrapper._2 {
  display: flex;
  padding-right: 50px;
  padding-left: 0px;
  flex-direction: column;
  align-items: flex-end;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #171717;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}

.project-title.gradient {
  background-image: linear-gradient(84deg, #ff4b1f, #ffcf68);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-title-block {
  overflow: hidden;
  height: 40px;
  margin-left: -120px;
  text-transform: uppercase;
}

.project-title-block.right {
  margin-right: -120px;
  margin-left: 0px;
  -ms-grid-row-align: auto;
  align-self: auto;
  order: 0;
}

.project-circle {
  position: absolute;
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(27deg, #ff4b1f, #ff9068);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.view-project {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
}

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

.shape-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
}

.shape-2 {
  position: absolute;
  left: 10%;
  top: 40%;
  right: auto;
  bottom: auto;
}

.shape-3 {
  position: absolute;
  left: auto;
  top: 60%;
  right: 10px;
  bottom: auto;
  width: 70px;
}

.shape-4 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 30px;
  opacity: 1;
}

.button-3 {
  padding: 18px 31px;
  border-radius: 2px;
  background-color: #424242;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.button-3.full {
  width: 100%;
}

.text-field-form {
  height: 45px;
  margin-left: 32px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ddd;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.text-field-form:active {
  border-bottom-color: #f64d52;
}

.text-field-form:focus {
  border-bottom-color: #f64d52;
}

.text-field-form::-moz-placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.text-field-form::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.text-field-form::placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.text-field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 78px;
}

.success-message {
  background-color: #2e856e;
  font-size: 16px;
}

.contact-flex {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.contact-flex.vertical {
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.copyright-grid {
  display: -ms-grid;
  display: grid;
  justify-content: flex-start;
  justify-items: start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copyright {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

.copyright-flex {
  display: flex;
  align-items: center;
}

.heading-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #000;
  transform: translate(-100%, 0px);
}

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

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

.experience-2-columns {
  display: -ms-grid;
  display: grid;
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sub-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14rem;
  line-height: 1;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sub-title.smaller {
  font-size: 8rem;
  line-height: 0.9;
}

.sub-title.smaller.x2 {
  font-size: 4.5rem;
  line-height: 1;
}

.flex-category {
  display: flex;
  align-items: center;
}

.categories-text {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
}

.categories-text:hover {
  color: #313137;
  text-decoration: underline;
}

.categories-text.gray {
  color: #6e6e6e;
  font-weight: 400;
}

.categories-text.gray:hover {
  text-decoration: none;
}

.collection-list {
  display: flex;
  align-items: center;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-wrapper {
  float: left;
  cursor: none;
}

.category-flex {
  display: flex;
  align-items: center;
}

.category-flex.center {
  justify-content: center;
}

.meta-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.blog-title {
  display: inline-block;
  margin-top: 15px;
  transition: all 200ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-title:hover {
  opacity: 0.8;
  color: #f6f7f9;
}

.blog-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  justify-content: center;
  align-items: flex-end;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 9%, 0.5));
  text-align: center;
}

.categories-text-2 {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.categories-text-2:hover {
  color: #313137;
  text-decoration: underline;
}

.categories-text-2.slash {
  color: #b6b6b6;
}

.categories-text-2.slash._10px {
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.48);
}

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-block {
  cursor: none;
}

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

.blog-page-content {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.price-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-image {
  width: 40px;
}

.pricing-box {
  position: relative;
  display: flex;
  width: 100%;
  padding: 60px 53px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}

.pricing-photo {
  position: absolute;
  left: 50%;
  top: -64px;
  right: auto;
  bottom: auto;
  display: flex;
  width: 110px;
  height: 110px;
  padding: 22px;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  background-image: linear-gradient(27deg, #ff4b1f, #ff9068);
  transform: translate(-50%, 0px);
}

.price {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.toogle-max-w {
  max-width: 75%;
}

.toggle-main {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ededed;
}

.toggle-icon {
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: linear-gradient(54deg, #ff4b1f, #ff9068);
}

.qa-text {
  color: #171717;
  line-height: 26px;
  font-weight: 500;
}

.toggle-content {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.toggle-content.w--open {
  padding-top: 0px;
}

.project-content {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

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

.photo-animation-2 {
  position: relative;
}

.font-share {
  font-size: 80px;
  line-height: 80px;
}

.body {
  background-color: #fff;
  cursor: default;
}

.text-block {
  cursor: default;
}

.title {
  margin-bottom: 12px;
  color: #171717;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-section {
  display: block;
  overflow: hidden;
  padding: 140px 3%;
  border: 0px none #000;
  background-color: #f4f4f1;
  cursor: default;
}

.service-tab {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 400px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  flex-direction: column;
  justify-content: flex-end;
  background-color: hsla(0, 0%, 48%, 0);
  color: #171717;
}

.service-tab.w--current {
  max-width: 510px;
  min-width: 510px;
  background-color: #ff9068;
  background-image: linear-gradient(297deg, #ff6b47, #ff9068);
}

.brand-span {
  background-color: #ff9068;
  background-image: linear-gradient(275deg, #ff4b1f, #ff9068);
  color: #ff9068;
  font-style: italic;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grey-tab-divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.service-details {
  margin-bottom: 0px;
  color: #171717;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.service-icon {
  width: 64px;
  margin-bottom: 24px;
  background-color: transparent;
  cursor: pointer;
}

.service-image {
  width: 100%;
  height: 100%;
  cursor: default;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  cursor: default;
}

.tabs-menu {
  z-index: 9;
  display: flex;
  height: 840px;
  min-width: 400px;
  flex-direction: column;
}

.service-title {
  margin-bottom: 10px;
  color: #171717;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.heading-5 {
  color: #000;
}

.service-image-wrapper {
  height: 840px;
}

.tabs {
  display: flex;
  height: 100%;
  margin-top: -14px;
}

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

.tab-pane {
  width: 100%;
  height: 100%;
}

.container-small {
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.content-section-2 {
  display: block;
  overflow: hidden;
  padding: 140px 3%;
  background-color: #fff;
  cursor: default;
}

.title-wrap-centre {
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 92px;
  margin-left: auto;
  text-align: center;
}

.logo-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-section {
  display: block;
  min-height: 300px;
  padding: 41px;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #6e6e6e;
  background-color: #000;
}

.logo-block-2 {
  display: flex;
  padding: 42px 25px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(80, 80, 80, 0.15);
  border-right: 1px solid rgba(80, 80, 80, 0.15);
}

.logo-block-2.right {
  padding: 30px;
  border-right-style: none;
}

.logo-block-2.top {
  border-top-style: none;
}

.logo-block-2.top.right {
  border-right-style: none;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.clients {
  cursor: default;
}

.image-2 {
  cursor: default;
}

.title-5 {
  margin-bottom: 12px;
  color: #171717;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-column-right {
  margin-top: 100px;
}

.content-section-3 {
  display: block;
  overflow: hidden;
  padding: 140px 3%;
  background-color: #fff;
  cursor: default;
}

.brand-span-2 {
  float: none;
  clear: none;
  border-radius: 0px;
  background-image: linear-gradient(114deg, #ff4b1f, #ff9068);
  color: #ff7967;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-item {
  margin-bottom: 140px;
}

.project-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-grid-section {
  display: block;
  padding: 220px 3% 140px;
  cursor: default;
}

.project-grid-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-image {
  overflow: hidden;
  height: 600px;
}

.image-full {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-content-2 {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.project-title-wrapper {
  min-width: 40%;
  margin-right: 20px;
}

.heading-6 {
  color: #171717;
}

.paragraph {
  color: #171717;
  font-size: 16px;
}

.image-full-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-content-3 {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: flex-start;
}

.title-6 {
  margin-bottom: 12px;
  color: #ff7967;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-2 {
  background-color: transparent;
  color: #171717;
}

.project-post-header {
  position: relative;
  display: flex;
  padding: 220px 3% 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #000116;
  background-image: url('../images/Header-Shape-Vector.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  cursor: default;
}

.title-7 {
  margin-bottom: 12px;
  color: #ff7967;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-heading {
  max-width: 550px;
}

.project-header {
  width: auto;
  height: 600px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.project-header-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: default;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.case-image-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.article {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.scope-text {
  margin-bottom: 32px;
  color: #171717;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.project-detail-grid {
  padding-right: 60px;
  padding-left: 60px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 5.75fr;
  grid-template-columns: 1fr 1fr 5.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-overview-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.case-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: default;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-image-wrapper {
  height: 500px;
}

.arrow-link {
  display: none;
  overflow: hidden;
  margin-top: 24px;
  align-items: center;
  color: #ff7967;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.arrow {
  margin-bottom: 1px;
  margin-left: 4px;
}

.logo-text {
  margin-top: 62px;
  justify-content: stretch;
  justify-items: center;
  align-items: center;
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-logo {
  position: static;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-3 {
  color: #171717;
}

.text-block-2 {
  color: #171717;
}

.rich-text-block-2 {
  padding-left: 12px;
  color: #171717;
}

.paragraph-4 {
  color: #171717;
}

.paragraph-5 {
  color: #171717;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

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

  .title-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1 {
    font-size: 120px;
  }

  .title-1.gradient-1 {
    display: none;
  }

  .title-1.gradient-2 {
    display: none;
  }

  .title-1.x2 {
    font-size: 7rem;
  }

  .light-gray-2 {
    width: 33.3333%;
  }

  .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    position: relative;
    top: 0px;
    flex-basis: 100%;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    margin-right: 0px;
    flex-basis: auto;
  }

  .circle-cursor {
    display: none;
  }

  .navlinks {
    height: auto;
    padding-top: 0vh;
    padding-bottom: 0vh;
    font-size: 40px;
    line-height: 40px;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .hero.sub {
    min-height: auto;
  }

  .menu-content {
    top: 0px;
    flex-direction: column;
  }

  .nav-text {
    height: auto;
  }

  .nav-text.gradient-1 {
    display: none;
  }

  .nav-text.gradient-2 {
    display: none;
  }

  .nav-text.gradient-3 {
    display: none;
  }

  .nav-text.gradient-4 {
    display: none;
  }

  .nav-text.gradient-5 {
    display: none;
  }

  .nav-text.gradient-6 {
    display: none;
  }

  .heading-main {
    height: auto;
  }

  .bottom-flex {
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .max-w.left {
    max-width: 100%;
  }

  .project-wrapper {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  .project-wrapper._2 {
    padding-right: 20px;
    align-items: flex-start;
    text-align: left;
  }

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

  .project-title-block.right {
    margin-right: 0px;
  }

  .margin-120px {
    margin-top: 60px;
  }

  .shape-1 {
    width: 30px;
  }

  .shape-3 {
    width: 40px;
  }

  .copyright-grid {
    margin-top: 20px;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sub-title {
    font-size: 120px;
  }

  .sub-title.smaller {
    font-size: 90px;
  }

  .sub-title.smaller.x2 {
    font-size: 90px;
  }

  .flex-category.in-mobile {
    flex-direction: column;
  }

  .categories-text.gray {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-overlay {
    padding-right: 18px;
    padding-left: 18px;
  }

  .price-grid {
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    font-size: 21px;
    line-height: 25px;
    white-space: normal;
  }

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

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

  .service-tab {
    max-width: none;
  }

  .service-tab.w--current {
    max-width: none;
    min-width: auto;
  }

  .tabs-menu {
    min-width: auto;
  }

  .service-image-wrapper {
    height: 670px;
  }

  .tabs {
    margin-top: 60px;
    flex-direction: column-reverse;
  }

  .content-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-column-right {
    margin-top: 0px;
  }

  .content-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-item {
    margin-bottom: 42px;
  }

  .project-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-grid-section {
    padding-top: 163px;
    padding-bottom: 100px;
  }

  .project-grid-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-header {
    height: 450px;
  }

  .case-image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body-content {
    padding-top: 0px;
    padding-left: 0px;
  }

  .title-3 {
    font-size: 36px;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 90px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero {
    padding-top: 120px;
  }

  .logo-flex {
    width: auto;
    height: 100%;
  }

  .navigation-top-part {
    height: 70px;
  }

  .menu {
    padding-top: 0px;
    padding-left: 0px;
  }

  .heading-main {
    margin-bottom: 20px;
  }

  .project-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-grid.reverse {
    flex-direction: column;
  }

  .project-wrapper {
    margin-top: 20px;
    padding-left: 0px;
    align-items: flex-start;
  }

  .project-wrapper._2 {
    margin-top: 20px;
    padding-right: 0px;
  }

  .project-title-block {
    margin-left: 0px;
  }

  .copyright-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .skills-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .experience-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sub-title {
    font-size: 80px;
  }

  .sub-title.smaller {
    font-size: 50px;
  }

  .sub-title.smaller.x2 {
    font-size: 50px;
  }

  .categories-text {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .categories-text.gray {
    margin-left: 0px;
  }

  .collection-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categories-text-2 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .categories-text-2.slash {
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 14px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .services-flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .service-tab {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

  .tabs-menu {
    height: 800px;
  }

  .service-image-wrapper {
    height: 600px;
  }

  .content-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block-2 {
    border: 1px none #000;
  }

  .content-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-detail-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 479px) {
  .body-content {
    padding-top: 0px;
    padding-left: 0px;
  }

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

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0px;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0px;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

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

  .title-1.x2 {
    font-size: 5rem;
  }

  .light-gray-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .margin-25px.hide-read-more {
    display: none;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

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

  .type-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .left-block {
    margin-left: 0px;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 12px;
  }

  .navlinks {
    font-size: 34px;
    line-height: 34px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .hero {
    padding-top: 106px;
    padding-bottom: 151px;
  }

  .cart-image {
    width: 17px;
  }

  .menu-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .logo-flex {
    padding-left: 11px;
  }

  .menu-wrapper {
    padding-right: 10px;
  }

  .navigation-top-part {
    padding-left: 0%;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .navigation-wrapper {
    background-color: #fff;
  }

  .cart-button {
    width: 40px;
    height: 40px;
  }

  .cart {
    padding-top: 14px;
  }

  .logo-block {
    height: 19px;
  }

  .social-wrapper-footer {
    margin-bottom: 29px;
    flex-direction: row;
    justify-content: center;
  }

  .bottom-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .max-w {
    margin-bottom: 60px;
  }

  .project-wrapper {
    text-align: left;
  }

  .project-circle {
    display: none;
  }

  .shape-1 {
    display: none;
  }

  .shape-2 {
    display: none;
  }

  .shape-3 {
    display: none;
  }

  .shape-4 {
    display: none;
  }

  .text-field-form {
    height: 40px;
    margin-left: 20px;
  }

  .copyright-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .skills-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .sub-title.smaller {
    font-size: 30px;
  }

  .sub-title.smaller.x2 {
    font-size: 30px;
  }

  .blog-grid {
    grid-row-gap: 20px;
  }

  .category-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-flex.center {
    flex-direction: row;
    align-items: center;
  }

  .blog-title {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-overlay {
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 11px;
  }

  .categories-text-2.slash._10px {
    margin-right: 10px;
    color: #fff;
  }

  .pricing-box {
    padding-bottom: 16px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    font-size: 16px;
    line-height: 20px;
    white-space: break-spaces;
  }

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

  .service-icon {
    width: 42px;
  }

  .tabs-menu {
    height: 830px;
  }

  .service-image-wrapper {
    height: 360px;
  }

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

  .logo-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .project-image {
    height: 390px;
  }

  .project-content-2 {
    flex-wrap: wrap;
  }

  .project-content-3 {
    flex-wrap: wrap;
  }

  .project-post-header {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .project-header {
    height: 300px;
  }

  .scope-text {
    color: #2f3330;
  }

  .project-image-wrapper {
    height: 350px;
  }

  .logo-text {
    display: block;
  }

  .client-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-3 {
    display: block;
    padding-top: 25px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-4 {
    display: none;
  }
}

#w-node-_226dbaf4-4737-87ba-5616-8857ffcaa2cf-a42c16a9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2f1e8870-b172-8f9c-7f18-007ba766f894-a42c16cb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_58983cd4-2591-b89b-e364-8f3a98c2c6b5-fb2c170a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3040abca-0471-86f9-0b02-161419371d38-fe2c170b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6ef16ef2-c28a-f68e-3a0d-648ced195752-d82c170e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_19d18ef2-5c50-2935-38b2-93d33e43e185-0c2c171e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-fc2c1720 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fdc2001e-ffe5-d54a-9281-793adf110a0a-fc2c1720 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_71e25a34-9d71-16f0-ef7f-ab0f664a3b23-fc2c1720 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1572eab0-26f6-b241-00d5-cac410cf52c1-e22c1724 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51e21a99-7099-46f2-bf20-9876555d1284-802c1726 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_361ce767-3858-357b-85d0-c354c3946b92-b72c1727 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_558f2e7c-d066-ac4e-b253-518f67cc3272-762c172f {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_226dbaf4-4737-87ba-5616-8857ffcaa2cf-a42c16a9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2f1e8870-b172-8f9c-7f18-007ba766f894-a42c16cb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3040abca-0471-86f9-0b02-161419371d38-fe2c170b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1572eab0-26f6-b241-00d5-cac410cf52c1-e22c1724 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_51e21a99-7099-46f2-bf20-9876555d1284-802c1726 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_361ce767-3858-357b-85d0-c354c3946b92-b72c1727 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}