@font-face {
  font-family: Maisonneueweb;
  src: url('../fonts/MaisonNeueWEB-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Maisonneueweb book;
  src: url('../fonts/MaisonNeueWEB-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Maisonneueweb demi;
  src: url('../fonts/MaisonNeueWEB-Demi.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Maisonneueweb;
  src: url('../fonts/MaisonNeueWEB-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

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

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

:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

.heading {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  line-height: 8vh;
  display: inline-block;
}

.heading.hero-t {
  z-index: 2;
  color: #303030;
  margin-top: 14vh;
  font-family: Maisonneueweb demi, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  background-color: #fffaf7;
  width: 100vw;
  height: 100vh;
}

.hero {
  opacity: 1;
  text-align: center;
  background-color: #fffaf7;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.sylas-large {
  z-index: 2;
  background-image: url('../images/sylas-large-med-1.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.sylas-sky {
  z-index: 1;
  opacity: .8;
  background-image: url('../images/sylas-sky-med-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.title {
  opacity: 1;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 4vw;
  line-height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: #fef8f8;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.sylas-img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: -10vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.info-hero {
  z-index: 1;
  width: 90%;
  max-width: 677px;
  margin-top: 15vh;
  padding-left: 5%;
  padding-right: 2%;
  display: inline-block;
  position: relative;
}

.info-hero.center {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
}

.info-hero.center.marginbottom {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-primary {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
  left: 0;
}

.btn-primary.center {
  margin-bottom: 20px;
}

.btn {
  color: #ddd;
  text-align: left;
  background-color: #3898ec00;
  border: 1.5px solid #e9e9e9;
  border-radius: 100px;
  width: 180px;
  height: 64px;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  position: relative;
  left: 0;
}

.btn.center {
  width: 200px;
  margin-left: auto;
}

.peach-btn {
  z-index: 0;
  background-color: #e7cdc8;
  border-radius: 100px;
  width: 240px;
  height: 64px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.peach-btn:hover {
  transform: translate(0, 1.05px);
}

.btn-bg {
  z-index: 0;
  background-color: #1e6ef6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 64px;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: relative;
  left: 0;
}

.btn-bg:hover {
  background-color: #2362cf;
  transform: scale(1.05);
}

.text-block {
  color: #f8ede0;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  font-family: Apercu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-3 {
  max-width: 90%;
  padding-left: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.paragraph {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.info-contained {
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.paragraph.smaller {
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
}

.paragraph.smaller._60 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.paragraph.smaller._60.left {
  text-align: left;
}

.paragraph.smaller.white {
  color: #fff;
}

.paragraph.smaller.margin.message {
  font-size: 16px;
}

.paragraph.center.contained-text {
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 300;
}

.bold-text {
  font-family: Apercu, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.h1 {
  font-family: Apercu, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.h1.left {
  text-transform: none;
  position: relative;
  bottom: 10px;
}

.h1.ig-headline {
  position: relative;
  bottom: 10px;
}

.container {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  max-width: 1400px;
  margin-top: 100px;
  position: relative;
  left: auto;
  right: auto;
}

.container.center {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 900px;
  margin-bottom: 40px;
  display: flex;
}

.underline-act {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 72%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.sylas-alexander-gatlyn-act {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-2 {
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.statistics {
  z-index: 5;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-radius: 400px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  height: 210px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: -1px 8px 15px #e2cbc25c;
}

.statistics.margintop {
  margin-top: 60px;
}

.statistics.margintop.marginbottom {
  margin-bottom: 60px;
}

.stat {
  justify-content: space-around;
  align-items: flex-start;
  width: 22%;
  padding-left: 0%;
  padding-right: 3%;
  display: inline-block;
}

.stat-desc {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.stat-title {
  margin-bottom: 10px;
  font-family: Apercu, sans-serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.stat-title.smaller {
  font-size: 20px;
}

.bold-text-3 {
  font-size: 18px;
  position: relative;
}

.subtitle {
  align-self: flex-start;
  display: block;
  position: relative;
  bottom: 20px;
}

.stats-container {
  margin: 4% auto auto 4%;
  padding-left: 8%;
  display: flex;
  position: relative;
  top: 15px;
}

.subtitle-container {
  position: relative;
}

.sylas-project-logo {
  margin-left: 40px;
}

.logo {
  z-index: 5;
  background-color: #fffaf700;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto auto;
  padding: 40px 40px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-tablet {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
}

.info-section {
  text-align: left;
  align-items: center;
  max-width: 1080px;
  margin: 10% auto;
  display: flex;
  position: relative;
}

.image-container {
  width: 40%;
  max-width: 400px;
  display: inline-block;
  position: relative;
}

.info-desc-container {
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 20%;
  display: block;
  position: relative;
}

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

.paragraph-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 28px;
}

.prev-title {
  font-family: Apercu, sans-serif;
  position: relative;
  bottom: 15px;
}

.small-subtitle {
  margin-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.info-desc-container-left {
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  margin-right: 20%;
  display: inline-block;
  position: relative;
}

.preventative-section {
  align-items: center;
  max-width: 1080px;
  margin: 60px auto 10%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.prev-desc-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-left: auto;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}

.prev-text {
  color: #333;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 28px;
}

.poolfence-image {
  width: 40px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.heading-3 {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 24px;
  position: relative;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
}

.heading-5 {
  margin-bottom: auto;
}

.heading-6 {
  text-align: center;
  width: 100%;
  position: relative;
}

.measures-container {
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.heading-7 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.paragraph-3 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

.poolsafety {
  align-items: flex-end;
  font-size: 34px;
  display: block;
  position: relative;
  bottom: 30px;
}

.preventative-master-container {
  background-color: #fff;
  border-radius: 34px;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 8px 15px #e2cbc25c;
}

.preventative-top-text-container {
  margin-top: 5%;
  padding-bottom: 20px;
  position: relative;
}

.signnow-container {
  background-color: #fff0;
  border-radius: 34px;
  max-width: 1220px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.center {
  text-align: center;
  font-family: Apercu, sans-serif;
}

.center.mobileh1 {
  margin-bottom: 20px;
}

.water-vector {
  text-align: center;
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-container2 {
  width: 50%;
  max-width: 400px;
  display: inline-block;
  position: relative;
}

.badge {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 100px;
}

.footer {
  margin-top: 20px;
  position: relative;
  inset: auto 0% 0%;
}

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

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

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

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

.text-block-3, .text-block-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.sylas-alexander-gatlyn-honor {
  text-align: center;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.underline-act-copy {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 72%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.sag-underline {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 100%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.honor-subtitle {
  font-family: Apercu, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.underline-act2 {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 70%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.underline-mobile-1 {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 72%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
  display: none;
}

.sag-underline-2 {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 50%;
  height: 10px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
}

.image-container2-top {
  width: 50%;
  max-width: 400px;
  display: none;
  position: relative;
  overflow: visible;
}

.mobile-container {
  z-index: 2;
  max-width: 1200px;
  position: relative;
  left: auto;
  right: auto;
}

.mobile-info-hero {
  z-index: 1;
  width: 90%;
  max-width: 600px;
  margin-top: 30vh;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: absolute;
}

._3-up {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.content-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 777px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.block-quote {
  text-align: center;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: flex;
}

.block-quote.left {
  text-align: left;
  padding: 20px 40px;
  font-size: 14px;
}

.text-span {
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 700;
}

.testimonial-container {
  margin-top: 40px;
  position: relative;
}

.testimonial-container.testimonials-edit {
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-large {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  color: #333;
  text-align: center;
  max-width: 777px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  text-decoration: none;
}

.text-block-5.med {
  margin-bottom: 15px;
  font-size: 24px;
}

.quote-section {
  text-align: center;
  align-items: center;
  max-width: 1080px;
  margin: 10% auto;
  display: block;
  position: relative;
}

.smalltext {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-style: italic;
}

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

.text-block-7 {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.donate {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.donate-btn {
  color: #ddd;
  text-align: left;
  background-color: #3898ec00;
  border: 1.5px solid #e9e9e9;
  border-radius: 100px;
  width: 150px;
  height: 44px;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.donate-btn.center {
  width: 200px;
  margin-left: auto;
}

.peach-btn2 {
  z-index: 0;
  background-color: #e7cdc8;
  border-radius: 100px;
  width: 150px;
  height: 44px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.peach-btn2:hover {
  transform: translate(0, 1.05px);
}

.donate-btn-bg {
  z-index: 0;
  background-color: #8a645c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  font-size: 15px;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: relative;
}

.donate-btn-bg:hover {
  background-color: #2362cf;
  transform: scale(1.05);
}

.link {
  z-index: 1;
  color: #303030;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.link.center {
  right: auto;
}

.donate-underline {
  text-align: left;
  background-image: linear-gradient(#d3e4d1, #d3e4d1);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 150px;
  height: 8px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  line-height: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.donate-link {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 40px;
  display: flex;
}

.donate-link.center {
  flex-direction: column;
  order: 0;
  position: absolute;
  inset: 40px 0% 0% auto;
}

.donate-underline2 {
  text-align: left;
  background-image: linear-gradient(#d3e4d1, #d3e4d1);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 82px;
  height: 8px;
  margin-top: 52px;
  margin-right: 25px;
  padding-right: 0;
  line-height: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.underline-short1 {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 54%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.underline-short1.center {
  width: 54%;
  margin-left: 140px;
}

.body-2 {
  background-color: #fffaf7;
}

.help-section {
  text-align: left;
  align-items: center;
  max-width: 1080px;
  margin: auto auto 5%;
  display: flex;
  position: relative;
}

.help-section._100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.btn-secondary {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-secondary.center {
  display: block;
}

.btn-2 {
  color: #ddd;
  text-align: left;
  background-color: #3898ec00;
  border: 1.5px solid #e9e9e9;
  border-radius: 100px;
  width: 180px;
  height: 50px;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.btn-2.center {
  text-align: center;
  border-width: 0;
  width: 250px;
  margin-left: auto;
}

.peach-btn-2 {
  z-index: 0;
  background-color: #e7cdc8;
  border-radius: 100px;
  width: 250px;
  height: 50px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.peach-btn-2:hover {
  transform: translate(0, 1.05px);
}

.peach-btn-2.long {
  width: 300px;
}

.btn-bg2 {
  z-index: 0;
  background-color: #2c6cdb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-size: 14px;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: relative;
}

.btn-bg2:hover {
  background-color: #2362cf;
  transform: scale(1.05);
}

.btn-bg2.long {
  width: 300px;
}

.p-link {
  color: #2c6cdb;
  text-decoration: underline;
}

.paragraph-2-copy {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.how-to-help-img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.how-to-help-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  background-color: #fffaf7;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.small-section {
  background-color: #fffaf7;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.image-5 {
  width: 100%;
  max-width: 350px;
  padding-top: 20px;
}

.help-subtitle {
  text-transform: none;
  font-family: Apercu, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.help-subtitle.white {
  color: #fff;
}

.help-subtitle.white.mobilesubtitle {
  font-size: 18px;
}

.underline-help {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 54%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.underline-help.center {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
}

.underline-help.center.dp {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.underline-help.center.ss {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.underline-help.center._100 {
  background-image: linear-gradient(#bda49c, #bda49c);
  width: 100%;
}

.navigation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.list-item {
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.list {
  width: 100%;
  display: flex;
  position: absolute;
}

.nav-item {
  color: #333;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}

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

.list-item-3 {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.list-item-4 {
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fffaf7;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  cursor: pointer;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  transition: color .2s;
  display: none;
}

.nav-link:hover {
  color: #0784f3;
}

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

.nav-link-2 {
  color: #0082f3;
  cursor: pointer;
  border-right: 2px #cfcfcf;
  border-radius: 20px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-3 {
  cursor: pointer;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.nav-link-3:hover {
  color: #4ca1f5;
}

.nav-link-3.w--current {
  color: #333;
}

.nav-link-3.w--current:hover {
  color: #0082f3;
}

.nav-link-3.mobile-only {
  display: none;
}

.nav-menu {
  margin-right: 20px;
  display: block;
}

.lightbox-link {
  max-height: 80vh;
  margin-top: 0;
  padding-top: 30px;
  display: block;
}

.product-content-wrapper {
  z-index: 1;
  width: 40vw;
  max-width: 550px;
  margin-top: 100px;
  padding-left: 10%;
  position: relative;
  inset: 0% auto auto 0%;
}

.pdp-add-to-cart {
  color: #f8ede0;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0f2f55;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 40px 14px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .4s, transform .4s;
}

.pdp-add-to-cart:hover {
  background-color: #966b68;
  transform: scale(1.05);
}

.tan-pdp-bg {
  z-index: 0;
  background-color: #f6ebdd;
  width: 48vw;
  max-width: 400px;
  height: 65vh;
  margin-top: 100px;
  margin-left: -10vw;
  padding-left: 2%;
  position: absolute;
  inset: 0% 0% auto 5%;
}

.pdp-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-height: 80vh;
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
}

.field-label-15 {
  font-family: Apercu, sans-serif;
}

.price {
  color: #9da0b4;
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

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

.price.left.dark {
  font-size: 15px;
}

.text-block-8 {
  color: #9da0b4;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.image-13 {
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}

.product-grid {
  z-index: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1360px;
  min-height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.product-name---main {
  color: #cf8e83;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.quantity-2 {
  color: #333;
  background-color: #fafafa00;
  border-width: 1.5px;
  font-family: Apercu, sans-serif;
  transition: border-color .2s;
}

.quantity-2:hover {
  border-color: #cf8e8380;
}

.hero-icons {
  grid-template-areas: "Area";
  place-content: space-between center;
  width: 45%;
  margin-top: 100px;
  position: relative;
}

.product-desc {
  color: #a7a8b4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.lifestyle {
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 5% 2%;
  display: flex;
  position: relative;
}

.lifestyle-img-container2 {
  order: -1;
  align-self: auto;
  align-items: flex-end;
  width: 20%;
  height: 250px;
  margin-top: 30%;
  margin-left: auto;
  margin-right: 5%;
  padding-left: 0;
  display: flex;
}

.img3-sml {
  background-image: url('../images/colors.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 210px;
  height: 250px;
  margin-top: auto;
  margin-left: 15px;
  margin-right: auto;
  padding-left: 0%;
  display: flex;
}

.lifestyle-img-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  height: 400px;
  display: flex;
}

.img1-l {
  object-fit: cover;
  background-image: url('../images/nametag.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.lifestyle-img-container3 {
  align-self: auto;
  align-items: flex-end;
  width: 45%;
  height: 500px;
  margin-top: 10%;
  padding-left: 0;
  display: flex;
}

.img2-r {
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  top: auto;
  left: 20px;
}

.badge-2 {
  z-index: 0;
  transition: transform 4s;
  position: absolute;
  inset: 11% 5% 0% auto;
}

.badge-2:hover {
  transform: rotate(180deg);
}

.grid-5 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.lottie-animation-4 {
  z-index: 0;
}

.link-2 {
  color: #b9b9b9;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.footer-img {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 322px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  bottom: 0;
}

.footer-2 {
  float: none;
  border-top: 1px #dadada;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 100px;
}

.logo-symbol {
  opacity: .2;
  max-width: 75px;
  margin-left: 5%;
}

.lottie-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: auto;
}

.text-block-38 {
  color: #0000004d;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.cart-button {
  background-color: #3898ec00;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}

.cart-quantity {
  color: #fff;
  background-color: #d87b6b;
  border-radius: 20px;
  min-width: 24px;
  height: 24px;
  margin-left: 0;
  padding-top: 3px;
  font-size: 12px;
}

.icon-2 {
  color: #222;
  font-size: 14px;
}

.cart {
  float: right;
  margin-right: 40px;
}

.mission-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.missioninfo {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.mission-photo {
  float: right;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
  position: relative;
}

.heading-11 {
  justify-content: center;
  max-width: 500px;
  font-family: Apercu, sans-serif;
  font-size: 26px;
  line-height: 36px;
  display: flex;
}

.image-14 {
  order: 0;
  position: relative;
}

.div-block-3 {
  flex-flow: column wrap;
  place-content: stretch center;
  display: flex;
  position: relative;
}

.bold-text-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link-4 {
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.text-block-44 {
  color: #00000080;
  font-family: Apercu, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.text-block-45 {
  font-family: Apercu, sans-serif;
  font-size: 13px;
}

.text-block-46 {
  color: #cc7d77;
  margin-bottom: 4px;
  font-family: Apercu, sans-serif;
  font-size: 18px;
}

.checkout-button-2 {
  background-color: #0f2f55;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.apple-pay-2 {
  border-radius: 100px;
}

.text-block-47, .text-block-48 {
  font-family: Apercu, sans-serif;
}

.select-field {
  background-color: #f3f3f300;
  border: 2px solid #ddd;
  border-radius: 4px;
  max-width: 200px;
  font-family: Apercu, sans-serif;
}

.select-field:hover {
  border-color: #cf8e8380;
}

.text-block-50 {
  font-family: Apercu, sans-serif;
  font-size: 13px;
}

.text-block-51 {
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.heading-13, .heading-14, .heading-15, .heading-17 {
  font-family: Apercu, sans-serif;
}

.body-3 {
  background-color: #fffaf7;
}

.small-info {
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.small-text {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 28px;
  display: none;
}

.link-3 {
  color: #2c6cdb;
}

.testimonial-block-large {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: none;
}

.image-15 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block-quote--large {
  text-align: left;
  border-left-style: none;
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-width: 300px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.testimonial-image-container-l {
  align-items: stretch;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-16 {
  text-align: center;
  max-width: 258px;
  margin: 0 auto 40px;
  display: block;
}

.image-17 {
  width: 300px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.div-block-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ig-section {
  max-width: 1000px;
  margin: 100px auto;
  display: block;
  position: relative;
}

.ig-container {
  text-align: left;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.post-container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  margin-right: 10px;
  display: flex;
}

.heading-20 {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  display: block;
}

.bold-text-5 {
  color: #0082f3;
  text-decoration: none;
}

.highlight {
  color: #0082f3;
  font-family: Apercu, sans-serif;
  text-decoration: none;
}

.bold-text-6 {
  font-family: Apercu, sans-serif;
}

.link-4 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
  text-decoration: none;
}

.body-4 {
  background-color: #fffaf7;
}

.heading-21 {
  text-align: left;
  text-transform: none;
  max-width: 500px;
  font-family: Apercu, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.paragraph-4 {
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.link-5 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
  font-size: 18px;
}

.link-5.survival {
  text-transform: none;
  margin-bottom: 10px;
}

.drowning-prevention-container {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  max-width: 1400px;
  margin-top: 100px;
  position: relative;
  left: auto;
  right: auto;
}

.drowning-prevention-container.center {
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-19 {
  z-index: 1;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.line {
  border: 1px solid #ebebeb;
  width: 1000%;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-5 {
  background-color: #fffaf7;
}

.application-section-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
}

.text-field {
  border: 2px solid #ddd;
  border-radius: 4px;
  height: auto;
  min-height: 0;
}

.text-field.multi {
  float: none;
  min-height: 100px;
}

.submit-button-2 {
  color: #f8ede0;
  background-color: #1e6ef6;
  border-radius: 100px;
  padding: 20px 30px;
  font-family: Apercu, sans-serif;
  font-size: 15px;
}

.text-field-2 {
  width: 50%;
  display: inline-block;
}

.field-label-32 {
  width: auto;
  font-family: Apercu, sans-serif;
}

.application-submit {
  color: #f8ede0;
  background-color: #1e6ef6;
  border-radius: 100px;
  width: 250px;
  margin-top: 20px;
  padding: 20px 30px;
  font-family: Apercu, sans-serif;
  font-size: 15px;
}

.paragraph-5 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.paragraph-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.link-6 {
  color: #3f82f3;
  font-family: Apercu, sans-serif;
}

.form-container {
  border: 1px #ebebeb;
  width: 1000%;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-3 {
  border: 2px solid #ddd;
  border-radius: 4px;
}

.text-field-4 {
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.text-field-5 {
  border: 2px solid #ddd;
  border-radius: 4px;
}

.select-field-2 {
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: Apercu, sans-serif;
}

.thesylasproject-swim-scholarship-logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
}

.heading-2-copy {
  max-width: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-58 {
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.success-message {
  background-color: #e1ffed;
}

.text-block-59 {
  font-family: Apercu, sans-serif;
}

.textarea {
  min-height: 100px;
  font-family: Open Sans, sans-serif;
}

.text {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-60 {
  font-family: Open Sans, sans-serif;
}

.file-uploader {
  margin-bottom: 20px;
}

.file-uploader.add {
  display: none;
}

.button {
  background-color: #fff;
  border-radius: 20px;
}

.error-message-2 {
  font-family: Apercu, sans-serif;
}

.field-label-33 {
  margin-bottom: 10px;
  font-family: Apercu, sans-serif;
}

.field-label-34, .field-label-35, .field-label-36, .field-label-37, .bold-text-7, .field-label-38 {
  font-family: Apercu, sans-serif;
}

.paragraph-7 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
}

.child1 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.bold-text-8 {
  font-size: 12px;
}

.button-2 {
  color: #424141;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  font-family: Apercu, sans-serif;
}

._1-3 {
  align-items: flex-start;
  width: 33%;
  margin-right: 2px;
  padding-right: 2px;
  display: block;
}

._1-3-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

._1-2 {
  width: 50%;
  padding-right: 5px;
}

.div-block-6 {
  display: flex;
}

.child2 {
  display: block;
}

.show {
  margin-bottom: 60px;
}

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

.link-7 {
  color: #1e6ef5;
}

.field-label-39, .field-label-40, .field-label-41, .field-label-42, .field-label-43, .field-label-44, .field-label-45, .field-label-46, .field-label-47, .field-label-48, .field-label-49, .field-label-50, .field-label-51, .field-label-52 {
  font-family: Apercu, sans-serif;
}

.scholarship-hero {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  max-width: 1400px;
  margin-top: 100px;
  position: relative;
  left: auto;
  right: auto;
}

.scholarship-hero.center {
  text-align: center;
  background-color: #2955ca;
  border-radius: 16px;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 0;
}

.sp-hero {
  z-index: 1;
  width: 90%;
  max-width: 700px;
  margin-top: 20vh;
  padding-left: 5%;
  padding-right: 2%;
  display: inline-block;
  position: relative;
}

.sp-hero.center {
  margin-top: auto;
  padding-left: 2%;
}

.scholarship-info {
  z-index: 1;
  width: 90%;
  max-width: 700px;
  margin-top: 20vh;
  padding-left: 5%;
  padding-right: 2%;
  display: inline-block;
  position: relative;
}

.scholarship-info.center {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 6%;
  padding-right: 6%;
}

.bold-text-10 {
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.bold-text-11 {
  font-size: 16px;
}

.bold-text-12 {
  font-size: 20px;
}

.link-8 {
  color: #0082f3;
}

.bibliography {
  color: #141414;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.source {
  color: #0082f3;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 18px;
  display: block;
}

.link-5-copy {
  color: #0082f3;
  font-family: Apercu, sans-serif;
  font-size: 18px;
}

.img-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 200px;
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
}

.img-text-container {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row-reverse;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
  display: flex;
  box-shadow: 1px 6px 20px #0000000d;
}

.right-col---grid {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 475px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-20 {
  max-width: 77%;
  margin-right: 0;
  padding-right: 0;
}

.image-21 {
  max-width: 77%;
}

.image-21._75 {
  max-width: 60%;
}

.body-6 {
  background-color: #fffaf7;
}

.taking-cara-babies {
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cara-right-info {
  text-align: left;
  max-width: 400px;
  padding-left: 40px;
}

.heading-22 {
  font-family: Apercu, sans-serif;
}

.paragraph-8 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.heading-23 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 38px;
}

.image-22 {
  max-width: 250px;
}

.image-23 {
  border-radius: 20px;
  max-width: 100%;
}

.official-brand-partners {
  text-align: left;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.partner-container {
  align-self: center;
  max-width: 400px;
  margin-right: 40px;
  display: block;
}

.image-24 {
  max-width: 125px;
  margin-right: 0;
}

.image-25 {
  max-width: 150px;
}

.image-26 {
  max-width: 300px;
}

.bold-text-13 {
  font-family: Apercu, sans-serif;
  font-size: 25px;
}

.btn-secondary-copy {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-secondary-copy.center {
  text-align: center;
  display: block;
}

.body-7 {
  background-color: #fffaf7;
}

.testimonials-underline {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 54%;
  height: 10px;
  margin-top: -12px;
  line-height: 10px;
}

.testimonials-underline.center {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-underline.center.dp {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-underline.center.ss {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

._3-up-container {
  margin-top: 40px;
  position: relative;
}

.image-27 {
  text-align: center;
  max-width: 77px;
  margin-left: auto;
  margin-right: auto;
}

.sun {
  text-align: center;
  margin-top: 60px;
}

.headline-link {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  display: block;
}

.ig-link {
  color: #2c6cdb;
  font-family: Apercu, sans-serif;
}

.link-block-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.heading-20-copy {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: block;
}

.btn-secondary-donate {
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-bg-secondary {
  z-index: 0;
  background-color: #ce8e81;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 64px;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: relative;
}

.btn-bg-secondary:hover {
  background-color: #cf876d;
  transform: scale(1.05);
}

.bump {
  max-width: 150px;
}

.cara-right-info-copy {
  text-align: left;
  max-width: 400px;
  padding-left: 40px;
}

.cara-left-info {
  text-align: left;
  max-width: 400px;
  padding-left: 0;
  padding-right: 40px;
}

.taking-cara-babies-sml {
  max-width: 225px;
}

.thebump-sml-logo {
  max-width: 100px;
  margin-bottom: -10px;
}

.right-bump-img-container {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.link-9 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
}

.taking-cara-babies-copy, .thebump {
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.thebump-left {
  text-align: left;
  max-width: 400px;
  padding-left: 0;
  padding-right: 40px;
}

.link-10 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
  text-decoration: none;
}

.link-11 {
  color: #d47878;
  text-decoration: none;
}

.image-28 {
  max-width: 50px;
}

.link-12 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
}

.taddeo {
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.taddeo-right {
  text-align: left;
  max-width: 400px;
  padding-left: 40px;
  padding-right: 0;
}

.taddeo-left {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.saf-img {
  border-radius: 20px;
  max-width: 100%;
}

.button-3, .button-4 {
  background-color: #fff;
  border-radius: 20px;
  font-family: Apercu, sans-serif;
}

.text-2, .text-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-13 {
  color: #0082f3;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: underline;
}

.text-block-61 {
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  border-radius: 0 0 7px 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 100px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #0082f3;
  background-color: #fafafa;
}

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

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

.dropdown-link-2 {
  background-color: #fff;
  border-top: 4px solid #f8b0ab;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.dropdown-link-2:hover {
  color: #0784f3;
  background-color: #fafafa;
}

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

.dropdown-list {
  border-bottom-left-radius: 8px;
}

.dropdown-list.w--open {
  border: 1px #00000005;
  border-radius: 7px;
}

.dropdown-toggle {
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: #0082f3;
}

.nav-link-3-copy {
  cursor: pointer;
  border-right: 1px #000;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.nav-link-3-copy:hover {
  color: #4ca1f5;
}

.nav-link-3-copy.w--current {
  color: #333;
}

.nav-link-3-copy.w--current:hover {
  color: #0082f3;
}

.nav-link-3-copy.mobile-only {
  display: none;
}

.nav-separator {
  background-color: #dfdfdf;
  width: 2px;
  height: 20px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: 20px;
}

.body-8, .body-9 {
  background-color: #fffaf7;
}

.body-9.saga-bg {
  background-color: #fff1ea;
}

.heading-24 {
  font-size: 27px;
}

.link-14 {
  color: #0082f3;
}

.link-15 {
  z-index: 1;
  color: #292929;
  text-align: right;
  text-transform: none;
  text-decoration: none;
  position: absolute;
  inset: auto 20px 20px 0%;
}

.link-15.w--current {
  color: #5d6e74;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-15.footer-link {
  color: #9eacb1;
}

.link-16 {
  color: #333;
}

.private-policy {
  background-color: #fffaf7;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.body-10 {
  background-color: #fffaf7;
}

.water-safety-container {
  margin-top: 20px;
}

.water-safety-image {
  display: flex;
}

.water-safety-text {
  padding-left: 40px;
}

.paragraph-9 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.heading-25 {
  text-align: left;
  font-family: Apercu, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image-30 {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.water-safety-checklist {
  background-color: #fffaf7;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.image-31 {
  max-width: 300px;
}

.image-32 {
  max-width: 300px;
  margin-bottom: 20px;
}

.link-17 {
  color: #0082f3;
  text-align: center;
  margin-bottom: 40px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.link-18 {
  color: #0082f3;
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  display: block;
}

.body-11 {
  background-color: #fffaf6;
}

.gift-of-life-hero {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  max-width: 1400px;
  margin-top: 100px;
  position: relative;
  left: auto;
  right: auto;
}

.gift-of-life-hero.center {
  text-align: center;
  background-color: #0002b5;
  border-radius: 16px;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 0;
}

.giftoflife-logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.gift-of-life-img {
  z-index: 1;
  position: relative;
}

.scholarship-hero-copy {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  max-width: 1400px;
  margin-top: 100px;
  position: relative;
  left: auto;
  right: auto;
}

.scholarship-hero-copy.center {
  text-align: center;
  background-color: #4668c2;
  border-radius: 16px;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 0;
}

.image-33 {
  z-index: 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.center-msg-container {
  z-index: 1;
  width: 90%;
  max-width: 700px;
  margin-top: 20vh;
  padding-left: 5%;
  padding-right: 2%;
  display: inline-block;
  position: relative;
}

.center-msg-container.center {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 6%;
  padding-right: 6%;
}

.gift-form-container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.gift-submit {
  color: #f8ede0;
  background-color: #1e6ef6;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 30px;
  font-family: Apercu, sans-serif;
  font-size: 15px;
}

.success-message-2 {
  color: #fff;
  background-color: #e1eaff;
}

.text-block-62 {
  color: #413939;
  font-family: Apercu, sans-serif;
}

.text-block-63 {
  font-family: Apercu, sans-serif;
}

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

.gift-btn {
  color: #ddd;
  text-align: left;
  background-color: #3898ec00;
  border: 1.5px solid #e9e9e9;
  border-radius: 100px;
  width: 180px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
  left: 0;
}

.gift-btn.center {
  width: 200px;
  margin-left: auto;
}

.form-block-2 {
  text-align: left;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.image-34 {
  margin-bottom: 20px;
}

.success-message-3 {
  background-color: #e5f2f5;
}

.heading-26 {
  text-transform: none;
}

.link-19 {
  color: #2a6ddb;
}

.saga-container {
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: 100px auto 60px;
  padding: 5% 2%;
  display: block;
  position: relative;
}

.saga-container.center {
  text-align: left;
  max-width: 1024px;
  margin-top: 100px;
  padding-left: 2%;
}

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

.text-span-3 {
  color: #dd733f;
}

.senate-bill-container {
  text-align: center;
  background-color: #ffffffc4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-64 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  font-family: Apercu, sans-serif;
  font-weight: 300;
}

.image-35 {
  text-align: center;
  max-width: 77px;
}

.rainbow {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.saga-headline {
  z-index: 1;
  text-align: center;
  font-size: 61px;
  line-height: 61px;
  position: relative;
}

.split-text-module {
  max-width: 1024px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-text-imagel {
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.split-text-imager {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 50%;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.paragraph-10 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.split-text-moduler {
  max-width: 1024px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36, .image-37 {
  padding-left: 40px;
}

.heading-28 {
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.saga-underline {
  background-image: linear-gradient(#f7e7e2, #f7e7e2);
  width: 43%;
  height: 10px;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
}

.link-20 {
  color: #0282f3;
}

.link-21 {
  color: #2a6ddb;
}

.div-block-7 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-65 {
  text-align: center;
  margin-top: 20px;
  font-family: Apercu, sans-serif;
}

.copy-text-container {
  background-color: #fff;
  border-radius: 8px;
  max-width: 900px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 60px 40px;
  box-shadow: 1px 1px 3px #00000017;
}

.paragraph-11 {
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.text-block-66 {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.link-22 {
  color: #2a6ddb;
}

.image-38 {
  margin-top: 60px;
}

.link-23 {
  color: #2a6ddb;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  display: block;
}

.link-24 {
  color: #0282f3;
}

.div-block-8 {
  height: 60px;
  margin-top: 10px;
}

.slide {
  background-image: url('../images/image0.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/image1-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/unnamed.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/M-Beaudin-Floating-Picture.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  min-height: 450px;
}

.div-block-9 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.icon-6 {
  max-width: 60px;
  font-size: 30px;
}

.icon-7 {
  font-size: 30px;
}

.slide-nav {
  font-size: 7px;
}

.video-bg {
  background-color: #ffa6a600;
  width: 95%;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  z-index: 1;
  background-color: #04203c66;
  height: 95vh;
}

.div-block-10 {
  background-color: #1624469c;
  width: 100%;
  height: 100vh;
}

.bill-link {
  color: #1e6ef6;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.bill-link:hover, .bill-link:visited, .link-25, .link-26 {
  color: #1e6ef6;
}

.link-27 {
  color: #0082f3;
}

.link-28 {
  color: #2c6cdb;
}

.link-29 {
  color: #0082f3;
}

.image-39 {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-11 {
  text-align: center;
  margin-top: -40px;
}

.text-span-4 {
  color: #777;
}

.link-30 {
  color: #1e6ef6;
}

.heading-29 {
  text-align: center;
  font-family: Apercu, sans-serif;
}

.text-span-5 {
  color: #517dd4;
}

.text-block-67 {
  margin-top: 40px;
}

.tcb {
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-31 {
  color: #0082f3;
  font-family: Apercu, sans-serif;
}

.link-32 {
  color: #0082f3;
}

.important-message {
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.message-container {
  background-color: #f8d4d4;
  border-radius: 16px;
  padding: 24px;
}

.message-title {
  font-family: Apercu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.link-33, .link-34 {
  color: #0082f3;
}

@media screen and (max-width: 991px) {
  .heading.hero-t {
    margin-top: 1vh;
  }

  .section {
    background-color: #fffaf7;
    flex-direction: column-reverse;
    display: flex;
  }

  .hero {
    order: 0;
    width: 100vw;
    max-width: 1200px;
    height: 100vh;
    margin-top: 0;
    margin-right: auto;
  }

  .sylas-large {
    background-position: 50%;
    height: 100vh;
    margin-top: auto;
  }

  .sylas-sky {
    height: 100vh;
  }

  .sylas-img {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
    inset: 0% 0% auto;
  }

  .info-hero {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .info-hero.center {
    width: 100%;
    margin-top: 12vh;
  }

  .btn.center {
    width: 200px;
  }

  .paragraph.smaller.margin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.center.contained-text {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 300;
  }

  .container {
    flex-direction: row;
    margin-top: auto;
    display: none;
  }

  .statistics {
    width: 90%;
    margin-top: 60px;
  }

  .stat {
    width: 25%;
  }

  .stat-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .stats-container {
    margin-right: 0%;
    padding-left: 10%;
  }

  .sylas-project-logo {
    margin-left: auto;
  }

  .logo {
    text-align: left;
    margin-left: auto;
    display: none;
    overflow: visible;
  }

  .logo-tablet {
    text-align: left;
    width: 254px;
    height: 53px;
    margin-left: 40px;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .info-section {
    width: 90%;
  }

  .prev-title {
    font-size: 25px;
    line-height: 30px;
  }

  .preventative-master-container {
    width: 90%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-9, .heading-10 {
    line-height: 38px;
  }

  .mobile-info-hero {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .content-block {
    flex-direction: column;
    display: flex;
  }

  .testimonial-container {
    width: 90%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-section {
    width: 90%;
  }

  .donate-btn.center {
    width: 200px;
  }

  .link {
    z-index: 10;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .donate-underline2 {
    max-width: 76px;
    margin-top: 30px;
    margin-right: 30px;
  }

  .help-section {
    width: 90%;
    margin-top: 5%;
  }

  .help-section._100 {
    margin-top: 20px;
  }

  .btn-2.center {
    width: 250px;
  }

  .how-to-help-img {
    text-align: center;
    width: 80%;
    margin-top: -10vh;
    position: absolute;
  }

  .how-to-help-hero {
    width: 100vw;
    max-width: 1200px;
    margin-top: 0;
    margin-right: auto;
  }

  .small-section {
    background-color: #fffaf7;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .underline-help.center.dp {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .underline-help.center.ss {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    background-color: #fff;
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .nav-link {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
  }

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

  .nav-link-2, .nav-link-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }

  .nav-link-3:hover, .nav-link-3.w--current:hover {
    color: #333;
  }

  .nav-link-3.mobile-only {
    display: block;
  }

  .link-block {
    z-index: 1;
    margin-bottom: auto;
    position: relative;
  }

  .menu-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: #000;
    border-radius: 100px;
    margin-top: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 600px;
    margin-top: 0;
    margin-right: 0;
    padding: 7vh 40px 10vh;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 6px 6px 10px 5px #0000000f;
  }

  .icon {
    background-color: #0000;
    font-size: 30px;
  }

  .lightbox-link {
    margin-top: 0;
    padding-top: 0;
  }

  .product-content-wrapper {
    margin-top: 0;
  }

  .tan-pdp-bg {
    display: none;
  }

  .product-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: auto;
    margin-right: 2%;
    padding-left: 2%;
  }

  .product-name---main {
    max-width: 250px;
    font-size: 28px;
    line-height: 32px;
  }

  .img3-sml {
    height: 150px;
  }

  .img1-l {
    height: 300px;
  }

  .grid-5 {
    grid-column-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-img {
    height: auto;
  }

  .footer-2 {
    max-height: none;
    margin-top: 100px;
    top: auto;
  }

  .lottie-animation {
    inset: auto 0% 0%;
  }

  .cart-button {
    margin-top: -4px;
    padding-right: 10px;
  }

  .cart {
    margin-top: 5px;
    margin-right: 10px;
  }

  .mission-container {
    width: 90%;
    margin-bottom: 100px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-link-4 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-44 {
    color: #333;
    font-family: Apercu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-45 {
    font-family: Apercu, sans-serif;
    font-size: 12px;
  }

  .text-block-46 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .checkout-button-2 {
    background-color: #0f2f55;
    border-radius: 100px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Apercu, sans-serif;
    font-size: 16px;
  }

  .apple-pay-2 {
    border-radius: 100px;
  }

  .heading-13, .heading-18, .heading-19, .field-label-25, .field-label-26, .field-label-27 {
    font-family: Apercu, sans-serif;
  }

  .ig-section {
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .post-container {
    width: 100%;
    height: auto;
  }

  .div-block-5 {
    max-width: 500px;
  }

  .drowning-prevention-container.center {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .line, .form-container {
    width: 100%;
  }

  .scholarship-hero.center {
    max-width: 95%;
  }

  .sp-hero {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .sp-hero.center {
    width: 100%;
    margin-top: 0;
  }

  .scholarship-info {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .scholarship-info.center {
    width: 100%;
    margin-top: 0;
  }

  .img-container {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .img-text-container {
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .right-col---grid {
    max-width: 500px;
  }

  .image-21 {
    max-width: 77%;
  }

  .cara-right-info {
    margin-right: 20px;
    padding-left: 20px;
  }

  .image-23 {
    max-width: 90%;
    padding-left: 40px;
  }

  .official-brand-partners {
    max-width: 700px;
  }

  .image-26 {
    max-width: 200px;
  }

  .testimonials-underline.center.dp {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-underline.center.ss {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-up-container {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .bump {
    max-width: 105px;
  }

  .cara-right-info-copy, .cara-left-info, .thebump-left, .taddeo-right {
    margin-right: 20px;
    padding-left: 20px;
  }

  .saf-img {
    max-width: 90%;
    padding-left: 40px;
  }

  .text-block-61 {
    text-align: center;
    padding-left: 17px;
    font-size: 20px;
  }

  .dropdown-link, .dropdown-link-2 {
    text-align: center;
    font-size: 20px;
  }

  .dropdown-list.w--open {
    text-align: center;
    font-size: 18px;
  }

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

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

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

  .dropdown-toggle.desktop-only {
    display: none;
  }

  .dropdown {
    text-align: center;
  }

  .nav-link-3-copy {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    display: none;
  }

  .nav-link-3-copy:hover {
    color: #333;
  }

  .nav-link-3-copy.w--current {
    display: none;
  }

  .nav-link-3-copy.w--current:hover {
    color: #333;
  }

  .nav-link-3-copy.mobile-only {
    display: block;
  }

  .nav-separator {
    display: none;
  }

  .link-15.w--current, .link-15.footer-link {
    text-align: center;
    left: 20px;
  }

  .private-policy, .water-safety-checklist {
    background-color: #fffaf7;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .gift-of-life-hero.center, .scholarship-hero-copy.center {
    max-width: 95%;
  }

  .center-msg-container {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .center-msg-container.center {
    width: 100%;
    margin-top: 0;
  }

  .gift-btn.center {
    width: 200px;
  }

  .saga-container {
    width: 90%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .saga-container.center {
    width: 100%;
    margin-top: 12vh;
  }

  .senate-bill-container {
    max-width: 77%;
  }

  .saga-headline {
    font-size: 40px;
    line-height: 45px;
  }

  .split-text-module {
    width: 90%;
  }

  .split-text-imager {
    padding-left: 40px;
  }

  .split-text-moduler, .saga-underline {
    width: 90%;
  }

  .text-block-65 {
    margin-bottom: 100px;
  }

  .copy-text-container {
    width: 90%;
  }

  .div-block-9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-bg {
    width: 100%;
  }

  .background-video {
    display: none;
  }

  .mobile-video-img {
    background-color: #131038;
    background-image: linear-gradient(#14122794, #14122794), url('../images/unnamed.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 95vh;
  }
}

@media screen and (max-width: 767px) {
  .heading.hero-t {
    margin-top: 5vh;
    font-size: 5vw;
  }

  .section {
    height: 100%;
  }

  .hero {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .hero.videobg {
    height: 100vh;
  }

  .sylas-large, .sylas-sky {
    inset: 0% 0% auto;
  }

  .sylas-img {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .info-hero {
    max-width: 500px;
    margin-top: auto;
  }

  .info-hero.center {
    width: 100%;
    margin-top: auto;
  }

  .info-hero.center.marginbottom {
    width: 90%;
    padding-right: 2%;
  }

  .btn.center {
    width: 200px;
  }

  .bold-text {
    letter-spacing: .34px;
    font-size: 14px;
  }

  .h1.left, .h1.ig-headline {
    font-size: 44px;
    line-height: 50px;
  }

  .container {
    flex: 0 auto;
    display: none;
  }

  .container.center {
    order: -1;
    display: block;
  }

  .statistics {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
  }

  .stat {
    width: 100%;
    margin-bottom: 30px;
  }

  .stat-desc {
    font-size: 13px;
  }

  .stat-title {
    margin-bottom: 3.4px;
    font-size: 18px;
  }

  .stats-container {
    flex-direction: column;
    width: 80%;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .sylas-project-logo {
    margin-left: auto;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .logo-tablet {
    width: 50%;
  }

  .info-section {
    flex-direction: column;
  }

  .image-container {
    width: 60%;
  }

  .info-desc-container {
    width: 100%;
    margin-top: 25px;
    margin-left: 0%;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .prev-title {
    font-size: 24px;
    line-height: 30px;
  }

  .small-subtitle {
    font-size: 16px;
  }

  .info-desc-container-left {
    width: 90%;
    margin-right: 0;
  }

  .prev-desc-container {
    width: 100%;
    margin-bottom: 40px;
    margin-right: auto;
    display: block;
  }

  .prev-text {
    font-size: 14px;
    line-height: 24px;
  }

  .poolfence-image {
    margin-bottom: 30px;
  }

  .measures-container {
    display: block;
  }

  .paragraph-3 {
    width: 90%;
    font-size: 16px;
  }

  .poolsafety {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 40px;
  }

  .preventative-master-container {
    width: 90%;
  }

  .preventative-top-text-container {
    margin-top: 10%;
  }

  .signnow-container {
    width: 90%;
    margin-bottom: 10%;
  }

  .water-vector {
    position: relative;
  }

  .image-container2 {
    width: 80%;
    margin-bottom: 30px;
    display: none;
  }

  .badge {
    bottom: 100px;
  }

  .footer {
    order: 0;
    width: 100%;
    margin-top: 100px;
  }

  .heading-8, .heading-9, .heading-10 {
    font-size: 30px;
    line-height: 36px;
  }

  .honor-subtitle {
    letter-spacing: .34px;
    font-size: 14px;
  }

  .underline-act2, .underline-mobile-1 {
    width: 85%;
  }

  .image-container2-top {
    width: 80%;
    margin-bottom: 30px;
    display: block;
  }

  .mobile-container {
    flex: 0 auto;
  }

  .mobile-info-hero {
    max-width: 500px;
    margin-top: auto;
    display: block;
  }

  ._3-up {
    flex-direction: column;
    align-items: center;
  }

  .content-block {
    margin-right: 0;
  }

  .quote-large {
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-5 {
    line-height: 30px;
  }

  .quote-section {
    flex-direction: column;
  }

  .donate-btn.center {
    width: 200px;
  }

  .link {
    padding-right: 0;
    text-decoration: none;
  }

  .donate-underline {
    width: 85%;
  }

  .donate-underline2 {
    width: 85%;
    margin-right: -10px;
    padding-right: 0;
  }

  .underline-short1 {
    width: 85%;
  }

  .help-section {
    flex-direction: column;
    margin-top: 0%;
  }

  .help-section._100 {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5%;
  }

  .btn-2.center {
    width: 250px;
  }

  .paragraph-2-copy {
    font-size: 16px;
  }

  .how-to-help-img {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .how-to-help-hero {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .small-section {
    flex-direction: column;
    width: 90%;
    height: 100%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .help-subtitle {
    letter-spacing: .34px;
    font-size: 14px;
  }

  .underline-help {
    width: 85%;
  }

  .underline-help.center {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .underline-help.center.dp, .underline-help.center.ss {
    margin-left: auto;
  }

  .navbar {
    margin-top: auto;
    padding: 20px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .container-2 {
    width: 90%;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .menu-button {
    justify-content: center;
    margin-right: auto;
    padding: 10px;
  }

  .nav-menu {
    height: 600px;
    margin-top: 0;
  }

  .icon {
    font-size: 30px;
  }

  .lightbox-link {
    margin-top: -30px;
    padding-top: 0;
  }

  .product-content-wrapper {
    width: 90vw;
    margin: 60px auto 40px;
  }

  .product-grid {
    margin-top: 30px;
    padding-right: 0%;
    display: block;
  }

  .img3-sml {
    height: 100px;
  }

  .img1-l {
    height: 225px;
  }

  .lifestyle-img-container3 {
    width: 45%;
    height: 300px;
  }

  .img2-r {
    width: 100%;
    max-width: 500px;
    height: 100%;
  }

  .badge-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0 -2%;
  }

  .footer-2 {
    position: relative;
    inset: auto 0% -19%;
  }

  .cart-button {
    margin-top: -2px;
    padding-right: 10px;
  }

  .cart {
    margin-top: 4px;
  }

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

  .heading-12 {
    font-family: Apercu, sans-serif;
  }

  .small-info {
    width: 90%;
    margin-top: 25px;
    margin-left: 0%;
  }

  .small-text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .testimonial-block-large {
    flex-direction: column;
    margin-right: auto;
  }

  .block-quote--large {
    max-width: 600px;
    margin-top: 40px;
    margin-left: auto;
  }

  .div-block-5 {
    width: 90%;
    max-width: 90%;
  }

  .drowning-prevention-container {
    flex: 0 auto;
    display: none;
  }

  .drowning-prevention-container.center {
    order: -1;
    margin-top: 60px;
    display: block;
  }

  .line, .form-container {
    width: 90%;
  }

  .scholarship-hero {
    flex: 0 auto;
    display: none;
  }

  .scholarship-hero.center {
    order: -1;
    max-width: 95%;
    display: block;
  }

  .sp-hero {
    max-width: 500px;
    margin-top: auto;
  }

  .sp-hero.center {
    width: 100%;
    margin-top: auto;
  }

  .scholarship-info {
    max-width: 500px;
    margin-top: auto;
  }

  .scholarship-info.center {
    width: 100%;
    margin-top: auto;
  }

  .img-container {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 30px;
    display: flex;
  }

  .img-text-container {
    align-items: flex-start;
    padding-top: 40px;
  }

  .right-col---grid {
    width: 90%;
    max-width: 90%;
  }

  .taking-cara-babies {
    flex-direction: column;
  }

  .cara-right-info {
    max-width: 100%;
    margin-top: 20px;
  }

  .image-22 {
    max-width: 200px;
  }

  .image-23 {
    max-width: 100%;
    padding-left: 0;
  }

  .official-brand-partners {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    position: relative;
  }

  .partner-container {
    max-width: 400px;
    margin-right: 0;
  }

  .image-24 {
    text-align: center;
    width: 100px;
    max-width: 100px;
    margin-bottom: 20px;
  }

  .image-25 {
    width: 150px;
    max-width: 150px;
    margin-bottom: 40px;
  }

  .image-26 {
    width: 300px;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .testimonials-underline {
    width: 85%;
  }

  .testimonials-underline.center {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-underline.center.dp, .testimonials-underline.center.ss {
    margin-left: auto;
  }

  ._3-up-container {
    margin-top: 60px;
  }

  .bump {
    width: 200px;
    max-width: 150px;
    display: inline-block;
  }

  .cara-right-info-copy, .cara-left-info {
    max-width: 100%;
    margin-top: 20px;
  }

  .taking-cara-babies-sml {
    max-width: 200px;
  }

  .thebump-sml-logo {
    max-width: 100px;
  }

  .right-bump-img-container {
    order: -1;
  }

  .taking-cara-babies-copy, .thebump {
    flex-direction: column;
  }

  .thebump-left {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .taddeo {
    flex-direction: column;
  }

  .taddeo-right {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .taddeo-left {
    order: -1;
    padding-left: 0;
  }

  .saf-img {
    max-width: 100%;
    padding-left: 0;
  }

  .nav-link-3-copy {
    text-align: center;
  }

  .link-15.w--current {
    left: 20px;
    right: 20px;
  }

  .private-policy, .water-safety-checklist {
    flex-direction: column;
    width: 90%;
    height: 100%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .gift-of-life-hero {
    flex: 0 auto;
    display: none;
  }

  .gift-of-life-hero.center {
    order: -1;
    max-width: 95%;
    display: block;
  }

  .scholarship-hero-copy {
    flex: 0 auto;
    display: none;
  }

  .scholarship-hero-copy.center {
    order: -1;
    max-width: 95%;
    display: block;
  }

  .center-msg-container {
    max-width: 500px;
    margin-top: auto;
  }

  .center-msg-container.center {
    width: 100%;
    margin-top: auto;
  }

  .gift-btn.center {
    width: 200px;
  }

  .saga-container {
    max-width: 500px;
    margin-top: 15vh;
  }

  .saga-container.center {
    width: 100%;
    margin-top: auto;
  }

  .senate-bill-container {
    max-width: 81%;
  }

  .split-text-module {
    flex-direction: column;
    width: 90%;
  }

  .split-text-imagel {
    object-fit: cover;
    order: -1;
    width: 100%;
    margin-bottom: 40px;
  }

  .split-text-imager {
    width: 90%;
    padding-left: 0;
  }

  .split-text-moduler {
    flex-direction: column;
    align-items: center;
  }

  .image-36 {
    object-fit: cover;
    width: 100%;
    padding-left: 0;
  }

  .image-37 {
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .saga-underline {
    width: 90%;
    margin-top: -35px;
  }

  .link-22 {
    font-size: 11px;
  }

  .image-38 {
    width: 100%;
  }

  .tcb {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .heading.hero-t {
    font-size: 8vw;
  }

  .section {
    height: auto;
    position: relative;
    top: 0;
  }

  .hero {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .hero.videobg {
    margin-top: 0;
  }

  .sylas-large {
    object-fit: cover;
  }

  .sylas-sky {
    object-fit: cover;
    height: 50vh;
  }

  .sylas-img {
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }

  .info-hero {
    width: 90%;
    margin-top: 0;
  }

  .info-hero.center {
    width: 90%;
    margin-top: 12vh;
    padding-left: 0%;
  }

  .info-hero.center.marginbottom {
    margin-top: 7vh;
  }

  .btn {
    border-style: none;
  }

  .btn.center {
    width: 200px;
  }

  .peach-btn {
    width: 190px;
    height: 46px;
  }

  .btn-bg {
    z-index: 0;
    width: 200px;
    height: 46px;
  }

  .text-block {
    font-size: 14px;
  }

  .image-3 {
    max-width: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph {
    width: 100%;
    margin: 10px auto 20px;
    font-size: 16px;
  }

  .paragraph.info-contained {
    max-width: 100%;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph._90 {
    width: 90%;
  }

  .paragraph.smaller {
    flex-direction: row;
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .paragraph.smaller._60 {
    margin-top: 20px;
  }

  .paragraph.smaller.white {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .bold-text {
    z-index: 1;
    text-align: left;
    position: relative;
  }

  .h1.left, .h1.ig-headline {
    font-size: 28px;
    line-height: 30px;
  }

  .h1.center.mobileh1 {
    font-size: 34px;
    line-height: 34px;
  }

  .container {
    display: none;
  }

  .container.center {
    max-width: 100%;
    margin-top: auto;
    position: relative;
  }

  .sylas-alexander-gatlyn-act {
    padding-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    line-height: 36px;
  }

  .statistics {
    margin-top: 60px;
  }

  .stat {
    width: auto;
    display: block;
    position: relative;
  }

  .stat-desc {
    font-size: 15px;
  }

  .stat-title.smaller {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .stats-container {
    padding-left: 0%;
  }

  .sylas-project-logo {
    z-index: 0;
    text-align: left;
    width: 90%;
    max-width: 210px;
    margin-top: 7px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .logo {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: 40px;
  }

  .logo-tablet {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    left: auto;
  }

  .info-desc-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .prev-title {
    font-size: 22px;
    line-height: 25px;
  }

  .small-subtitle {
    margin-bottom: 0;
    font-size: 14px;
  }

  .preventative-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .prev-desc-container {
    text-align: center;
  }

  .prev-text {
    font-size: 15px;
  }

  .poolfence-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    font-size: 38px;
  }

  .poolsafety {
    font-size: 22px;
    line-height: 36px;
  }

  .preventative-master-container {
    margin-bottom: 60px;
  }

  .center.mobileh1 {
    font-size: 24px;
    line-height: 27px;
  }

  .badge {
    bottom: 60px;
  }

  .footer {
    width: auto;
    margin-top: 60px;
    top: 40px;
  }

  .heading-9 {
    line-height: 32px;
  }

  .heading-10 {
    line-height: 34px;
  }

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

  .sylas-alexander-gatlyn-honor {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sag-underline {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .honor-subtitle {
    z-index: 1;
    text-align: left;
    font-size: 14px;
    display: block;
    position: relative;
  }

  .underline-act2 {
    width: 95%;
  }

  .underline-mobile-1 {
    z-index: 0;
    width: 57%;
    display: none;
    position: relative;
    top: -25px;
  }

  .sag-underline-2 {
    width: 100%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -25px;
  }

  .mobile-info-hero {
    width: 90%;
    margin-top: 0;
  }

  .image-4 {
    position: relative;
  }

  ._3-up {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: block;
  }

  .content-block {
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-span {
    font-family: Apercu, sans-serif;
  }

  .testimonial-container {
    text-align: left;
    margin-top: 0%;
    margin-bottom: 100px;
    display: block;
  }

  .quote-large {
    line-height: 32px;
  }

  .text-block-5.mobilequote {
    font-size: 24px;
  }

  .quote-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .donate-btn {
    border-style: none;
  }

  .donate-btn.center {
    width: 200px;
  }

  .peach-btn2 {
    height: 46px;
  }

  .donate-btn-bg {
    z-index: 0;
    width: 200px;
    height: 46px;
  }

  .link {
    padding-right: 0;
    font-size: 14px;
  }

  .donate-underline {
    width: 95%;
  }

  .donate-underline2 {
    width: 85%;
    max-width: 65px;
    height: 4px;
    margin-top: 30px;
    margin-right: -6px;
    display: block;
  }

  .underline-short1 {
    width: 95%;
  }

  .help-section._100 {
    margin-top: auto;
  }

  .btn-2 {
    border-style: none;
  }

  .btn-2.center {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .peach-btn-2 {
    width: 200px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
  }

  .peach-btn-2.long {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn-bg2 {
    z-index: 0;
    width: 200px;
    height: 46px;
  }

  .how-to-help-img {
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }

  .how-to-help-hero {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .small-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    top: auto;
  }

  .image-5 {
    width: 100%;
    max-width: 250px;
  }

  .help-subtitle {
    z-index: 1;
    text-align: center;
    font-size: 15px;
    display: block;
    position: relative;
  }

  .help-subtitle.white.mobilesubtitle {
    font-size: 14px;
  }

  .underline-help {
    width: 95%;
  }

  .underline-help.center {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }

  .underline-help.center.dp {
    width: 60%;
    margin-left: auto;
  }

  .underline-help.center.ss {
    width: 100%;
    margin-left: auto;
  }

  .navbar {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0 10px 10px 5px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    display: block;
  }

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

  .nav-link-2 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

  .nav-link-3 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

  .nav-link-3:hover {
    color: #333;
  }

  .nav-link-3.w--current {
    margin-top: 0;
  }

  .nav-link-3.w--current:hover {
    color: #333;
  }

  .nav-link-3.mobile-only {
    margin-top: 0;
  }

  .link-block {
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px;
    position: relative;
    inset: 0%;
  }

  .nav-menu {
    height: 425px;
    padding-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .icon {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 30px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .lightbox-link {
    margin-top: auto;
    padding-top: 0;
  }

  .product-content-wrapper {
    width: 90vw;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 0%;
  }

  .pdp-add-to-cart {
    margin-bottom: 60px;
    font-family: Apercu, sans-serif;
  }

  .pdp-img {
    max-height: 70vh;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 18px;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-top: 15px;
    display: block;
  }

  .product-name---main {
    max-width: 250px;
    margin-bottom: 15px;
    font-family: Apercu, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-icons {
    width: 65%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-desc {
    margin-top: 10px;
  }

  .lifestyle {
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lifestyle-img-container2 {
    justify-content: flex-start;
    height: 100px;
    margin-right: 3%;
  }

  .img3-sml {
    max-width: 210px;
    height: 50px;
    position: relative;
  }

  .lifestyle-img-container {
    justify-content: flex-start;
    height: 150px;
  }

  .img1-l {
    width: 100%;
    height: 150px;
  }

  .lifestyle-img-container3 {
    width: 45%;
    height: 175px;
    padding-left: 0;
  }

  .img2-r {
    width: 90%;
    height: 175px;
    left: 10px;
  }

  .badge-2 {
    width: 60px;
    max-width: 50%;
    height: 60px;
    bottom: -5%;
  }

  .link-2 {
    display: none;
  }

  .footer-2 {
    z-index: 0;
    align-items: flex-end;
    width: auto;
    max-height: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .logo-symbol, .text-block-38 {
    display: none;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 5px;
    display: block;
    position: relative;
  }

  .cart-quantity {
    display: none;
  }

  .cart {
    z-index: 2;
    margin-top: 10px;
    margin-right: 0;
    padding: 5px 0 2px;
  }

  .close-button {
    z-index: 3;
    text-align: right;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .icon-3 {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: auto;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .checkout-button {
    font-family: Apercu, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .apple-pay {
    height: 40px;
  }

  .text-block-39 {
    font-family: Apercu, sans-serif;
    font-size: 16px;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .text-block-41 {
    color: #cf8e83;
    margin-bottom: 5px;
    font-family: Apercu, sans-serif;
    font-size: 16px;
  }

  .text-block-42 {
    font-family: Apercu, sans-serif;
    font-size: 13px;
  }

  .text-block-43 {
    color: #2f2f2f;
    font-size: 12px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .cart-container {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cart-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-44 {
    color: #333;
    font-size: 12px;
    text-decoration: none;
  }

  .text-block-45 {
    font-size: 13px;
  }

  .text-block-46 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .checkout-button-2, .apple-pay-2 {
    border-radius: 100px;
  }

  .text-block-47 {
    font-family: Apercu, sans-serif;
  }

  .close-button-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 10px 20px 0% auto;
  }

  .icon-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .text-block-49 {
    font-family: Apercu, sans-serif;
  }

  .error-message {
    color: #944242;
    font-family: Apercu, sans-serif;
    font-size: 12px;
  }

  .cart-button-2 {
    color: #333;
    background-color: #3898ec00;
  }

  .cart-quantity-2 {
    color: #fff;
    background-color: #cf7777;
    margin-left: auto;
    display: none;
  }

  .cart-2 {
    order: 0;
    align-self: auto;
  }

  .submit-button {
    background-color: #0f2f55;
    border-radius: 20px;
    font-family: Apercu, sans-serif;
  }

  .block-content, .heading-13, .heading-14 {
    font-family: Apercu, sans-serif;
  }

  .order-item {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .heading-15, .field-label-16, .field-label-17, .field-label-18, .field-label-19, .field-label-20, .field-label-21, .field-label-22, .field-label-23, .field-label-24, .heading-16, .text-block-52, .heading-17, .heading-18, .heading-19, .text-block-53, .field-label-25, .text-block-54, .field-label-26, .field-label-27, .field-label-28, .field-label-29, .field-label-30, .field-label-31, .country, .text-block-55 {
    font-family: Apercu, sans-serif;
  }

  .text-block-56 {
    font-family: Apercu, sans-serif;
    font-size: 13px;
  }

  .checkbox-label {
    font-family: Apercu, sans-serif;
  }

  .text-block-57 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .small-text {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: relative;
  }

  .testimonial-block-large {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
    display: none;
  }

  .block-quote--large {
    margin-left: auto;
  }

  .image-16 {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-17 {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .ig-section {
    text-align: center;
    margin-top: 20px;
  }

  .post-container {
    margin-right: 4px;
  }

  .heading-20 {
    text-align: center;
    flex-direction: column;
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    display: flex;
  }

  .bold-text-6 {
    margin-bottom: 5px;
    line-height: 24px;
    display: flex;
  }

  .image-18 {
    display: block;
  }

  .heading-21 {
    line-height: 30px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .drowning-prevention-container {
    display: none;
  }

  .drowning-prevention-container.center {
    margin-top: auto;
    margin-bottom: 60px;
    position: relative;
  }

  .line {
    width: 90%;
    display: block;
  }

  .donately {
    margin-bottom: 40px;
    position: relative;
  }

  .form-container {
    width: 90%;
  }

  .thesylasproject-swim-scholarship-logo {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-2-copy {
    width: 90%;
    margin-bottom: 0;
    font-size: 39px;
    line-height: 36px;
  }

  .paragraph-7 {
    width: 90%;
    margin-top: 20px;
  }

  .scholarship-hero {
    display: none;
  }

  .scholarship-hero.center {
    max-width: 95%;
    margin-top: 60px;
    padding-top: 40px;
    position: relative;
  }

  .sp-hero {
    width: 90%;
    margin-top: 0;
  }

  .sp-hero.center {
    width: 90%;
    margin-top: auto;
  }

  .scholarship-info {
    width: 90%;
    margin-top: 0;
  }

  .scholarship-info.center {
    width: 90%;
    margin-top: 60px;
  }

  .bold-text-12 {
    font-size: 16px;
    line-height: 30px;
  }

  .bibliography {
    flex-wrap: wrap;
    text-decoration: none;
    display: block;
  }

  .italic-text {
    font-style: normal;
  }

  .img-container {
    margin-left: 20px;
  }

  .img-text-container {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-8 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 17px;
    line-height: 25px;
  }

  .heading-23 {
    font-size: 25px;
    line-height: 32px;
  }

  .image-23 {
    margin-bottom: 10px;
  }

  .official-brand-partners {
    flex-direction: column;
    max-width: 100%;
  }

  .partner-container {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-24 {
    width: auto;
    max-width: 100px;
    margin-bottom: 0;
  }

  .image-25 {
    width: 150px;
    max-width: 150px;
    margin-bottom: 20px;
  }

  .image-26 {
    width: 250px;
    max-width: 250px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .bold-text-13 {
    width: 100%;
    font-size: 22px;
    line-height: 25px;
  }

  .btn-secondary-copy.center {
    text-align: center;
  }

  .testimonials-underline {
    width: 95%;
  }

  .testimonials-underline.center {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-underline.center.dp {
    width: 60%;
    margin-left: auto;
  }

  .testimonials-underline.center.ss {
    width: 100%;
    margin-left: auto;
  }

  ._3-up-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sun {
    padding-bottom: 10px;
  }

  .headline-link {
    line-height: 16px;
  }

  .ig-link {
    line-height: 44px;
  }

  .heading-20-copy {
    margin-bottom: 40px;
    line-height: 16px;
  }

  .btn-bg-secondary {
    z-index: 0;
    width: 200px;
    height: 46px;
  }

  .bump {
    width: 250px;
    max-width: 125px;
    padding-top: 20px;
  }

  .right-bump-img-container {
    padding-right: 20px;
  }

  .taking-cara-babies-copy {
    margin-top: 40px;
  }

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

  .taddeo-right, .taddeo-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .saf-img {
    margin-bottom: 10px;
  }

  .text-block-61 {
    color: #333;
    text-align: center;
    padding-left: 15px;
    font-size: 20px;
  }

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

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

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

  .dropdown {
    text-align: center;
    display: none;
  }

  .nav-link-3-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

  .nav-link-3-copy:hover {
    color: #333;
  }

  .nav-link-3-copy.w--current {
    margin-top: 0;
  }

  .nav-link-3-copy.w--current:hover {
    color: #333;
  }

  .nav-link-3-copy.mobile-only {
    margin-top: 0;
  }

  .heading-24 {
    line-height: 36px;
  }

  .private-policy {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    top: auto;
  }

  .image-29 {
    margin-bottom: 20px;
  }

  .water-safety-checklist {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: auto;
    position: relative;
    top: auto;
  }

  .image-32 {
    max-width: 250px;
  }

  .gift-of-life-hero {
    display: none;
  }

  .gift-of-life-hero.center {
    max-width: 95%;
    margin-top: 60px;
    padding-top: 40px;
    position: relative;
  }

  .giftoflife-logo {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .scholarship-hero-copy {
    display: none;
  }

  .scholarship-hero-copy.center {
    max-width: 95%;
    margin-top: 60px;
    padding-top: 40px;
    position: relative;
  }

  .center-msg-container {
    width: 90%;
    margin-top: 0;
  }

  .center-msg-container.center {
    width: 90%;
    margin-top: 60px;
  }

  .form {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .gift-btn {
    border-style: none;
  }

  .gift-btn.center {
    width: 200px;
  }

  .saga-container {
    width: 90%;
    margin-top: 12vh;
  }

  .saga-container.center {
    width: 90%;
    margin-top: 12vh;
    padding-left: 0%;
  }

  .senate-bill-container {
    background-color: #fff0;
    max-width: 100%;
  }

  .saga-headline {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .split-text-module {
    width: 100%;
    margin-bottom: 40px;
  }

  .split-text-imagel {
    margin-bottom: 0;
  }

  .split-text-moduler {
    width: 100%;
  }

  .image-36 {
    object-fit: fill;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  .heading-28 {
    font-size: 25px;
    line-height: 30px;
  }

  .saga-underline {
    width: 100%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: -25px;
  }

  .text-block-65 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .copy-text-container {
    padding: 40px 20px;
  }

  .link-22 {
    clear: none;
    font-size: 10px;
    overflow: visible;
  }

  .image-38 {
    object-fit: fill;
    width: 100%;
    margin-top: 10px;
  }

  .mobile-video-img {
    background-image: linear-gradient(#0b213d94, #0b213d94), url('../images/unnamed.jpeg');
    background-size: auto, cover;
  }

  .image-39 {
    max-width: 100%;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .heading-29 {
    font-size: 30px;
    line-height: 38px;
  }

  .tcb {
    margin-top: 40px;
  }

  .message-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .message-title {
    line-height: 28px;
  }
}

#w-node-f9d7ca4b-8745-98e1-5f1d-2b43e8a52be9-ff2cd721 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f9d7ca4b-8745-98e1-5f1d-2b43e8a52be9-ff2cd721 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9d7ca4b-8745-98e1-5f1d-2b43e8a52be9-ff2cd721 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Maisonneueweb';
  src: url('../fonts/MaisonNeueWEB-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Maisonneueweb book';
  src: url('../fonts/MaisonNeueWEB-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Maisonneueweb demi';
  src: url('../fonts/MaisonNeueWEB-Demi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Maisonneueweb';
  src: url('../fonts/MaisonNeueWEB-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}