@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2b0a0a;
  --dim-grey: #632727;
  --maroon: #791400;
  --red: #df2601;
  --snow: #f8f1ef;
  --misty-rose: #e7d7d7;
  --white: white;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #353535;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 115%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Satoshi variable, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Satoshi variable, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Satoshi variable, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 115%;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

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

a:hover {
  color: var(--maroon);
}

ul {
  color: #400;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

li {
  color: #400;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

blockquote {
  color: var(--red);
  text-align: center;
  background-color: #400;
  border: 1px #000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  line-height: 132%;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.section.gray {
  background-color: var(--snow);
}

.section.gray._300px {
  padding-bottom: 300px;
}

.section.hero-page {
  background-color: var(--black);
  padding-top: 170px;
  padding-bottom: 0;
}

.section.hero-page.event, .section.hero-page.ministries {
  padding-bottom: 0;
}

.section.hero-page.checkout {
  padding-bottom: 170px;
}

.section.hero-page.donate {
  padding-bottom: 0;
}

.section.dark {
  background-color: var(--black);
  color: #fff;
}

.section.dark._300px {
  background-color: var(--snow);
  padding-bottom: 100px;
}

.section.dark.no-padding {
  background-color: var(--snow);
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.rich-text-block {
  padding-top: 100px;
}

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

.container {
  z-index: 53;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container.navbar-container {
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 20px;
}

.grid-2-columns.align-start {
  align-items: start;
}

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

.grid-2-columns.section-title {
  grid-template-columns: 1fr .5fr;
}

.grid-2-columns._1-8fr-left-clmn {
  grid-template-columns: 1.8fr 1fr;
}

.inner-container.margin-48px {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.inner-container.margin-48px-mbl {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
}

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

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

.about-image-wrapper {
  border-radius: 0;
  display: flex;
  overflow: hidden;
}

.about-image-wrapper._48-margin {
  border-radius: 0;
  margin-top: 48px;
  position: relative;
}

.label-subtitle {
  color: #5c5353;
  letter-spacing: .3em;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.check-icon {
  background-color: #c52100;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.lightbox-wrap {
  border: 1px #2ec4b6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 4px;
  display: flex;
  position: relative;
}

.image-video {
  background-image: url('../images/image-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
  top: -95px;
  box-shadow: 0 6px 18px #2b0a0a1a;
}

.image-video.about {
  background-image: url('../images/481203609_1192651302427477_8106867834240268054_n.jpg');
  top: auto;
}

.page-wrapper {
  overflow: hidden;
}

.div-block {
  white-space: nowrap;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.play-button-circle {
  background-color: #eff8f7;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  position: relative;
}

.filter-100.invert {
  filter: invert();
}

.event-content-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--misty-rose);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: transform .4s;
  display: flex;
}

.event-content-info:hover {
  background-color: var(--snow);
  transform: translate(0, -10px);
}

.event-content-info.featured {
  border-style: none;
  padding: 0;
}

.info-content._10px-margin {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.video-image-icon {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
}

.video-image-icon.big {
  width: 400px;
  height: 400px;
}

.video-image-icon._1 {
  background-color: var(--white);
  background-image: url('../images/icons8-swear-on-the-bible-150.png');
  background-repeat: no-repeat;
  background-size: 75px;
}

.video-image-icon._2 {
  background-color: var(--white);
  background-image: url('../images/icons8-angel-with-sword-150-1.png');
  background-repeat: no-repeat;
  background-size: 75px;
}

.video-image-icon._3 {
  background-color: var(--white);
  background-image: url('../images/icons8-phoenix-128_1icons8-phoenix-128.png');
  background-repeat: no-repeat;
  background-size: 75px;
}

.video-image-icon._4 {
  background-color: var(--white);
  background-image: url('../images/Logo.png');
  background-repeat: no-repeat;
  background-size: 75px;
}

._10px-margin {
  margin-top: 10px;
}

.list-item {
  color: #757575;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
}

.list-item.border {
  background-color: var(--snow);
  color: #400;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

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

.bigger-number-text {
  color: #c52100;
  margin-right: 6px;
  font-family: Satoshi variable, sans-serif;
  font-size: 52px;
}

.about-features-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
}

.about-features-list._2 {
  flex-direction: row;
  margin-top: 0;
}

.about-features {
  background-color: var(--snow);
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.about-features._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.about-features-image {
  color: #c52100;
  object-fit: cover;
  background-color: #c52100;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 12px;
  display: flex;
}

.sidebar-link {
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 14px 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .3s;
}

.sidebar-link:hover {
  color: #fff;
  background-color: #c3d5771a;
  border-radius: 0;
}

.sidebar-link.w--current {
  border-radius: 0;
  font-family: Satoshi variable, sans-serif;
}

.sidebar-link.w--current:hover {
  color: var(--white);
}

.componet-header {
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.gw-grid-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 80px;
  display: grid;
}

.buttons-grid {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.paragraph-big {
  font-size: 20px;
  line-height: 170%;
}

.paragraph-big.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.line {
  background-color: var(--misty-rose);
  flex: 1;
  height: 1px;
  margin-left: 0;
}

.text-small {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 32px;
  display: flex;
}

.brand {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card-body {
  color: var(--black);
  background-color: #fff;
  border-top: 1px #cad4ec66;
  flex: 1;
  padding: 24px;
  font-family: Satoshi variable, sans-serif;
}

.mg-80px {
  width: 100%;
  height: 80px;
}

.btn-primary {
  grid-column-gap: 8px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  padding: 14px 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.btn-primary:hover {
  grid-column-gap: 14px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #c52100;
  border-color: #0d8359;
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-primary.sidebar {
  width: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-primary._3 {
  border: 1px solid var(--snow);
  background-color: #0000;
  margin-left: 0;
}

.btn-primary._3:hover {
  letter-spacing: 1px;
}

.btn-primary._3.sidebar {
  margin: 24px;
}

.btn-primary._4 {
  background-color: var(--snow);
  color: #400;
  border: 1px solid #400;
}

.btn-primary._4._20px-right {
  margin-right: 20px;
}

.btn-primary._4._20px-right:hover {
  letter-spacing: 1px;
}

.btn-primary._2 {
  background-color: #c52100;
}

.btn-primary._2:hover {
  background-color: var(--maroon);
}

.btn-primary._2.fullwidth {
  width: 100%;
}

.gw-mg-40px {
  width: 100%;
  height: 40px;
}

.button-block {
  text-align: center;
  background-color: #fff;
  border: 1px #dee3e9;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 20%;
  display: flex;
  position: relative;
}

.button-block.dark {
  background-color: var(--black);
}

.logo-name {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 132%;
}

.logo-name.white {
  color: #fff;
}

.gw-page-wrapper {
  overflow: hidden;
}

.gw-page-wrapper.style-guide {
  margin-left: 270px;
}

.gw-sidebar {
  color: #fff;
  background-color: #400;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 5%;
}

.section-right.no-padding-bottom {
  background-color: var(--snow);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gw-sidebar-menu {
  border-top: 1px solid #c3d57730;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 16px;
  display: flex;
}

.style-guide-color {
  border-bottom: 1px solid #f6f8ff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
}

.style-guide-color.primary2 {
  background-color: var(--misty-rose);
  border-radius: 0;
}

.style-guide-color.primary-6 {
  background-color: var(--black);
  color: #0d072b;
  border-radius: 0;
}

.style-guide-color.primary-1 {
  background-color: var(--snow);
  border: 1px #000;
  border-radius: 0;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
}

.style-guide-color.primary-4 {
  background-color: var(--maroon);
  color: #000;
  border-radius: 0;
}

.style-guide-color.primary-3 {
  background-color: var(--red);
  border-radius: 0;
}

.style-guide-color.primary-5 {
  background-color: var(--dim-grey);
  border-radius: 0;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.logo-icon {
  background-image: url('../images/REPAR-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 75px;
  margin-right: 8px;
  display: flex;
}

.logo-icon.white {
  background-image: url('../images/REPAR-3.png');
  width: 200px;
}

.gw-component-wrapper {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
  font-family: Satoshi variable, sans-serif;
}

.color-name {
  background-color: #fff;
  border-radius: 0;
  padding: 4px 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 1px 1px 10px #171e301a;
}

.card {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.card.style-color-card {
  border-radius: 0;
  overflow: hidden;
}

.paragraph-small {
  font-size: 16px;
  line-height: 150%;
}

.paragraph-small.info {
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 15px;
}

.bold-text {
  color: var(--black);
}

.italic-text {
  color: #0a2b27;
  font-style: italic;
}

.mg-20px {
  width: 100%;
  height: 20px;
}

.cart-header {
  border-bottom-width: 1px;
  border-bottom-color: var(--maroon);
}

.cart-styles {
  margin-right: 20px;
}

.cart-list {
  border: 1px #000;
}

.cart-quantity-styles {
  border-width: 1px;
  border-color: var(--maroon);
  background-color: #0000;
  border-radius: 0;
}

.cart-footer {
  border-top-width: 1px;
  border-top-color: var(--maroon);
  background-color: #400;
  font-size: 20px;
}

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

.cart-button {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.cart-button:hover {
  color: var(--red);
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
}

.nav-column.right {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.nav-column.right.hide-in-mbl {
  align-items: center;
}

.cart-container-styles {
  border-style: solid;
  border-width: 1px 2px 2px;
  border-color: var(--maroon);
  background-color: var(--black);
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  font-family: Satoshi variable, sans-serif;
}

.gw-h2-white {
  color: #f6f8ff;
  font-size: 20px;
}

.remove-link {
  color: var(--red);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
}

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

.product-price {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.error-state-styles {
  text-align: center;
  background-color: #830d1e;
  border-radius: 0;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 150%;
}

.apple-pay-styles {
  border-radius: 0;
  height: 52px;
}

.cart-wrapper {
  background-color: var(--black);
  color: #fff;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-primary-navigation {
  color: #fff;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #0d8359;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  height: auto;
  padding: 20px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn-primary-navigation:hover {
  color: #171e30;
  background-color: #c3d577;
  padding-top: 20px;
  padding-bottom: 20px;
}

.empty-state-styles {
  flex-direction: column;
  font-size: 16px;
  line-height: 150%;
}

.product-title-sidebar {
  color: #fff;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.close-icon {
  filter: brightness(0%) invert();
  color: #fff;
}

.cart-quantity {
  color: #eff8f7;
  background-color: #0000;
  border: 1px #000;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.nav-link:hover {
  color: #c52100;
  background-color: #0000;
  border: 1px #000;
}

.nav-link.w--current {
  color: #c52100;
  border-bottom-color: #ef3e57;
}

.gw-navbar {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.gw-grid-two-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.form-block {
  background-color: #ffffff1a;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.footer-side {
  color: #f8ffd9;
  width: 32%;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 0;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: var(--white);
  border: 1px #000;
  justify-content: flex-end;
  width: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-flex-container {
  color: #666;
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.footer-paragraph {
  color: #fff;
}

.input {
  color: #000;
  background-color: #eff5ff;
  border: 0 #eff5ff;
  border-radius: 0;
  flex: 0 auto;
  height: 48px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.input.newsletter {
  color: var(--black);
  background-color: #0000;
  border: 0 #0000;
  height: 60px;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.input.newsletter::placeholder {
  color: var(--black);
  line-height: 150%;
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  align-items: center;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.gw-social-link-wrap {
  opacity: 1;
  filter: invert();
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.gw-social-link-wrap:hover {
  filter: invert(66%);
}

.footer-copyright {
  color: #fff;
  text-align: right;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.gw-social-icon {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.form-subscribe {
  color: #3b3b3b;
  background-color: #fff;
  border: 1px #0000;
  border-radius: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 7px 5px 5px;
  font-family: Bitter, serif;
  display: flex;
  box-shadow: 2px 2px 10px #00000008;
}

.newsletter-paragraph {
  color: #eef6ef;
}

.cta-in-container {
  text-align: left;
  background-color: #c52100;
  background-image: linear-gradient(#7914008f, #7914008f), url('../images/Image15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 0 #000;
  border-radius: 0;
  margin-top: -140px;
  padding: 60px;
  position: relative;
  box-shadow: 0 6px 18px #2b0a0a26;
}

.footer {
  background-color: var(--black);
  text-align: center;
  border-top: 1px #e3e3e3;
  align-items: flex-start;
  padding: 20px;
}

.subfooter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-top: 1px solid #421515;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 10px 20px;
  display: grid;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 14px;
  padding: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.gw-social-icons-wrapper {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.newsletter-headline {
  color: #fff;
  text-align: right;
  font-family: Satoshi variable, sans-serif;
}

.success-message {
  padding: 32px;
}

.gw-width-small-card {
  direction: ltr;
  flex: none;
  width: 100%;
  position: relative;
}

.gw-40px-mg {
  width: 100%;
  height: 40px;
}

.insights {
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
}

.h1-white {
  color: #fff;
  font-family: Satoshi variable, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 97%;
}

.rich-text-block {
  line-height: 170%;
}

.slider-right-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 15px;
  display: block;
  right: -54%;
}

.slider-right-arrow:hover {
  background-image: linear-gradient(to left, #de39ff, #3982ff);
}

.slider-right-arrow._1 {
  background-color: var(--black);
  border-radius: 0;
  margin-right: -6em;
  font-size: 13px;
  right: 0%;
}

.slider-right-arrow._1:hover {
  background-color: #c52100;
  background-image: none;
}

.gw-testimonials-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

.small-icon-insight {
  margin-top: 0;
}

.feature-card {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px #0000001a;
}

.feature-card.small {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  border-radius: 14px;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  padding: 0;
}

.gw-card-project-content {
  margin-left: 20px;
}

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

.mg-40px {
  width: 100%;
  height: 40px;
}

.gw-projects {
  z-index: 5;
  background-color: #f2fcff;
  border-radius: 20px;
  width: 400px;
  height: 400px;
  margin-bottom: 0;
  transition: box-shadow .3s;
  position: relative;
}

.gw-projects.five {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
}

.gw-slider-left-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 13px;
  display: block;
  left: -54%;
}

.gw-slider-left-arrow:hover {
  background-image: linear-gradient(to right, #de39ff, #3982ff);
}

.gw-slider-left-arrow._1 {
  background-color: var(--black);
  border-radius: 0;
  margin-left: -6em;
  left: 0%;
}

.gw-slider-left-arrow._1:hover {
  color: #fff;
  background-color: #c52100;
  background-image: none;
}

.goodwill-info-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-arrow {
  color: #fff;
  font-size: 16px;
}

.small-insight-name {
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.ministries-slider-mask {
  overflow: visible;
}

.gw-divider {
  background-color: #dce1c8;
  border-radius: 1.5px;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.gw-divider.dark {
  background-color: var(--misty-rose);
}

.ministries-slide {
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.project-detail-text {
  color: #251600;
  font-size: 18px;
  line-height: 160%;
}

.slide {
  margin-right: 40px;
}

.gw-slide-nav-second {
  display: none;
}

.small-grid-insights {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-items: start;
}

.component-container {
  border: 1px solid var(--misty-rose);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 30px 30px;
  display: flex;
}

.component-container._40px-bottom {
  margin-bottom: 40px;
}

.event-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-grid.single {
  display: block;
}

.text-block {
  color: #fff;
}

.text-block.cart {
  margin-left: 2px;
  margin-right: 2px;
}

.gw-small-blog-card-wrapper {
  background-color: #0000;
  border: 1px #ffe8eb;
  border-radius: 14px;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.gw-big-blog-card-wrapper {
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.gw-image-blog-card {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gw-blog-card-image-wrapper {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.mg-10px {
  width: 100%;
  height: 10px;
}

.bottom-info-post-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.gw-left-info-post-wrapper {
  margin-left: 0;
}

.gw-image-blog-card-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  height: 180px;
  display: flex;
}

.blog-small-card-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
}

.grid-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero-bg-image-fulldwith {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bottom-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.hero-bottom-content.donate {
  position: relative;
}

.hero-bottom-content-color-bg {
  background-color: #fff;
  width: 50%;
  position: absolute;
  inset: 0 0 0 auto;
}

.hero-facts-metric {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 60px;
  display: flex;
}

.hero-facts-metric.about, .hero-facts-metric.event, .hero-facts-metric.blog, .hero-facts-metric.donate {
  width: 100%;
}

.facts-title-dark {
  color: #c52100;
  margin-bottom: 6px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.facts-block-h-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #757575;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
}

.facts-block-h-flex.last-0px-mbl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.mg-120px {
  width: 100%;
  height: 120px;
}

.overlay-hero-image {
  background-color: #0000;
  background-image: linear-gradient(#0e0303cc, #79140080 69%);
  position: absolute;
  inset: 0%;
}

.overlay-hero-image.dark {
  background-image: linear-gradient(#0e0303cc, #400);
}

.info-icons {
  margin-bottom: 10px;
}

.info-icons._24px {
  margin-bottom: 0;
  margin-right: 10px;
}

.feature-title {
  font-family: Satoshi variable, sans-serif;
}

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

.grid-3-colmn {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.social-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  place-items: center;
}

.inner-container-center-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dark-color-text {
  color: #303030;
  margin-bottom: 100px;
}

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

.team-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.text-label {
  color: #303030;
  text-align: center;
  background-color: #fff;
  border: 1px #c2c4db;
  border-radius: 0;
  padding: 14px 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.team-card {
  background-color: #fff;
  border: 1px solid #f1f1f2;
  border-radius: 0;
}

.team-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.nav-social-link {
  background-color: var(--snow);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.nav-social-link:hover {
  background-color: var(--misty-rose);
  transform: scale(.9);
}

.color-white-text {
  color: #56565f;
}

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

.top-label {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
}

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

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

.image-fulldwith {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.image-fulldwith:hover {
  transform: scale(1.1);
}

.input-label {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 18px;
}

.contact-input {
  border: 1px solid var(--snow);
  background-color: #fff;
  border-radius: 0;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s, box-shadow .3s;
}

.contact-input:hover {
  border-color: var(--maroon);
  box-shadow: 0 2px 12px #15142d1a;
}

.contact-input:focus {
  border-color: var(--maroon);
  color: #303030;
}

.contact-input::placeholder {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.grid-contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.grid-contact.padding-bottom-100px {
  margin-bottom: 100px;
}

.card-form {
  background-color: #fff;
  border-radius: 0;
  min-height: 576px;
  padding: 56px 40px;
  font-family: Satoshi variable, sans-serif;
}

.grid-2-colmn {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.text-area {
  border: 1px solid var(--misty-rose);
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s, box-shadow .3s;
  overflow: auto;
}

.text-area:hover {
  border-color: var(--dim-grey);
  box-shadow: 0 2px 12px #15142d1a;
}

.text-area:focus {
  color: #303030;
  border-color: #443ee4;
}

.text-area::placeholder {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-weight: 500;
}

.h3-white {
  color: var(--black);
}

.top-blog-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #050505;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.top-blog-content.invers {
  filter: invert();
}

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

.grid-2-colmn-content-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.grid-2-colmn-2coulm-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  place-items: center stretch;
}

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

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

.button-col-left {
  margin-right: 24px;
}

.testimonials-card {
  border: 1px solid var(--misty-rose);
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: 40px;
}

.testimonials-card.color {
  background-color: var(--maroon);
  border-color: #c52100;
}

._24px-bold-text {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

._24px-bold-text.white {
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-image-wrap {
  border: 1px solid var(--misty-rose);
  align-items: flex-start;
  height: 300px;
  margin-bottom: 32px;
  display: flex;
}

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

._18px-text {
  margin-left: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._18px-text.white {
  color: #fff;
}

.flex-h-start {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.flex-h-start.mg-bottom-32px {
  margin-top: 0;
}

.flex-h-start._20px {
  margin-top: 20px;
}

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

.testimonial-avatar {
  background-color: var(--misty-rose);
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.testimonial-avatar._1 {
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}

.testimonial-avatar._2 {
  background-image: url('../images/team-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}

.star-icon {
  margin-bottom: 0;
  margin-right: 0;
}

.footer-head-title {
  margin-bottom: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link-item {
  margin-bottom: 18px;
}

.link-text {
  color: var(--misty-rose);
  font-family: Satoshi variable, sans-serif;
  transition: color .3s;
}

.footer-links-wrapper {
  font-family: Satoshi variable, sans-serif;
}

.link-wrapper {
  color: var(--white);
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper:hover {
  color: var(--red);
}

.grid-footer-vr-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

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

.mg-3px._100-invert {
  filter: invert();
  margin-bottom: 0;
}

.link-icon-left {
  margin-right: 6px;
}

.link-icon-left._100-invert {
  filter: invert();
  margin-bottom: 0;
}

.footer-text {
  color: var(--misty-rose);
  margin-top: -2px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: none;
}

.footer-link {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--red);
}

.footer-location-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: flex-start;
  display: flex;
}

.footer-follow-text-div {
  border-right: 1px solid var(--misty-rose);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 12px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.flex-h-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-scroll {
  border: 1px solid var(--misty-rose);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.footer-scroll:hover {
  background-color: #c52100;
  border-color: #c52100;
}

.light-text {
  color: var(--white);
}

.ministries-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.accordion-text-info.contact {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.accordion-open-close {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.accordions-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: start;
}

.contact-list-wrapper {
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.office-image {
  background-image: url('../images/icons8-place-marker-150.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 0 auto;
  width: 75px;
  height: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.office-image._2 {
  background-image: url('../images/icons8-place-marker-150.png');
  border-radius: 0;
}

.accordion-title-name {
  border: 1px solid var(--black);
  color: #222;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  padding: 32px;
  display: flex;
  position: relative;
}

.vertical-accordian-line {
  background-color: var(--maroon);
  color: var(--maroon);
  width: 2px;
  height: 100%;
  position: absolute;
}

.highlighted-text {
  color: var(--black);
  background-color: #0000;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}

.contact-info-block {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-accordian-line {
  background-color: var(--maroon);
  width: 100%;
  height: 2px;
  position: absolute;
}

.paragraph-white {
  color: var(--white);
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-name {
  margin-bottom: 0;
}

.image-100-cover {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

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

.grid-2-colmn-65px-gap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.tabs-content {
  background-color: #fff;
  border: 0 solid #f1f1f2;
  border-radius: 0;
  width: 100%;
  padding: 48px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow: visible;
}

.tab-link-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--snow);
  color: #303030;
  text-transform: uppercase;
  border: 0 #0000;
  border-radius: 0;
  align-items: center;
  width: 33.3%;
  margin-left: 0;
  margin-right: 12px;
  padding: 16px 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s, border-color .3s;
  display: flex;
}

.tab-link-center:hover {
  border-color: #56565f;
}

.tab-link-center.w--current {
  background-color: var(--snow);
  box-shadow: none;
  text-transform: uppercase;
  border: 0 #0000;
  border-radius: 0;
  width: 33.3%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi variable, sans-serif;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.content-text-image-wrapper {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.tab-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 40px;
}

.price-table {
  color: #c52100;
}

.accordion-item-2 {
  border: 1px solid var(--misty-rose);
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.color-text {
  color: #ef3e57;
  border-bottom: 4px solid #ef3e57;
  text-decoration: none;
}

.accordian-text {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.accordion-title {
  color: var(--black);
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.accordion-open-close-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-wrapper._700px {
  flex-direction: column;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-accordion-line-2 {
  background-color: #c52100;
  width: 100%;
  height: 2px;
  position: absolute;
}

.vertical-accordion-line-2 {
  background-color: #c52100;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion-title-name-2 {
  color: #222;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.price-card {
  border: 1px solid var(--misty-rose);
  background-color: var(--snow);
  margin-bottom: 65px;
  padding: 40px;
}

.richtext-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: var(--dim-grey);
}

.collection-related-posts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.arcus-card {
  background-color: #fff;
  border: 1px solid #ecebea;
  flex-direction: column;
  display: flex;
  position: relative;
}

.arcus-card:hover {
  text-decoration: none;
}

.arcus-card.style-guide-color-card {
  color: #3c4153;
  background-color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 150px;
  height: 240px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 5px 5px #0000001a;
}

.arcus-card.icons {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 5px 15px #171e301a;
}

.unsplash-images {
  margin-top: 0;
  margin-bottom: 0;
}

.font-div-block {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 120px;
  padding: 30px;
  display: flex;
}

.font-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
}

.checkout-form-styles {
  background-color: var(--snow);
  color: var(--black);
  padding-top: 200px;
  padding-bottom: 300px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.block-header {
  border-color: var(--misty-rose);
  padding-top: 20px;
  padding-bottom: 10px;
}

.customer-info {
  font-size: 18px;
}

.image-order-thumbnail {
  width: 60px;
  height: 60px;
}

.contact-input {
  border-color: var(--misty-rose);
  margin-bottom: 20px;
}

.contact-input.password {
  text-align: center;
}

.apple-pay {
  height: 60px;
}

.block-content {
  border-right-color: var(--misty-rose);
  border-bottom-color: var(--misty-rose);
  border-left-color: var(--misty-rose);
}

.discount {
  border-top-style: none;
  flex-direction: column;
}

.changelog-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.changelog-wrapper {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  align-items: center;
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.gw-change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.gw-mg-20px {
  width: 100%;
  height: 20px;
}

.gw-section-center-title {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gw-section-center-title._60 {
  color: #050505;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.h4-white {
  color: #fff;
}

.gw-mg-80px {
  width: 100%;
  height: 80px;
}

.rich-text-instructions {
  background-color: var(--white);
  color: #fff;
  padding: 87px;
}

.utility-page-wrap {
  background-color: var(--black);
  background-image: linear-gradient(#2b0a0adb, #2b0a0adb), url('../images/Church2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  flex-direction: column;
  width: 480px;
  padding: 60px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

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

.footer-copyright-link {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--red);
  text-decoration: underline;
}

.gw-bg-overlay {
  z-index: 9999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

._100-invert {
  filter: invert();
}

.arcus-logo {
  color: #050505;
  letter-spacing: -.6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.arcus-logo.white {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.bold-text-2 {
  font-family: Satoshi variable, sans-serif;
  font-size: 65px;
  line-height: 87%;
}

.heading {
  display: none;
}

.heading-2 {
  text-transform: none;
  font-size: 45px;
}

.heading-3, .heading-4 {
  text-transform: none;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: justify;
}

.paragraph-6 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.paragraph-7, .text-block-2, .paragraph-8 {
  color: var(--misty-rose);
}

.new {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .section {
    display: block;
  }

  .style-guide-color {
    height: 200px;
  }

  .btn-primary-navigation {
    transition-property: background-color;
    transition-duration: .4s;
  }

  .footer {
    background-position: 100% 100%;
    background-size: cover;
  }

  .accordian-text {
    color: #3a496d;
  }
}

@media screen and (min-width: 1440px) {
  ul {
    color: var(--black);
    font-family: Boska Variable;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
  }

  ol {
    color: #400;
    font-family: Boska Variable;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
  }

  li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  blockquote {
    color: var(--red);
    text-align: center;
    background-color: #400;
    padding: 100px;
    line-height: 132%;
  }

  figcaption {
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Boska Variable;
    font-size: 16px;
    line-height: 150%;
  }

  .section {
    display: block;
  }

  .container {
    padding-right: 0%;
  }

  .button-wrapper {
    display: flex;
  }

  .check-icon {
    background-color: #c52100;
  }

  .list-item.border {
    color: #400;
  }

  .bigger-number-text {
    color: var(--red);
  }

  .style-guide-color {
    height: 200px;
  }

  .color-name, .card.style-color-card {
    border-radius: 0;
  }

  .btn-primary-navigation {
    background-color: #0d8359;
    background-image: none;
  }

  .btn-primary-navigation:hover {
    color: #fff;
    background-color: #171e30;
  }

  .gw-navbar {
    flex-flow: column;
    display: flex;
  }

  .gw-social-link-wrap {
    width: 40px;
    height: 40px;
  }

  .footer-copyright {
    color: #fff;
    font-family: Boska Variable;
  }

  .footer {
    background-position: 0%;
    background-size: cover;
  }

  .facts-title-dark {
    font-family: Satoshi variable, sans-serif;
  }

  .testimonials-card.color {
    background-color: var(--maroon);
    color: #fff;
    border-color: #c52100;
  }

  ._24px-bold-text.white, ._18px-text.white {
    color: #fff;
  }

  .flex-h-start._20px {
    margin-top: 32px;
  }

  .testimonial-avatar {
    border-radius: 100px;
  }

  .testimonial-avatar._1 {
    background-image: url('../images/team-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .testimonial-avatar._2 {
    background-image: url('../images/team-3.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .office-image {
    background-image: url('../images/icons8-place-marker-150.png');
    border-radius: 0;
  }

  .office-image._2 {
    background-image: url('../images/icons8-place-marker-150.png');
  }

  .paragraph-white {
    color: var(--white);
  }

  .gw-section-center-title {
    flex-flow: row;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    border: 1px #000;
    display: block;
  }

  .section.hero-page {
    border-style: none;
    padding-top: 240px;
  }

  .section.hero-page.contact, .section.hero-page.checkout {
    border-style: none;
    border-width: 0;
  }

  .section.dark._300px {
    padding-top: 240px;
  }

  .section._300px-bottom-padding {
    border-style: none;
  }

  .container {
    padding-left: 0%;
  }

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

  .about-image-wrapper._48-margin {
    margin-top: 48px;
  }

  .image-video {
    background-image: url('../images/image-2.jpg');
  }

  .page-wrapper {
    border: 1px #000;
    margin-top: -60px;
  }

  .gw-grid-colors {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand {
    align-items: center;
  }

  .logo-name {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 132%;
  }

  .section-right {
    border: 1px #000;
  }

  .section-right.no-padding-bottom {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .style-guide-color, .style-guide-color.primary-1 {
    height: 200px;
  }

  .logo-icon {
    background-image: url('../images/REPAR-3.png');
    width: 170px;
    height: 75px;
  }

  .logo-icon.white {
    width: 170px;
    height: 75px;
  }

  .cart-styles {
    color: #222d48;
    font-weight: 500;
  }

  .cart-button {
    color: #fff;
    margin-top: 0;
  }

  .cart-button:hover {
    color: #b3ecbc;
    background-color: #0000;
  }

  .nav-column.right {
    align-items: center;
  }

  .btn-primary-navigation {
    text-transform: none;
    background-color: #0d8359;
    font-weight: 700;
  }

  .btn-primary-navigation:hover {
    background-color: #c3d577;
  }

  .cart-quantity {
    color: #f2f6fa;
    background-color: #0000;
    border: 1px #000;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link, .nav-link:hover {
    border: 1px #000;
  }

  .footer-side {
    padding-top: 80px;
  }

  .footer-side.flex-side.light {
    justify-content: flex-end;
    padding-top: 80px;
  }

  .footer-flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .footer-logo-link {
    width: 170px;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-family: Satoshi variable, sans-serif;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    display: block;
  }

  .gw-width-small-card {
    width: 100%;
  }

  .gw-testimonials-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .goodwill-info-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .ministries-slide {
    background-image: none;
    max-width: 900px;
    padding: 0;
  }

  .component-container._40px-bottom {
    margin-bottom: 40px;
  }

  .gw-image-blog-card {
    height: 550px;
  }

  .hero-bottom-content {
    border: 0 #000;
  }

  .hero-facts-metric.about, .hero-facts-metric.event, .hero-facts-metric.blog, .hero-facts-metric.donate {
    width: 90%;
  }

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

  .grid-3-colmn {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .top-label {
    top: auto;
    bottom: 20px;
  }

  ._18px-text {
    margin-left: 10px;
  }

  .star-icon {
    margin-right: 0;
  }

  .office-image, .office-image._2 {
    background-image: url('../images/icons8-place-marker-150.png');
  }

  .accordion-title-name {
    min-height: 80px;
  }

  .accordian-text {
    margin-bottom: 0;
  }

  .accordion-title-name-2 {
    min-height: 80px;
  }

  .gw-section-center-title._60 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copyright-link {
    margin-bottom: 0;
  }

  .gw-bg-overlay {
    justify-content: center;
    align-items: center;
  }
}

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

  h4 {
    font-size: 33px;
  }

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

  .section.gray._300px {
    padding-bottom: 220px;
    overflow: hidden;
  }

  .section.hero-page {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.hero-page.ministries, .section.hero-page.blog, .section.hero-page.products-page {
    height: auto;
  }

  .section.hero-page.checkout {
    padding-bottom: 160px;
  }

  .section.hero-page.donate {
    height: auto;
    padding-bottom: 0;
  }

  .section.dark._300px, .section._300px-bottom-padding {
    padding-bottom: 220px;
  }

  .section.pricing-100px-mbl {
    padding-bottom: 100px;
  }

  .container.checkout {
    flex-direction: column;
  }

  .container.navbar-container {
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

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

  .grid-2-columns.align-start, .grid-2-columns._1-4fr-left-clmn, .grid-2-columns._1-8fr-left-clmn, .grid-2-columns._1column-mbl {
    grid-template-columns: 1fr;
  }

  .inner-container.margin-48px-mbl {
    margin-bottom: 48px;
  }

  .about-image-wrapper._650px-mbl {
    height: 650px;
  }

  .event-content-info.featured {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-content._10px-margin {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .video-image-icon.big {
    width: 100%;
    height: 280px;
  }

  .about-features-list {
    max-width: 100%;
  }

  .about-features-list._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .about-features._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .sidebar-link {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .componet-header {
    margin-bottom: 56px;
  }

  .logo-wrapper {
    margin: 0;
    padding: 24px;
  }

  .brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-primary.sidebar {
    margin-bottom: 0;
    position: relative;
  }

  .button-block {
    padding: 40px 12%;
  }

  .gw-page-wrapper.style-guide {
    margin-left: 0;
  }

  .gw-sidebar {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
  }

  .section-right {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .gw-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .style-guide-color, .style-guide-color.primary-1 {
    height: 140px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gw-component-wrapper {
    padding-bottom: 0;
  }

  .cart-styles {
    margin-right: 10px;
  }

  .cart-button {
    color: #fff;
  }

  .nav-column.right {
    align-items: center;
    width: 100%;
    margin-right: 20px;
  }

  .nav-column.right.hide-in-mbl {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    position: absolute;
    overflow: auto;
  }

  .menu-button {
    background-color: var(--snow);
    color: var(--black);
    border-radius: 10px;
    order: 1;
    margin-left: 20px;
    padding: 14px;
    transition: background-color .2s;
  }

  .menu-button:hover {
    background-color: var(--misty-rose);
  }

  .menu-button.w--open {
    background-color: var(--misty-rose);
    color: var(--black);
  }

  .nav-link {
    color: var(--black);
    display: block;
  }

  .nav-link:hover {
    background-color: var(--snow);
  }

  .gw-navbar {
    height: 80px;
  }

  .gw-grid-two-row {
    grid-template-columns: 1fr;
  }

  .footer-side {
    width: 50%;
  }

  .footer-side.flex-side.light {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .input {
    margin-bottom: 10px;
  }

  .form-subscribe {
    flex-direction: row;
    padding-left: 5px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gw-social-icons-wrapper {
    margin-left: 0;
  }

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

  .gw-width-small-card {
    width: 100%;
  }

  .h1-white {
    font-size: 63px;
  }

  .gw-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 16px;
    padding: 16px 16px 28px;
  }

  .gw-slider-left-arrow._1 {
    left: 0%;
  }

  .small-insight-name {
    font-size: 16px;
  }

  .ministries-slide {
    max-width: 77%;
  }

  .small-grid-insights {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .component-container {
    padding-right: 30px;
  }

  .event-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .gw-small-blog-card-wrapper, .gw-small-blog-card-wrapper.w--current {
    margin-bottom: 0;
  }

  .gw-image-blog-card {
    width: 100%;
    height: 350px;
  }

  .gw-image-blog-card-small {
    height: 220px;
  }

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

  .hero-bottom-content {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .hero-facts-metric {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .facts-block-h-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-left {
    margin-left: 0;
  }

  .vlues-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-3-colmn {
    grid-template-columns: 1fr 1fr;
  }

  .team-title {
    font-size: 22px;
    line-height: 32px;
  }

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

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

  .card-form {
    padding: 54px 32px;
  }

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

  .grid-2-colmn-content-text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-colmn-2coulm-mbl {
    grid-template-columns: 1fr 1fr;
  }

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

  .flex-h-start.mg-bottom-32px, .flex-v-start {
    align-items: flex-start;
  }

  .testimonial-avatar._1, .testimonial-avatar._2 {
    margin-bottom: 0;
  }

  .footer-head-title {
    margin-bottom: 24px;
  }

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

  .ministries-featured-image {
    height: 300px;
  }

  .accordions-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-2-colmn-65px-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    padding: 40px 32px;
  }

  .tab-link-center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-center.w--current {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .tab-title {
    font-size: 22px;
    line-height: 38px;
  }

  .color-text {
    margin-bottom: 10px;
    display: inline-block;
  }

  .richtext-wrapper {
    width: 75%;
    max-width: 100%;
  }

  .collection-related-posts {
    grid-template-columns: 1fr;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-form-styles {
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .checkout-left-block, .checkout-right-block {
    width: 100%;
  }

  .customer-info {
    font-size: 18px;
  }

  .gw-section-center-title {
    flex-wrap: wrap;
  }

  .gw-section-center-title._60 {
    width: 80%;
  }

  .rich-text-instructions {
    padding: 67px;
  }

  .arcus-logo {
    margin-bottom: 0;
  }
}

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

  h3 {
    font-size: 42px;
    line-height: 110%;
  }

  h4 {
    font-size: 31px;
  }

  h5 {
    font-size: 23px;
  }

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

  .section.gray._300px {
    padding-bottom: 190px;
  }

  .section.hero-page {
    padding-bottom: 0;
  }

  .section.hero-page.event {
    height: 1260px;
  }

  .section.hero-page.blog {
    height: auto;
  }

  .section.hero-page.checkout {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section.dark._300px {
    padding-top: 140px;
    padding-bottom: 190px;
  }

  .section._300px-bottom-padding {
    padding-bottom: 190px;
  }

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

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

  .button-wrapper {
    flex-wrap: wrap;
  }

  .button-wrapper._20px-mbl {
    margin-top: 20px;
  }

  .end-flex {
    justify-content: flex-start;
  }

  .label-subtitle {
    font-size: 14px;
  }

  .image-video {
    height: 650px;
  }

  .event-content-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-image-icon.big {
    height: 240px;
  }

  .gw-grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .logo-wrapper {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .card-body {
    padding: 16px;
  }

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

  .gw-sidebar-menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .gw-component-wrapper {
    padding-bottom: 0;
  }

  .cart-styles {
    margin-right: 0;
  }

  .menu-button.w--open {
    color: #0b3a2e;
    background-color: #b3ecbc;
  }

  .gw-navbar {
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: auto;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    width: 100%;
    padding-top: 60px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .input {
    margin-bottom: 10px;
  }

  .powered-text-footer {
    margin-left: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .subfooter {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-headline {
    text-align: left;
    font-size: 30px;
  }

  .gw-width-small-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .h1-white {
    font-size: 60px;
    line-height: 115%;
  }

  .feature-card {
    padding: 20px 20px 32px;
  }

  .gw-projects {
    width: 350px;
    height: 350px;
  }

  .ministries-slide {
    max-width: 77%;
  }

  .small-grid-insights {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .component-container {
    display: flex;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .gw-image-blog-card {
    height: 450px;
  }

  .gw-image-blog-card-small {
    height: 190px;
  }

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

  .hero-bottom-content {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .hero-facts-metric {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .facts-block-h-flex {
    flex-direction: row;
    justify-content: flex-start;
    width: 80%;
    margin-bottom: 32px;
  }

  .facts-block-h-flex.last-0px-mbl {
    margin-bottom: 0;
  }

  .grid-3-colmn {
    grid-template-columns: 1fr;
  }

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

  .text-label {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .team-image-wrapper {
    height: 400px;
  }

  .inner-content-card {
    padding: 32px 32px 40px;
  }

  .contact-input {
    min-height: 60px;
  }

  .card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

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

  .testimonials-card {
    padding: 32px;
  }

  ._24px-bold-text {
    font-size: 18px;
    line-height: 18px;
  }

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

  ._18px-text {
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial-avatar {
    margin-bottom: 8px;
  }

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

  .accordion-open-close {
    width: 14px;
    height: 14px;
  }

  .accordions-grid {
    grid-template-columns: 1fr;
  }

  .accordion-title-name {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .grid-2-colmn-65px-gap {
    grid-template-columns: 1fr;
  }

  .tabs-content {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tab-link-center {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .tab-title {
    font-size: 20px;
    line-height: 32px;
  }

  .price-table {
    white-space: pre-wrap;
    font-size: 38px;
  }

  .accordion-open-close-2 {
    width: 14px;
    height: 14px;
  }

  .accordion-title-name-2 {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price-card {
    padding: 32px;
  }

  .grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .gw-section-center-title._60 {
    width: 100%;
  }

  .rich-text-instructions {
    padding: 47px;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

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

  .section.hero-page.blog {
    height: auto;
  }

  .section.hero-page.event-posts {
    padding-top: 140px;
  }

  .grid-2-columns.section-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .inner-container.margin-48px {
    justify-content: center;
    align-items: center;
  }

  .button-wrapper {
    flex-flow: column wrap;
  }

  .image {
    width: 100%;
  }

  .about-image-wrapper._650px-mbl {
    height: 550px;
  }

  .label-subtitle {
    font-size: 13px;
  }

  .check-icon {
    flex: none;
  }

  .image-video {
    height: 550px;
  }

  .info-content._10px-margin {
    padding-left: 10px;
  }

  .video-image-icon {
    width: 100%;
  }

  .video-image-icon.big {
    height: 200px;
  }

  .about-features-list {
    margin-bottom: -30px;
  }

  .about-features {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-features._2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .gw-grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr;
  }

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

  .logo-wrapper {
    margin: 0;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .card-body {
    padding: 12px;
  }

  .btn-primary {
    transition: all .4s;
  }

  .btn-primary.sidebar {
    margin-bottom: 10px;
  }

  .btn-primary._4 {
    font-size: 16px;
  }

  .btn-primary._4._20px-right {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-primary._4.hide-mbl {
    display: none;
  }

  .btn-primary.full-mbl {
    width: 100%;
  }

  .gw-sidebar {
    flex-direction: column;
  }

  .style-guide-color {
    height: 160px;
  }

  .paragraph-small.info {
    text-align: center;
    font-size: 15px;
  }

  .nav-column.right {
    margin-right: 10px;
  }

  .nav-column.right.hide-in-mbl {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .gw-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-side {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-radius: 0;
    flex: 1;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .gw-social-link-wrap {
    width: 30px;
    height: 30px;
  }

  .powered-text-footer {
    margin-left: 0;
  }

  .gw-social-icon {
    width: 16px;
  }

  .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .cta-in-container {
    padding: 24px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subfooter {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .newsletter-headline {
    font-size: 24px;
  }

  .gw-width-small-card {
    width: 100%;
    max-width: none;
  }

  .h1-white {
    font-size: 47px;
  }

  .slider-right-arrow, .slider-right-arrow._1 {
    display: none;
  }

  .gw-projects {
    background-size: cover;
    width: 200px;
    height: 200px;
  }

  .gw-slider-left-arrow, .gw-slider-left-arrow._1 {
    display: none;
  }

  .small-insight-name {
    font-size: 16px;
  }

  .ministries-slide {
    max-width: 100%;
    padding: 20px 0;
  }

  .gw-slide-nav-second {
    justify-content: center;
    align-items: center;
    font-size: 7px;
    display: flex;
    bottom: -60px;
  }

  .small-grid-insights {
    grid-template-columns: 1fr;
  }

  .component-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gw-image-blog-card {
    height: 300px;
  }

  .bottom-info-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .gw-left-info-post-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .blog-small-card-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-bottom-content {
    padding-left: 32px;
    padding-right: 24px;
  }

  .hero-bottom-content.event {
    padding-right: 10px;
  }

  .hero-bottom-content.donate {
    padding-right: 16px;
  }

  .hero-bottom-content.blog-posts {
    padding-left: 6px;
  }

  .hero-facts-metric {
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
  }

  .hero-facts-metric.event, .hero-facts-metric.blog {
    padding-left: 24px;
  }

  .hero-facts-metric.donate {
    padding-left: 32px;
  }

  .hero-facts-metric.blog-post {
    padding-left: 30px;
  }

  .facts-block-h-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

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

  .info-icons {
    width: 24%;
  }

  .team-title {
    font-size: 20px;
    line-height: 30px;
  }

  .text-label {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .team-image-wrapper {
    height: 220px;
  }

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

  .inner-content-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-input {
    min-height: 54px;
    margin-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .text-area {
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
    overflow: auto;
  }

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

  .top-blog-content {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-blog-content.hide-mbl {
    display: none;
  }

  .grid-2-colmn-2coulm-mbl {
    grid-template-columns: 1fr;
  }

  .button-col-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .testimonials-card {
    padding: 24px;
  }

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

  .mg-right-16px.bottom-0px-mbl {
    margin-bottom: 0;
  }

  ._18px-text, ._18px-text.white {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .testimonial-avatar {
    margin-bottom: 16px;
  }

  .footer-head-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .grid-footer-vr-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .flex-h-end {
    justify-content: space-between;
    width: 100%;
  }

  .footer-scroll {
    width: 50px;
    height: 50px;
  }

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

  .accordion-text-info.contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .office-image, .office-image._2 {
    width: 100%;
    height: 160px;
  }

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

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-center {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .tabs-wrapper {
    width: 100%;
  }

  .tab-title {
    font-size: 20px;
    line-height: 30px;
  }

  .price-table {
    font-size: 28px;
  }

  .accordion-title {
    white-space: break-spaces;
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-wrapper._700px {
    max-width: 100%;
  }

  .price-card {
    padding: 24px;
  }

  .richtext-wrapper {
    width: 85%;
  }

  .grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .changelog-icon {
    margin-bottom: 10px;
  }

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

  .gw-change-text {
    margin-left: auto;
  }

  .gw-section-center-title._60 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-instructions {
    padding: 27px;
  }

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

  .order-info {
    margin-top: 10px;
    margin-left: 0;
  }

  .bold-text-2 {
    font-size: 53px;
  }

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

#w-node-_63a275b8-d42d-3bb8-4553-3defa6fe38a1-6a848fe0, #w-node-cb613688-69a2-c589-0a05-ed20f741a8b5-6a848fe0, #w-node-cb613688-69a2-c589-0a05-ed20f741a8b6-6a848fe0, #w-node-cb613688-69a2-c589-0a05-ed20f741a8c3-6a848fe0, #w-node-cb613688-69a2-c589-0a05-ed20f741a8e4-6a848fe0, #w-node-_0ca1e084-04a3-d818-333b-e2f8fb85e840-6a848fe0, #w-node-_0ca1e084-04a3-d818-333b-e2f8fb85e843-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5ac-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5b5-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5b9-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5bd-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5c1-6a848fe0, #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5c5-6a848fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5c9-6a848fe0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc5e391d-9b3e-9efb-d4c3-cfdab9a3c1b1-b9a3c15c, #w-node-dc5e391d-9b3e-9efb-d4c3-cfdab9a3c1b8-b9a3c15c, #w-node-dc5e391d-9b3e-9efb-d4c3-cfdab9a3c1bd-b9a3c15c, #w-node-dc5e391d-9b3e-9efb-d4c3-cfdab9a3c1c7-b9a3c15c, #w-node-dc5e391d-9b3e-9efb-d4c3-cfdab9a3c1d1-b9a3c15c, #w-node-ca796e3e-fa15-cd53-651f-eb8e69471b75-6a848fe2, #w-node-c21198c6-d41c-033c-8bd3-13760dd6766f-6a848fe2, #w-node-c21198c6-d41c-033c-8bd3-13760dd67670-6a848fe2, #w-node-_3057ffe1-5d07-c6ca-ce93-6e3f8bcd10ef-6a848fe2, #w-node-_3057ffe1-5d07-c6ca-ce93-6e3f8bcd111f-6a848fe2, #w-node-_76ac9160-6983-a430-9ee0-4d3d471685f1-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a8286-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82a3-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82a4-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82c6-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82c7-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82e9-6a848fe4, #w-node-c69e6d24-2a6a-f904-3fd3-86883e3a82ea-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c679-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6a3-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6a7-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6ab-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6af-6a848fe4, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6b3-6a848fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6b7-6a848fe4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b4b8b6f-9831-1ac1-8ced-610d9f9c7452-6a848fe8, #w-node-_356f08df-8c5e-07d7-f034-cd3c6d084460-6a848fe8, #w-node-_356f08df-8c5e-07d7-f034-cd3c6d084461-6a848fe8, #w-node-_356f08df-8c5e-07d7-f034-cd3c6d084467-6a848fe8, #w-node-fac51cf1-47aa-4a09-d8c7-ade667113285-6a848fe9, #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc350d-6a848fe9, #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc350e-6a848fe9, #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc3514-6a848fe9, #w-node-_748e84f2-5343-e207-6af4-6ded6b0495c5-6a848fea, #w-node-_4f1523ba-d305-18f1-26df-da9948a367c5-6a848fea, #w-node-_4f1523ba-d305-18f1-26df-da9948a367c6-6a848fea, #w-node-_4f1523ba-d305-18f1-26df-da9948a367cd-6a848fea, #w-node-_63a275b8-d42d-3bb8-4553-3defa6fe38a1-6a848feb, #w-node-_0ca1e084-04a3-d818-333b-e2f8fb85e840-6a848feb, #w-node-_0ca1e084-04a3-d818-333b-e2f8fb85e843-6a848feb, #w-node-e9f6a835-55ee-ff69-ab47-52a528eb99da-6a848feb, #w-node-e9f6a835-55ee-ff69-ab47-52a528eb99d7-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e5a-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e69-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e6b-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e6d-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e6f-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e71-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e73-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e82-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e84-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e86-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e88-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e8a-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e8c-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e9b-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e9d-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610e9f-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610ea1-6a848feb, #w-node-_47ae7d23-d072-d00a-f845-7a9255610ea3-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e312e6-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e312f2-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e312f6-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e312fa-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e312fe-6a848feb, #w-node-f39a2298-a17f-8b3f-34a6-566631e31302-6a848feb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f39a2298-a17f-8b3f-34a6-566631e31306-6a848feb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c23-6a848fee, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c36-6a848fee, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c3a-6a848fee, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c3e-6a848fee, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c42-6a848fee, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c46-6a848fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c4a-6a848fee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc3523-6a848fe9 {
    align-self: auto;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc3524-6a848fe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc3540-6a848fe9 {
    align-self: auto;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc3541-6a848fe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc355d-6a848fe9 {
    align-self: auto;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc355e-6a848fe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc357a-6a848fe9 {
    align-self: auto;
  }

  #w-node-c1aee45e-6c33-ca75-6c8d-9d61f3bc357b-6a848fe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e9f6a835-55ee-ff69-ab47-52a528eb99d7-6a848feb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfe8eccc-4fe5-f99f-08ef-fe5cc490e5c9-6a848fe0, #w-node-_8cc09433-f73e-b0ac-d164-c1a365e8c6b7-6a848fe4, #w-node-f39a2298-a17f-8b3f-34a6-566631e31306-6a848feb, #w-node-ef30a7f6-c60b-ec2f-b8d3-037c60285c4a-6a848fee {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}