.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 50%;
  object-fit: fill;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  font-family: Lexend Deca, sans-serif;
  display: inline-block;
}

.navigation-link {
  color: #404047;
  margin-top: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #404047;
  margin-top: 10px;
  font-size: 14px;
}

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

.navigation-menu {
  font-family: Lexend Deca, sans-serif;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.section.accent {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(191, 58, 48, 0);
  background-image: linear-gradient(rgba(191, 58, 48, .76), rgba(191, 58, 48, .76)), linear-gradient(#bf3a30 5%, rgba(0, 0, 0, 0)), url('../images/—Pngtree—ink-circle-brush_6236303.png'), linear-gradient(#bf3a30, #bf3a30);
  background-position: 0 0, 0 0, 0%, 0 0;
  background-size: auto, auto, cover, auto;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Mreavesxlmodot Reg, sans-serif;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 35px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #69b9ff;
  margin-top: 0;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hollow-button {
  color: #bf3a30;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #404047;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Lexend Deca, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  text-align: left;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}

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

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  font-family: Lexend Deca, sans-serif;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #192024;
  background-clip: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Mreavesxlmodot Reg, sans-serif;
  display: block;
  overflow: visible;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-link {
  color: #fff;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.form {
  margin-top: 40px;
}

.spc {
  object-fit: cover;
}

.team-circles {
  color: #f0f0f0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 0;
  font-family: Mreavesxlmodot Ultra, sans-serif;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  color: #f0f0f0;
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #404047;
  margin-bottom: 6px;
  font-family: Mreavesxlmodot Reg, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.hero-heading-center {
  color: #fff;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Mreavesxlmodot Book, sans-serif;
  font-size: 17px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bf3a30;
  padding: 12px 25px;
  font-family: Mreavesxlmodot Reg, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  z-index: 1;
  position: relative;
  left: 220px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  color: #fff;
  letter-spacing: 15px;
  text-indent: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.paragraph-2 {
  color: #fff;
}

.container-3 {
  font-family: Mreavesxlmodot Reg, sans-serif;
  font-size: 23px;
}

.container-4 {
  max-width: 2000px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .93), #fff), url('../images/WhiteWaves.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.container-5 {
  width: 1200px;
  height: 600px;
  margin-left: 0;
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
}

.fs_accordion-1_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  display: grid;
}

.waves-image-logo-2 {
  object-fit: contain;
  font-family: Mreavesxlmodot Ultra, sans-serif;
}

.waves-master-logos-2 {
  width: 100%;
  max-width: 950px;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  object-fit: contain;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mreavesxlmodot Ultra, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section-3 {
  margin-top: 220px;
}

.waves---expand-line {
  width: 16px;
  height: 2px;
  background-color: #131313;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  height: auto;
  cursor: pointer;
  border-top: 1px solid #131313;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Mreavesxlmodot Reg, sans-serif;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Mreavesxlmodot Reg, sans-serif;
}

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

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#faebe3, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.efi-paragraph {
  color: #192024;
  font-family: Mreavesxlmodot Book, sans-serif;
}

.efi-ft-05-feature-cell {
  color: #fff;
}

.efi-ft-05-features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-05-image-wrapper {
  margin-bottom: 75px;
}

.efi-ft-05-cell {
  color: #fff;
}

.efi-h2 {
  font-family: Mreavesxlmodot Reg, sans-serif;
  font-size: 56px;
}

.efi-ft-05-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.efi-ft-05-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-05 {
  color: #69b9ff;
  background-color: #bfe0ff;
  background-image: linear-gradient(rgba(191, 224, 255, .99), #fff), url('../images/WhiteWaves.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 150px 5% 100px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Mreavesxlmodot Book, sans-serif;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bf3a30;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Mreavesxlmodot Book, sans-serif;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 0;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.hero-without-image {
  background-color: #bec3c7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.bold-text {
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 84px;
}

.heading-6 {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.section-4 {
  background-color: #000;
}

.container-7 {
  color: rgba(0, 0, 0, 0);
}

.image-5 {
  width: 1200px;
  height: 120px;
}

.container-8 {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.image-6 {
  width: 1450px;
  max-width: 220%;
  background-color: #fff;
}

.section-5 {
  background-color: #000;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-family: Lexend Deca, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.section-6 {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 73px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  background-color: #000;
  font-family: Lexend Deca, sans-serif;
  font-size: 15px;
}

.text-block-5 {
  color: rgba(0, 0, 0, 0);
  font-size: 49px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
  font-size: 25px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 85px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 15px;
  text-indent: 15px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  background-color: #000;
  font-size: 15px;
}

.container-11 {
  background-color: #fff;
}

.container-12 {
  max-width: 2000px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.efi-hr-02-bottom-image {
  width: 100%;
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-hr-02-button-inner {
  justify-content: flex-end;
  display: flex;
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.efi-hr-02-paragraph-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-hr-02-jumbo-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-hr-02-title-wrapper {
  width: 80%;
  margin-bottom: 80px;
}

.efi-hr-02-container {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-hr-02 {
  float: none;
  text-align: center;
  padding: 7% 5% 0%;
}

.button-3 {
  background-color: #192024;
  margin-left: 60px;
  margin-right: 60px;
}

.button-4, .button-5, .button-6 {
  background-color: #192024;
  margin-left: 60px;
}

.features-metrics {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  -webkit-text-stroke-color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  color: #404047;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  display: flex;
}

.features-title {
  color: #404047;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Lexend Deca, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-7 {
  color: #404047;
  text-align: center;
  letter-spacing: 15px;
}

.image-8 {
  max-width: 3000px;
  object-fit: fill;
  margin-top: 40px;
}

.section-8 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #404047;
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
}

.text-block-8 {
  color: #404047;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Lexend Deca, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Lexend Deca, sans-serif;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

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

.image-9 {
  max-width: 3000px;
  background-color: #fff;
}

.section-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-7 {
  color: #000;
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-right: 60px;
  font-family: Lexend Deca, sans-serif;
}

.button-8 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  font-family: Lexend Deca, sans-serif;
}

.button-9 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 0;
  font-family: Lexend Deca, sans-serif;
}

.button-10 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Lexend Deca, sans-serif;
}

.container-15 {
  margin-top: 100px;
}

.paragraph-4 {
  color: #404047;
  text-align: center;
  font-family: Lexend Deca, sans-serif;
}

.heading-13 {
  color: #404047;
  font-family: Lexend Deca, sans-serif;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lexend Deca, sans-serif;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-10 {
  max-width: 200%;
  color: #fff;
  background-color: #fff;
}

.container-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  background-color: #000;
  font-family: Lexend Deca, sans-serif;
}

.container-18 {
  font-family: Lexend Deca, sans-serif;
}

.paragraph-5 {
  color: #404047;
  text-align: left;
  margin-left: 60px;
  margin-right: 60px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---contact-v7-half-bg-image-bottom {
  z-index: -1;
  width: 100%;
  height: 430px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  color: #6e7191;
  align-items: flex-start;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

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

.brix---color-neutral-600 {
  color: #6e7191;
}

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

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

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

.html-embed {
  max-width: 3000px;
  object-fit: fill;
  display: block;
}

.html-embed-2 {
  width: 3000px;
  max-width: 3000px;
  min-width: 3000px;
}

.container-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-10 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Lexend Deca, sans-serif;
}

.hero-heading-right-2 {
  color: #000;
  background-color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-4 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-11 {
  width: 1144px;
  max-width: 1144px;
  background-color: #fff;
}

.heading-14 {
  color: #404047;
  letter-spacing: 5px;
  font-family: Lexend Deca, sans-serif;
  font-size: 30px;
}

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

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

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

.image-12 {
  width: 1450px;
  max-width: 200%;
}

@media screen and (min-width: 1440px) {
  .button.full-width {
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .section.accent {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(191, 58, 48, .75), #e64c40), url('../images/—Pngtree—ink-circle-brush_6236303.png'), linear-gradient(#bf3a30, #bf3a30);
    background-position: 0 0, 0%, 0 0;
    background-size: auto, cover, auto;
  }

  .white-box.transparent {
    padding-left: 0;
  }

  .hero-section.centered {
    line-height: 30px;
  }

  .hollow-button {
    color: #bf3a30;
    text-align: left;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .section-heading.centered.white {
    color: #edeff2;
    font-family: Mreavesxlmodot Ultra, sans-serif;
    font-size: 45px;
  }

  .section-subheading.center.off-white {
    color: #edeff2;
    font-family: Mreavesxlmodot Reg, sans-serif;
    font-size: 29px;
    line-height: 30px;
  }

  .footer {
    width: 130%;
    max-width: 20000px;
    text-align: left;
    object-fit: fill;
    object-position: 50% 50%;
    justify-content: center;
    align-items: flex-end;
    font-family: Mreavesxlmodot Reg, sans-serif;
    display: inline-block;
    overflow: auto;
  }

  .footer-text {
    text-align: center;
    display: block;
  }

  .centered-heading {
    font-family: Mreavesxlmodot Ultra, sans-serif;
    font-size: 38px;
  }

  .team-grid {
    grid-template-areas: ". . ."
                         ". . Area";
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .margin-bottom-24px {
    margin-top: 0;
    margin-right: 0;
    font-family: Mreavesxlmodot Book, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .shadow-two {
    margin-left: 20px;
  }

  .heading {
    font-family: Mreavesxlmodot Ultra, sans-serif;
  }

  .utility-page-wrap {
    background-image: linear-gradient(#fff, rgba(190, 195, 199, .85)), url('../images/WhiteWaves.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .utility-page-content {
    width: 600px;
  }

  .heading-2 {
    color: #2d3e4f;
    margin-top: 40px;
    font-family: Mreavesxlmodot Ultra, sans-serif;
    font-size: 30px;
  }

  .text-block {
    color: #2d3e4f;
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .body {
    background-image: url('../images/WaveTime.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .image {
    width: 13001px;
    font-family: Mreavesxlmodot Ultra, sans-serif;
  }

  .container-5 {
    max-width: 1200px;
    margin-left: 40px;
  }

  .fs_accordion-1_component {
    align-content: center;
    margin-left: 0;
  }

  .heading-3 {
    font-family: Mreavesxlmodot Reg, sans-serif;
    font-size: 18px;
  }

  .heading-4 {
    font-family: Mreavesxlmodot Ultra, sans-serif;
    font-size: 30px;
  }

  .image-2 {
    font-family: Mreavesxlmodot Ultra, sans-serif;
  }

  .image-3 {
    display: block;
  }

  .section-2, .section-3 {
    position: relative;
  }

  .text-block-2 {
    width: 1530px;
    max-width: 20000px;
    object-fit: contain;
    display: block;
  }

  .waves---cta-dark.wide-cta, .waves---subtitle, .waves---mega-heading-1 {
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .image-6 {
    max-width: 3000px;
    color: #000;
  }

  .section-5 {
    color: #fff;
  }

  .section-7 {
    object-fit: fill;
  }

  .heading-8 {
    color: #fff;
    text-align: center;
    letter-spacing: 25px;
    text-transform: uppercase;
    font-family: Lexend Deca, sans-serif;
    font-size: 25px;
  }

  .heading-9 {
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: Lexend Deca, sans-serif;
    font-size: 85px;
  }

  .heading-10 {
    color: #fff;
    text-align: center;
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: Lexend Deca, sans-serif;
    font-size: 18px;
  }

  .image-10 {
    width: 1440px;
    height: 50%;
    max-height: 70%;
    max-width: 1440px;
  }

  .paragraph-5 {
    margin-top: 60px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .image-11 {
    width: 1440px;
  }

  .image-12 {
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section-heading.centered {
    color: #fff;
    text-align: center;
    flex: 0 auto;
    margin-top: 60px;
    font-size: 35px;
  }

  .footer {
    object-fit: fill;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    margin-right: 20px;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .efi-ft-05 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-02-container {
    height: 90vh;
    min-height: 90vh;
  }

  .container-13 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .button-7 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .button-8 {
    margin: 0 60px 40px;
  }

  .button-9 {
    margin-top: 40px;
    margin-right: 60px;
  }

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

  .container-16 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-10 {
    width: 991px;
    max-width: 991px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-20 {
    max-width: 728px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .image-12 {
    width: 991px;
    max-width: 991px;
  }

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

  .image-14 {
    width: 991px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .section-heading.centered {
    color: #fff;
    margin-top: 60px;
  }

  .form-field.text-area {
    display: block;
  }

  .spc {
    margin-bottom: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .container-2 {
    max-width: 500px;
  }

  .team-grid {
    grid-column-gap: 40px;
    object-fit: contain;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, .25fr);
  }

  .team-member-image {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100%;
    -webkit-text-fill-color: transparent;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .efi-ft-05-features-grid, .efi-ft-05-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-heading-right, .pricing-overview, .hero-without-image, .hero-heading-left {
    padding: 60px 15px;
  }

  .image-6 {
    width: 767px;
    max-width: 100%;
  }

  .heading-10 {
    letter-spacing: 5px;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

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

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .button-7 {
    margin-bottom: 40px;
    margin-right: 60px;
  }

  .button-8 {
    margin: 0 60px 100px;
  }

  .button-9 {
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 60px;
  }

  .button-10 {
    margin-bottom: 0;
    margin-right: 60px;
  }

  .paragraph-4 {
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .image-10 {
    width: 767px;
    max-width: 767px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .brix---icon-mg-top {
    margin-top: 0;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

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

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .image-11 {
    color: #fff;
  }

  .image-12 {
    width: 767px;
    max-width: 100%;
  }

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

  .image-14 {
    width: 767px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.full-width {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Mreavesxlmodot Book, sans-serif;
  }

  .brand-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .section-heading.centered {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .section-subheading.center {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 14px;
    line-height: 18px;
  }

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

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-member-image {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .container-5 {
    width: 400px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .heading-3 {
    margin-left: 0;
    font-family: Mreavesxlmodot Reg, sans-serif;
    font-size: 15px;
  }

  .heading-4 {
    font-family: Mreavesxlmodot Reg, sans-serif;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    max-width: none;
    flex: 0 auto;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-6 {
    max-width: none;
  }

  .image-6 {
    width: 479px;
    max-width: 500px;
  }

  .heading-8 {
    letter-spacing: 10px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 36px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 45px;
  }

  .heading-10 {
    letter-spacing: 8px;
    line-height: 29px;
  }

  .button-2 {
    letter-spacing: 9px;
    margin-top: 30px;
    font-size: 13px;
  }

  .container-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-6 {
    width: 75%;
    letter-spacing: 6px;
    font-size: 15px;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-hr-02-title-wrapper {
    width: 100%;
  }

  .container-13 {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .features-block {
    width: 85%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .text-block-7 {
    max-width: 70%;
    letter-spacing: 6px;
    font-size: 15px;
  }

  .section-8 {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text-block-8 {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .button-7 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 60px;
  }

  .button-8 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .button-9 {
    margin-top: 40px;
    margin-left: 60px;
  }

  .button-10 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .paragraph-4 {
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 16px;
  }

  .container-16 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-10 {
    width: 479px;
    max-width: 500px;
    text-align: center;
    overflow: hidden;
  }

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

  .paragraph-5 {
    width: 64%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .text-block-10 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
  }

  .container-20 {
    max-width: none;
  }

  .image-11 {
    width: 479px;
  }

  .image-12 {
    width: 479px;
    max-width: 100%;
  }

  .image-13 {
    max-width: 50%;
  }

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

  .container-24 {
    font-family: Lexend Deca, sans-serif;
  }

  .image-14 {
    width: 500px;
  }
}

#w-node-ebfabb25-7567-4f42-eca3-766ab4de725e-a03fc67d, #w-node-ebfabb25-7567-4f42-eca3-766ab4de725e-a03fc680, #w-node-_0b169232-806e-c6d3-94eb-269a3c362b64-a03fc680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ebfabb25-7567-4f42-eca3-766ab4de725e-a03fc67d, #w-node-ebfabb25-7567-4f42-eca3-766ab4de725e-a03fc680 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-BookItalic.ttf') format('truetype'), url('../fonts/MrEavesXLModNarOT-RegItalic.ttf') format('truetype'), url('../fonts/MrEavesXLModNarOT-UltraItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot Book';
  src: url('../fonts/MrEavesXLModNarOT-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot Reg';
  src: url('../fonts/MrEavesXLModNarOT-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot Book';
  src: url('../fonts/MrEavesXLModOT-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-RegItalic.ttf') format('truetype'), url('../fonts/MrEavesXLModOT-BookItalic.ttf') format('truetype'), url('../fonts/MrEavesXLModOT-UltraItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot Ultra';
  src: url('../fonts/MrEavesXLModNarOT-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodnarot';
  src: url('../fonts/MrEavesXLModNarOT-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot';
  src: url('../fonts/MrEavesXLModOT-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot Ultra';
  src: url('../fonts/MrEavesXLModOT-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mreavesxlmodot Reg';
  src: url('../fonts/MrEavesXLModOT-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}