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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .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;
  }

  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: 'DM Sans', sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 54px;
  line-height: 1.333em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 42px;
  line-height: 1.381em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #090909;
  text-decoration: underline;
}

a:hover {
  color: #ff9c08;
}

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

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  display: block;
  margin-bottom: 12px;
  color: #090909;
  font-weight: 700;
}

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

blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 114px 104px;
  border: 0px solid #000;
  border-radius: 12px;
  background-color: #ffd4a4;
  color: #090909;
  font-size: 24px;
  line-height: 1.583em;
  text-align: center;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.style---styleguide-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.hero---full-width-image-right {
  grid-column-gap: 56px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}

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

.grid-2-columns.contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1.35fr;
  grid-template-columns: 1fr 1.35fr;
}

.grid-2-columns.contact.pd-top-114px.tradify-form {
  padding-top: 42px;
}

.grid-2-columns.cta-v15 {
  grid-column-gap: 100px;
  -ms-grid-columns: 0.6fr 0.5fr;
  grid-template-columns: 0.6fr 0.5fr;
}

.grid-2-columns.title-and-categories {
  margin-bottom: 64px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
}

.grid-2-columns.changelog-item {
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  border-bottom: 1px solid #f0ece8;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0px;
  border-bottom-width: 0px;
}

.grid-2-columns.checkout-page {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
}

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

.grid-2-columns._1-4fr---1fr {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns.gap-column-0 {
  grid-column-gap: 0px;
}

.grid-2-columns.gap-column-0._3-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.grid-2-columns.gap-row-16px {
  grid-row-gap: 16px;
}

.style---navigation-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 rgba(43, 43, 43, 0.06);
}

.card {
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.06);
}

.card.contact-form {
  max-width: 652px;
  min-height: 620px;
  margin-bottom: 0px;
  padding: 72px 48px;
  border-style: none;
  border-radius: 16px;
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.06);
}

.card.content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 32px 64px;
  -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;
}

.card.logo-strip {
  max-width: 1068px;
  margin-right: auto;
  margin-left: auto;
  padding: 116px 150px;
  border-style: none;
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.06);
}

.card.blog-featured {
  max-width: 752px;
  margin-bottom: 80px;
  border-radius: 16px;
  box-shadow: 0 14px 42px 0 rgba(43, 43, 43, 0.08);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #6e6e6e;
  text-decoration: none;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

.card.testimonial-card {
  position: relative;
  z-index: 1;
  max-width: 388px;
  margin-top: -246px;
  margin-left: auto;
  padding: 64px 40px;
}

.card.our-mission {
  padding: 70px 64px;
  border-style: none;
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.06);
}

.card.volunteers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 578px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 50px 48px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.06);
}

.card.product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-align: center;
  text-decoration: none;
}

.card.donate {
  width: 100%;
  max-width: 612px;
  padding: 72px 48px;
}

.card.contact-link {
  padding: 48px 16px 72px;
  text-align: center;
  text-decoration: none;
}

.card.password-protected {
  padding: 126px 74px;
}

.style---color-block {
  position: relative;
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.style---color-block.bg-neutral-600 {
  background-color: #6e6e6e;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  margin-bottom: 8px;
  color: #090909;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-accent-1 {
  background-color: #ff9c08;
}

.bg-secondary-1 {
  background-color: #ffd4a4;
}

.bg-secondary-1.bottom-48 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 48%;
  z-index: -1;
}

.bg-secondary-1.top-60 {
  position: absolute;
  left: 0%;
  top: 60%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.bg-secondary-1.faqs-bg {
  position: absolute;
  top: 12%;
  bottom: 6%;
  z-index: -1;
  width: 80%;
  border-radius: 12px;
}

.bg-secondary-1.contact-form-bg {
  position: absolute;
  left: 54%;
  top: 36%;
  right: 0%;
  bottom: 4%;
  z-index: -1;
  background-color: rgba(21, 84, 161, 0.06);
}

.bg-secondary-1.top-38 {
  position: absolute;
  left: 0%;
  top: 38%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.bg-secondary-2 {
  background-color: #fff3e0;
}

.bg-secondary-3 {
  background-color: #f08200;
}

.bg-secondary-4 {
  background-color: #fff5ed;
}

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

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

.bg-neutral-600 {
  background-color: #6e6e6e;
}

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

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

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

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

.bg-neutral-200.top-50 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
}

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

.bg-neutral-100.top-90 {
  position: absolute;
  left: 0%;
  top: 90%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.style---color-block-text-example {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  padding: 10px 14px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #090909;
}

.color-accent-1 {
  color: #ff9c08;
}

.color-secondary-1 {
  color: #ffd4a4;
}

.color-secondary-2 {
  color: #fff3e0;
}

.color-secondary-3 {
  color: #f08200;
}

.color-secondary-4 {
  color: #fff5ed;
}

.color-neutral-800 {
  color: #090909;
}

.color-neutral-700 {
  color: #fafafa;
}

.color-neutral-600 {
  color: #6e6e6e;
}

.color-neutral-500 {
  color: #989898;
}

.color-neutral-300 {
  color: #f0ece8;
}

.color-neutral-200 {
  color: #fef9f2;
}

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

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #dad1ca;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dad1ca;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #dad1ca;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

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

.divider.pd-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(auto, 320px) 1fr;
  grid-template-columns: minmax(auto, 320px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

.mg-bottom-80px.bottom-case-study {
  margin-bottom: 0px;
}

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

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

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

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

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

.mg-left-16px {
  margin-left: 16px;
}

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

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

.mg-right-16px {
  margin-right: 16px;
}

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

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

.text-200 {
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 90px;
  line-height: 1.044em;
  font-weight: 700;
}

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

.grid-1-column.dropdown-link-column {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
}

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

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-72px {
  grid-row-gap: 72px;
}

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

.display-2 {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
}

.display-3 {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 38px;
  line-height: 1.158em;
  font-weight: 700;
}

.display-4 {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 28px;
  line-height: 1.429em;
  font-weight: 700;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.paragraph-large.mg-bottom-48px {
  font-size: 22px;
  line-height: 1.5em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  margin-bottom: 40px;
  color: #090909;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: #090909;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.style---shadow-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 32px 44px;
  -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: 12px;
  background-color: #fff;
  text-align: center;
}

.style---shadow-card.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 rgba(255, 183, 58, 0.08);
}

.style---shadow-card.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 rgba(255, 183, 58, 0.08);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.08);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.1);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 rgba(43, 43, 43, 0.12);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 rgba(43, 43, 43, 0.12);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 rgba(20, 20, 43, 0.24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 rgba(255, 183, 58, 0.06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 rgba(255, 183, 58, 0.08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 rgba(74, 58, 255, 0.08);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 rgba(43, 43, 43, 0.04);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 rgba(43, 43, 43, 0.06);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 rgba(20, 20, 43, 0.1);
}

.style---heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(43, 43, 43, 0.08);
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-right: auto;
  margin-left: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._856px {
  max-width: 856px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._584px {
  max-width: 584px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._538px {
  max-width: 538px;
}

.inner-container._488px {
  max-width: 488px;
}

.inner-container._92 {
  max-width: 92%;
}

.inner-container._336px {
  max-width: 336px;
}

.inner-container._624px {
  max-width: 624px;
}

.inner-container._554px {
  max-width: 554px;
}

.inner-container._558px {
  max-width: 558px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._532px {
  max-width: 532px;
}

.inner-container._896px {
  max-width: 896px;
}

.inner-container._592px {
  max-width: 592px;
}

.inner-container._866px {
  max-width: 866px;
}

.inner-container._618px {
  max-width: 618px;
}

.inner-container._598px {
  max-width: 598px;
}

.inner-container._436px {
  max-width: 436px;
}

.inner-container._616px {
  max-width: 616px;
}

.inner-container._424px {
  max-width: 424px;
}

.inner-container._576px {
  max-width: 576px;
}

.style---content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(43, 43, 43, 0.08);
}

.style---heading-icon-wrapper {
  margin-right: 18px;
  border-radius: 24px;
  background-color: #ff9c08;
}

.mg-bottom-0 {
  margin-bottom: 0px;
  color: #6e6e6e;
}

.mg-bottom-0.mg-top-auto.tradify {
  margin-bottom: auto;
}

.mg-bottom-0.copyright-message {
  color: #fff;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-16px {
  border-radius: 16px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.style---card-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(43, 43, 43, 0.06);
}

.style---components-wrapper {
  border-radius: 24px;
  background-color: #fff;
}

.style---bg-white {
  padding: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 14px;
}

.style-buttons-dark {
  padding: 48px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #090909;
}

.btn-primary {
  padding: 26px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #1554a1;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  background-color: #f08200;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #090909;
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
  background-color: #1554a1;
  color: #fff;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: #ff9c08;
}

.btn-primary.small.discount {
  width: 100%;
  height: auto;
  margin-left: 0px;
}

.btn-primary.small.hover-none {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary.small.hover-none:hover {
  background-color: #ff9c08;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: #fff;
  color: #ff9c08;
}

.btn-primary.white:hover {
  background-color: #fff3e0;
  color: #ff9c08;
}

.btn-primary.inside-input {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-primary.inside-input.default {
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 16px 24px;
}

.btn-primary.button-row {
  margin-right: 28px;
  background-color: #1554a1;
  color: #fff;
}

.btn-primary.button-row:hover {
  background-color: #ff9c08;
}

.btn-primary.download-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-primary.dark {
  background-color: #090909;
  color: #fff;
}

.btn-primary.dark:hover {
  color: #ff9c08;
}

.btn-primary.btn-next {
  margin-right: 13px;
  margin-left: 13px;
  border-style: none;
}

.btn-secondary {
  padding: 26px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(43, 43, 43, 0.04);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #090909;
  font-size: 18px;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  border-color: #090909;
  background-color: #090909;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  background-color: transparent;
  color: #fff;
}

.btn-secondary.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #090909;
}

.btn-secondary.btn-previous {
  margin-right: 13px;
  margin-left: 13px;
}

.badge-primary {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 6px;
  background-color: #ff9c08;
  color: #090909;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.badge-primary.white {
  background-color: #fff;
  color: #ff9c08;
}

.badge-primary.light {
  background-color: #fff3e0;
  color: #ff9c08;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  display: inline-block;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
  color: #090909;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.badge-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.badge-secondary.light {
  border-width: 0px;
  background-color: #fef9f2;
  box-shadow: none;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.small.link {
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  font-weight: 500;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.small.link:hover {
  border-color: #090909;
  background-color: #090909;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  margin-left: 24px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge-secondary.category-badges:hover {
  border-color: #090909;
  background-color: #090909;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.badge-secondary.category-badges.w--current {
  border-color: #ff9c08;
  background-color: #ff9c08;
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  background-color: #f08200;
  color: #090909;
}

.input {
  min-height: 72px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.06);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 20px;
}

.input:hover {
  border-color: #989898;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.1);
}

.input:focus {
  border-color: #ff9c08;
  color: #090909;
}

.input.-wfp-focus {
  border-color: #ff9c08;
  color: #090909;
}

.input::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.input::placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

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

.input.large {
  min-height: 76px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.cart-quantity-input {
  width: 64px;
  min-height: 50px;
  padding-right: 16px;
  padding-left: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0px;
}

.input.dropdown {
  padding: 0px;
  border-style: none;
  box-shadow: none;
}

.input.dropdown-wrapper {
  padding: 0px 24px;
}

.input.number {
  width: 100%;
  max-width: 120px;
  padding-right: 16px;
}

.input.number.product-page {
  margin-right: 16px;
  margin-left: 16px;
}

.position-relative {
  position: relative;
}

.text-area {
  min-height: 144px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(43, 43, 43, 0.08);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 28px;
}

.text-area:hover {
  border-color: #989898;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.1);
}

.text-area:focus {
  border-color: #ff9c08;
  color: #090909;
}

.text-area::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.text-area:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e6e6e;
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #dad1ca;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(43, 43, 43, 0.06);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.checkbox:hover {
  border-color: #ff9c08;
}

.checkbox.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border-color: #ff9c08;
  background-color: #ff9c08;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -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;
  font-size: 18px;
  line-height: 24px;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #dad1ca;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(43, 43, 43, 0.06);
  -webkit-transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
}

.radio-button:hover {
  border-color: #ff9c08;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #ff9c08;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 290px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar-circle {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.avatar-circle._01 {
  max-width: 32px;
}

.avatar-circle._02 {
  max-width: 48px;
}

.avatar-circle._03 {
  max-width: 66px;
}

.avatar-circle._04 {
  max-width: 80px;
}

.avatar-circle._05 {
  max-width: 120px;
}

.avatar-circle._06 {
  max-width: 160px;
}

.avatar-circle._07 {
  max-width: 240px;
}

.avatar-circle._08 {
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 72px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.password-page {
  width: 100px;
  margin-bottom: 32px;
  border-radius: 22px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon-font {
  font-family: 'Social Icons Font', sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  -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: 8px;
  background-color: #090909;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-icon-square:hover {
  background-color: #ff9c08;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: 'Line Rounded Icons', sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  display: inline-block;
  margin-left: 6px;
}

.line-rounded-icon.link-icon-left {
  display: inline-block;
  margin-right: 6px;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-right: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.top {
  margin-right: 0px;
  margin-bottom: 12px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 20px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-square-icon {
  font-family: 'Line Square Icons', sans-serif;
}

.filled-icons {
  font-family: 'Filled Icons', sans-serif;
}

.rich-text img {
  border-radius: 12px;
}

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

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

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

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 60px;
}

.rich-text ol {
  margin-top: 28px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-bottom: 16px;
}

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

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

.rich-text li {
  padding-left: 18px;
}

.style---dropdown-wrapper-sidebar {
  overflow: hidden;
  width: 100%;
}

.style---dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  -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 #f0ece8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.style---dropdown-toggle:hover {
  color: #ff9c08;
}

.style---dropdown-toggle.w--open {
  color: #ff9c08;
}

.buttons-row {
  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;
}

.buttons-row.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buttons-row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style---dropdown-list-sidebar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0ece8;
  background-color: #fff;
}

.style---dropdown-link-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: #ffd4a4;
  background-color: #fef9f2;
  color: #6e6e6e;
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: #ff9c08;
  background-color: #fff3e0;
  color: #3f3f3f;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 8px;
  background-color: #ff9c08;
}

.style---sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  -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;
}

.style---logo-wrapper {
  width: 100%;
  padding: 38px 22px;
  border-bottom: 1px solid #f0ece8;
  color: #6e6e6e;
  text-align: center;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

.style---logo-sidebar {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.style---logo-sidebar:hover {
  opacity: 0.6;
}

.container-default {
  max-width: 1268px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.order-confirmation {
  display: block;
}

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

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

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

.section.position-relative.trust-padding {
  padding-top: 64px;
}

.section.hero-primary {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-primary.hero-full-width-right {
  margin-bottom: -52px;
  padding-top: 135px;
  padding-bottom: 197px;
}

.section.bg-neutral-200 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(21, 84, 161, 0.06);
}

.section.bg-neutral-200.bottom-case-study {
  padding-bottom: 78px;
}

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

.section.top.pd-bottom-164px {
  padding-bottom: 164px;
}

.section.template-pages-hero {
  padding-top: 148px;
  padding-bottom: 148px;
  background-color: #090909;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-top-140px {
  padding-top: 140px;
}

.section.mg-bottom-100px {
  padding-bottom: 100px;
}

.section.medium {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.medium.pd-top-124px {
  padding-top: 124px;
}

.section.blog-post-top {
  padding-top: 52px;
  padding-bottom: 0px;
  background-color: #fef9f2;
}

.link-wrapper {
  display: inline-block;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #090909;
}

.link-wrapper:hover {
  color: #ff9c08;
}

.link-wrapper.color-primary {
  color: #ff9c08;
}

.link-wrapper.color-primary:hover {
  color: #090909;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #fff3e0;
}

.link-text {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.link-text.text-200.arrow-link {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.heading-h1-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 54px;
  line-height: 1.333em;
  font-weight: 700;
}

.heading-h2-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 42px;
  line-height: 1.381em;
  font-weight: 700;
}

.heading-h3-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 700;
}

.heading-h4-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

.heading-h5-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

.heading-h6-size {
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

.header-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0ece8;
  background-color: transparent;
}

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

.header-nav-menu-list {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-nav-link {
  padding: 0px;
  color: #090909;
}

.header-nav-link:hover {
  color: #ff9c08;
}

.header-nav-link.w--current {
  color: #090909;
}

.header-nav-link.w--current:hover {
  color: #ff9c08;
}

.header-nav-list-item {
  margin-bottom: 0px;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-right: 26px;
  padding-left: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-toggle:hover {
  color: #ff9c08;
}

.dropdown-column-wrapper {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.08);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.dropdown-link {
  width: 100%;
  padding: 0px;
  color: #6e6e6e;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #ff9c08;
}

.dropdown-link.w--current {
  color: #6e6e6e;
}

.dropdown-link.w--current:hover {
  color: #ff9c08;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  max-width: 200px;
}

.header-logo-link {
  padding-left: 0px;
  -webkit-transition: opacity 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo-link:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.header-logo-link.left {
  padding-right: 40px;
}

.header-logo-link.left:hover {
  opacity: 0.75;
}

.hamburger-menu-wrapper {
  padding: 0px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #090909;
}

.header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-side {
  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;
}

.btn-circle-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -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: 50%;
  background-color: #ff9c08;
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-primary:hover {
  background-color: #ffd4a4;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: #fff;
  color: #ff9c08;
}

.btn-circle-primary.white:hover {
  background-color: #fff3e0;
  color: #ff9c08;
}

.btn-circle-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -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: #f0ece8;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.08);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #090909;
  font-size: 26px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-secondary:hover {
  border-color: #ff9c08;
  background-color: #ff9c08;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn {
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.06);
}

.btn-circle-secondary.small.accordion-btn:hover {
  border-color: #f0ece8;
  background-color: #fff;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.btn-circle-secondary.white:hover {
  border-color: #ff9c08;
  background-color: #ff9c08;
}

.btn-circle-secondary.accordion-btn {
  position: relative;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  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;
}

.utility-page-wrap.pd-top-72px---bottom-180px {
  padding-top: 72px;
  padding-bottom: 180px;
}

.utility-page-wrap.pd-top-114px---bottom-180px {
  padding-top: 114px;
  padding-bottom: 180px;
}

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

.utility-page-content._596px {
  max-width: 596px;
  margin-right: 24px;
  margin-left: 24px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-grid-top.right {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-media-grid-top.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.flex-vertical {
  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;
}

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

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-wrapper {
  background-color: #1554a1;
}

.footer-logo {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

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

.footer-list-item {
  margin-bottom: 12px;
  padding-left: 0px;
}

.footer-list-item:hover {
  color: #ff9c08;
}

.footer-link {
  color: #fffefe;
  line-height: 1.111em;
  text-decoration: none;
}

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

.footer-link.w--current {
  color: #fff;
}

.footer-link.w--current:hover {
  color: #ff9c08;
}

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

.footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #f0ece8;
  text-align: center;
}

.success-message {
  padding: 28px 28px 32px;
  border-radius: 24px;
  background-color: #ff9c08;
  color: #fff;
}

.success-message.white-message {
  border-style: solid;
  border-width: 1px;
  border-color: #ff9c08;
  background-color: #fff;
  color: #ff9c08;
}

.error-message {
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #ffeff0;
  color: #ff5a65;
  text-align: center;
}

.grid-footer-paragrah---social-media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.grid-footer-4-columns {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.floating-item {
  position: absolute;
}

.floating-item.cta-left {
  left: -274px;
  bottom: 52px;
  z-index: -1;
}

.floating-item.cta-right {
  top: 52px;
  right: -238px;
  z-index: -1;
}

.floating-item.footer-cta-top-left {
  left: -128px;
  top: -208px;
  z-index: -1;
}

.floating-item.footer-cta-bottom-right {
  right: -182px;
  bottom: -174px;
  z-index: -1;
}

.hero-full-with-right-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 47%;
  max-width: 100%;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

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

.play-button-large {
  border-radius: 50%;
  box-shadow: 0 24px 65px 0 rgba(43, 43, 43, 0.12);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.play-button-large:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  margin-bottom: 16px;
  color: #1554a1;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subtitle.color-neutral-800 {
  color: #090909;
}

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

.cta-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 60px;
  border-radius: 40px;
  background-color: #ff9c08;
}

.cta-card.footer {
  max-width: 388px;
  min-width: 388px;
  padding: 62px 48px 50px;
  border-radius: 14px;
}

.accordion-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 52px 68px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.06);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.accordion-item-wrapper:hover {
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
}

.accordion-header {
  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;
}

.acordion-body {
  overflow: hidden;
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background-color: #090909;
}

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

.accordion-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion-side {
  margin-right: 24px;
}

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

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.08);
  text-align: center;
}

.team-member-square {
  border-radius: 16px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-decoration: none;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-card {
  position: relative;
  z-index: 1;
  width: 92%;
  margin-top: -90px;
  padding: 40px 40px 46px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(43, 43, 43, 0.08);
}

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

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

.height-100 {
  height: 100%;
}

.blog-card-image {
  width: 100%;
}

.blog-card-image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.categories-badges-item-wrapper {
  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;
}

.categories-badges-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-card-wrapper {
  max-width: 1010px;
  margin-left: auto;
  color: #6e6e6e;
  text-decoration: none;
}

.blog-card-wrapper:hover {
  color: #6e6e6e;
}

.blog-card-featured-inner-content {
  padding: 58px 64px;
}

.blog-card-featured-inner-content.v2 {
  padding: 64px 56px;
}

.blog-featured-full-width-bg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 810px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-card-content-over {
  position: relative;
  z-index: 1;
  width: 92%;
  margin-top: -80px;
  padding: 48px 48px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ece8;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.08);
}

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

.template-pages---nav-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #6e6e6e;
  text-decoration: none;
}

.template-pages---nav-item-link:hover {
  background-color: #fff3e0;
  color: #ff9c08;
}

.template-pages---nav-item-link.w--current {
  background-color: #fff3e0;
  color: #3f3f3f;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  overflow: hidden;
  border-radius: 16px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.template-pages---phography-wrapper:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button {
  position: relative;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

.cart-button:hover {
  opacity: 0.7;
}

.cart-quantity {
  position: absolute;
  left: -16px;
  top: auto;
  right: auto;
  bottom: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  -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: 50%;
  background-color: #ff9c08;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.cart-container {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(20, 20, 43, 0.24);
}

.cart-header {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom-color: #fef9f2;
}

.cart-list {
  padding: 24px;
}

.cart-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cart-item-title {
  margin-bottom: 8px;
  font-family: Bespokeserif, sans-serif;
  color: #090909;
  font-size: 24px;
  line-height: 1.417em;
}

.cart-item-price {
  margin-bottom: 16px;
  color: #090909;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.cart-item-wrapper {
  padding-top: 23px;
  padding-bottom: 23px;
}

.cart-subtotal-number {
  color: #090909;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.cart {
  height: 60px;
  border-radius: 10px;
}

.apple-pay-btn.order-summary {
  height: 50px;
  border-radius: 10px;
}

.cart-line-item {
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090909;
  text-decoration: none;
}

.cart-close-button:hover {
  color: #ff9c08;
}

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

.checkout-col-left {
  margin-right: 0px;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  padding: 0px 0px 15px;
  border-width: 0px 0px 1px;
  border-bottom-color: #f0ece8;
  background-color: transparent;
}

.checkout-block-content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.shipping-list {
  border: 0px solid #000;
}

.shipping-method {
  padding: 31px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #f0ece8;
}

.shipping-price {
  color: #090909;
  font-weight: 700;
}

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

.order-item {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0ece8;
}

.order-list-price {
  color: #090909;
  font-weight: 700;
}

.order-list-title {
  margin-bottom: 8px;
  color: #090909;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0px;
}

.order-item-bold {
  color: #090909;
  font-weight: 700;
}

.order-summary-price {
  color: #090909;
}

.discounts-wrapper {
  margin-top: 32px;
  padding: 32px 0px 0px;
  border-width: 1px 0px 0px;
  border-top-color: #f0ece8;
}

.text-underline {
  text-decoration: underline;
}

.heading-line-top {
  max-width: 140px;
  min-height: 4px;
  margin-bottom: 24px;
  border-radius: 99999px;
  background-color: #1554a1;
}

.heading-line-top.center {
  margin-right: auto;
  margin-left: auto;
}

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

.pd-top-134px {
  padding-top: 134px;
}

.pd-top-134px.bg-neutral-200 {
  background-color: rgba(21, 84, 161, 0.06);
}

.border-radius-10px {
  border-radius: 10px;
}

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

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

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

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

.flex.children-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-radius-20px {
  border-radius: 20px;
}

.section-divider {
  height: 1px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #dad1ca;
}

.mg-top-auto {
  margin-top: auto;
}

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

.position-relative---z-index-1 {
  position: relative;
  z-index: 1;
}

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

.hero-2-overlapping-images {
  border-radius: 12px;
}

.hero-2-overlapping-images.image-right {
  width: 49%;
  max-width: 594px;
  margin-top: -37%;
  margin-left: auto;
}

.hero-2-overlapping-images.image-left {
  width: 81%;
  max-width: 990px;
}

.pd-0 {
  padding: 0px;
}

.pd-top-114px {
  padding-top: 114px;
}

.section-divider-container {
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
}

.mg-0 {
  margin: 0px;
}

.capitalize {
  text-transform: capitalize;
}

.error-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  padding: 26px 38px;
  -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: #ffeff0;
  color: #dc2b2b;
}

.button-row {
  margin-right: 24px;
}

._404-title {
  margin-bottom: 18px;
  font-family: Bespokeserif, sans-serif;
  color: #ff9c08;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

.image {
  margin-bottom: 29px;
}

.tradify-iframe {
  border-radius: 12px;
  background-color: #fff;
}

.trust-links {
  margin-bottom: 88px;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.gap-column-0._3-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .bg-secondary-1.contact-form-bg {
    background-color: rgba(21, 84, 161, 0.06);
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 380px) 0.8fr;
    grid-template-columns: minmax(auto, 380px) 0.8fr;
  }

  .mg-bottom-80px.bottom-case-study {
    margin-bottom: 0px;
  }

  .display-2 {
    font-size: 50px;
    line-height: 1.2em;
  }

  .paragraph-large.mg-bottom-48px {
    font-size: 22px;
    line-height: 1.5em;
  }

  .mg-bottom-0 {
    color: #6e6e6e;
  }

  .mg-bottom-0.copyright-message {
    color: #fff;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
    border-radius: 12px;
  }

  .style---logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.hero-primary.hero-full-width-right {
    padding-top: 60px;
    padding-bottom: 139px;
  }

  .grid-2-columns-mbl {
    grid-column-gap: 28px;
  }

  .image {
    margin-bottom: 29px;
  }

  .trust-links {
    margin-bottom: 75px;
  }

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

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .style---content-wrapper {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .hero-full-with-right-image-wrapper {
    width: 100%;
    max-width: 46%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero---full-width-image-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .grid-2-columns.title-and-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-2-columns._1-4fr---1fr._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-0._3-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    position: static;
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
  }

  .card.contact-form {
    width: 100%;
    max-width: 100%;
    padding: 54px 32px;
  }

  .card.logo-strip {
    padding: 56px 72px;
  }

  .card.checkout-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.testimonial-card {
    width: 86%;
    margin-top: -164px;
    padding: 52px 32px;
  }

  .card.our-mission {
    padding: 52px 48px;
  }

  .card.donate {
    padding: 56px 34px;
  }

  .card.contact-link {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 32px 56px;
  }

  .card.password-protected {
    padding-top: 78px;
    padding-bottom: 78px;
  }

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

  .bg-secondary-1.top-60 {
    top: 70%;
  }

  .bg-secondary-1.contact-form-bg {
    top: 76%;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .display-1 {
    font-size: 64px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 58px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._336px.max-width-100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.sub-menu {
    width: 100%;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-right: 24px;
    margin-left: 0px;
  }

  .rich-text ul {
    margin-bottom: 56px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-bottom: 56px;
    padding-left: 32px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.position-relative.trust-padding {
    padding-top: 40px;
  }

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

  .section.hero-primary.hero-full-width-right {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .section.bg-neutral-200.bottom-case-study {
    padding-bottom: 15px;
  }

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

  .section.pd-top-140px {
    padding-top: 100px;
  }

  .section.mg-bottom-100px {
    padding-bottom: 80px;
  }

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

  .section.medium.pd-top-124px {
    padding-top: 100px;
  }

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

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    height: 100vh;
    min-width: 380px;
    padding: 24px 40px;
    border-top: 0px solid #f0ece8;
    border-right: 1px solid #f0ece8;
    border-bottom: 0px solid #f0ece8;
    background-color: #fff;
  }

  .header-nav-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-nav-link {
    font-size: 26px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0px;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet._100-tablet {
    width: 100%;
  }

  .header-nav-list-item.left {
    width: 100%;
    margin-bottom: 18px;
    text-align: left;
  }

  .dropdown-toggle.sub-menu {
    font-size: 26px;
  }

  .dropdown-column-wrapper {
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0px 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0px 32px;
  }

  .hamburger-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  }

  .hamburger-menu-wrapper:hover {
    opacity: 0.8;
    -webkit-transform: scale3d(0.9, 0.9, 0.01);
    transform: scale3d(0.9, 0.9, 0.01);
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .utility-page-wrap.pd-top-72px---bottom-180px {
    padding-bottom: 118px;
  }

  .utility-page-wrap.pd-top-114px---bottom-180px {
    padding-bottom: 118px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    padding-right: 35px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

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

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

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
  }

  .error-message.password {
    margin-right: 32px;
    margin-left: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .floating-item.cta-left {
    left: -394px;
    bottom: 50px;
  }

  .floating-item.cta-right {
    top: 100px;
    right: -248px;
  }

  .hero-full-with-right-image-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 450px;
    max-width: 100%;
    -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;
  }

  .play-button-large {
    max-width: 50%;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .cta-card.footer {
    max-width: 100%;
    min-width: 100%;
  }

  .accordion-item-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .blog-card-image {
    width: 100%;
  }

  .categories-badges-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-featured-full-width-bg-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0% 50%;
    background-size: cover;
  }

  .blog-card-content-over {
    padding-right: 32px;
    padding-left: 32px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .hero-full-width-right-image {
    -o-object-position: 50% 75%;
    object-position: 50% 75%;
  }

  .pd-top-134px {
    padding-top: 100px;
  }

  .pd-top-134px.bg-neutral-200 {
    padding-top: 72px;
  }

  .pd-top-114px {
    padding-top: 80px;
  }

  .mg-top-0-tablet {
    margin-top: 0px;
  }

  .trust-links {
    margin-bottom: 58px;
  }

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

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 56px 48px;
    border-radius: 18px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .grid-2-columns.gap-row-72px {
    grid-row-gap: 56px;
  }

  .grid-2-columns._2-col-mbl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

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

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

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

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

  .card.contact-form {
    padding: 56px 32px;
  }

  .card.content-center {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .card.logo-strip {
    padding: 64px 32px;
  }

  .card.blog-featured {
    margin-bottom: 40px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.our-mission {
    padding: 58px 32px;
  }

  .card.product-link {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.donate {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.contact-link {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.password-protected {
    padding: 58px 48px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .bg-secondary-1.bottom-48 {
    bottom: 56%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

  .style---typography-block-grid {
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-72px {
    margin-bottom: 64px;
  }

  .mg-bottom-80px {
    margin-bottom: 56px;
  }

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

  .mg-top-64px {
    margin-top: 56px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-32px {
    grid-row-gap: 28px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

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

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-row-80px._3-col-tablet {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style---buttons-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._584px.max-width-100-mbl {
    max-width: 100%;
  }

  .inner-container._576px.max-width-100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 18px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 24px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 20px 24px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    border-radius: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    max-width: 40px;
  }

  .avatar-circle._03 {
    max-width: 56px;
  }

  .avatar-circle._04 {
    max-width: 64px;
  }

  .avatar-circle._05 {
    max-width: 80px;
  }

  .avatar-circle._06 {
    max-width: 120px;
  }

  .avatar-circle._07 {
    max-width: 160px;
  }

  .avatar-circle._08 {
    max-width: 240px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .square-icon.password-page {
    max-width: none;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text ul {
    margin-bottom: 48px;
    padding-left: 24px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .buttons-row.right.left-mbl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.position-relative.trust-padding {
    padding-top: 53px;
  }

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

  .section.hero-primary.hero-full-width-right {
    padding-top: 64px;
    padding-bottom: 500px;
  }

  .section.bg-neutral-200.bottom-case-study {
    padding-bottom: 0px;
  }

  .section.top {
    padding-top: 64px;
  }

  .section.top.pd-bottom-164px {
    padding-bottom: 140px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-top-140px {
    padding-top: 80px;
  }

  .section.mg-bottom-100px {
    padding-bottom: 72px;
  }

  .section.medium {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.medium.pd-top-124px {
    padding-top: 80px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

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

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

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

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap.pd-top-72px---bottom-180px {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .utility-page-wrap.pd-top-114px---bottom-180px {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .social-media-grid-top.right.center-tablet {
    padding-right: 39px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

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

  .error-message.password {
    margin-right: 24px;
    margin-left: 24px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .grid-footer-4-columns {
    grid-row-gap: 40px;
  }

  .floating-item.cta-left {
    left: -290px;
  }

  .floating-item.cta-right {
    top: 140px;
    right: -100px;
    max-width: 50%;
  }

  .subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .cta-card {
    padding: 56px 32px;
    border-radius: 24px;
  }

  .cta-card.footer {
    max-width: 100%;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 32px;
    padding-left: 32px;
  }

  .team-member-card {
    padding: 32px 24px;
  }

  .categories-badges-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-card-featured-inner-content {
    padding: 32px 32px 48px;
  }

  .blog-card-featured-inner-content.v2 {
    padding: 50px 32px;
  }

  .blog-featured-full-width-bg-image {
    background-position: 20% 50%;
  }

  .blog-card-content-over {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .hero-full-width-right-image {
    -o-object-position: 50% 85%;
    object-position: 50% 85%;
  }

  .pd-top-134px {
    padding-top: 80px;
  }

  .pd-top-134px.bg-neutral-200 {
    padding-top: 64px;
  }

  .mg-bottom-0-mbl {
    margin-bottom: 0px;
  }

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

  .grid-2-columns-mbl {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2-columns-mbl.col-gap-16px {
    grid-column-gap: 16px;
  }

  .mg-left-0-mbl {
    margin-left: 0px;
  }

  .mg-right-0-mbl {
    margin-right: 0px;
  }

  .width-50-mbl {
    width: 50%;
  }

  .mg-top-0-mbl {
    margin-top: 0px;
  }

  .pd-top-114px {
    padding-top: 72px;
  }

  .founder-signature {
    width: 120px;
    max-width: 90%;
  }

  .trust-links {
    margin-bottom: 37px;
  }
}

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

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 56px 32px;
    font-size: 18px;
  }

  .grid-2-columns._1-col-tablet._2-col-mbl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.gap-row-72px {
    grid-row-gap: 48px;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.gap-column-16px._2-col-mbl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.contact-form {
    padding: 40px 24px;
  }

  .card.content-center {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.logo-strip {
    padding: 56px 48px;
  }

  .card.testimonial-card {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 24px;
  }

  .card.our-mission {
    padding: 40px 24px;
  }

  .card.volunteers {
    padding: 34px 32px;
    -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;
  }

  .card.donate {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.contact-link {
    padding: 32px 16px 48px;
  }

  .card.password-protected {
    padding: 56px 24px;
  }

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

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._2-col-mbp.gap-row-24px {
    grid-row-gap: 24px;
  }

  .bg-secondary-1.bottom-48 {
    bottom: 58%;
  }

  .bg-secondary-1.bottom-48._50-mbp {
    bottom: 50%;
  }

  .bg-secondary-1.top-60 {
    top: 64%;
  }

  .bg-secondary-1.contact-form-bg {
    top: 74%;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .mg-bottom-16px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

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

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-bottom-72px {
    margin-bottom: 52px;
  }

  .mg-bottom-80px {
    margin-bottom: 48px;
  }

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

  .mg-top-64px {
    margin-top: 48px;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .grid-1-column.gap-row-32px {
    grid-row-gap: 24px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._92._100-mbp {
    max-width: 100%;
  }

  .style---content-heading {
    padding-right: 22px;
    padding-left: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
    border-radius: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .btn-primary.btn-next {
    margin: 8px 0px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .btn-secondary.btn-previous {
    margin: 8px 0px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .text-area {
    padding-right: 16px;
    padding-left: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

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

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

  .rich-text h3 {
    margin-bottom: 16px;
  }

  .rich-text ul {
    margin-bottom: 40px;
  }

  .rich-text ol {
    margin-bottom: 40px;
    padding-left: 24px;
  }

  .rich-text h6 {
    margin-bottom: 8px;
  }

  .rich-text h5 {
    margin-bottom: 16px;
  }

  .rich-text h4 {
    margin-bottom: 16px;
  }

  .rich-text li {
    padding-left: 10px;
  }

  .buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-primary {
    padding-top: 48px;
  }

  .section.hero-primary.hero-full-width-right {
    padding-top: 48px;
  }

  .section.top {
    padding-top: 48px;
  }

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

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-top-140px {
    padding-top: 64px;
  }

  .section.mg-bottom-100px {
    padding-bottom: 64px;
  }

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

  .section.medium.pd-top-124px {
    padding-top: 64px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

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

  .header-nav-menu-wrapper {
    min-width: 280px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 86%;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.pd-top-72px---bottom-180px {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .utility-page-wrap.pd-top-114px---bottom-180px {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .utility-page-content._596px {
    margin-right: 16px;
    margin-left: 16px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-logo-wrapper {
    margin-bottom: 16px;
  }

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

  .floating-item.cta-left {
    left: -160px;
    bottom: 220px;
  }

  .floating-item.cta-right {
    top: 206px;
    max-width: 70%;
  }

  .floating-item.footer-cta-top-left {
    left: -54%;
    top: -74%;
  }

  .floating-item.footer-cta-bottom-right {
    right: -180px;
    bottom: -225px;
  }

  .play-button-large {
    width: 160px;
  }

  .subtitle {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .cta-card.footer {
    min-width: auto;
    padding: 40px 32px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-card {
    width: 94%;
    margin-top: -60px;
    padding: 28px 18px;
  }

  .blog-card-image-wrapper {
    border-radius: 12px 12px 0px 0px;
  }

  .blog-card-wrapper {
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(43, 43, 43, 0.06);
  }

  .blog-card-featured-inner-content {
    padding-top: 26px;
  }

  .blog-card-featured-inner-content.v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .blog-card-content-over {
    width: 100%;
    margin-top: 0px;
    padding: 32px 24px 40px;
    border-top-style: none;
    border-radius: 0px 0px 12px 12px;
    box-shadow: none;
  }

  .cart-container {
    border-radius: 0px;
  }

  .cart-item-price {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 18px;
  }

  .apple-pay-btn.cart {
    height: 53px;
  }

  .order-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .heading-line-top {
    max-width: 100px;
    margin-bottom: 16px;
  }

  .pd-top-134px {
    padding-top: 64px;
  }

  .pd-top-134px.bg-neutral-200 {
    padding-top: 52px;
  }

  .section-divider {
    margin-right: 16px;
    margin-left: 16px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .hero-2-overlapping-images.image-right {
    width: 68%;
    margin-top: -12%;
    margin-left: auto;
  }

  .hero-2-overlapping-images.image-left {
    width: 90%;
  }

  .width-84-mbp {
    width: 84%;
  }

  .mg-top-0-mbl {
    margin-top: 0px;
  }

  .pd-top-114px {
    padding-top: 64px;
  }

  .button-row {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 76px;
  }

  .trust-links {
    margin-bottom: 21px;
  }

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

#w-node-a421181a-76ce-633f-fe54-fe4815801a35-bcd1ccb0 {
  -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-_0034e169-453c-81d6-a355-cc56e500f5ff-bcd1ccb0 {
  -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-dacdb70e-a7ef-f9c5-822e-19b5edbc0ea3-bcd1ccb0 {
  -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-d4fa5ff9-89b3-f22d-dc89-3ccce0f58453-bcd1ccb0 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-e67bc113-95f4-70e8-507b-d6356f1e3bea-bcd1ccb0 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-ff639388-b4d5-7b4e-78b7-4560d1cb939a-bcd1ccb0 {
  -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-_3e43f66d-9885-5a76-2b5a-8cda0c7a7b80-bcd1ccb0 {
  -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-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0795d191-7dc6-d7f4-c732-82ecaa590c2b-26eefab5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c180c67a-3c71-9d5d-0756-88fac7f23975-39d1ccec {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_86edd1c0-75c4-477b-ff7c-06d9e908b585-39d1ccec {
  -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-_6e44dbde-8247-bea3-9c9f-9426c622b0b8-39d1ccec {
  -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-_6e44dbde-8247-bea3-9c9f-9426c622b0b9-39d1ccec {
  -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-_4480566c-406a-3333-63dc-ccf22f322209-14d1cd06 {
  -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-_7c231237-0b55-73d6-b25b-ed83bf991bd8-14d1cd06 {
  -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-_107871aa-f2cc-0910-ec30-12a1ccf7da2b-14d1cd06 {
  -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-_107871aa-f2cc-0910-ec30-12a1ccf7da2c-14d1cd06 {
  -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-_18f8ee08-dbac-37f4-088a-025a99494835-14d1cd06 {
  -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-_18f8ee08-dbac-37f4-088a-025a99494836-14d1cd06 {
  -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-_2cd9eb32-bbb6-bf72-1350-6fe72c27aa7b-14d1cd06 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5fa49ef5-75e6-ade0-67e3-2d4b3202a8f7-14d1cd06 {
  -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-_4480566c-406a-3333-63dc-ccf22f322209-5dd1cd07 {
  -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-_7c231237-0b55-73d6-b25b-ed83bf991bd8-5dd1cd07 {
  -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-_107871aa-f2cc-0910-ec30-12a1ccf7da2b-5dd1cd07 {
  -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-_107871aa-f2cc-0910-ec30-12a1ccf7da2c-5dd1cd07 {
  -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-_18f8ee08-dbac-37f4-088a-025a99494835-5dd1cd07 {
  -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-_18f8ee08-dbac-37f4-088a-025a99494836-5dd1cd07 {
  -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-_2cd9eb32-bbb6-bf72-1350-6fe72c27aa7b-5dd1cd07 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2cd9eb32-bbb6-bf72-1350-6fe72c27aa95-5dd1cd07 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2cd9eb32-bbb6-bf72-1350-6fe72c27aaa8-5dd1cd07 {
  -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-_2cd9eb32-bbb6-bf72-1350-6fe72c27aaac-5dd1cd07 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_19dbf139-f8de-18e9-65d0-c048ff588478-54d1cd0b {
  -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-fdc28351-048d-0417-5813-7569cdc8773f-54d1cd0b {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_5af3bd74-fd8e-d8e1-5bd2-f5b79320b549-dad1cd0e {
  -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: start;
  align-self: start;
}

#w-node-_843be7ec-a120-c8c5-5f84-66ae61eb19ba-dad1cd0e {
  -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: start;
  align-self: start;
}

#w-node-_97409e03-1ef0-5240-ad91-f13f11138167-dad1cd0e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a421181a-76ce-633f-fe54-fe4815801a35-efd1cd40 {
  -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-_0034e169-453c-81d6-a355-cc56e500f5ff-efd1cd40 {
  -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-dacdb70e-a7ef-f9c5-822e-19b5edbc0ea3-efd1cd40 {
  -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-d4fa5ff9-89b3-f22d-dc89-3ccce0f58453-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-e67bc113-95f4-70e8-507b-d6356f1e3bea-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-ff639388-b4d5-7b4e-78b7-4560d1cb939a-efd1cd40 {
  -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-_162f8e45-2ba3-d6b4-b5f9-d8d853f74c34-efd1cd40 {
  -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-_1e03dd23-2b54-0563-54fe-e936b62e401d-efd1cd40 {
  -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-_3986fad7-3017-beb5-a351-3309580f26a0-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_2d527be1-2c91-fa1d-3a57-6ded5d240e3c-efd1cd40 {
  -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-_6773b27b-2224-fb8b-a12c-04e67b670143-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-bf6a1d0f-c5e3-1c48-6a04-bdf5cb1fdbcc-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_270ddd7b-847e-32b7-6b54-a88351f6fed0-efd1cd40 {
  -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-ddd35394-7a96-aa84-16ff-6cfb1158800c-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_3e43f66d-9885-5a76-2b5a-8cda0c7a7b80-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-cacae21e-4d7b-2ffe-9b5f-a25e3852412c-efd1cd40 {
  -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-_0f2ee5cc-65a2-4090-5c65-8bbab5cb7973-efd1cd40 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_07ee3aa4-14c0-686e-8eb9-eb05eb93edd3-eb93edd2 {
  -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-_07ee3aa4-14c0-686e-8eb9-eb05eb93edda-eb93edd2 {
  -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-_07ee3aa4-14c0-686e-8eb9-eb05eb93ede1-eb93edd2 {
  -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-_07ee3aa4-14c0-686e-8eb9-eb05eb93ede8-eb93edd2 {
  -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-_3920f1a6-6d0d-2178-5431-9ead1e90b9c7-0dd1cd6b {
  -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-_3920f1a6-6d0d-2178-5431-9ead1e90b9d1-0dd1cd6b {
  -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-column-align: end;
  justify-self: end;
}

#w-node-b56eb8e6-90f0-1229-dd18-e869f04ef67b-0dd1cd6b {
  -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-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-0bd1cd70 {
  -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;
}

@media screen and (min-width: 1440px) {
  #w-node-e48ab9de-70ce-93b5-08ad-33a086b0bdca-bcd1ccb0 {
    -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-d97aaecb-c3f5-4c68-0af4-d2e80130f639-bcd1ccb0 {
    -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-_9cc78984-fcc6-c45f-de71-5708b2607372-bcd1ccb0 {
    -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-e6eff2fd-07e3-49c1-a2f6-9fab88dfcda4-bcd1ccb0 {
    -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;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3c2e22d7-d5f1-41ef-c1d3-15106cdd60e5-6cdd60e1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4480566c-406a-3333-63dc-ccf22f322209-14d1cd06 {
    -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-_4480566c-406a-3333-63dc-ccf22f322209-5dd1cd07 {
    -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-_2cd9eb32-bbb6-bf72-1350-6fe72c27aa95-5dd1cd07 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3986fad7-3017-beb5-a351-3309580f26a0-efd1cd40 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6773b27b-2224-fb8b-a12c-04e67b670143-efd1cd40 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bf6a1d0f-c5e3-1c48-6a04-bdf5cb1fdbcc-efd1cd40 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9aee68d-c12c-ff43-075b-d97c903e20a9-bcd1ccb0 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e67bc113-95f4-70e8-507b-d6356f1e3bea-bcd1ccb0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3e43f66d-9885-5a76-2b5a-8cda0c7a7b80-bcd1ccb0 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_3c2e22d7-d5f1-41ef-c1d3-15106cdd60e5-6cdd60e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c180c67a-3c71-9d5d-0756-88fac7f23975-39d1ccec {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6e44dbde-8247-bea3-9c9f-9426c622b0b8-39d1ccec {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cd9eb32-bbb6-bf72-1350-6fe72c27aaa8-5dd1cd07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_97409e03-1ef0-5240-ad91-f13f11138167-dad1cd0e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b9aee68d-c12c-ff43-075b-d97c903e20a9-efd1cd40 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e67bc113-95f4-70e8-507b-d6356f1e3bea-efd1cd40 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bf6a1d0f-c5e3-1c48-6a04-bdf5cb1fdbcc-efd1cd40 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ddd35394-7a96-aa84-16ff-6cfb1158800c-efd1cd40 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3e43f66d-9885-5a76-2b5a-8cda0c7a7b80-efd1cd40 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_0f2ee5cc-65a2-4090-5c65-8bbab5cb7973-efd1cd40 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3920f1a6-6d0d-2178-5431-9ead1e90b9d1-0dd1cd6b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b56eb8e6-90f0-1229-dd18-e869f04ef67b-0dd1cd6b {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-0bd1cd70 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cd9eb32-bbb6-bf72-1350-6fe72c27aaa8-5dd1cd07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bespokeserif';
  src: url('../fonts/BespokeSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}