.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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #f5f6f7;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #2d3047;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 72px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #081158;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

ul {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  list-style-type: none;
}

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

strong {
  font-weight: 600;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-left: 5px solid #dfdfdf;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 1.6em;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 15px;
  color: #afafaf;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.5px;
}

.deliverables {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #2d3047;
}

.deliverables.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.deliverables.free-classes {
  background-color: #f5f6f7;
}

.deliverables.call-section {
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.deliverables.newsletter-section {
  min-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.deliverables.footer-insta {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef0f4;
}

.deliverables.footer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2d3047;
  color: #fff;
}

.deliverables.free-w-hero {
  overflow: hidden;
  background-color: #f5f6f7;
  color: #2d3047;
}

.deliverables.about-hero {
  background-color: #e7717d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(50%, #dc6879), to(#e9838c)), url('../images/Green-Lines.svg');
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 50%, #e9838c), url('../images/Green-Lines.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 1000px;
  background-repeat: repeat, no-repeat;
  color: #f5f6f7;
}

.deliverables.about-s2 {
  padding-bottom: 60px;
  text-align: center;
}

.deliverables.about-section-3 {
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.deliverables.about-section-4 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.deliverables.contact-hero {
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.deliverables.author-hero {
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.deliverables.product-hero {
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.nav-session {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-session.nav-container {
  z-index: 2147483647;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.nav-session.free-plan-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-session.grid-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 120px;
  padding-bottom: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-session.insta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-session.footer-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-session.payment-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-session.video-container {
  display: -ms-grid;
  display: grid;
  max-width: 1150px;
  margin-bottom: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-session.blog-container {
  margin-top: 100px;
}

.nav-session.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.nav-session.workout-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-session.aditional-workout {
  max-width: 800px;
  margin-top: 100px;
  text-align: left;
}

.nav-session.shop-container {
  margin-top: 100px;
}

.nav-session.licence-container {
  margin-bottom: 100px;
}

.jumbo-paragraph.no-margin {
  margin-bottom: 0px;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.blue {
  color: #081158;
}

.jumbo.max-800 {
  font-family: Montserrat, sans-serif;
  color: #081158;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.style-guide-labels {
  margin-bottom: 50px;
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-labels.no-margin {
  margin-bottom: 0px;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0px;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.guide-heading {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}

.small-paragraph {
  font-size: 14px;
}

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

.hero-paragraph.max-500 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #f5f6f7;
  font-size: 24px;
}

.hero-paragraph.max-500.about-us-section {
  color: #f5f6f7;
}

.hero-paragraph.max-800 {
  font-size: 18px;
}

.hero-paragraph.max-800.no-margin {
  font-family: 'Gotham Rounded', sans-serif;
}

.hero-paragraph.max-350 {
  max-width: 350px;
}

.hero-paragraph.max-500 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #2d3047;
  font-size: 24px;
}

.style-grid-two-c {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  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;
}

.style-grid-two-c.no-margin {
  margin-bottom: 0px;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.white-button-column {
  padding: 15px;
  background-color: #000;
}

.column.max-600 {
  max-width: 600px;
  padding: 40px 3%;
  background-color: transparent;
}

.column.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.feature-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3047;
}

.column.feature-headline {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.description-heading {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.column.hero-image-column {
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.author-column {
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2d3047;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.small {
  font-size: 12px;
  line-height: 1.4em;
}

.label.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label.grey-label {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #2d3047;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
}

.label._30-margin {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.label._15-margin {
  margin-bottom: 15px;
}

.label.footer-label {
  margin-bottom: 15px;
  font-family: 'Gotham Rounded', sans-serif;
  color: #fff;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.caps {
  text-transform: uppercase;
}

.nav-link {
  display: block;
  padding: 10px 20px;
  border-bottom-style: none;
  color: #2d3047;
}

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

.nav-link.w--current {
  color: #e7717d;
  font-weight: 500;
}

.color-block {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  background-color: #081158;
}

.color-block.blue {
  background-color: #081158;
}

.color-block.not-purple {
  background-color: #5b95d2;
}

.color-block.lavender {
  background-color: #8ea5a0;
}

.color-block.pink {
  background-color: #cfddee;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
}

.color-block.smoke {
  background-color: #f5f5f5;
}

.color-block.gainsboro {
  background-color: #dfdfdf;
}

.color-block.color-8 {
  background-color: #afafaf;
}

.color-block.black {
  background-color: #000;
}

.color-block.pinky-final {
  background-color: #ec8675;
}

.color-block.pale-white {
  background-color: #eef0f4;
}

.style-grid-four-c {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0px;
}

.style-grid-ten-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -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;
  grid-template-rows: auto;
}

.icon {
  width: 40px;
  height: 40px;
}

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #000;
  background-color: #fff;
}

.guidelines-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  text-align: center;
}

.guidelines-link:hover {
  background-color: #000;
  color: #fff;
}

.guidelines-link.w--current {
  background-color: #000;
  color: #fff;
}

.guidelines-link.last {
  border-right-style: none;
  -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
}

.brand-link {
  position: fixed;
  top: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.brand-image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ninja-image-wrap {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 999;
  height: 180px;
}

.ninja-image {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.logo-download-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.logo-download-wrap.dark {
  background-color: #000;
}

.logo-download-icon {
  height: 30px;
}

.logo-download-icon.small-icons {
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

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

.download-links {
  margin-right: 15px;
}

.cta-button {
  display: block;
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #00bfb2;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Gotham Rounded', sans-serif;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-button:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta-button.white {
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
  color: #081158;
}

.cta-button.green {
  background-color: #8ea5a0;
}

.cta-button.small {
  min-width: 160px;
  margin-left: 30px;
  padding: 12px 30px 12px 50px;
  background-position: 15px 50%;
}

.cta-button.small:hover {
  background-position: 25px 50%;
}

.cta-button.small.tiffany {
  margin-left: 30px;
  background-color: #00bfb2;
}

.cta-button.small-white {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px 50%;
  color: #081158;
}

.cta-button.small-white:hover {
  background-position: 25px 50%;
}

.cta-button.small-blue {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #081158;
  background-position: 15px 50%;
}

.cta-button.small-blue:hover {
  background-position: 25px 50%;
}

.cta-button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-button.categories-button {
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: transparent;
  background-image: none;
  color: #081158;
}

.cta-button.categories-button:hover {
  background-position: 25px 50%;
}

.cta-button.categories-button.w--current {
  background-color: #8ea5a0;
  color: #fff;
}

.cta-button.discount {
  height: 40px;
  padding: 5px 10px 5px 30px;
  background-color: #8ea5a0;
}

.cta-button.max-400 {
  background-color: #00bfb2;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.cta-button.tiffany-blue {
  background-color: #00bfb2;
  font-family: 'Gotham Rounded', sans-serif;
}

.cta-button.get-started-button {
  max-width: none;
  min-width: auto;
  margin-right: 5px;
  margin-left: 5px;
  border-width: 3px;
  border-color: #00bfb2;
  border-radius: 20px;
}

.cta-button.explore-plan-button {
  min-width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 3px;
  border-color: #e7717d;
  border-radius: 20px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #e7717d;
}

.link {
  padding-left: 13px;
  border-bottom-color: #081158;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0% 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1);
  color: #081158;
}

.link:hover {
  padding-left: 20px;
  border-bottom-color: rgba(32, 52, 146, 0);
  background-position: 7px 50%;
}

.link.white {
  border-bottom-color: #fff;
  color: #fff;
}

.link.white:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.link.color {
  border-bottom-color: #5b95d2;
  color: #5b95d2;
}

.link.color:hover {
  border-bottom-color: rgba(147, 100, 248, 0);
}

.cta-card {
  width: 100%;
  padding: 50px;
  background-color: #8ea5a0;
  color: #081158;
}

.cta-card.center-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta-card.full-card {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  text-align: left;
}

.cta-card.full-card-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.max-800 {
  max-width: 800px;
  margin-bottom: 20px;
}

.max-500 {
  max-width: 500px;
}

.cta-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-image.vend-image {
  background-image: url('../images/Fashion-Walk-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.cta-image.kiosk-image {
  background-image: url('../images/Screenshot-2021-05-03-at-5.30.22-PM.png');
  background-position: 0px 0px;
  background-size: auto;
}

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

.form.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.spacing-30-px {
  width: 50px;
  height: 50px;
}

.form-field {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #f5f6f7;
  font-size: 16px;
}

.form-field:active {
  border-width: 3px;
  border-color: #f5f6f7;
}

.form-field:focus,
.form-field.-wfp-focus {
  border-style: solid;
  border-width: 1px;
  border-color: #f5f6f7;
}

.form-field::-webkit-input-placeholder {
  color: rgba(245, 246, 247, 0.65);
}

.form-field:-ms-input-placeholder {
  color: rgba(245, 246, 247, 0.65);
}

.form-field::-ms-input-placeholder {
  color: rgba(245, 246, 247, 0.65);
}

.form-field::placeholder {
  color: rgba(245, 246, 247, 0.65);
}

.form-field.checkout-field {
  height: 40px;
  margin-bottom: 10px;
}

.no-margin {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2d3047;
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  padding: 50px;
  color: #081158;
}

.form-block.full-form {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.sucess-message {
  padding-top: 70px;
  padding-bottom: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #081158;
  border-radius: 6px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.6em;
}

.sideflex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.navbar {
  position: static;
  top: auto;
  z-index: 2147483647;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f7;
  color: #2d3047;
  font-size: 14px;
  font-weight: 300;
}

.brand {
  height: 20px;
  padding-left: 0px;
  border-bottom-style: none;
}

.brand._404-brand {
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scribble-text {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scribble-text.compare-at {
  margin-left: 15px;
  color: #afafaf;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  margin-bottom: 5px;
  color: #ec8675;
  font-size: 16px;
}

.scribble-text.list-text {
  width: 35px;
  margin-right: 15px;
  color: #e7717d;
  font-size: 36px;
}

.scribble-text.shipping-price {
  color: #afafaf;
  font-size: 12px;
}

.red-hat {
  font-family: 'Red Hat Display';
}

.hero-slider-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  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;
  font-family: 'Gotham Rounded', sans-serif;
}

.hero-slider-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider-image {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.brand-logo {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

._10-margin {
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #2d3047;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

.page-wrap.no-overflow {
  overflow: visible;
}

.feature-image-mask {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-max {
  position: relative;
  z-index: 2;
  max-width: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.feature-img-and-graident {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-gradient {
  position: absolute;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #8ea5a0, rgba(142, 165, 160, 0) 71%);
}

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

.product-list.no-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ec8675;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 10px;
  -webkit-transition: box-shadow 500ms ease, opacity 500ms ease, -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms ease, opacity 500ms ease, -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms ease, transform 600ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease;
  transition: box-shadow 500ms ease, transform 600ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease, -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
}

.product-card:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

.product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.section-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  -o-object-fit: cover;
  object-fit: cover;
}

.section-bg-image.top-align {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.description-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
}

.description-image {
  position: relative;
  height: 100%;
  max-height: 700px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.description-bg {
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: -10000;
  width: 40vw;
  height: 60%;
  background-color: #e7717d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(52%, #dc6879), color-stop(102%, #e9838c)), url('../images/Shapes.svg');
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 52%, #e9838c 102%), url('../images/Shapes.svg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #e7717d;
}

.description-bg.left {
  left: 0px;
  top: 50px;
  right: auto;
}

.description-bg.about-bg {
  top: 50px;
  height: 70%;
}

.home-form {
  margin-bottom: 0px;
  padding: 60px;
  border-radius: 10px;
  background-color: rgba(231, 113, 125, 0.95);
  color: #f5f6f7;
}

.home-form:focus {
  border-style: none;
  border-width: 0.5px;
  border-color: #f5f6f7;
}

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

.form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area-4 Area-4"
    "Area-6 Area-5"
    "Area Area"
    "Area-2 Area-2"
    "Area-3 Area-3"
    "Area-7 .";
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.max-600 {
  max-width: 600px;
  text-align: left;
}

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

.blog-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  padding: 150px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-style: none;
  border-radius: 10px;
  -webkit-transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease;
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  text-align: left;
}

.blog-item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.blog-content.post-content {
  padding: 50px;
}

.author-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-sideflex._30-px-margin {
  margin-bottom: 30px;
}

.author-image-mask {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 20px;
}

.author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta-row.row-2 {
  margin-bottom: 0px;
  margin-left: -50vw;
}

.insta-post-wrap {
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.category-label {
  position: absolute;
  left: 0px;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #cfddee;
  font-size: 12px;
  text-transform: uppercase;
}

.insta-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insta-section-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec8675;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(49%, #dc6879), to(#e9838c));
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 49%, #e9838c);
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.social-wrap:hover {
  color: #fff;
}

.social-icon {
  display: block;
  height: 50px;
  margin-right: 15px;
}

.social-icon.author-links {
  height: 30px;
  margin-right: 0px;
}

.footer-contact-link {
  font-family: Sato;
  color: #fff;
  font-size: 30px;
  line-height: 1.6em;
}

.footer-link {
  margin-bottom: 5px;
  font-family: Sato;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
}

.footer-brand {
  height: 30px;
  padding-left: 0px;
  border-bottom-style: none;
}

.payment-trustmark-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0px;
}

.payment-trustmark-wrap.powered-by {
  width: auto;
  color: #000;
  font-size: 10px;
}

.trustmark-image {
  display: block;
  height: 13px;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.products-list-wrapper {
  width: 100%;
}

.price-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ec8675;
}

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

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

.nav-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart {
  margin-left: 20px;
}

.cart-quantity {
  margin-left: 0px;
  background-color: transparent;
  color: #081158;
}

.cart-button {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #081158;
}

.cart-text {
  font-size: 20px;
}

.cart-container {
  overflow: hidden;
  border-radius: 10px;
}

.cart-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.cart-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-quantity-1 {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #081158;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: #cfddee;
}

.cart-quantity-1::-webkit-input-placeholder {
  color: #081158;
}

.cart-quantity-1:-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-1::-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-1::placeholder {
  color: #081158;
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-product-name {
  margin-bottom: 5px;
  font-family: Sato;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}

.cart-item {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.remove-button {
  width: 100%;
  margin-top: 5px;
  color: #afafaf;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-list {
  padding: 20px 20px 0px;
}

.cart-footer {
  padding: 20px;
}

.error-state {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  margin: 10px 0px 0px;
  border-radius: 10px;
  background-color: #ec8675;
  color: #fff;
  text-align: center;
}

.empty-state {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.hero-image-mask {
  overflow: hidden;
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

.free-workout-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 350px;
}

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

.hero-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfddee;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(50%, #dc6879), to(#e9838c));
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 50%, #e9838c);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  text-align: center;
}

.hero-line.shop-line {
  background-color: #081158;
  color: #fff;
}

.hero-line.blog-line {
  background-color: #cfddee;
  color: #081158;
}

.about-video-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

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

.play-button-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}

.play-button {
  height: 30px;
}

.contact-form {
  margin-bottom: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #cfddee;
}

.contact-link {
  font-family: Sato;
  color: #081158;
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 500;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  height: 60px;
  min-height: 300px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #081158;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: #cfddee;
}

.text-area::-webkit-input-placeholder {
  color: #081158;
}

.text-area:-ms-input-placeholder {
  color: #081158;
}

.text-area::-ms-input-placeholder {
  color: #081158;
}

.text-area::placeholder {
  color: #081158;
}

.blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.categories-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.social-links-wrap {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.social-links {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.checkout-block {
  overflow: hidden;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
}

.payment-logos-sideflex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-header {
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-color: #eef0f4;
}

.block-content {
  padding: 20px;
  border: 1px none #000;
}

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

.shipping-method {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-style: none;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.order-item {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.selector {
  height: 40px;
  border-style: none;
  background-color: rgba(32, 52, 146, 0.1);
}

.selector.big-selector {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 6px;
}

.sticky-form {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.add-to-cart-sideflex {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.add-to-cart {
  width: 100%;
}

.cart-quantity-2 {
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #081158;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: #cfddee;
}

.cart-quantity-2::-webkit-input-placeholder {
  color: #081158;
}

.cart-quantity-2:-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-2::-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-2::placeholder {
  color: #081158;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef0f4;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.protected-page-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-buttons {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-400 {
  max-width: 400px;
}

.max-400.no-margin {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}

.option {
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}

.option-list {
  padding-top: 0px;
}

.span {
  margin-right: 5px;
  margin-left: 2px;
}

.field-label {
  font-weight: 700;
}

.shipping-label {
  font-weight: 700;
}

.content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.step-image {
  margin-bottom: 30px;
  border-radius: 0px;
  box-shadow: 0 0 3px -1px #000;
}

.line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 100%;
  height: 1px;
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: #d1cdcd;
}

.feature-icon {
  font-size: 14px;
}

.feature-heading {
  font-weight: 600;
  text-transform: uppercase;
}

.feature-paragraph {
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
}

.feature-paragraph.main-paragraph {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 24px;
}

.grid-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
}

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

.section-heading {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f7;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.tab-link-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: transparent;
  font-size: 16px;
}

.tab-link-round.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #e7717d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(51%, #dc6879), color-stop(98%, #e9838c));
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 51%, #e9838c 98%);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-menu-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
}

.artvend-tab {
  background-color: #f5f6f7;
}

.button-2 {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #e7717d;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

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

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pink-text-span {
  color: #e7717d;
}

.tabs {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.column-2 {
  text-transform: uppercase;
}

.compare-subhead {
  margin-bottom: 20px;
  color: #e7717d;
}

.compare-subhead.bnc-heading {
  color: #ccc;
}

.how-it-works-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: transparent;
}

.plan-hero {
  position: relative;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 0px;
}

.content-grid {
  overflow: hidden;
  grid-column-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-block {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/herbtea-forsite.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block.kiosk-image {
  background-image: url('../images/01_features.png');
  background-position: 50% 0%;
}

.image-block.premium-image {
  max-height: none;
  background-image: url('../images/monologue_hero.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding-top: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.package-overall {
  position: relative;
  padding: 150px 3% 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #2d3047;
}

.tab-link-round-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  min-width: 20vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 4px -1px #000;
  font-size: 16px;
}

.tab-link-round-2.w--current {
  padding-bottom: 20px;
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #e7717d;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.tab-menu-round-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-transform: none;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #e7717d;
  text-align: center;
  text-transform: uppercase;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e7717d;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #e7717d;
  color: #e7717d;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #e7717d;
  color: #e7717d;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gotham Rounded', sans-serif;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #fff;
}

.container-4.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
  color: #2d3047;
}

.container-4.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.text-span-2 {
  color: #e7717d;
}

.works-grid-2 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.package-heading {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.package-heading.plan-heading {
  margin-bottom: 60px;
  padding-top: 0px;
  color: #e7717d;
  font-weight: 500;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #2d3047;
  font-weight: 600;
}

.step-heading {
  color: #2d3047;
  font-weight: 600;
}

.paragraph-3 {
  color: #2d3047;
}

.paragraph-4 {
  color: #2d3047;
}

.htw-paragraph {
  color: #2d3047;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #2d3047;
  font-size: 48px;
  text-transform: uppercase;
}

.paragraph-6 {
  color: #2d3047;
}

.tabs-content {
  margin-top: 68px;
  background-color: #f5f6f7;
  box-shadow: 0 0 3px -1px #000;
  color: #2d3047;
}

.compare-plans {
  margin-top: 100px;
  background-color: transparent;
}

.package-include {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 40px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Machine_Collage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Machine_Collage.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  text-align: center;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.statistic-block {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.statistic {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.wave {
  max-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-82 {
  font-size: 18px;
}

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

.cta-grid {
  min-height: 640px;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-image-2 {
  background-image: url('../images/Fashion-Walk-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-image-2.kiosk-result {
  background-image: url('../images/Fashion-Walk-2.jpg');
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e7717d;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(50%, #dc6879), to(#e9838c));
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 50%, #e9838c);
  background-position: 0px 0px;
  font-family: 'Gotham Rounded', sans-serif;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
  text-transform: uppercase;
}

.header-h4 {
  margin-bottom: 60px;
  padding-right: 0%;
  padding-left: 0%;
  font-family: Montserrat, sans-serif;
  color: #f5f6f7;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.header-h4.how-it-works-heading {
  color: #2d3047;
  font-size: 36px;
}

.cta-label {
  margin-bottom: 20px;
  color: #f5f6f7;
  text-transform: uppercase;
}

.body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.list-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-5 {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.parallex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  color: #f5f6f7;
  text-align: center;
}

.parallex.ctf {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CTF.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CTF.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.parallex.samsungpay {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/63ef35a4-d496-4006-84ab-25068df187ae.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/63ef35a4-d496-4006-84ab-25068df187ae.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.parallex.armani {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/41971900_316315805766968_7922440203971592192_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/41971900_316315805766968_7922440203971592192_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.parallex-heading {
  color: #f5f6f7;
  text-align: center;
}

.big-paragraph {
  margin-bottom: 30px;
  font-size: 24px;
}

.big-paragraph.contact-form-text {
  font-size: 30px;
  text-align: left;
}

.big-paragraph.max-500 {
  margin-right: 5px;
  margin-left: 5px;
}

.big-paragraph.max-500.home-page {
  text-align: center;
}

.big-paragraph.plan {
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-16 {
  color: #e7717d;
  font-size: 48px;
}

.faq-heading {
  color: #e7717d;
  font-size: 48px;
  text-align: center;
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #f5f6f7;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  color: #f5f6f7;
  text-transform: uppercase;
}

.heading-19 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f5f6f7;
  font-size: 18px;
}

.hero {
  display: block;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/herobg-maruko.jpg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.flex-container {
  display: block;
  height: 100%;
  max-width: 1450px;
  margin-top: 0px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-block {
  padding: 90px 70px 70px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: rgba(245, 246, 247, 0.98);
}

.hero-heading {
  color: #e7717d;
  font-size: 64px;
}

.why-artvend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8b0a2), color-stop(50%, #dc6879), to(#e9838c));
  background-image: linear-gradient(90deg, #f8b0a2, #dc6879 50%, #e9838c);
  color: #fff;
}

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

.silver-text-span {
  color: #f5f6f7;
}

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

.compare-heading {
  font-weight: 500;
}

.columns-2 {
  width: 100%;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1450px;
  min-height: 1000px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-22 {
  margin-bottom: 30px;
}

.text-block-89 {
  font-family: 'Gotham Rounded', sans-serif;
}

.showcase-paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f5f6f7;
  font-size: 48px;
  line-height: 1.1em;
}

.div-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-3 {
  color: #e7717d;
}

.form-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Machine_Collage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Machine_Collage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #f5f6f7;
}

.grid-5 {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-10 {
  display: block;
  max-width: 1450px;
}

.div-block-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-4 {
  display: none;
}

.package-title {
  color: #e7717d;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  max-width: 1450px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-container {
  max-width: 1450px;
}

.plan-image-wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 15vw;
  margin-bottom: 21px;
  border-radius: 20px;
}

.section {
  width: 100%;
  margin-top: 100px;
  padding-top: 60px;
}

.tab-link {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #f5f6f7;
  box-shadow: 0 0 3px -2px #000;
}

.tab-link.w--current {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  background-color: #e7717d;
  color: #f5f6f7;
}

.tab-link-tab-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: transparent;
}

.tab-link-tab-3 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3 {
  max-width: 1450px;
}

.image {
  box-shadow: 1px 1px 3px -2px #000;
}

.bold-text-3 {
  color: #e7717d;
}

.htw-heading {
  color: #e7717d;
  text-align: center;
}

.plan-package {
  margin-bottom: 70px;
  color: #f5f6f7;
}

.image-2 {
  display: block;
  max-width: 120%;
  background-image: url('../images/herbtea-forsite.jpg');
  background-position: 100% 50%;
  background-size: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-item-icon-span {
  color: #e7717d;
}

.page-title {
  margin-bottom: 40px;
  color: #e7717d;
  text-align: center;
}

.faq-plus-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-texture {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/wavy.svg'), -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background-image: url('../images/wavy.svg'), linear-gradient(0deg, transparent, #fff);
  background-position: 50% 101%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.2;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.faq-plus-l-2 {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #e7717d;
}

.faq-plus---2 {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #e7717d;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-answer-text-2 {
  margin-bottom: 30px;
  font-size: 16px;
}

.heading-26 {
  font-size: 48px;
}

.faq-container {
  max-width: 900px;
  padding: 50px 4vw;
  background-color: #fff;
  box-shadow: 4px 4px 3px 5px #f5f6f7;
}

.footer-icon {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Font Awesome 5', Arial, sans-serif;
  font-size: 24px;
}

.grid-6 {
  align-self: flex-start;
  grid-row-gap: 10px;
  -ms-grid-rows: auto 10px auto;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 0.25fr 5fr;
  grid-template-columns: 0.25fr 5fr;
}

.footer-paragraph {
  margin-bottom: 12px;
  font-size: 24px;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  padding-top: 40px;
  padding-bottom: 40px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #96414d;
}

.column-7 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-5 Area-6 Area-4";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-4 {
  color: #e7717d;
}

.text-span-5 {
  color: #e7717d;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .deliverables {
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
  }

  .deliverables.call-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .deliverables.footer-section {
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }

  .deliverables.about-s2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .deliverables.about-section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .deliverables.about-section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  .nav-session {
    display: block;
  }

  .nav-session.nav-container {
    position: static;
  }

  .nav-session.tools-grid {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-session.grid-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jumbo {
    font-size: 70px;
  }

  .column {
    font-weight: 300;
  }

  .column.max-600 {
    text-align: left;
  }

  .column.description-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .label.grey-label {
    font-size: 14px;
    line-height: 1.4em;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #081158;
    text-align: center;
  }

  .style-grid-three-c {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-button.small.hs-widget {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-button.max-400 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta-button.get-started-button {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .cta-image.vend-image {
    background-image: url('../images/Fashion-Walk-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .cta-image.kiosk-image {
    background-image: url('../images/Screenshot-2021-05-03-at-5.30.22-PM.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .brand {
    z-index: 2;
  }

  .nav-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 50vw;
    padding: 100px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #cfddee;
    text-align: center;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .scribble-text {
    text-align: left;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .brand-logo {
    padding-left: 10px;
  }

  ._10-margin {
    font-size: 18px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .product-description {
    padding: 20px;
  }

  .description-image-wrap {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .description-image {
    max-height: 500px;
  }

  .description-bg {
    top: 100px;
  }

  .home-form {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-item {
    min-height: 350px;
    padding: 100px 20px 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .insta-section-line {
    width: 100%;
    height: 150px;
  }

  .social-wrap {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

  .social-icon {
    height: 30px;
  }

  .footer-contact-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }

  .footer-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }

  .price-wrap {
    position: relative;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .contact-form {
    padding: 30px;
  }

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

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

  .sticky-form {
    position: relative;
    top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .shipping-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-image {
    margin-bottom: 15px;
  }

  .content-wrapper {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .line-column {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line {
    width: 1px;
    height: 100%;
    min-height: 50px;
    border-style: none dashed none none;
  }

  .feature-heading {
    font-size: 14px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .grid-4 {
    grid-column-gap: 43px;
    grid-row-gap: 50px;
  }

  .compare {
    display: block;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f5fbfc;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-menu-round {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .artvend-tab {
    background-color: transparent;
  }

  .tabs {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .content-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-block {
    max-height: 100%;
    background-position: 75% 50%;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .package-overall {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5fbfc;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .tab-link-round-2 {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-round-2.w--current {
    padding-bottom: 10px;
  }

  .tab-menu-round-2 {
    margin-bottom: 20px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .works-grid-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 3%;
    grid-row-gap: 32px;
    -ms-grid-columns: 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr;
    grid-template-columns: 1.25fr 0.25fr 1.25fr 0.25fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .paragraph-4 {
    font-size: 14px;
  }

  .htw-paragraph {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .package-include {
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cta-image-2 {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-heading {
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 55px;
  }

  .cta-label {
    font-family: 'Gotham Rounded', sans-serif;
  }

  .list-item-text-block {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
  }

  .big-paragraph.contact-form-text {
    font-size: 24px;
    text-align: center;
  }

  .big-paragraph.max-500 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .big-paragraph.plan {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: left;
  }

  .big-paragraph.compare-plan-paragraph {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .heading-19 {
    font-size: 14px;
    text-align: center;
  }

  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/herobg-maruko.jpg.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/herobg-maruko.jpg.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, 1200px;
    background-repeat: repeat, no-repeat;
  }

  .flex-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-block {
    width: auto;
    margin-right: -10px;
    padding: 60px 30px 40px;
    background-color: #fff;
  }

  .hero-heading {
    font-size: 48px;
  }

  .why-artvend {
    min-height: 700px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subhead-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-content-2 {
    width: 100%;
    text-align: center;
  }

  .compare-heading {
    margin-bottom: 30px;
  }

  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-container {
    max-width: none;
    min-height: 950px;
  }

  .showcase-paragraph {
    font-size: 36px;
    text-align: center;
  }

  .grid-5 {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-10 {
    padding-top: 30px;
  }

  .div-block-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-25 {
    margin-bottom: 10px;
    font-size: 48px;
    text-align: center;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .plan-image-wrapper {
    max-height: 35vw;
    margin-bottom: 5px;
  }

  .section {
    margin-top: 40px;
  }

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

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

  .list-item-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-item-icon-span {
    color: #e7717d;
    font-size: 24px;
  }

  .page-title {
    font-size: 48px;
  }

  .footer-paragraph {
    text-align: left;
  }

  .details-grid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .deliverables {
    padding-top: 20px;
  }

  .deliverables.about-s2 {
    padding-top: 40px;
  }

  .deliverables.about-section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .deliverables.about-section-4 {
    padding-top: 10px;
  }

  .deliverables.wanted-section {
    padding-bottom: 20px;
  }

  .nav-session {
    width: 100%;
    margin-bottom: 0px;
  }

  .nav-session.tools-grid {
    display: block;
    margin-bottom: 30px;
  }

  .nav-session.grid-2 {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-session.footer-container {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-session.video-container {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-session.workout-container {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 50px;
  }

  .hero-paragraph.max-500 {
    text-align: left;
  }

  .style-grid-two-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column.flex-center {
    margin-bottom: 30px;
  }

  .style-grid-four-c.no-margin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-ten-c {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ninja-image-wrap {
    right: 25px;
    bottom: 80px;
    height: 100px;
  }

  .cta-button.max-400 {
    text-align: left;
  }

  .cta-button.get-started-button {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    padding-right: 35px;
  }

  .form-block {
    padding: 30px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

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

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

  ._10-margin {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Gotham Rounded', sans-serif;
  }

  .product-list {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .description-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .description-bg {
    top: auto;
    bottom: 0px;
    display: none;
    width: 95vw;
    height: 40%;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    top: auto;
    height: 40%;
  }

  .max-600 {
    text-align: left;
  }

  .blog-list {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .insta-section-line {
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-wrap {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .social-wrap.left-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-brand {
    height: 20px;
  }

  .cart {
    margin-left: 10px;
  }

  .hero-image-mask {
    height: 350px;
  }

  .hero-line {
    height: 125px;
    padding-right: 30vw;
    padding-left: 30vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-link {
    font-size: 20px;
  }

  .content-card {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content-wrapper {
    display: block;
    margin-bottom: 10px;
  }

  .feature {
    margin-bottom: 40px;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .feature-heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .feature-paragraph.main-paragraph {
    text-align: center;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .grid-4.grid-compare {
    text-align: center;
  }

  .grid-4.why-grid {
    display: block;
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
  }

  .compare {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-link-round {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-menu-round {
    margin-bottom: 20px;
  }

  .column-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .compare-subhead {
    margin-bottom: 10px;
    font-size: 54px;
  }

  .plan-hero {
    margin-bottom: 0px;
  }

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

  .image-block {
    display: none;
  }

  .image-block.kiosk-image {
    display: none;
  }

  .content-block {
    max-width: none;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5% 2%;
  }

  .tab-link-round-2 {
    overflow: hidden;
    min-height: auto;
    min-width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    white-space: nowrap;
  }

  .tab-link-round-2.w--current {
    width: auto;
    min-height: 0px;
    min-width: 0%;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-menu-round-2 {
    margin-top: 20px;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .package-heading {
    margin-bottom: 0px;
  }

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

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-grid {
    grid-column-gap: 10px;
  }

  .cta-heading {
    font-size: 36px;
  }

  .parallex.ctf {
    min-height: 300px;
  }

  .parallex.samsungpay {
    min-height: 300px;
  }

  .parallex.armani {
    min-height: 300px;
  }

  .big-paragraph.max-500.feature-para {
    text-align: center;
  }

  .big-paragraph.compare-plan-paragraph {
    display: none;
  }

  .hero {
    padding: 40px 0px 0px;
    background-image: url('../images/herobg-maruko.jpg.jpg');
    background-position: 50% 0%;
    background-size: 1000px;
    background-repeat: no-repeat;
  }

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

  .hero-block {
    max-width: none;
    margin-right: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .subhead-column {
    display: inline-block;
  }

  .tabs-content-2 {
    min-width: 0px;
    text-align: center;
  }

  .compare-heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .hero-container {
    max-width: none;
    min-height: 800px;
  }

  .div-block {
    margin-top: auto;
    margin-bottom: auto;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .plan-image-wrapper {
    display: none;
    max-height: none;
  }

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

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .column-6 {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: transparent;
  }

  .column-7 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .details-grid {
    display: block;
    margin-top: 0px;
    grid-template-areas: "Area Area-2 Area-3"
      "Area-5 Area-6 Area-4";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

  .deliverables {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    text-align: left;
    text-transform: none;
  }

  .deliverables.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    text-transform: none;
  }

  .deliverables.about-s2 {
    border-style: dashed;
    border-width: 0.25px;
    border-color: #f5f6f7;
  }

  .nav-session {
    z-index: auto;
    display: block;
    margin-bottom: 30px;
  }

  .nav-session.nav-container {
    padding-left: 2%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav-session.tools-grid {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .nav-session.footer-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 45px;
  }

  .hero-paragraph {
    font-size: 18px;
    text-align: center;
  }

  .hero-paragraph.max-500 {
    font-size: 18px;
    text-align: left;
  }

  .hero-paragraph.max-500.about-us-section {
    text-align: left;
    text-transform: none;
  }

  .hero-paragraph.max-800.no-margin {
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }

  .hero-paragraph.max-500 {
    font-size: 18px;
  }

  .column.max-600 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .column.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column.description-heading {
    padding-top: 20px;
    padding-right: 0px;
  }

  .label.grey-label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .label.categories-label {
    margin-bottom: 15px;
  }

  .brand-guidelines-nav {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .guidelines-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .style-grid-three-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-button {
    width: 100%;
    min-width: 0px;
  }

  .cta-button.small.hs-widget {
    min-width: 0px;
  }

  .cta-button.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .cta-button.categories-button {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-button.discount {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .cta-button.max-400 {
    padding-left: 40px;
    font-size: 12px;
  }

  .cta-button.tiffany-blue {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #00bfb2;
  }

  .cta-button.get-started-button {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .cta-button.explore-plan-button {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-800 {
    margin-bottom: 30px;
  }

  .cta-image {
    min-height: 250px;
  }

  .spacing-30-px {
    display: none;
  }

  .spacing-30-px.show {
    display: block;
  }

  .form-field {
    height: 40px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .form-block {
    padding: 20px;
  }

  .form-block.full-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sideflex-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu {
    z-index: 9999;
    width: 100vw;
    background-color: #f5f6f7;
  }

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

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

  .hero-slider-image-wrap {
    overflow: hidden;
    height: 300px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

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

  ._10-margin {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Gotham Rounded', sans-serif;
  }

  .feature-image-mask {
    width: 150px;
    height: 150px;
  }

  .feature-max {
    max-width: 250px;
  }

  .description-image-wrap {
    margin-top: 20px;
  }

  .home-form {
    padding: 30px 10px;
  }

  .form-grid {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .insta-section-line {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .footer-brand {
    margin-bottom: 0px;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .contact-form {
    padding: 30px;
  }

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

  .text-area {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .sticky-form {
    width: 100%;
  }

  .add-to-cart-sideflex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart-quantity-2 {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .shipping-container {
    overflow: hidden;
  }

  .option-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature {
    margin-bottom: 35px;
    text-align: center;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .feature-paragraph.main-paragraph {
    font-size: 18px;
  }

  .grid-4 {
    grid-auto-flow: row;
  }

  .grid-4.grid-compare {
    display: block;
  }

  .section-heading {
    margin-bottom: 10px;
    text-align: center;
  }

  .tab-link-round {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .tab-menu-round {
    display: block;
  }

  .button-2 {
    width: 100%;
    max-width: 250px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .tabs {
    margin-bottom: 10px;
  }

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

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

  .content-block {
    padding: 10% 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tab-link-round-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .tab-menu-round-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .faq-q-text {
    text-align: left;
  }

  .faq-answer-text {
    text-align: left;
  }

  .works-grid-2 {
    grid-row-gap: 10px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .package-heading {
    font-size: 14px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .statistic-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .text-block-82 {
    font-size: 16px;
  }

  .cta-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-content {
    min-height: 0px;
    padding: 12px;
  }

  .cta-heading {
    font-size: 24px;
  }

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

  .list-item-text-block {
    font-size: 14px;
    text-align: left;
  }

  .text-block-84 {
    text-align: left;
  }

  .text-block-85 {
    text-align: left;
  }

  .text-block-86 {
    text-align: left;
  }

  .big-paragraph.contact-form-text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
  }

  .big-paragraph.max-500 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .big-paragraph.plan {
    font-size: 14px;
    text-align: center;
  }

  .faq-heading {
    font-size: 24px;
  }

  .heading-19 {
    font-size: 12px;
  }

  .hero {
    padding: 0px;
    background-position: 50% 0%;
    background-size: 1000px;
    background-repeat: no-repeat;
  }

  .hero-block {
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f5f6f7;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
  }

  .why-artvend {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .hero-container {
    min-height: 900px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
  }

  .showcase-paragraph {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    text-transform: none;
  }

  .grid-5 {
    margin-top: 30px;
    margin-bottom: 17px;
    grid-template-areas: "Area"
      "Area-2";
  }

  .container-10 {
    padding-top: 15px;
  }

  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .heading-25 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    font-family: 'Gotham Rounded', sans-serif;
  }

  .plan-package {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

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

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

  .details-grid {
    grid-row-gap: 40px;
  }
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-eb4c4d23 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.grid-4>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c917c-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-6;
}

.details-grid>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c917c-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c9183-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

.grid-4>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c9183-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c9183-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c9183-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-_2309a889-5ef8-3db1-da0b-38aeaaaea4d0-eb4c4d23 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.grid-4>#w-node-_2309a889-5ef8-3db1-da0b-38aeaaaea4d0-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_2309a889-5ef8-3db1-da0b-38aeaaaea4d0-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_2309a889-5ef8-3db1-da0b-38aeaaaea4d0-eb4c4d23 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-c67feeb8-efc0-cee1-ebd5-434f9cad753c-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-5;
}

.details-grid>#w-node-c67feeb8-efc0-cee1-ebd5-434f9cad753c-eb4c4d23 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_36022a0e-b1fd-2e33-2513-18937e57f083-2c54b452 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.grid-4>#w-node-_36022a0e-b1fd-2e33-2513-18937e57f083-2c54b452 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_36022a0e-b1fd-2e33-2513-18937e57f083-2c54b452 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_36022a0e-b1fd-2e33-2513-18937e57f083-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.grid-4>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-_3c0e8344-b61e-822d-21bf-3e3a1586a961-2c54b452 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

.grid-4>#w-node-_3c0e8344-b61e-822d-21bf-3e3a1586a961-2c54b452 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_3c0e8344-b61e-822d-21bf-3e3a1586a961-2c54b452 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_3c0e8344-b61e-822d-21bf-3e3a1586a961-2c54b452 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.grid-4>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-5>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-6>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-8>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#Name.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6595-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-4;
}

.grid-4>#Name.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6595-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#Name.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6595-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#Name.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6595-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#Email-3.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6596-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-6;
}

.details-grid>#Email-3.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6596-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#Phone.w-node-_7ffb6fbc-3210-a123-1d57-9addfe87249f-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-5;
}

.details-grid>#Phone.w-node-_7ffb6fbc-3210-a123-1d57-9addfe87249f-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-5>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-8>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

.grid-4>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-5>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-6>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-8>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.details-grid>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#Message-3.w-node-f30745c7-49fd-012e-ee70-cf07d3a3d717-f45e658c {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

.grid-4>#Message-3.w-node-f30745c7-49fd-012e-ee70-cf07d3a3d717-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-6>#Message-3.w-node-f30745c7-49fd-012e-ee70-cf07d3a3d717-f45e658c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.details-grid>#Message-3.w-node-f30745c7-49fd-012e-ee70-cf07d3a3d717-f45e658c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}

#w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-area: Area-7;
}

#w-node-_49560afd-8e03-a254-d6cb-d71c46b1fada-f74c4d2a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f039-f74c4d2a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f03a-f74c4d2a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad7cd10b-54e4-9901-ddfb-577386584269-374c4d31 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdc4-dc4c4d32 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-dc4c4d32 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-4a4c4d35 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-4a4c4d35 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-4a4c4d35 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-4a4c4d35 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a91364e5-4e66-737f-0295-c3796be69ea5-4a4c4d35 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a91364e5-4e66-737f-0295-c3796be69e90-4a4c4d35 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-eabb021b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ad7cd10b-54e4-9901-ddfb-577386584273-374c4d31 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-dc4c4d32 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-4a4c4d35 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a91364e5-4e66-737f-0295-c3796be69e90-4a4c4d35 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: Area-2;
  }

  .grid-4>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-8>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .details-grid>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  @media screen and (max-width: 991px) {
    .grid-5>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .details-grid>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c917c-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .details-grid>#w-node-_03822974-0ed2-e79f-dd0b-42b2ce9c9183-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-_2309a889-5ef8-3db1-da0b-38aeaaaea4d0-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-c67feeb8-efc0-cee1-ebd5-434f9cad753c-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .details-grid>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-_36022a0e-b1fd-2e33-2513-18937e57f083-2c54b452 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-_3c0e8344-b61e-822d-21bf-3e3a1586a961-2c54b452 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .details-grid>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .details-grid>#Name.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6595-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#Email-3.w-node-_3a7d5772-7f47-7fed-e944-7964f45e6596-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
    }

    .details-grid>#Phone.w-node-_7ffb6fbc-3210-a123-1d57-9addfe87249f-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .details-grid>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .details-grid>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }

    .details-grid>#Message-3.w-node-f30745c7-49fd-012e-ee70-cf07d3a3d717-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
    }

    .details-grid>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
    }
  }

  @media screen and (max-width: 479px) {
    .grid-5>#w-node-_55bd84c0-d820-956e-999e-abfaff1c5e55-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_8f415f80-a85f-5b34-0091-dec3ca6c9146-eb4c4d23 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_530ee33d-8a1b-6210-e7b9-7c11dea7f591-2c54b452 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-fe010959-f803-a800-004f-f42ee0d5092b-2c54b452 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-ae32a0dc-cab8-0d91-7317-f56216005f47-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#home-form.w-node-_3a7d5772-7f47-7fed-e944-7964f45e658e-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-_8bfcd10d-2521-3712-d943-7b01ec518ee3-f45e658c {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#Company.w-node-_61a05073-b239-8dc9-861e-437df0b28566-f45e658c {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    .grid-5>#w-node-b12eecfc-180d-a820-6068-9d583bffa68c-eb4c4d23 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_08bcef47-e1cc-fa33-93c0-90b9dcc4f0e8-f94c4d33 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica-Neue-Light-2.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype'), url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRoundedLight_21020.ttf') format('truetype'), url('../fonts/GothamRounded-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRoundedBold_21016.ttf') format('truetype'), url('../fonts/GothamRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}