#w-node-204d214f3548-66932e9a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}
#w-node-323d11fcbb3a-66932e9a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

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

#donate-form .w-input {
  color: white;
}
a.link-block-3.w-inline-block {
    text-decoration: none;
}
.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

.hero-slider {
  display: block;
  height: 455px;
  background-color: transparent;
}

.navigation-bar {
  background-color: #db241e;
}

.brand-link {
  height: 60px;
  margin-left: 15px;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #4b1c0b;
  font-size: 23px;
  line-height: 26px;
  font-weight: 900;
}

.navigation-link.maroon {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.slide {
  padding: 27px 85px 0px;
  background-color: #dededc;
  background-image: url('../images/Slider-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 16px;
  line-height: 22px;
}

.slide.bg-2 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: 915px;
}

.slide-container {
  padding-bottom: 0px;
  clear: none;
}

.image-column-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #f1f1f1;
}

.button {
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #dea809;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: Montserrat, sans-serif;
  line-height: 19px;
}

.hollow-button {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #dea809;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 19px;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.content-column-1 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  margin: 202.5px 15px;
  padding: 6px;
  font-size: 33px;
}

.slider-navigation {
  font-size: 11px;
  line-height: 22px;
}

.section {
  position: relative;
  padding: 80px 20px;
  background-color: #333;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-heading.centred {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centred {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.centre {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.image {
  margin-bottom: 10px;
}

.heading-2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.heading-2:hover {
  color: #fff;
}

.paragraph-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.paragraph-2:hover {
  color: #fff;
}

.heading-3 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #f1f1f1;
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.heading-3:hover {
  color: #fff;
}

.paragraph-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f1f1f1;
  font-weight: 500;
  text-align: center;
}

.paragraph-3:hover {
  color: #fff;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.heading-4:hover {
  color: #fff;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.paragraph-4:hover {
  color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 36, 30, 0.35)), to(rgba(219, 36, 30, 0.35))), url('../images/28161879_567776243555582_7117086183075077419_o.jpg'), url('../images/pure-gold-jewellery.jpg');
  background-image: linear-gradient(180deg, rgba(219, 36, 30, 0.35), rgba(219, 36, 30, 0.35)), url('../images/28161879_567776243555582_7117086183075077419_o.jpg'), url('../images/pure-gold-jewellery.jpg');
  background-position: 0px 0px, 59% 27%, 0px 0px;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  color: #fff;
  text-align: center;
}

.container-2 {
  padding-left: 0px;
}

.container-2.reverse-cms.reverse-cms-air-mode {
  padding-left: 0px;
  font-weight: 400;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 46px;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #000;
}

.page-subheading {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}

.section-2 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
  color: #333;
}

.section-2.accent {
  padding: 80px 20px;
  background-color: #f1f1f1;
  background-image: url('../images/BG-hijacked.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-title-grouped {
  margin-bottom: 62px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.discover-button.w--current {
  margin-right: 8px;
  margin-left: 8px;
  padding: 11px 20px;
  border-radius: 20px;
  background-color: #333;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.discover-button.w--current:hover {
  background-color: #986e6e;
}

.text-block {
  color: #dea809;
  font-size: 16px;
  line-height: 18px;
}

.slider-2 {
  background-image: url('../images/store-pic-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slider-1 {
  background-image: url('../images/featured-100-beautiful-jewelry-store-designs.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-3 {
  position: relative;
  margin-top: 0px;
  padding-bottom: 80px;
  background-color: #333;
}

.container-3 {
  padding-left: 0px;
  text-align: center;
}

.lightbox-link {
  background-image: url('../images/about.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.lightbox-link-2 {
  padding-left: 15px;
}

.image-2 {
  margin-left: 15px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #dbcccc;
}

.image-3 {
  margin-top: 15px;
  margin-left: 15px;
}

.image-4 {
  margin-top: 15px;
  margin-left: 15px;
}

.image-6 {
  margin-top: 15px;
}

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

.footer.accent {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #db241e;
}

.footer-container {
  position: relative;
  padding-top: 15px;
}

.form-block {
  padding-top: 20px;
  padding-bottom: 40px;
}

.form-block.reverse-cms.reverse-cms-air-mode {
  width: 51%;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.wrap-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.heading-6 {
  background-color: #dca709;
  color: #fff;
}

.paragraph-6 {
  color: #fff;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.button-2 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #fc0a7e;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button-2.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #dca709;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-2.form-button:hover {
  background-color: #000;
  color: #fff;
}

.footer-link-2 {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

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

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

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

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

.top-border._50 {
  margin-top: 50px;
}

.top-border._20 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intro-box {
  width: 30.3%;
  margin-right: 3%;
  background-color: #ceb3cb;
  opacity: 1;
}

.intro-box.no-border {
  margin-right: 0%;
}

.intro-box.reverse-cms.reverse-cms-air-mode {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.intro-text-box {
  padding: 10px;
  background-color: #333;
}

.intro-text-box.red {
  background-color: #a00;
}

.image-hover {
  border-style: solid;
  border-color: #000;
}

.image-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.title-link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.title-link:hover {
  opacity: 0.8;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center.reverse-cms.reverse-cms-air-mode {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center.group3 {
  margin-top: 60px;
}

.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 1px 16px -13px #000;
}

.center-box {
  display: block;
  width: 65%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #b99bb6;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #986e6e;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.intro-para {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.button-3 {
  min-width: 110px;
  padding-right: 28px;
  padding-left: 28px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: #a00;
  background-color: #f1f1f1;
  color: #a00;
}

.button-3.nav-donate {
  height: 40px;
  border-color: #db241e;
  color: #db241e;
  font-size: 14px;
  line-height: 22px;
}

.button-3.nav-donate:hover {
  background-color: #8c0202;
  color: #fff;
}

._25-column {
  display: block;
  overflow: visible;
  width: 25%;
  margin-right: 5%;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.text-small.white {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #dbcccc;
  font-size: 14px;
}

.text-small.white.form {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.mini-title-white {
  color: #dea809;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.form-block-4 {
  display: block;
  width: 51%;
}

.content-wrapper-2 {
  position: relative;
  width: 100%;
  max-width: 1265px;
  padding-right: 25px;
  padding-left: 25px;
}

.mini-title-white-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-block-5 {
  width: 51%;
}

.contact-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #dbcccc;
  font-size: 14px;
  text-decoration: none;
}

.field-label {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
}

.field-label-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
}

.submit-button {
  height: 45px;
  min-width: 110px;
  margin-top: 20px;
  padding: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #740202;
  border-radius: 25px;
  background-color: #8c0202;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.submit-button:hover {
  background-color: #fff;
  color: #8c0202;
}

.image-7 {
  padding-right: 21px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.div-block {
  height: 200px;
  background-image: url('../images/mic-1132528_1920.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2 {
  height: 250px;
  background-image: url('../images/black-power-2274368_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3 {
  height: 200px;
  background-image: url('../images/mental-health-2313430_1920.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.button-4 {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #8c0202;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
}

.button-4:hover {
  background-color: #fff;
  box-shadow: 1px 1px 6px -12px #000;
  color: #333;
}

.div-block-4 {
  width: 280px;
  height: 365px;
  background-image: url('../images/66583947_886405768359293_6952832288719634432_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
}

.rd-button {
  width: 16%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 140px 10px 0px;
  float: right;
  clear: none;
}

.div-block-5 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-6 {
  margin-right: 15px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.video-holder {
  width: 650px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-ntro {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.bottom-border {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-5 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.button-5:hover {
  border-color: #a00;
  background-color: #fff;
  color: #a00;
}

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

.sm-widget.contact-us {
  text-align: right;
}

.html-embed {
  height: 50px;
  background-color: #740202;
}

.yy {
  width: 50px;
  height: 50px;
}

.fb-icon {
  margin-right: 10px;
}

.image-8 {
  margin-right: 10px;
}

.div-block-7 {
  width: 300px;
  height: 300px;
  background-image: url('../images/Slider-text-05.png');
  background-position: 0px 0px;
  background-size: 300px;
}

.field-label-3 {
  color: hsla(0, 0%, 100%, 0.67);
}

.text-field {
  height: 100px;
}

.div-block-8 {
  height: 65px;
}

.button-6 {
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 28px;
  border-radius: 25px;
  background-color: #333;
}

.button-6:hover {
  background-color: #a00;
}

.image-9 {
  margin-right: 10px;
}

.nav-link {
  padding-right: 10px;
  padding-bottom: 23px;
  padding-left: 10px;
  border-bottom: 0px solid hsla(0, 0%, 100%, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #db241e;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: #3a3a3a;
  color: #8c0202;
}

.nav-link.w--current {
  color: #8c0202;
  font-weight: 700;
}

.dropdown {
  top: 15px;
  font-weight: 700;
}

.social-icon {
  position: relative;
  top: 17px;
  width: 20px;
  margin-right: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #db241e;
  border-radius: 50px;
  background-color: #db241e;
  opacity: 1;
}

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

.container {
  max-width: 1100px;
  padding-top: 7px;
}

.site-name {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
}

.logo {
  margin-top: 0px;
}

.search-block {
  position: relative;
  left: 32px;
  top: 12px;
  display: inline-block;
  padding-bottom: 0px;
  float: none;
}

.logo-image {
  position: relative;
  width: 115px;
  margin-bottom: 7px;
  float: left;
  border-radius: 0px;
}

.logo-image:hover {
  width: 115px;
}

.submit-button-2 {
  position: relative;
  left: -70px;
  top: -4px;
  width: 20%;
  background-color: transparent;
  color: #6b6b6b;
}

.submit-button-2:hover {
  color: #383838;
}

.text-field-2 {
  display: inline-block;
  width: 80%;
  height: 40px;
  border-radius: 20px;
}

.drop-nav {
  display: block;
  font-weight: 400;
}

.drop-nav:hover {
  border-bottom: 1px none #f1f1f1;
  background-color: #f3f3f3;
  color: #0e0e0e;
}

.drop-nav.w--current {
  border-bottom: 1px solid #c3c3c3;
  color: #272727;
  font-weight: 700;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 5px;
  border: 1px solid #d4d4d4;
  background-color: #fafafa;
}

.social {
  margin-left: 29px;
  float: right;
}

.social.styled {
  margin-left: 3px;
}

.nav {
  border-bottom-style: none;
  border-bottom-color: #000;
  background-color: #fff;
}

.form {
  position: relative;
}

.nav-menu-2 {
  padding-top: 0px;
}

.dropdown-view {
  margin-top: -15px;
  color: #747474;
  font-weight: 400;
}

.dropdown-view:hover {
  color: #272727;
}

.dropdown-view.w--open {
  font-weight: 400;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #db241e;
}

.text-block-3:hover {
  color: #8c0202;
}

.icon {
  color: #db241e;
}

.icon:hover {
  color: #8c0202;
}

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

.about-us-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-sec.hero {
  position: static;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 5, 5, 0.71)), to(rgba(17, 5, 5, 0.71))), url('../images/8Y1A1096-min.JPG');
  background-image: linear-gradient(180deg, rgba(17, 5, 5, 0.71), rgba(17, 5, 5, 0.71)), url('../images/8Y1A1096-min.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #00bed5;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-7:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button-7.button-big {
  width: 240px;
  height: 60px;
  line-height: 40px;
}

.button-7.button-big:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 190, 213, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
}

.button-7.button-big.margin-right {
  margin-left: 0px;
}

.container-4 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-4._2-column-grid {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-4._2-column-grid.alternating {
  margin-top: 100px;
}

.h1-hero {
  margin-top: 0px;
}

.text-block-4 {
  display: inline-block;
  margin-top: 381px;
  margin-left: auto;
  padding: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 200px;
  font-weight: 900;
  text-align: center;
}

.container-5 {
  height: 550px;
}

.pre-header-green {
  margin-bottom: -25px;
  color: #00bed5;
}

.paragraph-light {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-weight: 700;
}

.header-line {
  width: 50%;
  height: 2px;
  background-color: #333;
}

.heading-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.heading-8.page-about {
  color: #000;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-weight: 500;
  text-align: center;
}

.paragraph-7:hover {
  color: #d67979;
}

.button-8 {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 11px 20px;
  border-radius: 20px;
  background-color: #8c0202;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
}

.heading-9 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #f1f1f1;
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.heading-9:hover {
  color: #986e6e;
}

.paragraph-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f1f1f1;
  font-weight: 500;
  text-align: center;
}

.paragraph-8:hover {
  color: #986e6e;
}

.section-5 {
  position: relative;
  padding-top: 104px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #333;
}

.heading-10 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #aaa;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.heading-10:hover {
  color: #d67979;
}

.heading-11 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Luckiest Guy', sans-serif;
  color: #aaa;
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.heading-11:hover {
  color: #d67979;
}

.paragraph-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-weight: 500;
  text-align: center;
}

.paragraph-9:hover {
  color: #d67979;
}

.container-6 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.header-line2 {
  width: 50%;
  height: 2px;
  background-color: #fff;
}

.heading-12 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
}

.paragraph-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 300;
}

.paragraph-11 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-6 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/28161879_567776243555582_7117086183075077419_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/28161879_567776243555582_7117086183075077419_o.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph-12 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
}

.container-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 72px;
}

.heading-13 {
  position: static;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
}

.div-block-9 {
  margin-top: 29%;
}

.text-span-2 {
  color: #94c998;
}

.hero {
  position: relative;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 0, 0, 0.78)), to(rgba(9, 0, 0, 0.78))), url('../images/8Y1A1148-min.JPG');
  background-image: linear-gradient(180deg, rgba(9, 0, 0, 0.78), rgba(9, 0, 0, 0.78)), url('../images/8Y1A1148-min.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-weight: 400;
  text-align: center;
}

.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navigation-logo.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navigation {
  z-index: 1;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bold-text-3 {
  font-weight: 900;
  text-transform: lowercase;
}

.navigation-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 80%;
  margin-right: 0px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.navigation-button:hover {
  background-color: #fff;
  color: #000;
}

.h1 {
  max-width: 700px;
  margin: 0px auto 30px;
  color: #fff;
  font-size: 48px;
  line-height: 53px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.83px;
  text-transform: none;
  white-space: normal;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.header-content {
  margin-top: 12%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
  text-transform: lowercase;
}

.nav-link-2 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #94c998;
}

.nav-link-2:active {
  color: #6daf72;
}

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

.nav-link-2.current {
  color: #94c998;
}

.nav-link-2.contact {
  display: none;
}

.bold-text-4 {
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.9px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-13 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.bold-text-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
}

.bold-text-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
}

.contact-sec {
  position: relative;
  display: block;
  padding-right: 100px;
  padding-bottom: 120px;
  padding-left: 100px;
}

.field-label-4 {
  text-align: left;
}

.text-field-3 {
  height: 40px;
  border-radius: 20px;
}

.text-area {
  border-radius: 20px;
}

.container2 {
  margin-top: 5%;
}

.page-header {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}

.subtext {
  display: block;
  width: 40%;
  margin: 65px auto 50px;
  color: #134b94;
  text-align: justify;
}

.btn {
  display: block;
  height: 40px;
  margin-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  float: left;
  border-radius: 40px;
  background-color: #292929;
  text-align: right;
}

.btn:hover {
  background-color: #0c0c0c;
}

.form-block-6 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border: 1px solid #dadada;
  border-radius: 10px;
}

.body {
  background-color: #333;
}

.grid {
  max-width: 1200px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-13 {
  margin-top: 78px;
  padding-top: 0px;
  opacity: 0.5;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #db241e;
}

.heading-14 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.text-block-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
}

.heading-15 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.text-block-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
}

.container-8 {
  margin-bottom: 0%;
}

.div-block-10 {
  width: 30%;
  height: 100px;
}

.image-14 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-11 {
  position: relative;
  bottom: 40px;
  display: inline;
  width: 70%;
  float: none;
  clear: none;
}

.text-block-7 {
  display: block;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  text-align: left;
}

.section-8 {
  width: 100vw;
  height: 100vh;
}

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

.div-block-12 {
  background-image: url('../images/8Y1A1148-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-13 {
  background-image: url('../images/vlcsnap-error564.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/8446363903_b35a6b5534_b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-9 {
  margin-top: 5%;
}

.section-10 {
  height: 50vh;
  padding: 80px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 1, 1, 0.64)), to(rgba(7, 1, 1, 0.64))), url('../images/8Y1A1096-min.JPG');
  background-image: linear-gradient(180deg, rgba(7, 1, 1, 0.64), rgba(7, 1, 1, 0.64)), url('../images/8Y1A1096-min.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content-wrapper-3 {
  margin-top: 10%;
}

.heading-16 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 48px;
}

.div-block-15 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.container-10 {
  height: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.image-16 {
  width: 100%;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-holder h1 {
  font-size: 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: currentColor;
  filter: grayscale(1);
}

.img-holder {
  box-shadow: none!important;
  text-decoration: none!important;
} 

.img-background {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-background:hover {
  -webkit-filter: none;
  filter: none;
}

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

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

.collection-item {
  width: 31%;
  margin-right: 2.2%;
  margin-bottom: 4%;
}

.empty-state {
  background-color: transparent;
  font-size: 22px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: url('../images/500_F_229598582_z4iDPqg3Vg1AtkrOnYpzjg9oixHf0fpp.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-detail-main-details {
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-price {
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 24px;
  line-height: 52px;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail-measurement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.list {
  display: block;
  margin-top: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-image-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: url('../images/9ee09b7a-8dc4-46cb-a332-a97ce50a6c42.jpg.w1920.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.product-image-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: url('../images/magic_mug_11oz_1140x1140_20170306_1.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-9 {
  height: 45px;
  min-width: 110px;
  margin-right: 0px;
  padding-top: 15px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 25px;
  background-color: #8c0202;
  font-size: 18px;
  line-height: 15px;
  text-align: center;
}

.button-10 {
  background-color: #8c0202;
}

.button-11 {
  background-color: #8c0202;
}

.div-block-17 {
  width: 300px;
  height: 400px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/66583947_886405768359293_6952832288719634432_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17.abt-pg {
  width: 500px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/About_0339.jpg');
}

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

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

.container-11._2-column-grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-17 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-14 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-18 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.paragraph-15 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-16 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 18px;
}

.text-block-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f1f1f1;
  font-size: 20px;
}

.text-block-9 {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
}

.donate-btn {
  display: block;
  width: 150px;
  margin-left: 12px;
  padding-top: 10px;
  float: right;
  text-align: left;
}

.nav-spacer {
  display: inline-block;
  margin-left: 22px;
  padding-top: 10px;
}

.donate-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 7, 7, 0.58)), to(rgba(12, 7, 7, 0.58))), url('../images/28161879_567776243555582_7117086183075077419_o.jpg');
  background-image: linear-gradient(180deg, rgba(12, 7, 7, 0.58), rgba(12, 7, 7, 0.58)), url('../images/28161879_567776243555582_7117086183075077419_o.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.heading-19 {
  font-family: 'Luckiest Guy', sans-serif;
  color: #fff;
  font-size: 56px;
  text-align: center;
}

.text-field-4 {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-5 {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-6 {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-7 {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.textarea {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.submit-button-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(56, 152, 236, 0);
}

.submit-button-3:hover {
  background-color: #fff;
  color: #000;
}

.paragraph-17 {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.form-4 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-20 {
  margin-bottom: 40px;
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 56px;
}

.heading-21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.heading-22 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.heading-23 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.heading-24 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.section-footer-bottom {
  display: block;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #333;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e9eff3;
}

.div-block-88903 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #dededc;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-25 {
  font-family: 'Luckiest Guy', sans-serif;
  color: #db241e;
  font-size: 56px;
}

html.w-mod-js *[data-ix="nav-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="contact-load"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .content-column-1.reverse-cms.reverse-cms-air-mode {
    padding-left: 70px;
  }
  .discover-button.w--current {
    padding-right: 20px;
  }
  .section-3 {
    padding-top: 0px;
  }
  .lightbox-link-2 {
    margin-left: 5px;
  }
  .heading-5 {
    text-align: center;
  }
  .image-5 {
    text-align: left;
  }
  .center-box {
    width: 80%;
  }
  .button-3.nav-donate {
    display: inline-block;
    height: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._25-column {
    width: 35%;
  }
  .rd-button {
    width: 20%;
  }
  .button-5 {
    width: 20%;
  }
  .div-block-7 {
    float: left;
  }
  ._2-col-grid-element {
    margin-right: 60px;
    margin-left: 60px;
  }
  .about-us-sec {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-4._2-column-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-light {
    font-size: 16px;
  }
  .menu-button-2:active {
    background-color: #5ab963;
  }
  .menu-button-2.w--open {
    z-index: 2;
    background-color: #5ab963;
  }
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }
  .hero {
    padding-right: 60px;
    padding-left: 60px;
  }
  .navigation-container-2 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
  }
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }
  .navigation-button {
    display: none;
    width: 75%;
    margin: 20px 30px;
  }
  .header-content {
    margin-top: 35%;
  }
  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-3 {
    position: absolute;
    z-index: 999;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #3b3b3b;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-image-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-image-3 {
    width: 100%;
    margin-bottom: 40px;
  }
  .icon-3 {
    margin-top: 9px;
    margin-bottom: 9px;
    color: #db241e;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .section-footer-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container-10 {
    height: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 7%;
    margin-right: 7%;
}
#w-node-204d214f3548-66932e9a {
    -ms-grid-row: span 2;
    grid-row-start: span 2!important;
    -ms-grid-row-span: 2;
    grid-row-end: span 8!important;
    -ms-grid-column: span 2;
    grid-column-start: span 6!important;
    -ms-grid-column-span: 2;
    grid-column-end: span 2!important;
}
#w-node-323d11fcbb3a-66932e9a {
    -ms-grid-row: span 2;
    grid-row-start: span 2!important;
    -ms-grid-row-span: 2;
    grid-row-end: span 9!important;
    -ms-grid-column: span 2;
    grid-column-start: span 6!important;
    -ms-grid-column-span: 2;
    grid-column-end: span 2!important;
}
  #w-node-7f88ea936734-66932e9a {
    -ms-grid-column-span: 2;
    grid-column-end: 1!important;
    -ms-grid-column: 1;
    grid-column-start: 7!important;
    -ms-grid-row-span: 1;
    grid-row-end: 1!important;
    -ms-grid-row: 1;
    grid-row-start: 2!important;
}
#w-node-d5e472c6487e-66932e9a {
  -ms-grid-row: span 1;
  grid-row-start: span 2!important;
  -ms-grid-row-span: 1;
  grid-row-end: span 6!important;
  -ms-grid-column: span 2;
  grid-column-start: span 6!important;
  -ms-grid-column-span: 2;
  grid-column-end: span 2!important;
}
#w-node-84181bd0ad70-66932e9a {
  -ms-grid-row: span 2;
  grid-row-start: span 2!important;
  -ms-grid-row-span: 2;
  grid-row-end: span 7!important;
  -ms-grid-column: span 2;
  grid-column-start: span 6!important;
  -ms-grid-column-span: 2;
  grid-column-end: span 2!important;
}
#w-node-ec72aa424fa4-66932e9a {
  -ms-grid-row: span 2;
  grid-row-start: span 2!important;
  -ms-grid-row-span: 2;
  grid-row-end: span 7!important;
  -ms-grid-column: span 2;
  grid-column-start: span 6!important;
  -ms-grid-column-span: 2;
  grid-column-end: span 2!important;
}
  #w-node-7c1a85e04d6a-e1932e97>h2, #w-node-7c1a85e04d6a-e1932e97>p {
    margin-left: 20px!important;
    margin-right: 20px!important;
}
#w-node-7c1a85e04d7c-e1932e97>h2, #w-node-7c1a85e04d7c-e1932e97>p {
  margin: 0 20px!important;
}
.div-block-17.abt-pg {
  height: 350px!important;
  width: 370px!important;
}
div#w-node-a18c24d4223c-d2932e98>.div-block-17 {
  margin: 0 30px!important;
  width: 347px!important;
}
#w-node-a18c24d4222a-d2932e98>h2, #w-node-a18c24d4222a-d2932e98>p, #w-node-a18c24d4222a-d2932e98>.text-block-8 {
  margin: 0 20px!important;
}
div#contact-sec .w-layout-grid.grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
}
.div-block-10 {
  position: relative;
  width: 50%!important;
  height: 100px!important;
  bottom: 65px;
  left: 92px;
}
#contact-sec {
  padding: 45px 20px 55px;
}
img.image-14 {
  width: 200px;
  height: 100px;
}

.div-block-11 {
  display: flex!important;
  justify-content: center!important;
  width: 100%!important;
}
.sm-widget.contact-us {
  text-align: center!important;
}
.form-block-6 {
  max-width: 97%!important;
}
.form-4 {
  max-width: 97%!important;
}
  .header-line {
    margin: 0 20px!important;
}
  .w-layout-grid.container-6 {
    display: grid;
    grid-auto-flow: row!important;
    grid-auto-columns: 1fr!important;
    grid-template-columns: 1fr;
}
  ._2-col-grid-element {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
  .div-block-9 {
    margin-top: 45%!important;
}

  .container-12.w-container{
    display: flex!important;
    flex-flow: wrap!important;
    justify-content: center;
  }
  a.link-block-3.w-inline-block {
    margin: auto!important;
}
  .donate-btn {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    float: right;
    text-align: left;
}
  .image-column-1 {
    display: none!important;
    /* clear: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; */
  }
  .feature-column {
    text-align: center;
  }
  .image {
    text-align: center;
  }
  .lightbox-link {
    margin-left: 25px;
  }
  .wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block-3 {
    width: 100%;
  }
  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .button-2.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .footer-link-2 {
    display: inline-block;
    margin-bottom: 10px;
  }
  .intro-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rd-button {
    width: 20%;
  }
  .button-5 {
    width: 20%;
    line-height: 22px;
  }
  .div-block-7 {
    position: absolute;
    left: -36%!important;
    top: auto;
    right: auto;
    display: inline-block;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.div-block-8 {
  position: relative;
  left: -15px;
}
.div-block-8 a.button-6.w-button {
  width: 137px!important;
  margin-top: 320px!important;
}
  .image-10 {
    margin-top: 0!important;
  }
  .about-us-sec {
    padding: 80px 20px;
  }
  .button-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-7 {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .button-7.button-big {
    width: 200px;
  }
  .container-4._2-column-grid.alternating {
    margin-top: 60px;
  }
  .hero {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .image-11 {
    margin-bottom: 20px;
  }
  .header-content {
    margin-top: 15%;
  }
  .collection-item {
    width: 47.8%;
  }
  .product-image {
    height: 500px;
  }
  .product-image-2 {
    height: 500px;
  }
  .product-image-3 {
    height: 500px;
  }
  .donate-form {
    padding: 40px 20px;
  }
  .team-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .section-footer-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .container-12 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .content-column-1.reverse-cms.reverse-cms-air-mode {
    display: block;
    padding-right: 74px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .page-heading {
    line-height: 66px;
  }
  .page-subheading {
    line-height: 38px;
  }
  .text-block {
    text-align: center;
  }
  .lightbox-link {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .lightbox-link-2 {
    margin-left: 15px;
  }
  .image-2 {
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .image-5 {
    text-align: center;
  }
  .wrap-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .form-3 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-box {
    width: auto;
    margin-right: 0%;
    margin-bottom: 9%;
  }
  .intro-para {
    font-size: 36px;
  }
  ._25-column {
    width: 100%;
    margin-right: 0%;
  }
  .form-block-4 {
    width: 100%;
    margin-top: 10%;
  }
  .form-block-5 {
    width: 100%;
    margin-top: 10%;
  }
  .div-block-4.mob-hide {
    display: none;
  }
  .rd-button {
    width: 52%;
  }
  .columns {
    display: block;
    width: 50%;
    height: 50vh;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button-5 {
    width: 52%;
  }
  .div-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 300px;
    float: none;
  }
  .div-block-8 {
    left: 66px;
    bottom: 2px;
    height: 10px;
}
  .button-6 {
    display: block;
    width: 137px;
    margin-top: 223px;
    padding-left: 28px;
  }
  .nav-link {
    width: 40%;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #272727;
  }
  .drop-nav {
    text-align: center;
  }
  .social {
    display: none;
    /* width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 33px;
    padding-left: 12px;
    text-align: center; */
  }
  .nav {
    padding-bottom: 15px;
  }
  .nav-menu-2 {
    padding-bottom: 21px;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    box-shadow: 0 22px 35px -10px rgba(63, 63, 63, 0.41);
  }
  .dropdown-view {
    width: 40%;
    text-align: center;
  }
  .about-us-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .button-wrapper {
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-7 {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  .button-7.button-big {
    width: 100%;
    height: 50px;
    line-height: 30px;
  }
  .button-7.button-big.margin-right {
    margin-right: 0px;
  }
  .container-4._2-column-grid.alternating {
    margin-top: 50px;
  }
  .h1-hero {
    max-width: 240px;
  }
  .paragraph-light {
    font-size: 15px;
  }
  .menu-button-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .hero {
    height: 100vh;
    margin-top: -121px;
    padding: 120px 10px 60px;
  }
  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .header-content {
    margin-top: 30%;
}
  .page-header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .subtext {
    width: 80%;
  }
  .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .form-block-6 {
    width: 80%;
  }
  .flex-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-right: 0%;
    margin-bottom: 8%;
  }
  .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-19 {
    line-height: 50px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-footer-bottom {
    padding-top: 40px;
  }
  .heading-25 {
    font-size: 36px;
  }
  .video {
    width: 375px;
  }
}

#w-node-a18c24d4222a-d2932e98 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a18c24d4223c-d2932e98 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-af372a610143-e1932e97 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-25efdb8a4cd7-e1932e97 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7c1a85e04d6a-e1932e97 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7c1a85e04d7c-e1932e97 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-44a446829033-e1932e97 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-2fb10f711d6d-e1932e97 {
  -ms-grid-column-span: -1;
  grid-column-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-7f88ea936734-66932e9a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d5e472c6487e-66932e9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-84181bd0ad70-66932e9a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ec72aa424fa4-66932e9a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-0eaa5c8140c3-05932e99 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a18c24d4223c-d2932e98 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-01360fd43e06-e1932e97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-01360fd43e0d-e1932e97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-01360fd43e14-e1932e97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2fb10f711d6d-e1932e97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-0eaa5c8140b3-05932e99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0eaa5c8140b7-05932e99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0eaa5c8140bb-05932e99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0eaa5c8140bf-05932e99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Copernicus';
  src: url('../fonts/Copernicus-Bold.ttf') format('truetype'), url('../fonts/Copernicus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}