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

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

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

:root {
  --dark-slate-blue: #383f4e;
  --white: white;
  --teal: #00686b;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::placeholder {
  color: #999;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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-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;
  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-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 {
  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;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.style-guide {
  overflow: visible;
}

.navbar {
  z-index: 2000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  background-color: #fff;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 4px 4px 65px #00000014;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  max-width: 1350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container.block-container.block-container-desktop {
  align-items: center;
}

.navbar-singel-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #1c2436;
  margin-right: 30px;
  padding: 0;
  transition: all .35s;
}

.nav-link:hover {
  color: #839914;
}

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

.nav-link.mr0 {
  margin-right: 0;
}

.nav-link.mr0.volunteer {
  margin-right: 30px;
}

.nav-link.navlink-dropdown {
  margin-right: 8px;
}

.navbar-button-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-link-block {
  color: #0d594a;
  margin-left: 30px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.navbar-link-block.ml0 {
  margin-left: 0;
}

.navbar-link-block.ml0.mobile {
  display: none;
}

.navbar-link-block-text {
  color: var(--teal);
  -webkit-text-stroke-color: var(--teal);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.banner-shape-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-shape {
  background-color: #ffb71d;
  width: 420px;
  height: 640px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-content-wrapper {
  padding-top: 145px;
  position: relative;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  padding-right: 0;
}

.banner-titile-wrapper {
  overflow: hidden;
}

.banner-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 73px;
  line-height: 83px;
}

.banner-title.laptop-h1 {
  font-size: 64px;
}

.banner-paragraph-text-wrapper {
  margin-top: 10px;
  overflow: hidden;
}

.banner-paragraph-text {
  color: #383f4e;
  max-width: 500px;
  margin-bottom: 16px;
}

.banner-button-wrapper {
  margin-top: 25px;
  overflow: hidden;
}

.primary-button {
  background-color: var(--teal);
  color: #fff;
  padding: 14px 30px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.primary-button:hover {
  color: #000;
  background-color: #e8f79d;
}

.primary-button.two {
  color: #000;
  background-color: #ffb71d;
  border: 1px solid #ffb71d;
  transition: all .35s;
}

.primary-button.two:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #e0e0e0;
}

.primary-button.two.hover {
  background-color: var(--teal);
  color: #fffefd;
  border-color: #327973;
}

.primary-button.two.hover:hover {
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button.navbar-button {
  color: #0d594a;
  background-color: #0000;
  padding: 0;
  text-decoration: underline;
}

.primary-button.navbar-button.mobile {
  display: none;
}

.primary-button.four {
  color: #327973;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  display: inline-block;
}

.primary-button.four:hover {
  color: #fff;
  background-color: #294f4a;
  border-color: #294f4a;
}

.primary-button.footer {
  color: #1c2436;
  background-color: #e8f79d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
}

.primary-button.footer:hover {
  color: #fff;
  background-color: #294f4a;
}

.primary-button-text {
  font-family: Montserrat, sans-serif;
}

.banner-image-wrapper {
  text-align: right;
  position: relative;
}

.banner-image-singel {
  display: inline-block;
  position: relative;
}

.banner-image-shape1 {
  position: absolute;
  inset: 2% auto auto -19%;
}

.banner-image-shape2 {
  position: absolute;
  inset: auto auto 65px 8%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000012;
}

.banner-image-shape3 {
  position: absolute;
  inset: auto 0 33px auto;
}

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

.sponsors-wrapper {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 35px;
  padding-bottom: 35px;
}

.sponsor-ticker-wrapper {
  overflow: hidden;
}

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

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.single-sponsor-img {
  margin-right: 110px;
}

.cta-section {
  padding-bottom: 150px;
}

.cta-wrapper {
  background-color: var(--teal);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.cta-singel-wrapper {
  text-align: center;
}

.cta-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.cta-button {
  color: #000;
  background-color: #ffb71d;
  padding: 15px 30px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #294f4a;
}

.cta-shape1 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-shape2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-section {
  padding-bottom: 140px;
}

.about-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.about-top-content.mb40 {
  margin-bottom: 40px;
}

.about-us-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.about-us-title-wrapper {
  max-width: 480px;
}

.about-us-paragraph-text-wrapper {
  max-width: 360px;
}

.about-us-paragraph-text {
  color: #383f4e;
  margin-bottom: 0;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
}

.about-us-counter-up-singel-wrapper.mb50 {
  margin-bottom: 50px;
}

.metrics {
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.metrics.two {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.number-digit {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.number-categories {
  color: #171d29;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.number-info-text {
  color: #383f4e;
}

.about-us-image {
  width: 100%;
}

.services-section {
  padding-bottom: 150px;
}

.services-wrapper {
  background-color: #294f4a;
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.services-section-titlte-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.services-section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.services-shape-one {
  position: absolute;
  bottom: 65%;
  left: auto;
  right: 10%;
}

.services-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-box {
  padding: 50px 40px 210px;
  position: relative;
}

.services-box.one {
  background-color: #cff2ed;
  padding-bottom: 160px;
}

.services-box.two {
  background-color: #cff285;
  padding-bottom: 160px;
}

.services-box.three {
  background-color: #e6cff2;
  padding-bottom: 160px;
}

.services-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.services-paragraph-text {
  color: #383f4e;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.services-shape {
  position: absolute;
  inset: auto 8% 5% auto;
}

.services-shape-two {
  position: absolute;
  inset: auto auto -3% -3%;
}

.our-result-section {
  padding-bottom: 150px;
}

.our-result-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.our-result-images-wrapper {
  width: 630px;
}

.our-result-singel-image {
  position: relative;
}

.our-result-singel-image.two {
  text-align: right;
}

.our-result-image {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.our-result-shape-image {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -35%);
}

.our-result-shape-image.two {
  left: 0;
  right: auto;
}

.our-result-right-content {
  width: 510px;
}

.our-result-titile {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.our-result-paragraph-text {
  color: #383f4e;
  margin-top: 20px;
  margin-bottom: 30px;
}

.our-result-list-wrapper {
  margin-bottom: 65px;
  display: block;
}

.our-result-singel-list {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.our-result-singel-list.mb0 {
  margin-bottom: 0;
}

.our-result-list-imge {
  margin-right: 15px;
}

.our-result-list-text-block {
  color: #383f4e;
  font-weight: 500;
}

.our-result-heand-image {
  z-index: -1;
  width: 590px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-result-heand-image.two {
  inset: auto auto 0% -5%;
}

.footer-wrapper {
  background-color: #327973;
  margin-left: auto;
  margin-right: auto;
}

.footer-top-content {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-details-wrapper {
  width: 380px;
}

.footer-description-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-right: 20px;
}

.footer-icons-wrapper {
  align-items: center;
  display: flex;
}

.footer-icon-singel-wrapper {
  color: #fff;
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-icon-singel-wrapper:hover {
  color: #e8f79d;
  border-color: #e8f79d;
}

.footer-icon-singel-wrapper.mr0 {
  margin-right: 0;
}

.footer-menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 395px;
  display: flex;
}

.footer-menu-title-wrapper {
  margin-bottom: 30px;
}

.footer-menu-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-text-link {
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.footer-text-link:hover {
  color: #e8f79d;
}

.footer-text-link.mb0 {
  margin-bottom: 0;
}

.footer-info-wrapper {
  background-color: #fff;
  width: 335px;
  padding: 35px 32px;
}

.footer-info-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #ffffff1f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-text-block {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.footer-bottom-text-link {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.faq-section {
  padding-bottom: 150px;
}

.faq-wrapper {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.faq-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.faq-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: inline-block;
}

.faq-singel-wrapper {
  border: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.faq-singel-wrapper.mb0 {
  margin-bottom: 0;
}

.faq-section-shape {
  z-index: -1;
  margin-top: -16px;
  margin-left: -39px;
  position: absolute;
}

.faq {
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-question {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.faq-answer-container {
  width: 100%;
  overflow: hidden;
}

.paragraph.for-faq {
  color: #383f4e;
  max-width: 670px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.paragraph.for-faq.withd {
  max-width: 505px;
}

.blog-section {
  height: auto;
  padding-bottom: 150px;
}

.blog-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.blog-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.blog-wrapper {
  overflow: hidden;
}

.blog-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  display: grid;
}

.blog-singel-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.blog-image-wrapper {
  flex: 0 auto;
  width: 235px;
  overflow: hidden;
}

.blog-image {
  text-align: center;
  max-width: none;
  height: 250px;
}

.blog-text-wrapper {
  width: 320px;
}

.blog-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-date-text-block {
  color: #1c2436;
  margin-bottom: 10px;
}

.blog-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #294f4a;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-button-text-block {
  font-family: Montserrat, sans-serif;
}

.blog-button-arrow {
  margin-left: 10px;
}

.blog-section-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.testimonial-section {
  padding-bottom: 150px;
}

.testimonial-wrapper {
  background-image: url('../images/Testimonial-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 115px;
  position: relative;
}

.testimonial-slider-wrapper {
  width: 575px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider-mask {
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.testimonial-text-wrapper {
  margin-bottom: 20px;
}

.testimonial-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  display: inline-block;
}

.testimonial-title-shape {
  z-index: -1;
  position: absolute;
  inset: -32% 18% auto auto;
}

.testimonial-title-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.testimonial-paragraph-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.testimonial-name-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
}

.testimonial-name {
  color: #ffffffb3;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-arrow {
  background-color: #ffffffb3;
  width: 44px;
  height: 1px;
  margin-left: 5px;
}

.testimonial-left-arrow {
  border: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-left-arrow.right {
  left: 11%;
}

.banner-section-two {
  margin-bottom: 80px;
  padding-top: 180px;
}

.banner-wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-top-shape-image-wrapper {
  text-align: center;
}

.banner-title-wrapper-two {
  text-align: center;
  overflow: hidden;
}

.banner-title-two {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 154px;
}

.banner-title-two:lang(ru) {
  line-height: 110px;
}

.banner-title-two._2 {
  color: #fff;
  text-shadow: -2px 0 #1c2436, 0 2px #1c2436, 2px 0 #1c2436, 0 -2px #1c2436;
  font-size: 80px;
}

.banner-paragraph-text-wrapper-two {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
}

.banner-paragraph-text-two {
  color: #383f4e;
  max-width: 507px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-button-wrapper-two {
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
}

.banner-shape1 {
  z-index: 9;
  position: absolute;
  inset: auto auto 12% -11%;
  overflow: hidden;
}

.banner-shape2 {
  z-index: 9;
  position: absolute;
  inset: auto 0% -2% auto;
  overflow: hidden;
}

.our-organization-section {
  padding-bottom: 80px;
}

.organization-wrapper {
  background-color: var(--teal);
  max-width: 1665px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.organization-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.organization-left-content {
  position: relative;
}

.organization-text-wrapper {
  max-width: 540px;
}

.organization-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.organization-paragraph-text {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 25px;
  padding-right: 20px;
}

.organization-shape {
  margin-top: 30px;
  position: absolute;
  inset: -35% auto auto 0%;
}

.organization-details-wrapper.top {
  margin-bottom: 25px;
}

.organization-details-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.organization-details-singel-wrapper {
  padding: 50px 20px 50px 40px;
}

.organization-details-singel-wrapper.one {
  background-color: #cff2ed;
}

.organization-details-singel-wrapper.two {
  background-color: #cff285;
  height: 100%;
}

.organization-details-singel-wrapper.three {
  background-color: #f1f2cf;
}

.organization-details-singel-wrapper.four {
  background-color: #e6cff2;
}

.organization-details-image-wrapper {
  margin-bottom: 40px;
}

.organization-details-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.organization-details-info-text {
  color: #454c5f;
}

.about-grid-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  align-items: end;
}

.about-counter-up-singel-wrapper {
  max-width: 560px;
}

.about-counter-grid {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.about-image {
  width: 100%;
}

.causes-section {
  padding-bottom: 150px;
}

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

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

.causes-content {
  border: 1px solid #e0e0e0;
  padding: 10px 15px 25px;
}

.causes-section-titlte-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.causes-section-titlte-singel-wrapper {
  text-align: center;
}

.causes-section-titlte {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.causes-image-wrapper {
  overflow: hidden;
}

.causes-image {
  width: 100%;
}

.causes-image.height {
  height: 278px;
}

.causes-name-description {
  margin-top: 25px;
  margin-bottom: 30px;
}

.causes-name {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.causes-description-text {
  color: #383f4e;
  margin-bottom: 0;
}

.causes-line-bar {
  background-color: #ededed;
  width: 100%;
  height: 2px;
  position: relative;
}

.causes-line-bar-singel {
  background-color: #294f4a;
  width: 50%;
  height: 2px;
  position: relative;
}

.causes-price-wrapper {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
}

.causes-goals-text {
  color: #383f4e;
  margin-bottom: 5px;
}

.causes-goals-price {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.causes-section-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.testimonial-section-two {
  padding-bottom: 140px;
}

.testimonial-wrapper-two {
  background-color: #327973;
  padding-top: 90px;
  padding-bottom: 170px;
}

.testimonial-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.testimonial-section-title {
  z-index: 9;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
  display: inline-block;
  position: relative;
}

.testimonial-section-title-shape {
  z-index: 1;
  position: relative;
  top: 16px;
  left: -43px;
}

.testimonial-content {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: 100%;
}

.testimonial-singel-contet {
  text-align: center;
}

.testimonial-image-wrapper {
  margin-bottom: 25px;
  display: inline-block;
}

.testimonial-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.testimonial-details {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-details-line {
  background-color: #fff;
  width: 16px;
  height: 1px;
}

.testimonial-details-text-block {
  color: #fffc;
  margin-left: 10px;
}

.testimonial-slider-arrow {
  border: 1px solid #ffffff24;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.testimonial-slider-arrow.left {
  inset: auto 8% -29% 0%;
}

.testimonial-slider-arrow.right {
  inset: auto 0% -29% 8%;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.kindness-section {
  padding-bottom: 150px;
  overflow: hidden;
}

.kindness-container {
  max-width: 1635px;
  margin-left: auto;
  padding-left: 15px;
}

.kindness-section-title-wrapper {
  margin-bottom: 50px;
}

.kindness-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.kindness-slider {
  background-color: #0000;
  height: 100%;
}

.kindness-slider-mask {
  max-width: 425px;
  overflow: visible;
}

.kindness-slide {
  margin-right: 25px;
}

.kindness-slider-arrow {
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all .35s;
  display: flex;
  inset: -20% 24% auto auto;
}

.kindness-slider-arrow:hover {
  background-color: #dcf285;
}

.kindness-slider-arrow.right {
  right: 20%;
}

.overflow-hidden {
  overflow: hidden;
}

.dropdown-wrapper {
  margin-right: 20px;
}

.dropdown-wrapper.dropdown-button {
  margin-right: 16px;
}

.header-nav-link-dropdown-toggle {
  color: #1c2436;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-arrow {
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.dropdown-arrow.dropdown-button-arrow {
  color: var(--teal);
}

.dropdown-list {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  box-shadow: 20px 20px 65px #00000017;
}

.dropdown-list.w--open {
  text-align: left;
}

.dropdown-link {
  color: #383f4e;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 16px;
}

.dropdown-link.w--current {
  color: #0d594a;
  text-decoration: none;
  display: block;
}

.dropdown-link.mb0 {
  margin-bottom: 0;
}

.founders-section {
  padding-top: 220px;
  padding-bottom: 140px;
}

.founders-section.section-container {
  padding-top: 24px;
}

.inner-founders-content {
  text-align: center;
}

.inner-founders-content.founders-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1220px;
  display: flex;
}

.inner-banner-image-wrapper {
  display: inline-block;
  position: relative;
}

.inner-banner-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.inner-banner-title.block-title {
  font-size: 40px;
}

.inner-banner-text-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.inner-banner-text-link-singel {
  align-items: center;
  display: flex;
}

.inner-banner-text-link {
  color: #1c2436;
  text-decoration: none;
}

.inner-banner-text-link-arrow {
  margin-right: 7px;
}

.inner-banner-arrow {
  color: #1c2436;
  margin-left: 7px;
  margin-right: 7px;
}

.inner-banner-shape {
  z-index: -1;
  position: absolute;
  inset: -49% 3% auto auto;
}

.about-section-two {
  padding-bottom: 150px;
}

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

.about-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.about-section-titles {
  margin-bottom: 55px;
}

.about-images-wrapper {
  display: flex;
}

.charity-left-image-wrapper {
  width: 570px;
  margin-right: 10px;
  overflow: hidden;
}

.charity-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.charity-middle-images-wrapper {
  object-fit: fill;
  flex: 0 auto;
  width: 315px;
  margin-right: 10px;
  overflow: hidden;
}

.charity-image-singel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.charity-image-singel.mb10 {
  margin-bottom: 10px;
}

.charity-right-image-wrapper {
  width: 410px;
  overflow: hidden;
}

.about-conter-up {
  padding-bottom: 150px;
}

.about-conter-up-wrapper-two {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-conter-grid-two {
  grid-column-gap: 265px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
}

.behind-us {
  padding-bottom: 150px;
}

.behind-us-slider-wrapper {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.behind-us-slider {
  background-color: #0000;
  height: 100%;
}

.behind-slide-conten {
  border: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  padding: 25px 70px 25px 25px;
  display: flex;
}

.behind-slide-image-wrapper {
  width: 365px;
}

.behind-slide-image {
  width: 100%;
}

.behind-slide-details-wrapper {
  width: 570px;
}

.behind-slide-details-year {
  color: #1c2436;
  background-color: #e6cff2;
  margin-bottom: 25px;
  padding: 5px 8px;
  display: inline-block;
}

.behind-slide-details-heading {
  color: #1c2436;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.behind-slide-details-paragraph-text {
  color: #383f4e;
  margin-bottom: 16px;
}

.behind-slide-arrow {
  border: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.behind-slide-arrow.left {
  left: -10%;
}

.behind-slide-arrow.right {
  right: -10%;
}

.team-section {
  padding-bottom: 150px;
}

.team-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.team-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.team-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.team-singel-wrapper {
  border: 1px solid #e0e0e0;
  padding-bottom: 40px;
}

.team-image-name-wrapper {
  text-align: center;
  text-decoration: none;
  display: block;
}

.team-image {
  width: 100%;
}

.team-name {
  color: #1c2436;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-icons-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-icons-wrapper.left {
  justify-content: flex-start;
}

.team-icons-wrapper.team-icons-wrapper-centered {
  justify-content: center;
}

.team-icons-link-block {
  color: #294f4a;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.team-icons-link-block.mr0 {
  margin-right: 0;
}

.team-button-wrapper {
  text-align: center;
  margin-top: 60px;
}

.team-section-two, .causes-section-two {
  padding-bottom: 150px;
}

.blog-deatails-section {
  padding-top: 220px;
  padding-bottom: 140px;
}

.blog-deatails-section-title-wrapper {
  text-align: center;
  max-width: 670px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.blog-deatails-date {
  color: #1c2436;
  margin-bottom: 15px;
}

.blog-deatails-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

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

.blog-deatails-text-wrapper {
  max-width: 875px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.blog-deatails-title {
  color: #1c2436;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.blog-deatails-title._2nd {
  font-size: 34px;
}

.mb51 {
  margin-bottom: 50px;
}

.blog-deatails-list-wrapper {
  margin-top: 25px;
}

.blog-deatails-list-singel-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-deatails-list-singel-wrapper.mb0 {
  margin-bottom: 0;
}

.blog-deatails-list-image {
  margin-right: 7px;
}

.blog-deatails-list-text-block {
  color: #383f4e;
}

.quote-text-wrapper {
  background-color: #e8f79d;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 45px 80px;
}

.quote-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

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

.quote-paragraph-text {
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.cause-details-section {
  padding-top: 220px;
  padding-bottom: 150px;
}

.cause-details-section-name-price {
  text-align: center;
  margin-bottom: 60px;
}

.cause-details-name {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.cause-details-price-info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cause-details-price-text-block {
  margin-right: 0;
}

.cause-details-price-text {
  margin-left: 5px;
  margin-right: 5px;
}

.cause-details-image-wrapper {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cause-details-image {
  width: 100%;
}

.cause-details-content {
  background-color: #fff;
  align-items: center;
  max-width: 935px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.volunteer-image-wrapper {
  width: 170px;
  margin-right: 30px;
}

.volunteer-image {
  width: 100%;
}

.volunteer-details {
  border-right: 1px solid #e0e0e0;
  width: 381px;
  padding-right: 60px;
}

.volunteer-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.volunteer-info-text {
  color: #1c2436;
  margin-bottom: 25px;
}

.volunteer-description-text {
  color: #383f4e;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.volunteer-price-wrapper {
  width: 235px;
  margin-left: auto;
}

.volunteer-price-singel {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.volunteer-price-categories-text-block {
  color: #383f4e;
  margin-bottom: 5px;
}

.volunteer-price-text {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.license-section {
  padding-bottom: 150px;
}

.license-wrapper {
  border: 1px solid #ededed;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 85px;
}

.license-image-section-title-wrapper {
  margin-bottom: 90px;
}

.license-image-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 64px;
  display: inline-block;
}

.license-image-paragraph-text {
  color: #383f4e;
  max-width: 750px;
  margin-bottom: 0;
}

.license-image-paragraph-text-link {
  color: #294f4a;
  font-weight: 500;
}

.license-image-singel-wrapper {
  border-bottom: 1px solid #294f4a;
  margin-bottom: 45px;
  padding-bottom: 10px;
  display: inline-block;
}

.license-singel-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  display: inline-block;
}

.license-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-image {
  width: 100%;
}

.license {
  margin-bottom: 90px;
}

.license.mb0 {
  margin-bottom: 0;
}

.license-typography-text {
  color: #383f4e;
  max-width: 525px;
  margin-bottom: 0;
}

.license-typography-text.width611 {
  max-width: 611px;
}

.license-typography-text-link {
  color: #1c2436;
}

.typography-button-wrapper {
  margin-top: 30px;
}

.changelog-section {
  padding-bottom: 150px;
}

.changelog-wrapper {
  text-align: center;
  border: 1px solid #ededed;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.changelog-date-text-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.changelog-date-line {
  background-color: #cff285;
  width: 32px;
  height: 1px;
}

.changelog-date-text {
  color: #383f4e;
  margin-left: 10px;
  margin-right: 10px;
}

.changelog-heading {
  color: #001c34;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 46px;
}

.not-found-section {
  padding-bottom: 150px;
}

.not-found-wrapper {
  text-align: center;
  border: 1px solid #e0e0e0;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
}

._404-image-wrapper {
  margin-bottom: 40px;
}

._404-image {
  width: 180px;
}

.not-found-heading {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.not-found-paragraph-text {
  color: #383f4e;
  text-transform: capitalize;
  max-width: 560px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-button {
  color: #1c2436;
  background-color: #e8f79d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.password-section {
  padding-bottom: 150px;
}

.password-wrapper {
  text-align: center;
  border: 1px solid #e0e0e0;
  width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
}

.password-image {
  width: 190px;
  margin-bottom: 30px;
}

.password-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.field-label {
  display: none;
}

.password-paragraph-text {
  color: #383f4e;
  max-width: 560px;
  margin-bottom: 30px;
}

.password-text-field {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  height: 60px;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 18px;
}

.password-submit-button {
  color: #1c2436;
  background-color: #e8f79d;
  width: 100%;
  height: 60px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.contact-us-section {
  padding-bottom: 150px;
}

.contact-us-wrapper {
  background-color: #ffb71d;
  max-width: 1085px;
  height: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

.contact-us-singel-wrapper {
  background-color: #fff;
  max-width: 985px;
  margin-top: -645px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 21px 21px 64px #0000000d;
}

.contact-us-form-block {
  margin-bottom: 0;
}

.contact-us-form-singel {
  width: 100%;
}

.contact-us-form-singel.mr25 {
  margin-right: 25px;
}

.contact-us-form-wrap {
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.contact-us-form-field-label {
  color: #1c2436;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-us-form-input {
  color: #adb4c2;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.contact-us-textarea {
  color: #adb4c2;
  border: 1px solid #e0e0e0;
  min-height: 225px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-size: 16px;
}

.contact-us-submit {
  background-color: var(--teal);
  color: #fff;
  padding: 14px 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-us-shape {
  position: absolute;
  inset: 0% -91px auto auto;
}

.contact-us-section-shape {
  z-index: -1;
  background-color: #fff;
  width: 1350px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18% 0% auto 0;
  box-shadow: 33px 33px 39px #0000000d;
}

.contact-us-content {
  position: relative;
}

.shop-section {
  padding-bottom: 150px;
}

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

.shop-collection-list.categories {
  grid-template-rows: auto;
}

.shop-singel-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-image {
  width: 100%;
}

.shop-filter-hover {
  background-color: #000c;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.producat-price {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}

.product-name {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.product-details {
  padding-bottom: 150px;
}

.product-details-wrapper {
  border: 1px solid #e0e0e0;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.product-details-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.product-details-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.product-details-description {
  color: #383f4e;
  margin-bottom: 20px;
}

.product-details-price {
  color: #383f4e;
  margin-bottom: 20px;
  font-size: 24px;
}

.product-details-quantity-text {
  color: #383f4e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.product-details-quantity {
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 0 20px;
}

.add-to-cart-button {
  color: #1c2436;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  padding: 14px 30px;
}

.option-list, .default-state {
  margin-bottom: 0;
}

.style-guide-section {
  padding-bottom: 150px;
}

.style-guide-wrapper {
  justify-content: space-between;
  display: flex;
}

.style-guide-left-content {
  border: 1px solid #e0e0e0;
  width: 360px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 150px;
}

.style-guide-single-link {
  color: #1c2436;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-single-link.w--current {
  background-color: #e8f79d;
}

.style-guide-right-content {
  border: 1px solid #e0e0e0;
  width: 930px;
  padding: 25px 40px;
}

.style-guide-title-wrapper {
  background-color: #294f4a;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
}

.style-guide-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-heading-wrapper {
  margin-bottom: 80px;
}

.style-guide-heading-singel-wrap {
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.style-guide-heading-singel-wrap.mb0 {
  margin-bottom: 0;
}

.style-guide-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-heading._1 {
  color: #1c2436;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 73px;
  line-height: 83px;
}

.style-guide-heading._2 {
  color: #1c2436;
  max-width: 425px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.style-guide-heading._3 {
  color: #1c2436;
  max-width: 320px;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-heading._4 {
  color: #1c2436;
  max-width: 215px;
  font-size: 24px;
  line-height: 34px;
}

.style-guide-heading._5 {
  color: #1c2436;
  max-width: 185px;
  font-size: 20px;
  line-height: 30px;
}

.style-guide-heading._6 {
  color: #1c2436;
  max-width: 160px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.style-guide-heading-span {
  color: #294f4a;
}

.color-plate-wrapper {
  margin-bottom: 80px;
}

.color-plate-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-plate {
  height: 160px;
}

.color-plate._1 {
  background-color: #294f4a;
}

.color-plate._2 {
  background-color: #e8f79d;
}

.color-plate._3 {
  background-color: #f6f6f9;
}

.color-code-wrapper {
  text-align: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 33px 33px 39px #0000000d;
}

.color-code {
  color: #1c2436;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.style-guide-paragraph-wrapper {
  margin-bottom: 80px;
}

.style-guide-paragraph-singel-wrapper.mb40 {
  margin-bottom: 40px;
}

.style-guide-paragraph-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.style-guide-paragraph-details-text-block {
  color: #383f4e;
  margin-bottom: 10px;
  font-size: 20px;
}

.style-guide-paragraph-details-text-block.mb0 {
  margin-bottom: 0;
}

.style-guide-typeface-wrapper {
  margin-bottom: 80px;
}

.typeface-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.typeface-text-block {
  color: #383f4e;
  margin-bottom: 10px;
  font-size: 20px;
}

.typeface-text-block.mb0 {
  margin-bottom: 0;
}

.style-guide-buttons-wrapper {
  align-items: center;
  display: flex;
}

.cart {
  margin-right: 30px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: -1% -27% auto auto;
}

.preview-navbar {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.preview-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.preview-nav-link {
  color: #1c2436;
  margin-right: 50px;
  padding: 0;
}

.preview-nav-link.w--current {
  color: #054e1a;
}

.preview-nav-link.mr0 {
  margin-right: 0;
}

.preview-banner-section {
  margin-bottom: 98px;
  padding-top: 200px;
}

.preview-banner-wrapper {
  background-color: #294f4a;
  border-radius: 20px;
  padding: 70px 40px 60px 60px;
  position: relative;
}

.preview-banner-singel-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.preview-banner-text-wrapper {
  width: 480px;
}

.preview-banner-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.preview-banner-paragraph-text {
  color: var(--white);
  margin-bottom: 30px;
}

.preview-banner-button {
  color: #000;
  background-color: #ffb71d;
  padding: 15px 35px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.preview-banner-image-wrapper {
  justify-content: flex-end;
  width: 560px;
  margin-bottom: -13%;
  display: flex;
  position: relative;
  bottom: 148px;
}

.preview-banner-image1 {
  z-index: 10;
  height: 480px;
  position: relative;
  box-shadow: 20px 20px 23px #0000000d;
}

.preview-banner-image2 {
  height: 460px;
  margin-top: 80px;
  margin-left: -85px;
  box-shadow: 20px 20px 23px #0000000d;
}

.preview-banner-shape {
  z-index: 9;
  position: absolute;
  inset: -3% auto auto 35%;
}

.preview-banner-shape._2 {
  top: 13%;
  left: 37%;
}

.demo-section {
  padding-top: 150px;
}

.demo-section.pd {
  padding-bottom: 150px;
}

.demo-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.demo-section-title-singel-wrapper {
  display: inline-block;
  position: relative;
}

.demo-section-title {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.demo-section-title-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.demo-grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.demos-singel-wrapper {
  text-decoration: none;
}

.demos-image-wrapper {
  background-color: #f4f3f4;
  padding: 40px;
}

.demos-image-singel-wrapper {
  position: relative;
}

.demos-image {
  width: 100%;
}

.page-heading-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-heading {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.cart-container {
  min-width: 700px;
  max-width: 700px;
}

.cart-header {
  padding: 30px;
}

.cart-title {
  color: #1c2436;
  font-size: 32px;
  line-height: 42px;
}

.close-button {
  color: #294f4a;
  border: 1px solid #294f4a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.image {
  width: 120px;
  height: auto;
}

.cart-product-name {
  color: #1c2436;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.cart-product-price {
  color: #383f4e;
  font-size: 20px;
  line-height: 30px;
}

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

.cart-quantity-2 {
  background-color: #0000;
  border-style: none none solid;
  border-width: 0 0 1px;
  width: 100%;
}

.remove-button {
  color: #294f4a;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.cart-footer {
  padding: 25px 30px;
}

.sabtotal-text-block {
  color: #383f4e;
  font-size: 24px;
}

.subtotal-price {
  color: #383f4e;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.checkout-button {
  color: #1c2436;
  background-color: #e8f79d;
  justify-content: center;
  height: 60px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  display: flex;
}

.checkout-button.two {
  align-items: center;
}

.donate-pop-up {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.close-pop-up {
  width: 40px;
  height: 40px;
  color: var(--white);
  cursor: pointer;
  border: 1px solid #ffffffb3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: auto;
}

.donate-content {
  background-color: #fff;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px;
}

.donate-pop-title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.donate-pop-title {
  color: #171d29;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.donate-pop-title.mb0 {
  margin-bottom: 5px;
}

.donate-pop-form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.donate-form-input {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  height: 50px;
  margin-bottom: 24px;
  padding: 0 25px;
  font-size: 18px;
}

.donate-textarea {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  min-height: 140px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 18px;
}

.donate-submit-button {
  color: #1c2436;
  background-color: #327973;
  width: 100%;
  height: 55px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.demo-middle-wrapper {
  width: 650px;
  min-width: 650px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.preloadr-image {
  width: 180px;
}

.preloader-bg {
  z-index: 1;
  background-color: #327973;
  height: 150%;
  position: absolute;
  inset: 0%;
}

.our-result-image-wrapper {
  display: inline-block;
  overflow: hidden;
}

.team-image-wrapper {
  overflow: hidden;
}

.team-details-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.team-details-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 64px #efefef;
}

.team-details-image-wrapper {
  width: 400px;
}

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

.team-details-text-wrapper {
  width: 425px;
}

.team-details-name {
  color: #1c2436;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.team-details-info-paragraph {
  margin-bottom: 25px;
}

.team-details-info-paragraph.mb20 {
  margin-bottom: 20px;
}

.donate-pop-up-two {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.became-text-block {
  margin-bottom: 30px;
}

.close-pop-up-two {
  width: 40px;
  height: 40px;
  color: var(--white);
  cursor: pointer;
  border: 1px solid #ffffffb3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: auto;
}

.causes-line-bar-text {
  color: #294f4a;
  text-align: right;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.secondary-button {
  background-color: var(--teal);
  margin-right: 20px;
  padding: 14px 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .35s;
}

.secondary-button:hover {
  color: #000;
  background-color: #e8f79d;
}

.secondary-button.two {
  color: #1c2436;
  background-color: #dcf285;
}

.secondary-button.two:hover {
  color: #fff;
  background-color: #294f4a;
}

.secondary-button.three {
  color: #294f4a;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  margin-right: 0;
}

.shop-categories-section {
  padding-bottom: 120px;
}

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

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

.checkout-field {
  background-color: #fff;
  border: 1px solid #bdd63d;
  border-radius: 20px;
  margin-top: 10px;
  padding: 30px;
}

.checkout-input {
  background-color: #0000;
  border-color: #bdd63d;
  border-radius: 10px;
}

.checkout-input-content {
  margin-top: 10px;
}

.pricing {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.text-reg {
  color: #383f4e;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2 {
  color: #1c2436;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium {
  color: #383f4e;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.content-3 {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 728px;
  padding: 32px;
  display: flex;
}

.content-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.price {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h6 {
  color: #1c2436;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.variants {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #327973;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-2 {
  color: #383f4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.content-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-reg-2 {
  color: #383f4e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #327973;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-reg-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 32px;
  display: flex;
}

.text-block {
  margin-right: 4px;
}

.text-block.text-block-button {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
}

.donate-form-input-copy {
  color: #383f4e;
  border: 1px solid #e0e0e0;
  height: 50px;
  margin-bottom: 24px;
  padding: 0 25px;
  font-size: 18px;
}

.modal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 48px;
  display: flex;
}

.section-title-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.separator {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.button-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.image-9 {
  object-fit: cover;
}

.text-2 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-2.text-mobile {
  font-family: Open Sans, sans-serif;
}

.image-10 {
  z-index: 99;
  max-width: 60%;
  position: absolute;
  inset: auto -6% -23% auto;
}

.image-10.image_bg {
  max-width: 60%;
  inset: 0% 0% auto auto;
}

.modal-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 48px;
  display: flex;
}

.text-3 {
  color: #000;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.button-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 704px;
  display: flex;
}

.image-11 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.placeholder {
  object-fit: cover;
}

.placeholder.image {
  width: 100%;
  height: 360px;
}

.content-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 344px;
  padding: 48px;
  display: flex;
}

.content-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  color: #1c2436;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.error-627bf751-39a3-d0d7-aeb4-e14fbab97416 {
  color: #383f4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.text-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-0 {
  color: #383f4e;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-1 {
  color: #383f4e;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.collaboration-section {
  padding-bottom: 150px;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
}

.layout-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.content-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-2 {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-5 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.placeholder-2 {
  object-fit: cover;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.placeholder-2.image {
  width: 616px;
}

.layout-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.content-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-3 {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.layout-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.content-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-content {
  text-align: left;
  width: 510px;
}

.image-14 {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.rich-text-block-2 {
  margin-bottom: 20px;
}

.div-block-6 {
  background-color: #fff;
  max-width: 915px;
  padding: 20px;
  box-shadow: 1px 1px 64px #efefef;
}

.block-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.div-block-7 {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

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

.history-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 60px 25px 25px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Open Sans, sans-serif;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 1440px;
    display: flex;
  }

  .container.block-container {
    align-items: center;
    margin-bottom: 30px;
  }

  .nav-link {
    margin-right: 30px;
    padding-right: 0;
  }

  .nav-link.mr0.volunteer {
    margin-left: 0;
    margin-right: 30px;
  }

  .nav-link.navlink-dropdown {
    margin-right: 8px;
  }

  .navbar-link-block-text {
    color: var(--teal);
    -webkit-text-stroke-color: var(--teal);
    margin-left: 24px;
  }

  .banner-section {
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .banner-shape-wrapper {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-shape {
    background-color: #ffb71d;
    width: 460px;
    height: 600px;
    margin-right: 15px;
    inset: 0% 0% auto auto;
  }

  .banner-content-wrapper {
    padding-top: 145px;
    padding-bottom: 110px;
    display: block;
  }

  .banner-title {
    margin-bottom: 16px;
  }

  .banner-paragraph-text {
    margin-bottom: 16px;
    font-weight: 400;
  }

  .primary-button {
    background-color: var(--teal);
  }

  .primary-button.two {
    background-color: #ffb71d;
    border-color: #ffb71d;
  }

  .primary-button.two.hover {
    border-color: var(--teal);
    background-color: var(--teal);
    mix-blend-mode: normal;
  }

  .primary-button.footer {
    background-color: #ffb71d;
  }

  .banner-image-shape2 {
    inset: auto auto 0% 0%;
  }

  .banner-image-shape3 {
    right: -30px;
  }

  .cta-wrapper {
    background-color: var(--teal);
  }

  .cta-button {
    background-color: #ffb71d;
  }

  .metrics {
    -webkit-text-stroke-color: var(--dark-slate-blue);
  }

  .services-box.one, .services-box.two, .services-box.three {
    padding-bottom: 160px;
  }

  .services-shape {
    bottom: 5%;
    right: 8%;
  }

  .our-result-singel-image {
    text-align: left;
    justify-content: center;
    display: block;
    position: relative;
  }

  .our-result-image {
    border-radius: 0 80px;
  }

  .our-result-list-wrapper {
    display: block;
  }

  .our-result-heand-image {
    z-index: -1;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .footer-wrapper {
    background-color: var(--teal);
    width: 95%;
  }

  .faq-singel-wrapper.mb0 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .faq-section-shape {
    margin-left: -48px;
  }

  .faq-section-shape.header-icon {
    margin-left: 501px;
  }

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

  .blog-wrapper {
    max-width: 1320px;
  }

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

  .blog-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .banner-title-two {
    font-family: Montserrat, sans-serif;
    font-size: 128px;
  }

  .banner-shape1 {
    bottom: 21%;
    left: -7%;
  }

  .organization-wrapper {
    background-color: var(--teal);
  }

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

  .organization-right-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .causes-image {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .causes-line-bar-singel, .testimonial-wrapper-two {
    background-color: #327973;
  }

  .faq-grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .kindness-slide.mr0 {
    margin-right: 0;
  }

  .kindness-slider-arrow {
    top: -20%;
    right: 24%;
  }

  .kindness-slider-arrow.right {
    right: 20%;
  }

  .dropdown-wrapper.dropdown-button {
    color: #327973;
    margin-right: 0;
    font-weight: 700;
    text-decoration: none;
  }

  .dropdown-arrow {
    color: #1c2436;
    margin-left: 0;
  }

  .dropdown-arrow.dropdown-button-arrow {
    color: var(--teal);
  }

  .dropdown-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .dropdown-list.w--open {
    text-align: center;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    width: auto;
    padding-bottom: 5px;
  }

  .dropdown-link {
    aspect-ratio: auto;
    overflow-wrap: normal;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 16px;
    font-weight: 400;
    display: block;
  }

  .dropdown-link.w--current {
    width: auto;
  }

  .dropdown-link.mb0 {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link.dropdown-button-link {
    font-weight: 400;
  }

  .founders-section.section-container {
    padding-top: 30px;
  }

  .inner-founders-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .inner-founders-content.founders-wrapper {
    justify-content: center;
    align-items: flex-start;
    max-width: 1220px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .inner-banner-title {
    text-align: center;
    font-size: 48px;
  }

  .inner-banner-title.block-title {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .inner-banner-title.block-title.h3 {
    text-align: left;
  }

  .inner-banner-shape {
    top: -44%;
    right: 4%;
  }

  .behind-slide-details-heading {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .behind-slide-details-paragraph-text {
    margin-bottom: 25px;
  }

  .team-collection-list-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .team-collection-list {
    grid-template-rows: auto;
    margin-bottom: 40px;
  }

  .team-icons-wrapper.team-icons-wrapper-centered {
    justify-content: center;
  }

  .team-section-two {
    display: block;
  }

  .quote-paragraph-text {
    font-weight: 400;
  }

  .contact-us-wrapper {
    background-color: #ffb71d;
  }

  .contact-us-submit {
    background-color: #327973;
  }

  .preview-banner-singel-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .preview-banner-text-wrapper {
    width: 480px;
  }

  .preview-banner-image-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -30%;
    bottom: 148px;
  }

  .donate-pop-up {
    flex-direction: column;
    display: none;
  }

  .donate-pop-form-block {
    justify-content: center;
    display: flex;
  }

  .donate-form-input, .donate-textarea {
    display: block;
  }

  .preloader {
    display: none;
  }

  .preloadr-image {
    width: 0;
  }

  .preloader-bg {
    background-color: var(--teal);
  }

  .banner-image-shape-image {
    display: inline-block;
  }

  .our-result-image-wrapper {
    justify-content: center;
    display: inline-block;
  }

  .team-details-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    padding-right: 20px;
  }

  .team-details-wrapper.details-description {
    flex: 0 auto;
    max-width: 915px;
    display: block;
  }

  .team-details-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .donate-pop-up-two {
    display: none;
  }

  .sticky-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: sticky;
    top: 0%;
    bottom: 0%;
    overflow: hidden;
  }

  .sticky-wrapper-main {
    height: 100%;
    position: relative;
  }

  .causes-line-bar-text {
    color: #327973;
    -webkit-text-stroke-color: #327973;
  }

  .secondary-button {
    background-color: var(--teal);
  }

  .secondary-button.two {
    background-color: #ffb71d;
  }

  .pricing._15 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-bottom: 0;
  }

  .text-reg {
    color: #383f4e;
    font-family: DM Sans, sans-serif;
  }

  .h2 {
    color: #171d29;
    font-family: Montserrat, sans-serif;
    font-size: 54px;
  }

  .text-medium {
    color: #383f4e;
    font-family: Open Sans, sans-serif;
  }

  .content-3 {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
  }

  .h6 {
    color: #171d29;
    font-family: Outfit, sans-serif;
    font-size: 24px;
  }

  .variants {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button {
    border-radius: 0;
  }

  .text-regular-normal {
    font-size: 18px;
  }

  .button-2 {
    border-color: #e0e0e0;
    border-radius: 0;
  }

  .text-regular-normal-2 {
    color: #383f4e;
  }

  .text-reg-2 {
    color: #383f4e;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .button-3 {
    border-radius: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .text-reg-3 {
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .content-6 {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
  }

  .div-block-2 {
    background-image: url('../images/getty-images-PBlla_qR7VU-unsplash.jpg');
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
  }

  .text-block {
    color: #1c2436;
    margin-right: 8px;
  }

  .text-block.text-block-button {
    color: var(--teal);
    text-decoration: underline;
  }

  .image-container {
    margin-bottom: 50px;
  }

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

  .accordion-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .accordion {
    aspect-ratio: auto;
    width: 100%;
  }

  .donate-form-input-copy {
    display: block;
  }

  .modal {
    border-color: #b3b3b3;
  }

  .text {
    color: #383f4e;
    font-size: 20px;
    font-weight: 500;
  }

  .button-4 {
    border-color: #b3b3b3;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-2 {
    color: #383f4e;
    font-size: 18px;
  }

  .image-10 {
    z-index: 5;
    max-width: 45%;
    display: inline-block;
    position: absolute;
    inset: auto 9% 0% auto;
  }

  .image-10.image_bg {
    max-width: 80%;
    inset: -7% 15% auto auto;
  }

  .image-10.image-element.image-mobile {
    max-width: 45%;
    right: 13%;
  }

  .div-block-3 {
    position: static;
  }

  .modal-2, .button-5 {
    border-color: #d1d1d1;
  }

  .layout._368 {
    max-width: 1448px;
  }

  .row {
    align-items: center;
  }

  .placeholder.image {
    width: 100%;
  }

  .image-bg {
    z-index: 0;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0%;
  }

  .image-12 {
    position: relative;
    inset: 0%;
  }

  .div-block-4 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .image-13 {
    aspect-ratio: auto;
    object-fit: fill;
  }

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

  .layout-4._18 {
    justify-content: flex-start;
    display: flex;
  }

  .collection-list-wrapper {
    margin-top: 64px;
  }

  .right-content {
    width: 510px;
    margin-top: 0;
  }

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

  .image-14 {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rich-text-block {
    margin-bottom: 30px;
  }

  .rich-text-block-2 {
    margin-bottom: 20px;
  }

  .div-block-6 {
    background-color: #fff;
    max-width: 915px;
    padding: 30px;
    box-shadow: 1px 1px 64px #efefef;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .block-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .team-subheader {
    margin-bottom: 20px;
  }

  .history-section {
    padding-bottom: 120px;
  }

  .history-wrapper {
    align-self: center;
    max-width: 1095px;
  }

  .history-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border: 1px solid #ededed;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px 25px 25px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    text-align: left;
    background-color: #294f4a;
    padding: 40px 20px;
  }

  .nav-link {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .navbar-link-block.ml0.desktop {
    display: none;
  }

  .navbar-link-block.ml0.mobile {
    color: var(--white);
    margin-right: 0;
    display: inline-block;
  }

  .banner-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 140px;
    padding-bottom: 120px;
    display: flex;
  }

  .banner-section.banner-section-mobile {
    margin-bottom: 0;
  }

  .banner-shape-wrapper {
    display: block;
  }

  .banner-shape {
    display: none;
  }

  .banner-content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    display: flex;
  }

  .banner-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.1fr;
  }

  .banner-left-content {
    text-align: center;
  }

  .banner-title {
    font-size: 86px;
    line-height: 96px;
  }

  .banner-paragraph-text {
    max-width: 603px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .primary-button.navbar-button.desktop {
    display: none;
  }

  .banner-image-wrapper {
    text-align: center;
  }

  .banner-image-singel {
    background-color: #dcf285;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-image-shape1 {
    left: -8%;
  }

  .banner-image-shape3 {
    right: -20px;
  }

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

  .single-sponsor-img {
    margin-right: 60px;
  }

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

  .cta-title {
    margin-bottom: 20px;
  }

  .cta-shape1, .cta-shape2 {
    width: 140px;
  }

  .about-us-section {
    padding-bottom: 80px;
  }

  .about-top-content {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .about-us-paragraph-text-wrapper {
    text-align: center;
  }

  .about-grid {
    grid-column-gap: 20px;
    align-items: end;
  }

  .metrics {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .number-categories {
    line-height: 40px;
  }

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

  .services-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-shape-one {
    width: 50px;
    right: 9%;
  }

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

  .services-box {
    padding: 40px 15px 140px;
  }

  .services-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .services-shape {
    width: 110px;
  }

  .services-shape-two {
    left: 0%;
  }

  .our-result-section {
    padding-bottom: 80px;
  }

  .our-result-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-result-images-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .our-result-right-content {
    width: 100%;
  }

  .our-result-right-content.mb40 {
    margin-bottom: 40px;
  }

  .our-result-titile {
    font-size: 42px;
    line-height: 52px;
  }

  .our-result-list-wrapper {
    margin-bottom: 40px;
  }

  .our-result-heand-image {
    width: 100%;
  }

  .our-result-heand-image.two {
    display: none;
  }

  .footer-top-content {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-details-wrapper {
    text-align: center;
    width: 530px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-icons-wrapper {
    justify-content: center;
  }

  .footer-icon-singel-wrapper {
    margin-right: 20px;
  }

  .footer-menu-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-info-wrapper {
    width: 100%;
  }

  .faq-section, .blog-section {
    padding-bottom: 100px;
  }

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

  .blog-text-wrapper {
    width: 421px;
    margin-left: 20px;
  }

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

  .testimonial-wrapper {
    background-color: #294f4a;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 40px;
  }

  .testimonial-slider-wrapper {
    width: 100%;
  }

  .testimonial-singel-wrapper {
    text-align: center;
  }

  .testimonial-paragraph-text {
    font-size: 17px;
  }

  .testimonial-name-wrapper {
    justify-content: center;
  }

  .testimonial-left-arrow {
    right: 0;
  }

  .testimonial-left-arrow.right {
    left: 10%;
  }

  .testimonial-left-arrow.left {
    right: 10%;
  }

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

  .banner-title-two {
    font-size: 76px;
    line-height: 86px;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 40px;
  }

  .banner-shape1 {
    bottom: -10%;
    overflow: visible;
  }

  .banner-shape2 {
    bottom: -9%;
    overflow: visible;
  }

  .our-organization-section {
    padding-bottom: 100px;
  }

  .organization-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .organization-text-wrapper {
    max-width: 100%;
  }

  .organization-title {
    font-size: 48px;
    line-height: 58px;
  }

  .organization-shape {
    width: 70px;
    inset: 0% 0% auto auto;
  }

  .about-grid-two {
    grid-row-gap: 40px;
    grid-template-columns: 1.3fr;
  }

  .about-counter-up-singel-wrapper {
    max-width: 100%;
  }

  .about-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .causes-section-titlte {
    font-size: 46px;
    line-height: 56px;
  }

  .causes-name {
    font-size: 23px;
  }

  .testimonial-section-two {
    padding-bottom: 100px;
  }

  .testimonial-wrapper-two {
    background-color: #327973;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-section-title-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-slider-arrow.left {
    right: 10%;
  }

  .testimonial-slider-arrow.right {
    left: 10%;
  }

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

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

  .kindness-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .kindness-slider-arrow {
    top: -18%;
    right: 15%;
  }

  .kindness-slider-arrow.right {
    right: 5%;
  }

  .dropdown-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .dropdown-wrapper.dropdown-button {
    display: none;
  }

  .header-nav-link-dropdown-toggle {
    color: var(--white);
  }

  .dropdown-arrow {
    padding: 2px 3px;
  }

  .dropdown-list {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .dropdown-link.w--current, .dropdown-link.mb0 {
    text-align: left;
  }

  .founders-section {
    padding-top: 160px;
    padding-bottom: 80px;
    position: static;
  }

  .inner-banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .inner-banner-text-link-wrapper {
    margin-top: 5px;
  }

  .inner-banner-shape {
    width: 70px;
    top: -36%;
    right: 8%;
  }

  .about-section-two {
    padding-bottom: 80px;
  }

  .about-section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .about-section-titles {
    margin-bottom: 40px;
  }

  .about-conter-up {
    padding-bottom: 80px;
  }

  .about-conter-up-wrapper-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-conter-grid-two {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .behind-us {
    padding-bottom: 160px;
  }

  .behind-slide-conten {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .behind-slide-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .behind-slide-details-wrapper {
    width: 100%;
  }

  .behind-slide-details-heading {
    max-width: 100%;
  }

  .behind-slide-details-paragraph-text {
    font-size: 17px;
  }

  .behind-slide-arrow.left {
    inset: auto 10% -12% 0%;
  }

  .behind-slide-arrow.right {
    inset: auto 0% -12% 10%;
  }

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

  .team-singel-wrapper {
    padding-bottom: 30px;
  }

  .team-name {
    font-size: 20px;
  }

  .team-icons-wrapper {
    justify-content: flex-start;
  }

  .team-icons-link-block {
    font-size: 16px;
  }

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

  .team-section-two, .causes-section-two {
    padding-bottom: 100px;
  }

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

  .blog-deatails-section-title-wrapper {
    margin-bottom: 45px;
  }

  .blog-deatails-name {
    font-size: 46px;
    line-height: 56px;
  }

  .blog-deatails-text-wrapper {
    margin-top: 60px;
  }

  .blog-deatails-title {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-deatails-title._2nd {
    margin-bottom: 15px;
    font-size: 30px;
  }

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

  .cause-details-section-name-price {
    margin-bottom: 50px;
  }

  .cause-details-name {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .cause-details-content {
    max-width: 100%;
    margin-top: -85px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px;
  }

  .volunteer-image-wrapper {
    width: 210px;
    margin-right: 20px;
  }

  .volunteer-details {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 10px;
  }

  .volunteer-info-text {
    margin-bottom: 10px;
  }

  .volunteer-price-wrapper {
    width: 150px;
  }

  .volunteer-price-singel {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .volunteer-price {
    margin-bottom: 15px;
  }

  .volunteer-price.mb0 {
    margin-bottom: 0;
  }

  .volunteer-price-text {
    font-size: 20px;
    line-height: 30px;
  }

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

  .license-wrapper {
    padding: 40px 30px;
  }

  .license-image-section-title-wrapper {
    margin-bottom: 30px;
  }

  .license-image-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .license-image-paragraph-text {
    max-width: 100%;
  }

  .license-singel-title {
    font-size: 30px;
    line-height: 40px;
  }

  .license {
    margin-bottom: 40px;
  }

  .license-typography-text, .license-typography-text.width611 {
    max-width: 100%;
  }

  .changelog-section, .not-found-section {
    padding-bottom: 100px;
  }

  .not-found-wrapper {
    max-width: 600px;
    padding: 40px;
  }

  ._404-image-wrapper {
    margin-bottom: 20px;
  }

  ._404-image {
    width: 150px;
  }

  .not-found-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .not-found-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

  .password-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .password-image {
    width: 150px;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .contact-us-wrapper {
    display: none;
  }

  .contact-us-singel-wrapper {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-us-form-input {
    height: 50px;
  }

  .contact-us-textarea {
    min-height: 150px;
  }

  .contact-us-shape, .contact-us-section-shape {
    display: none;
  }

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

  .shop-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .product-details {
    padding-bottom: 100px;
  }

  .product-details-wrapper {
    padding: 20px;
  }

  .product-details-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .product-details-description {
    font-size: 17px;
  }

  .style-guide-section {
    padding-bottom: 100px;
  }

  .style-guide-wrapper {
    flex-direction: column;
  }

  .style-guide-left-content {
    width: 100%;
  }

  .style-guide-right-content {
    width: 100%;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 40px;
    padding: 20px;
  }

  .style-guide-title {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 60px;
  }

  .style-guide-heading._1 {
    font-size: 66px;
    line-height: 76px;
  }

  .color-plate-wrapper, .style-guide-paragraph-wrapper, .style-guide-typeface-wrapper {
    margin-bottom: 60px;
  }

  .preview-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .preview-nav-menu {
    text-align: left;
    background-color: #294f4a;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .preview-nav-link {
    color: var(--white);
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .preview-banner-section {
    margin-bottom: 0;
    padding-top: 130px;
  }

  .preview-banner-wrapper {
    padding: 60px 40px;
  }

  .preview-banner-singel-wrapper {
    flex-direction: column;
  }

  .preview-banner-text-wrapper {
    text-align: center;
    width: 100%;
  }

  .preview-banner-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 57px;
    line-height: 67px;
  }

  .preview-banner-paragraph-text {
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-banner-image-wrapper {
    flex-direction: column;
    width: auto;
    margin-top: 40px;
    margin-bottom: auto;
  }

  .preview-banner-image1 {
    height: auto;
  }

  .preview-banner-image2 {
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .preview-banner-shape {
    display: none;
  }

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

  .demo-section.pd {
    padding-bottom: 80px;
  }

  .demo-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .demo-grid {
    grid-row-gap: 30px;
  }

  .demos-image-wrapper {
    padding: 20px;
  }

  .page-heading-wrapper {
    margin-top: 20px;
  }

  .page-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .donate-pop-up {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .donate-content {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .demo-middle-wrapper {
    width: 360px;
    min-width: auto;
  }

  .our-result-image-wrapper {
    width: 100%;
  }

  .banner-top-shape-image {
    width: 90px;
  }

  .banner-shape1-image, .banner-shape2-image {
    width: 150px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top {
    background-color: #294f4a;
  }

  .hamburger-menu-bar.bottom {
    background-color: #000;
  }

  .team-details-section {
    padding-bottom: 100px;
  }

  .team-details-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    max-width: 100%;
    padding: 40px;
  }

  .team-details-wrapper.block-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-details-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-details-text-wrapper {
    width: 100%;
  }

  .donate-pop-up-two {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .behind-us-slider-mash {
    overflow: visible;
  }

  .secondary-button {
    margin-right: 0;
  }

  .shop-categories-section {
    padding-bottom: 100px;
  }

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

  .content-4 {
    align-items: flex-end;
  }

  .vectors-wrapper-2 {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .image-10 {
    z-index: -1;
    max-width: 80%;
    inset: auto 0% -85% 10%;
  }

  .image-10.image_bg {
    opacity: .2;
    max-width: 100%;
    inset: -9% -14% auto auto;
  }

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

  .history-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-wrapper {
    display: none;
  }

  .navbar-link-block {
    margin-left: 0;
  }

  .banner-section {
    margin-bottom: 0;
  }

  .banner-section.banner-section-mobile {
    padding-bottom: 40px;
  }

  .banner-content-wrapper {
    margin-bottom: 40px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-title {
    font-size: 52px;
    line-height: 62px;
  }

  .banner-paragraph-text {
    font-size: 17px;
  }

  .primary-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button.footer {
    height: 55px;
  }

  .banner-image-shape1 {
    width: 50px;
    left: 0%;
  }

  .banner-image-shape2 {
    bottom: 47px;
    left: 0%;
  }

  .banner-image-shape3 {
    width: 50px;
    right: 0;
  }

  .single-sponsor-img {
    width: 100px;
    margin-right: 40px;
  }

  .cta-wrapper {
    padding: 50px 20px 100px;
  }

  .cta-title {
    font-size: 34px;
  }

  .cta-shape1 {
    width: 114px;
  }

  .cta-shape2 {
    width: 115px;
  }

  .about-us-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .about-us-counter-up-singel-wrapper.mb50 {
    margin-bottom: 20px;
  }

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

  .services-wrapper {
    padding-top: 80px;
  }

  .services-section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .services-shape-one {
    bottom: 102%;
    right: 5%;
  }

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

  .services-shape, .services-shape-two {
    width: 100px;
  }

  .our-result-images-wrapper {
    margin-bottom: 0;
  }

  .our-result-shape-image {
    width: 300px;
    display: none;
  }

  .our-result-titile {
    font-size: 42px;
    line-height: 52px;
  }

  .our-result-paragraph-text {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .our-result-list-wrapper {
    margin-bottom: 30px;
  }

  .our-result-list-text-block {
    font-size: 16px;
  }

  .footer-top-content {
    padding-top: 60px;
  }

  .footer-details-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-description-text {
    width: 394px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-title {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-info-wrapper {
    text-align: center;
    padding: 20px;
  }

  .footer-info-heading {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
  }

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

  .faq-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-question {
    max-width: 400px;
    font-size: 18px;
  }

  .faq-arrow-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 22px;
    display: flex;
  }

  .paragraph.for-faq {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 27px;
  }

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

  .blog-singel-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .blog-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-text-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .blog-section-button-wrapper {
    margin-top: 40px;
  }

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

  .testimonial-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-title {
    font-size: 42px;
    line-height: 52px;
  }

  .testimonial-paragraph-text {
    font-size: 17px;
  }

  .testimonial-left-arrow.right {
    left: 16%;
  }

  .testimonial-left-arrow.left {
    right: 15%;
  }

  .banner-title-two {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-title-two._2 {
    text-shadow: -1px 0 #1c2436, 0 1px #1c2436, 1px 0 #1c2436, 0 -1px #1c2436;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 30px;
  }

  .banner-paragraph-text-two {
    font-size: 17px;
  }

  .banner-button-wrapper-two {
    margin-top: 20px;
  }

  .banner-shape1, .banner-shape2 {
    bottom: -14%;
  }

  .organization-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .organization-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .organization-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .organization-shape {
    width: 61px;
  }

  .organization-details-grid, .causes-collection-list {
    grid-template-columns: 1fr;
  }

  .causes-section-titlte {
    font-size: 33px;
    line-height: 43px;
  }

  .causes-image.height {
    height: auto;
  }

  .causes-price-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .causes-goals-price {
    font-size: 20px;
    line-height: 30px;
  }

  .causes-section-button-wrapper {
    margin-top: 40px;
  }

  .testimonial-wrapper-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .testimonial-section-title-shape {
    width: 30px;
    top: 7px;
  }

  .testimonial-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-slider-arrow.left {
    right: 15%;
  }

  .testimonial-slider-arrow.right {
    left: 15%;
  }

  .kindness-section {
    padding-bottom: 140px;
  }

  .kindness-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .kindness-slider-arrow {
    inset: auto 0 -15% 0%;
  }

  .kindness-slider-arrow.right {
    right: -22%;
  }

  .kindness-slider-arrow.left {
    left: -10%;
  }

  .dropdown-list {
    display: none;
  }

  .inner-banner-title, .about-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-conter-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .behind-us {
    padding-bottom: 140px;
  }

  .behind-slide-conten {
    padding: 20px;
  }

  .behind-slide-arrow.left {
    right: 15%;
  }

  .behind-slide-arrow.right {
    left: 15%;
  }

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

  .team-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .team-collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-icons-link-block {
    margin-right: 10px;
  }

  .team-section-two, .causes-section-two {
    padding-bottom: 80px;
  }

  .blog-deatails-section {
    padding-bottom: 60px;
  }

  .blog-deatails-name {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-deatails-text-wrapper {
    margin-top: 40px;
  }

  .blog-deatails-title {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-deatails-title._2nd {
    font-size: 28px;
    line-height: 38px;
  }

  .mb51 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .blog-deatails-list-singel-wrapper {
    font-size: 16px;
  }

  .quote-text-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
  }

  .quote-paragraph-text {
    font-size: 19px;
    line-height: 29px;
  }

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

  .cause-details-section-name-price {
    margin-bottom: 40px;
  }

  .cause-details-name {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .cause-details-content {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .volunteer-image-wrapper {
    width: 100%;
  }

  .volunteer-details {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .volunteer-price-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .license-wrapper {
    padding: 30px 20px;
  }

  .license-image-paragraph-text {
    font-size: 16px;
  }

  .license-image-singel-wrapper {
    margin-bottom: 30px;
  }

  .license-images-grid {
    grid-column-gap: 10px;
  }

  .license-typography-text {
    font-size: 16px;
  }

  .changelog-section, .not-found-section {
    padding-bottom: 80px;
  }

  .not-found-wrapper {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-image-wrapper {
    margin-bottom: 10px;
  }

  ._404-image {
    width: 100px;
  }

  .not-found-heading, .not-found-paragraph-text {
    margin-bottom: 15px;
  }

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

  .password-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .password-image {
    width: 120px;
  }

  .password-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .password-text-field, .password-submit-button {
    height: 50px;
  }

  .contact-us-section {
    padding-bottom: 80px;
  }

  .contact-us-singel-wrapper {
    padding: 40px 20px;
  }

  .contact-us-form-singel {
    margin-bottom: 20px;
  }

  .contact-us-form-singel.mr25 {
    margin-right: 0;
  }

  .contact-us-form-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-us-textarea {
    min-height: 120px;
    margin-bottom: 20px;
  }

  .contact-us-submit {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

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

  .product-details-name {
    margin-bottom: 10px;
  }

  .product-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .product-details-price {
    margin-bottom: 15px;
  }

  .style-guide-section {
    padding-bottom: 80px;
  }

  .style-guide-single-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .style-guide-right-content {
    margin-top: 30px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-title {
    font-size: 25px;
    line-height: 35px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 30px;
  }

  .style-guide-heading._1 {
    font-size: 44px;
    line-height: 54px;
  }

  .style-guide-heading._2 {
    font-size: 38px;
    line-height: 48px;
  }

  .style-guide-heading._3 {
    font-size: 32px;
    line-height: 42px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .color-plate {
    height: 120px;
  }

  .color-code {
    font-size: 20px;
  }

  .style-guide-paragraph-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .typeface-title {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .preview-banner-wrapper {
    padding: 40px 20px;
  }

  .preview-banner-title {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .preview-banner-paragraph-text {
    max-width: 100%;
    font-size: 17px;
  }

  .preview-banner-button {
    padding: 14px 30px;
  }

  .demo-section-title-wrapper {
    margin-bottom: 50px;
  }

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

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    padding: 20px 15px;
  }

  .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 100px;
  }

  .cart-product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-product-price {
    font-size: 17px;
    line-height: 27px;
  }

  .sabtotal-text-block, .subtotal-price {
    font-size: 20px;
  }

  .checkout-button {
    height: 50px;
    font-size: 17px;
  }

  .donate-content {
    padding: 30px;
    overflow: auto;
  }

  .donate-pop-title.mb0 {
    font-size: 38px;
    line-height: 48px;
  }

  .donate-form-input {
    height: 45px;
  }

  .donate-textarea {
    min-height: 120px;
  }

  .demo-middle-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .banner-image-shape-image {
    width: 200px;
  }

  .banner-top-shape-image {
    width: 80px;
  }

  .banner-shape1-image, .banner-shape2-image {
    width: 120px;
  }

  .team-details-section {
    padding-bottom: 80px;
  }

  .team-details-wrapper {
    padding: 30px 20px;
  }

  .team-details-wrapper.block-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-details-image-wrapper {
    margin-bottom: 20px;
  }

  .team-details-info-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-deatails-paragraph {
    font-size: 16px;
  }

  .secondary-button {
    margin-right: 0;
  }

  .shop-categories-section {
    padding-bottom: 80px;
  }

  .donate-form-input-copy {
    height: 45px;
  }

  .image-10.image_bg {
    top: 2%;
    right: -5%;
  }

  .image-10.image-element {
    bottom: -46%;
  }

  .history-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-section {
    margin-bottom: 0;
  }

  .banner-section.banner-section-mobile {
    padding-bottom: 0;
  }

  .banner-content-wrapper {
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-title.laptop-h1 {
    font-size: 56px;
  }

  .primary-button {
    padding: 10px 25px;
    font-size: 16px;
  }

  .primary-button.footer {
    height: 50px;
  }

  .banner-image-shape1 {
    width: 35px;
  }

  .banner-image-shape3 {
    width: 40px;
  }

  .sponsor-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sponsors-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-sponsor-img {
    width: 75px;
    margin-right: 20px;
  }

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

  .cta-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .cta-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .cta-button {
    padding: 14px 25px;
    font-size: 16px;
  }

  .cta-shape1, .cta-shape2 {
    width: 80px;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .about-us-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-shape {
    width: 80px;
  }

  .about-us-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }

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

  .services-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-section-titlte-wrapper {
    margin-bottom: 40px;
  }

  .services-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .services-shape-one {
    width: 40px;
    right: 2%;
  }

  .services-box.one {
    padding-bottom: 120px;
  }

  .services-title {
    font-size: 26px;
    line-height: 36px;
  }

  .services-shape {
    width: 80px;
  }

  .services-shape-two {
    width: 60px;
    bottom: -1%;
  }

  .our-result-section {
    padding-bottom: 60px;
  }

  .our-result-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-result-image {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .our-result-titile {
    font-size: 30px;
    line-height: 40px;
  }

  .our-result-paragraph-text {
    margin-top: 15px;
  }

  .our-result-list-wrapper {
    margin-bottom: 30px;
  }

  .our-result-list-imge {
    margin-right: 10px;
  }

  .our-result-list-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-details-wrapper {
    margin-bottom: 30px;
  }

  .footer-description-text {
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
  }

  .footer-menu-title {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-info-wrapper {
    padding: 15px;
  }

  .footer-info-heading {
    font-size: 17px;
    line-height: 27px;
  }

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

  .faq-section-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .faq-singel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section-shape {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .faq-section-shape.faq-icon {
    margin-top: -56px;
    margin-left: 256px;
    display: block;
  }

  .faq-question {
    line-height: 28px;
  }

  .paragraph.for-faq {
    max-width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .blog-section-title-wrapper {
    margin-bottom: 40px;
  }

  .blog-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-singel-wrapper {
    padding: 15px;
  }

  .blog-name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .testimonial-wrapper {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-title {
    font-size: 32px;
    line-height: 42px;
  }

  .testimonial-title-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-paragraph-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .testimonial-left-arrow.right {
    left: 20%;
  }

  .testimonial-left-arrow.left {
    right: 20%;
  }

  .banner-section-two {
    margin-bottom: 40px;
  }

  .banner-top-shape-image-wrapper:lang(ru) {
    aspect-ratio: auto;
    font-weight: 400;
    position: static;
  }

  .banner-title-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    display: block;
  }

  .banner-title-two:lang(ru) {
    border: 0 solid #000;
    border-radius: 0;
    width: auto;
    font-size: 25px;
    line-height: 45px;
  }

  .banner-title-two._2 {
    text-shadow: -1px 0 #1c2436, 0 1px #1c2436, 1px 0 #1c2436, 0 -1px #1c2436;
    font-size: 55px;
    line-height: 45px;
  }

  .banner-title-two._2:lang(ru) {
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    min-height: auto;
    display: flex;
  }

  .banner-paragraph-text-wrapper-two {
    margin-bottom: 20px;
  }

  .banner-paragraph-text-two {
    font-size: 16px;
    line-height: 25px;
  }

  .banner-shape1, .banner-shape2 {
    bottom: -15%;
  }

  .our-organization-section {
    padding-bottom: 60px;
  }

  .organization-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .organization-title {
    font-size: 30px;
    line-height: 40px;
  }

  .organization-paragraph-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .organization-shape {
    width: 46px;
  }

  .organization-details-singel-wrapper {
    padding: 30px 20px;
  }

  .organization-details-image {
    width: 100px;
  }

  .about-counter-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

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

  .causes-section-titlte-wrapper {
    margin-bottom: 40px;
  }

  .causes-section-titlte {
    font-size: 23px;
    line-height: 33px;
  }

  .causes-image.height {
    height: auto;
  }

  .causes-name {
    font-size: 21px;
    line-height: 31px;
  }

  .causes-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .causes-price-wrapper {
    margin-bottom: 20px;
  }

  .causes-goals-text {
    font-size: 16px;
    line-height: 26px;
  }

  .causes-goals-price {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-section-two {
    padding-bottom: 60px;
  }

  .testimonial-wrapper-two {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .testimonial-section-title-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-section-title-shape {
    position: absolute;
    inset: 48% 0% auto auto;
  }

  .testimonial-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-slider-arrow.left {
    bottom: -19%;
    right: 25%;
  }

  .testimonial-slider-arrow.right {
    bottom: -19%;
  }

  .kindness-section {
    padding-bottom: 130px;
  }

  .kindness-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
  }

  .kindness-section-title-wrapper {
    margin-bottom: 40px;
  }

  .kindness-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .kindness-slider {
    height: 100%;
  }

  .kindness-slide {
    margin-right: 20px;
  }

  .kindness-slider-arrow.right {
    bottom: -11%;
    right: -22%;
  }

  .kindness-slider-arrow.left {
    bottom: -11%;
    left: -20%;
  }

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

  .inner-banner-title {
    font-size: 28px;
    line-height: 38px;
  }

  .inner-banner-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .about-section-two {
    padding-bottom: 60px;
  }

  .about-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .about-conter-up {
    padding-bottom: 60px;
  }

  .about-conter-grid-two {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .behind-us {
    padding-bottom: 120px;
  }

  .behind-slide-conten {
    padding: 15px;
  }

  .behind-slide-details-year {
    margin-bottom: 15px;
  }

  .behind-slide-details-heading {
    font-size: 19px;
    line-height: 29px;
  }

  .behind-slide-details-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .behind-slide-arrow.left {
    width: 40px;
    height: 40px;
    bottom: -14%;
    right: 20%;
  }

  .behind-slide-arrow.right {
    width: 40px;
    height: 40px;
    bottom: -14%;
    left: 20%;
  }

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

  .team-section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .team-collection-list {
    grid-row-gap: 30px;
  }

  .causes-section-two {
    padding-bottom: 60px;
  }

  .blog-deatails-section {
    padding-top: 120px;
  }

  .blog-deatails-name {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-deatails-title {
    font-size: 23px;
  }

  .blog-deatails-title._2nd {
    font-size: 22px;
    line-height: 32px;
  }

  .mb51 {
    margin-bottom: 20px;
  }

  .quote-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .quote-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }

  .cause-details-section {
    padding-bottom: 60px;
  }

  .cause-details-section-name-price {
    margin-bottom: 30px;
  }

  .cause-details-name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 42px;
  }

  .cause-details-content {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .license-wrapper {
    padding: 20px 15px;
  }

  .license-image-section-title {
    font-size: 34px;
    line-height: 44px;
  }

  .license-singel-title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .changelog-wrapper {
    padding: 40px 10px;
  }

  .changelog-date-text-wrapper {
    margin-bottom: 20px;
  }

  .changelog-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .not-found-section {
    padding-bottom: 60px;
  }

  .not-found-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-image {
    width: 80px;
  }

  .not-found-heading {
    margin-bottom: 10px;
  }

  .not-found-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }

  .password-wrapper {
    padding: 30px 15px;
  }

  .password-image {
    margin-bottom: 20px;
  }

  .password-heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .password-paragraph-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .password-text-field {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-us-section {
    padding-bottom: 60px;
  }

  .contact-us-singel-wrapper {
    padding: 25px 15px;
  }

  .contact-us-form-field-label {
    font-size: 18px;
  }

  .contact-us-form-input {
    padding-left: 15px;
    font-size: 14px;
  }

  .contact-us-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 15px;
  }

  .shop-filter-hover {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .producat-price {
    font-size: 18px;
  }

  .product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .product-details-wrapper {
    padding: 15px 10px;
  }

  .product-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .product-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .product-details-price {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-section {
    padding-bottom: 60px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
    padding: 15px;
  }

  .style-guide-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-heading-singel-wrap {
    margin-bottom: 20px;
  }

  .style-guide-heading._1 {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-heading._2 {
    font-size: 26px;
    line-height: 36px;
  }

  .style-guide-heading._3 {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-heading._4 {
    font-size: 22px;
    line-height: 32px;
  }

  .color-plate-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-paragraph-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-paragraph-singel-wrapper.mb40 {
    margin-bottom: 20px;
  }

  .style-guide-paragraph-title {
    font-size: 26px;
    line-height: 36px;
  }

  .style-guide-paragraph-details-text-block {
    margin-bottom: 5px;
  }

  .style-guide-paragraph-details-text-block.mb0 {
    font-size: 17px;
    line-height: 27px;
  }

  .style-guide-typeface-wrapper {
    margin-bottom: 40px;
  }

  .preview-banner-section {
    padding-top: 120px;
  }

  .preview-banner-wrapper {
    border-radius: 15px;
    padding: 40px 15px 20px;
  }

  .preview-banner-title {
    font-size: 34px;
    line-height: 44px;
  }

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

  .demo-section.pd {
    padding-bottom: 60px;
  }

  .demo-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .demos-image-wrapper {
    padding: 15px;
  }

  .cart-title {
    font-size: 24px;
    line-height: 32px;
  }

  .close-button {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

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

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

  .donate-content {
    padding: 20px 15px;
  }

  .donate-pop-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .donate-pop-title.mb0 {
    font-size: 30px;
    line-height: 40px;
  }

  .donate-form-input {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .donate-textarea {
    min-height: 100px;
    padding-left: 15px;
    font-size: 17px;
  }

  .donate-submit-button {
    height: 50px;
    font-size: 17px;
  }

  .banner-image-shape-image {
    width: 100px;
  }

  .banner-top-shape-image {
    width: 60px;
  }

  .banner-top-shape-image:lang(ru) {
    font-size: 18px;
  }

  .banner-shape1-image {
    width: 100px;
  }

  .banner-shape2-image {
    width: 80px;
  }

  .team-details-section {
    padding-bottom: 60px;
  }

  .team-details-wrapper {
    padding: 20px 15px;
  }

  .team-details-wrapper.block-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-details-name {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .team-details-info-paragraph {
    margin-bottom: 20px;
  }

  .team-details-info-paragraph.mb20 {
    margin-bottom: 16px;
  }

  .became-text-block {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-deatails-paragraph {
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .secondary-button {
    margin-right: 0;
  }

  .pricing._15 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing._15.mobile-padding {
    padding-bottom: 0;
  }

  .h2 {
    line-height: 100%;
  }

  .content-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .vectors-wrapper {
    width: 40px;
    height: 40px;
  }

  .variants {
    flex-direction: column;
  }

  .variants.p_variants {
    flex-direction: row;
  }

  .content-5 {
    flex-wrap: nowrap;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .content-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .donate-form-input-copy {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .form-2, .separator {
    width: 120%;
  }

  .text-2.text-mobile {
    font-size: 16px;
  }

  .image-10 {
    top: 371px;
  }

  .image-10.image_bg {
    inset: 0% 0% auto auto;
  }

  .image-10.image-element.image-mobile {
    max-width: 100%;
    top: 418px;
    bottom: -20%;
    left: 1%;
  }

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

  .history-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

#w-node-fe6919f4-252b-c988-a250-20512a9ab794-b5b03fde, #w-node-_9b2036cc-7ecb-7fe4-f4f9-e96b0aa7a9f8-b5b03fde, #w-node-_4eff51b8-7daa-60d8-19e4-ba751c84ce40-b5b03fde, #w-node-c110a81a-3251-107a-55c8-416eb7812177-b5b03fde, #w-node-_038283f4-aec5-6179-9294-838b768d5a58-b5b03fde, #w-node-_7afa2612-2844-f31e-eacd-7b22a8c4198f-b5b03fde, #w-node-_9851a34c-bef4-02e4-ca09-70469e210794-b5b03fde, #w-node-_975a0aa0-7076-1f67-d4bb-c4dac3e70844-b5b03fde, #w-node-ac843d23-0046-b9bc-8e54-ceca9605d3e5-b5b03fde, #w-node-_975a0aa0-7076-1f67-d4bb-c4dac3e7084c-b5b03fde, #w-node-_4199dbe9-1a57-26f7-f868-97a281da339c-b5b03fde, #w-node-aef68bc1-0a5d-8630-e79d-5cb2f7b455c5-b5b03fde, #w-node-_40a8135c-4ceb-c759-4ffb-ba35dd2786e9-b5b03fde, #w-node-_2042a2e2-e3f0-ee36-fca4-103b90b51ec2-b5b03fde, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ac4-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ad6-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753b13-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753bac-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753bae-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c50-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c57-b5b03fe9, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c5e-b5b03fe9, #w-node-_38d7ea7f-c9c0-1c8e-a9c1-24605035e6bd-b5b03ff0, #w-node-e5aae4f5-020a-a0c3-c4aa-c62bb782205c-b5b03ff0, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ac4-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753ad6-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753b13-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753bac-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753bae-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c50-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c57-b5b03ff5, #w-node-_90b50bba-d005-5e77-9fbc-f2016f753c5e-b5b03ff5, #w-node-f677ab42-8bb9-2eb2-3339-7cebf674b37d-b5b03ff8, #w-node-_71d49a12-b338-b321-8f97-c69b156dce2e-b5b03ff8, #w-node-_77e57d41-93b4-3ecc-244d-7b645f4c921c-b5b03ff8, #w-node-_4c3cf2d1-f774-52a0-62be-46f05686162f-b5b03ff8, #w-node-_051c1084-38fd-7f0a-9bb2-bdf20c206e76-b5b03ff8, #w-node-c6a73207-72e5-1f99-d02d-d4041be45dc2-b5b03ff8, #w-node-_0dc5eba0-e2f2-3edc-f7df-1a7f26a8c195-b5b03ff8, #w-node-fb5ba854-ecaa-956f-c83b-b09830d98b5a-b5b03ff8, #w-node-_7c5db466-766e-31c4-aaa5-95d5e742916f-b5b03ff8, #w-node-_2af6fe71-dce9-8648-feed-4fb8caf9c45f-b5b03ff8, #w-node-_3ac573e7-4efa-46d3-3761-8416783914ca-b5b03ffe, #w-node-fd3a62a3-c312-34ed-d817-7065e6a8d26d-b5b03ffe, #w-node-c48b70bb-0e40-085b-99be-6747ab507bf3-b5b03ffe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4c77ff53-fd45-33bc-6b1f-663d0f91eb77-b5b03fe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}