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

.w-commerce-commercelayoutcontainer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: flex;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

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

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: #575445;
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e6b939;
  font-size: 18px;
  line-height: 22px;
}

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

.section.bg-neutral-5 {
  background-color: #fafafc;
}

.section.bg-primary {
  background-color: #575445;
}

.section.sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.sec3 {
  background-color: #fff;
}

.container {
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.container.tight {
  max-width: 800px;
}

.bg-neutral-5 {
  background-color: #fafafc;
}

.text-white {
  color: #fff;
}

.text-white.muted {
  opacity: 0.8;
}

.text-primary {
  color: #575445;
}

.text-secondary {
  color: #e6b939;
}

.text-neutral-2 {
  color: #6f7278;
}

.text-neutral-5 {
  color: #fafafc;
}

.text-small-caps {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-small-caps.text-secondary {
  font-family: Exo, sans-serif;
  color: #c1f0de;
}

.text-small-caps.text-secondary.reveal {
  color: #0f164d;
}

.text-small-caps.text-secondary.reveal.toptext {
  color: #c1f0de;
}

.text-small-caps.text-secondary.reveal.white {
  color: #fff;
}

.text-section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.text-section-title.text-primary.reveal {
  font-family: Exo, sans-serif;
  color: #0f164d;
  font-size: 1.7em;
  font-weight: 700;
}

.text-section-title.text-primary.reveal.white {
  margin-bottom: 13px;
  color: #fff;
}

.text-section-title.text-primary.reveal.program_title {
  font-size: 2.2em;
}

.text-section-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.2;
}

.text-section-subtitle.text-primary.reveal {
  color: #0f164d;
  font-size: 1.2em;
  line-height: 1.5;
  text-decoration: none;
}

.section-title {
  max-width: 600px;
}

.section-title.location-center {
  margin-right: auto;
  margin-left: auto;
}

.section-title.location-center.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title.location-center.text-center.reveal {
  max-width: 800px;
  margin-bottom: 18px;
}

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

.section-title.tight {
  max-width: none;
  padding-right: 6%;
  padding-left: 6%;
}

.section-marker {
  width: 64px;
  height: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #e6b939;
}

.reveal {
  overflow: hidden;
}

.reveal.right_phptp {
  border-top-left-radius: 50px;
}

.reveal.right_phptp.hide_desktop {
  display: none;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 14px;
}

.social-icon {
  width: 100%;
}

.form-button {
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  transition: opacity 200ms ease;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.form-button:hover {
  opacity: 0.8;
}

.form-button.small {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 11px;
}

.form-button.small.single-item-form-button {
  margin: 6px;
  padding: 12px 16px;
  background-color: #575445;
  color: #fff;
  font-weight: 400;
}

.social-icon-wrap {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  opacity: 0.6;
  transition: opacity 200ms ease;
}

.social-icon-wrap:hover {
  opacity: 1;
}

.social-icon-wrap.last {
  margin-right: 0px;
}

.form-block {
  width: 100%;
}

.social-icons-wrap {
  display: flex;
}

.social-icons-wrap.space-top {
  margin-top: 10px;
}

.single-item-form-text-field {
  margin: 6px 0px 6px 6px;
  border: 0px none #000;
  border-radius: 8px;
  background-color: transparent;
  font-size: 12px;
}

.footer-logotype {
  width: 160px;
  margin-bottom: 60px;
}

.light-link {
  color: #fff;
  text-decoration: underline;
}

.footer-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-link-wrap {
  margin-top: 10px;
}

.footer-form {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e7eb;
  border-radius: 8px;
  background-color: #f9fafb;
}

.footer-link {
  opacity: 0.8;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.align-center-button-wrap {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 500ms ease;
  color: #0f164d;
  font-weight: 500;
  text-decoration: none;
}

.button-wrap:hover {
  color: #c1f0de;
}

.button-text {
  float: left;
  font-size: 15px;
}

.button-arrow-icon {
  max-width: 20px;
  margin-top: 2px;
  margin-left: 4px;
}

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

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

.text-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e7eb;
  border-radius: 8px;
  background-color: rgba(82, 80, 59, 0.02);
}

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

.button {
  padding: 11px 18px;
  border-radius: 6px;
  background-color: #575445;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  transform: translate(0px, -2px);
}

.button.white {
  background-color: #fff;
  color: #575445;
}

.button.nav-button {
  background-color: #c1f0de;
  transition: background-color 500ms ease, opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  color: #0f164d;
}

.button.nav-button:hover {
  background-color: #c1f0de;
  color: #0f164d;
}

.button.nav-button.submit {
  margin-top: 25px;
}

.cta-button-wrap {
  margin-top: 20px;
  text-align: center;
}

.sticky-nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  border-bottom: 1px solid #c1f0de;
  background-color: #0f164d;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.05);
}

.animated-link {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  transition: color 500ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.animated-link:hover {
  color: #c1f0de;
}

.animated-link.w--current {
  color: #6f7278;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
}

.animated-link-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 300ms ease;
}

.animated-link-wrap:hover {
  opacity: 0.8;
}

.nav-menu {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.nav-logotype {
  max-width: 150px;
}

.nav-container {
  display: flex;
  max-width: 1200px;
  margin: 10px auto;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

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

.footer-rights-text {
  margin-bottom: 0px;
  color: #fff;
}

.no-space-top {
  margin-top: 0px;
}

.text-callout-large {
  font-size: 96px;
  line-height: 1.1;
  font-weight: 500;
}

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

.password-logo-mark {
  width: 128px;
  margin-right: auto;
  margin-left: auto;
}

.hero-section {
  display: block;
  height: 87vh;
  padding-top: 32vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38) 76%);
  font-family: Exo, sans-serif;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  padding-left: 16px;
}

.hero-heading {
  margin-top: 0px;
  font-family: 'Young Serif', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.categories-grid.first {
  margin-top: 0px;
}

.instagram-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-image {
  width: 100%;
}

.align-left-button-wrap {
  display: flex;
}

.align-left-button-wrap.space-top.reveal {
  display: block;
}

.checkout-block-header {
  border-width: 0px;
  background-color: transparent;
  color: #575445;
}

.checkout-block-content {
  overflow: hidden;
  border: 1px none #000;
  border-radius: 10px;
}

.shipping-method {
  margin: 5px;
  border: 0px solid #000;
  border-radius: 10px;
}

.shipping-method-list {
  border: 0px solid #000;
}

.checkout-order-item-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.shipping-method-empty-state {
  border: 0px solid #000;
}

.field-label {
  color: #575445;
  font-weight: 500;
}

.feature-wrap {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-wrap.reveal {
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.feature-icon-wrap {
  display: flex;
  overflow: hidden;
  width: 75%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.feature-icon {
  width: auto;
  height: auto;
  opacity: 0.83;
}

.feature-icon.optical-offset {
  width: auto;
  height: auto;
}

.feature-heading {
  font-family: Exo, sans-serif;
  color: #0f164d;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.decoration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/Full-Pattern-1-White.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.05;
}

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

.grid-1-2.tools {
  align-items: center;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  font-family: Exo, sans-serif;
}

.pattern-image-wrap {
  position: relative;
}

.pattern-image-wrap.hide_desktop {
  display: none;
}

.pattern-image {
  position: relative;
  z-index: 2;
}

.pattern-image.reveal {
  overflow: hidden;
  border-top-right-radius: 50px;
  -o-object-fit: fill;
     object-fit: fill;
}

.decoration-pattern {
  position: absolute;
  left: -128px;
  top: auto;
  right: auto;
  bottom: -128px;
  width: 256px;
  height: 256px;
  opacity: 0.1;
}

.decoration-pattern.top-right {
  left: auto;
  top: -128px;
  right: -128px;
  bottom: auto;
}

.cart {
  height: 100%;
  order: 1;
}

.cart-quantity {
  color: #575445;
}

.menu-items-wrap {
  display: flex;
  align-items: center;
}

.cart-button {
  padding: 11px 18px;
  border-radius: 6px;
  background-color: #575445;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-weight: 400;
}

.cart-button:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  transform: translate(0px, -2px);
}

.instagram-link-icon-wrap {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.instagram-link-icon-wrap:hover {
  opacity: 1;
}

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

.section-patterned.bg-neutral-5 {
  padding-bottom: 0px;
  background-color: #fff;
}

.section-patterned.bg-secondary {
  background-color: #e6b939;
}

.section-patterned.bg-tertiary {
  background-color: #375c58;
}

.container-on-pattern {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 89px;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.container-on-pattern.tight {
  max-width: 800px;
}

.sign-up-form-block {
  margin-top: 20px;
  margin-bottom: 0px;
}

.form-item.single-horizontal {
  display: flex;
}

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

.text-field-large {
  height: 60px;
  margin-bottom: 0px;
  padding: 14px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
  border-radius: 6px;
}

.text-field-large:focus {
  border-color: #006450;
}

.text-field-large::-moz-placeholder {
  color: #b4b4b4;
}

.text-field-large::-ms-input-placeholder {
  color: #b4b4b4;
}

.text-field-large::placeholder {
  color: #b4b4b4;
}

.text-field-large.single-horizontal {
  margin-right: 10px;
}

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

.add-to-cart {
  max-width: 420px;
  margin-top: 20px;
}

.product-info-wrap {
  max-width: 480px;
}

.options-button {
  border-width: 2px;
  border-color: #575445;
  border-radius: 10px;
  color: #575445;
}

.options-button:hover {
  background-color: #caccd1;
}

.options-button.w--ecommerce-pill-selected {
  border-width: 2px;
  border-color: #575445;
  background-color: #575445;
  color: #fff;
}

.buyers-guide-collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buyers-guide-collection-list.two-column {
  margin-top: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.buyers-guide-collection-list.two-column.space-top {
  margin-top: 20px;
}

.buyers-guide-grid-image {
  width: 100%;
  border-radius: 20px;
}

.buyers-guide-grid-text-wrap {
  margin-top: 20px;
}

.buyers-guide-link-block {
  transition: transform 200ms ease;
  text-decoration: none;
}

.buyers-guide-link-block:hover {
  transform: translate(0px, -2px);
}

.product-grid-image {
  border-radius: 20px;
}

.product-link-block {
  transition: transform 200ms ease;
  text-decoration: none;
}

.product-link-block:hover {
  transform: translate(0px, -4px);
}

.grid-heading-wrap {
  margin-right: 40px;
}

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

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

.add-to-cart-button {
  padding: 11px 18px;
  border-radius: 6px;
  background-color: #575445;
  transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-weight: 400;
}

.add-to-cart-button:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  transform: translate(0px, -2px);
}

.page-hero {
  position: relative;
  height: 600px;
}

.page-hero.buyers-guide-template {
  height: 600px;
  background-image: url('../images/Buyers-Guides-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-hero.team {
  display: none;
  background-image: linear-gradient(0deg, rgba(15, 22, 77, 0.42) 18%, rgba(166, 164, 157, 0) 100%, hsla(0, 0%, 100%, 0)), url('../images/GOBRIGHT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-hero.contact {
  display: none;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.51)), url('../images/641b24122dd580fd51f7d646_citibike_sobe_93.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-hero.checkout {
  background-image: url('../images/About-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-hero.partners {
  display: none;
  background-image: linear-gradient(0deg, rgba(15, 22, 77, 0.37) 18%, rgba(166, 164, 157, 0) 100%, hsla(0, 0%, 100%, 0)), url('../images/641b459c2b48c4428313bf00_61de5f70586166a01ebd8955_IMG-5094.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-text-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.referenced-product-collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-name {
  margin-top: 0px;
  font-family: 'Young Serif', sans-serif;
  color: #575445;
}

.hero-content-wrap {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.dropdown-toggle {
  font-size: 14px;
}

.team-member-image {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 30%;
  text-align: left;
}

.success-message {
  border-radius: 12px;
  background-color: #292c32;
  color: #fff;
}

.error-message {
  padding: 14px;
  border-radius: 12px;
}

.buyers-guide-author-wrap {
  display: flex;
  align-items: center;
}

.buyers-guide-author-image {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 100%;
}

.buyers-guide-author-name {
  font-family: 'Young Serif', sans-serif;
  color: #575445;
  font-size: 13px;
}

.buyers-guide-author-title {
  color: #e6b939;
  font-size: 11px;
  font-weight: 500;
}

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

.buyers-guide-date {
  color: #6f7278;
  font-size: 13px;
}

.full-width-grid-image {
  min-width: 100%;
}

.full-width-grid-image.team-member {
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-width-grid {
  position: relative;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-width-grid.bg-primary {
  background-color: #575445;
}

.full-width-grid-content {
  display: flex;
  max-width: 600px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  direction: ltr;
}

.text-serif {
  font-family: 'Young Serif', sans-serif;
  font-weight: 400;
}

.product-details-icon-wrap {
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background-color: #575445;
}

.shop-product-collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-image-section {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.product-title {
  font-family: 'Young Serif', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.price {
  font-size: 14px;
}

.featured-image-template-image {
  width: 100%;
}

.image-details-grid {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.dropdown-link {
  transition: background-color 200ms ease;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #caccd1;
}

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

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #caccd1;
  border-radius: 8px;
  background-color: #fafafc;
}

.checkout-form {
  background-color: #fafafc;
}

.footer_text {
  margin-top: 15px;
  font-family: Exo, sans-serif;
  color: #0f164d;
  font-size: 15px;
  text-align: center;
}

.footer_link_div {
  float: right;
}

.footer_div1 {
  display: block;
  padding-bottom: 17px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #c1f0de;
}

.footer_links {
  padding: 29px 16px;
  transition: color 500ms ease;
  font-family: Exo, sans-serif;
  color: #0f164d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer_links:hover {
  color: #c1f0de;
}

.footer {
  padding-top: 36px;
  padding-bottom: 15px;
  background-color: #fafafc;
}

.link-block {
  width: 150px;
}

.column {
  padding-right: 28px;
  padding-left: 28px;
}

.column.footer_col_1 {
  padding-top: 24px;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.large_section {
  padding: 151px 71px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.51) 80%), url('../images/641b24122dd5801105f7d66e_CB_sobe_3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Exo, sans-serif;
  text-align: center;
}

.prog_col {
  margin-top: 28px;
  margin-bottom: 37px;
}

.prog_col.hide_desktop {
  display: none;
}

.part_col {
  margin-bottom: 41px;
  text-align: center;
}

.contact_form {
  margin-top: 49px;
  padding: 43px;
  border-radius: 18px;
  background-color: #0f164d;
  text-align: left;
}

.form_field_select {
  height: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
  color: #233871;
  text-align: left;
}

.contact_text {
  margin-bottom: 25px;
  color: #233871;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
}

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

.form_field {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: #fff;
  color: #233871;
  text-align: left;
}

.contact_sec {
  padding-top: 0px;
  padding-bottom: 66px;
  text-align: center;
}

.message_field {
  min-height: 300px;
  border-radius: 10px;
  text-align: left;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
  font-size: 1.1em;
  line-height: 0.8;
}

.text_link {
  transition: color 500ms ease;
  font-family: Exo, sans-serif;
  color: #0f164d;
}

.text_link:hover {
  color: #c1f0de;
}

.spon_logos {
  display: flex;
  margin-top: 66px;
  margin-bottom: 66px;
  justify-content: center;
  align-items: center;
}

.spon_col {
  overflow: hidden;
  padding: 35px 5px;
}

.spon_col.logo1 {
  background-image: url('../images/CITI.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.spon_col.logo2 {
  background-image: url('../images/brightline_black.png');
  background-position: 50% 66%;
  background-size: 92%;
  background-repeat: no-repeat;
}

.spon_col.logo3 {
  background-image: url('../images/HM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.spon_col.logo4 {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Whotal.png');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spon_col.logo5 {
  background-image: url('../images/LN.png');
  background-position: 50% 50%;
  background-size: 86%;
  background-repeat: no-repeat;
}

.spon_col.logo6 {
  background-image: url('../images/WF.png');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.spon_col.logo7 {
  background-image: url('../images/Related_Black.png');
  background-position: 50% 50%;
  background-size: 83%;
  background-repeat: no-repeat;
}

.spon_col.logo8 {
  background-image: url('../images/airfrance.png');
  background-position: 50% 55%;
  background-size: 87%;
  background-repeat: no-repeat;
}

.spon_col.logo9 {
  background-image: url('../images/discover.png');
  background-position: 50% 50%;
  background-size: 66%;
  background-repeat: no-repeat;
}

.spon_col.logo10 {
  background-image: url('../images/MDGLLC.png');
  background-position: 50% 50%;
  background-size: 57%;
  background-repeat: no-repeat;
}

.heading1 {
  margin-top: 72px;
  font-family: Exo, sans-serif;
  color: #0e164d;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.prog_div {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #0f164d;
}

.link_text {
  transition: color 500ms ease;
  color: #0e164d;
  text-decoration: none;
}

.link_text:hover {
  color: #c1f0de;
}

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

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

.title_col.hide_desktop {
  display: none;
}

.icon_col {
  display: inline-block;
  width: 17%;
  margin-right: 13px;
  align-items: center;
  -ms-grid-row-align: center;
      align-self: center;
  order: -1;
  flex: 0 auto;
}

.econt {
  text-align: center;
}

.h1 {
  margin-top: 54px;
  margin-bottom: 26px;
  color: #233871;
  font-size: 3.7em;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 4px;
}

.h1.h1_login {
  margin-top: 11px;
  margin-bottom: 7px;
  font-family: Exo, sans-serif;
  color: #0f164d;
  line-height: 1.1em;
  letter-spacing: -1px;
}

.h1.h1_login {
  margin-top: 11px;
  margin-bottom: 7px;
  font-family: Exo, sans-serif;
  line-height: 1.1em;
  letter-spacing: -1px;
}

.text-2 {
  margin-top: 50px;
  color: #2e3134;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: justify;
}

.text-2.text_adjust {
  margin-top: 0px;
  margin-right: 185px;
  margin-left: 185px;
  font-family: Exo, sans-serif;
  color: #0f164d;
  font-size: 1.4em;
  text-align: center;
}

.text-2.text_adjust {
  margin-top: 0px;
  margin-right: 185px;
  margin-left: 185px;
  font-size: 1.4em;
  text-align: center;
}

.embedd {
  padding-top: 33px;
  padding-bottom: 33px;
}

.text_col {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .section.bg-neutral-5 {
    padding-bottom: 1px;
  }

  .text-section-title.text-primary.reveal {
    font-size: 1.2em;
  }

  .text-section-subtitle.text-primary.reveal {
    font-size: 1em;
  }

  .section-title {
    width: auto;
    max-width: 75%;
  }

  .footer-logotype {
    margin-bottom: 20px;
  }

  .button.nav-button {
    display: inline-block;
    width: 128px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 15px;
    text-align: center;
  }

  .animated-link {
    margin-right: 10px;
    margin-left: 10px;
    padding: 4px;
  }

  .animated-link-wrap {
    margin-bottom: 1px;
  }

  .nav-logotype {
    max-width: 112px;
  }

  .hero-section {
    max-height: 740px;
    text-align: center;
  }

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

  .feature-wrap {
    padding: 25px;
  }

  .grid-1-2.tools {
    align-items: center;
  }

  .cart-button-text {
    display: none;
  }

  .buyers-guide-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-heading-wrap {
    max-width: 400px;
    margin-right: 0px;
  }

  .hero-content-wrap {
    width: auto;
    margin-left: 0px;
  }

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

  .shop-product-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .featured-image-section {
    height: 400px;
  }

  .dropdown-list.w--open {
    border-width: 0px;
    border-radius: 0px;
  }

  .footer_links {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .column {
    padding-left: 6px;
  }

  .prog_col.hide_desktop {
    display: none;
  }

  .spon_logos {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .spon_col.logo1 {
    background-size: 64%;
  }

  .spon_col.logo2 {
    background-size: 79%;
  }

  .spon_col.logo3 {
    background-size: 72%;
  }

  .spon_col.logo4 {
    background-position: 62% 96%;
    background-size: 121%;
  }

  .spon_col.logo5 {
    background-size: 71%;
  }

  .spon_col.logo6 {
    background-size: 43%;
  }

  .spon_col.logo7 {
    background-size: 66%;
  }

  .spon_col.logo8 {
    background-size: 83%;
  }

  .h1 {
    font-size: 3.1em;
  }

  .text-2.text_adjust {
    margin-right: 181px;
    margin-left: 181px;
  }

  .text-2.text_adjust {
    margin-right: 181px;
    margin-left: 181px;
  }
}

@media screen and (max-width: 767px) {
  .section.sec1 {
    padding-top: 36px;
    padding-bottom: 7px;
  }

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

  .container {
    padding-bottom: 54px;
  }

  .text-section-title.text-primary.reveal {
    font-size: 1.6em;
  }

  .section-title {
    max-width: 100%;
  }

  .section-title.tight {
    padding-right: 0%;
    padding-left: 0%;
  }

  .reveal.right_phptp.hide_mobile {
    display: none;
  }

  .reveal.right_phptp.hide_desktop {
    display: block;
    margin-bottom: 20px;
  }

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

  .footer-logotype {
    margin-bottom: 0px;
  }

  .footer-form {
    max-width: none;
  }

  .button-wrap {
    justify-content: flex-end;
  }

  .button.nav-button {
    width: 96%;
    margin-right: 10px;
    margin-bottom: 29px;
    margin-left: 10px;
    text-align: center;
  }

  .sticky-nav {
    position: relative;
  }

  .animated-link {
    padding: 20px;
    color: #0f164d;
  }

  .navigation {
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-menu {
    overflow: hidden;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 8px;
    background-color: #fafafc;
  }

  .hero-section {
    max-height: 480px;
    padding-top: 181px;
    padding-bottom: 181px;
  }

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

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

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

  .instagram-link.hidden-mobile {
    display: none;
  }

  .feature-wrap {
    padding: 10px;
  }

  .feature-wrap.reveal {
    margin-bottom: 0px;
  }

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

  .pattern-image-wrap.hide_desktop {
    display: block;
  }

  .pattern-image-wrap.hide_mobile {
    display: none;
  }

  .cart {
    order: -1;
  }

  .cart-quantity {
    margin-left: 0px;
  }

  .menu-button {
    margin-left: 10px;
    border-radius: 100px;
    background-color: #fff;
    color: #0f164d;
  }

  .menu-button.w--open {
    background-color: #c1f0de;
    color: #0f164d;
  }

  .menu-items-wrap {
    align-items: center;
  }

  .cart-button {
    padding: 7px 10px;
  }

  .buyers-guide-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .buyers-guide-collection-list.two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .page-hero.buyers-guide-template {
    height: 400px;
  }

  .page-hero.team {
    height: 400px;
  }

  .page-hero.contact {
    height: 400px;
  }

  .page-hero.checkout {
    height: 400px;
  }

  .page-hero.partners {
    height: 400px;
  }

  .referenced-product-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .full-width-grid-image.team-member {
    height: 520px;
  }

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

  .shop-product-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-list {
    border-radius: 0px;
  }

  .footer_col2 {
    text-align: center;
  }

  .footer_link_div {
    float: none;
  }

  .footer {
    text-align: center;
  }

  .prog_col.hide_mobile {
    display: none;
  }

  .prog_col.hide_desktop {
    display: block;
  }

  .contact_text {
    font-size: 1em;
  }

  .contact_sec {
    padding-right: 45px;
    padding-left: 45px;
  }

  .spon_col.logo1 {
    background-size: 43%;
  }

  .spon_col.logo2 {
    background-size: 74%;
  }

  .spon_col.logo3 {
    background-size: 47%;
  }

  .spon_col.logo4 {
    background-size: 95%;
  }

  .spon_col.logo5 {
    background-size: 67%;
  }

  .spon_col.logo6 {
    background-size: 32%;
  }

  .spon_col.logo7 {
    background-size: 59%;
  }

  .spon_col.logo8 {
    background-size: 79%;
  }

  .spon_col.logo9 {
    background-size: 56%;
  }

  .prog_div.pro_div_large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .prog_div.prog_div_large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .title_col {
    justify-content: center;
  }

  .title_col.hide_mobile {
    display: none;
  }

  .title_col.hide_desktop {
    display: flex;
    margin-bottom: 26px;
  }

  .icon {
    width: 100px;
  }

  .icon_col {
    display: flex;
    justify-content: flex-end;
  }

  .h1 {
    display: none;
  }

  .h1.h1_login {
    display: block;
  }

  .h1.h1_login {
    display: block;
  }

  .text-2.text_adjust {
    margin-right: 54px;
    margin-left: 54px;
  }

  .text-2.text_adjust {
    margin-right: 54px;
    margin-left: 54px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 32px;
    padding-bottom: 0px;
  }

  .section.bg-neutral-5 {
    padding-bottom: 4px;
  }

  .section.sec1 {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .container {
    padding-bottom: 10px;
  }

  .text-small-caps.text-secondary.reveal {
    text-align: center;
  }

  .text-section-title {
    font-size: 28px;
  }

  .text-section-title.text-primary.reveal {
    font-size: 25px;
    text-align: center;
  }

  .text-section-title.text-primary.reveal.program_title {
    font-size: 1.4em;
  }

  .reveal.right_phptp {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .reveal.right_phptp.hide_desktop {
    margin-bottom: 19px;
  }

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

  .social-icon-wrap {
    margin-right: 10px;
  }

  .button-wrap {
    justify-content: center;
    text-align: center;
  }

  .button.nav-button.submit {
    margin-right: auto;
    margin-left: auto;
  }

  .sticky-nav {
    padding: 0px;
  }

  .animated-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-logotype {
    max-width: 100px;
  }

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

  .utility-page-form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    height: 100vh;
    max-height: none;
    padding-top: 30vh;
    padding-bottom: 80px;
  }

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

  .checkout-block-header {
    flex-direction: column;
  }

  .checkout-order-items-text-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .checkout-order-item-wrap {
    margin-left: 5px;
    flex-direction: column;
  }

  .feature-wrap.reveal {
    margin-bottom: 0px;
  }

  .feature-icon-wrap {
    width: 100%;
  }

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

  .pattern-image.reveal {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .menu-button {
    margin-left: 5px;
    padding: 10px;
  }

  .menu-button.w--open {
    border-radius: 100px;
    background-color: #c0f1de;
  }

  .cart-button {
    margin-left: 5px;
  }

  .instagram-link-icon-wrap {
    margin-right: 10px;
  }

  .section-patterned {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .options-button {
    padding: 6px 10px;
    font-size: 12px;
  }

  .buyers-guide-grid-text-wrap {
    margin-top: 4px;
  }

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

  .add-to-cart-button {
    padding: 8px 10px;
    font-size: 12px;
  }

  .team-member-image {
    width: 100%;
  }

  .buyers-guide-author-wrap {
    margin-top: 4px;
  }

  .buyers-guide-bottom-info-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .full-width-grid-image.team-member {
    height: 320px;
  }

  .full-width-grid-content {
    padding: 20px;
  }

  .featured-image-section {
    height: 220px;
  }

  .image-details-grid {
    flex-direction: column;
  }

  .footer_col2 {
    text-align: center;
  }

  .footer_link_div {
    display: none;
  }

  .footer {
    padding-top: 17px;
    text-align: center;
  }

  .column.footer_col_1 {
    padding-top: 0px;
  }

  .large_section {
    padding: 64px 23px;
  }

  .part_col {
    margin-bottom: 13px;
  }

  .contact_form {
    margin-right: 0px;
    margin-left: 0px;
    padding: 31px 23px;
  }

  .form_col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact_text {
    font-size: 0.9em;
  }

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

  .contact_sec {
    padding-right: 17px;
    padding-left: 17px;
  }

  .spon_logos {
    margin-top: 29px;
  }

  .spon_col {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .spon_col.logo4 {
    background-size: 127%;
  }

  .spon_col.logo7 {
    background-size: 69%;
  }

  .spon_col.logo8 {
    background-size: contain;
  }

  .heading1 {
    white-space: pre-wrap;
  }

  .prog_div.pro_div_large {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .prog_div.prog_div_large {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .title_col {
    flex-direction: column;
  }

  .icon_col {
    width: 29%;
    margin-bottom: 13px;
  }

  .h1 {
    display: none;
    font-size: 2.8em;
    line-height: 31px;
    text-decoration: none;
  }

  .text-2.text_adjust {
    margin-right: 18px;
    margin-left: 18px;
    font-size: 1.3em;
  }

  .text-2.text_adjust {
    margin-right: 18px;
    margin-left: 18px;
    font-size: 1.3em;
  }

  .pro_logo {
    width: 54%;
  }

  .pro_logo2 {
    width: 79%;
  }
}

#w-node-a76298d6-a5cb-9574-6aee-5b8659f2b3e1-5022225b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_138f9155-a518-2779-75b3-1ee2001e8f21-5022225b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_9a87f5a4-b2f8-c291-9d1e-3279a53a7e07-5022225b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c8f41eeb-764f-74d3-05cf-588d7fac09ce-5022225b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_116c6020-8c66-bb25-2d61-fa18863f53c0-863f538d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
      grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_116c6020-8c66-bb25-2d61-fa18863f5390-863f538d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3441dbb6-1ca6-1843-9978-dcfd63cf29fe-863f538d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7d2061bd-7452-ee80-c151-b37349c45d27-863f538d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_116c6020-8c66-bb25-2d61-fa18863f53af-863f538d {
  -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-_116c6020-8c66-bb25-2d61-fa18863f53bf-863f538d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-aa572806-cbda-1287-d538-05e9b5cfefd5-863f538d {
  -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;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_7eed62d6-a18d-79d4-026d-21cb8f68472e-61222269 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ad3479b7-a5e9-8386-c6b6-88c3cd4f5a6c-6c22226b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6c5b1a8-b516-2618-c066-c6cbd75e103b-6c22226b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_1a4010cb-b36f-b2cc-c198-a85b46cc916a-6c22226b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_3203185f-e69f-1dd5-dd54-4d5a65384575-6c22226b {
  -ms-grid-row-align: center;
      align-self: center;
  -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-_3203185f-e69f-1dd5-dd54-4d5a6538457a-6c22226b {
  -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-_16d51cb0-57e8-35ba-b665-895448e75f18-ed22226c {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_564f8148-4c86-bd64-69b0-bb5101bfe0fb-ed22226c {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-b5510af3-1def-048d-e479-b4bff8f49e87-ed22226c {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-f09f06da-3707-7e38-48f9-456c7ed0f495-ed22226c {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-e31bd82f-f7a0-c3cd-7c67-6699a584b42b-ed22226c {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-df384591-7f76-b885-eaab-49ba45cf5ef5-45cf5ee9 {
  -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-be032fa9-bf5c-bf0b-d8e4-cf0e5591d09e-7722226e {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-ef8d9d96-872b-18e1-d81e-f74ee15aa5a4-7722226e {
  -ms-grid-row-align: center;
      align-self: center;
  -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-ef8d9d96-872b-18e1-d81e-f74ee15aa5a9-7722226e {
  -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-f109d78e-cd11-87a0-184f-7464973c1231-2f202625 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_864e3ac2-9995-2d4f-23d9-75da55ecf5c8-2f202625 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_19989c68-7a01-1e34-34cc-c2baca1335fc-2f202625 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_4034b159-3a08-9c29-2bf3-9f0bdaea2472-2f202625 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b5057998-72e0-2cf3-8b46-e13b80b05252-2f202625 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_19989c68-7a01-1e34-34cc-c2baca13360d-2f202625 {
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_116c6020-8c66-bb25-2d61-fa18863f53c0-863f538d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 5;
        grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_116c6020-8c66-bb25-2d61-fa18863f5390-863f538d {
    -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-_3441dbb6-1ca6-1843-9978-dcfd63cf29fe-863f538d {
    -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-_7d2061bd-7452-ee80-c151-b37349c45d27-863f538d {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_116c6020-8c66-bb25-2d61-fa18863f53c0-863f538d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_116c6020-8c66-bb25-2d61-fa18863f5390-863f538d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3441dbb6-1ca6-1843-9978-dcfd63cf29fe-863f538d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7d2061bd-7452-ee80-c151-b37349c45d27-863f538d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_116c6020-8c66-bb25-2d61-fa18863f53af-863f538d {
    -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-_116c6020-8c66-bb25-2d61-fa18863f53bf-863f538d {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-aa572806-cbda-1287-d538-05e9b5cfefd5-863f538d {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: end;
        align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72b37770-9327-d3fa-8b74-2cff65b08a61-ed22226c {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Young Serif';
  src: url('../fonts/YoungSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gemsbuck 01';
  src: url('../fonts/gemsbuck-01-thin.woff2') format('woff2'), url('../fonts/gemsbuck-01-thin.eot') format('embedded-opentype'), url('../fonts/gemsbuck-01-thin.woff') format('woff'), url('../fonts/gemsbuck-01-thin.ttf') format('truetype'), url('../fonts/gemsbuck-01-thin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}