.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.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-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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

@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-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: #000;
  font-family: Open Sauce Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.2rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #0baf88;
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

ol {
  grid-column-gap: 1rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  display: grid;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.375rem;
}

figure {
  margin-bottom: .625rem;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.custom-hero-section-1 {
  background-color: #000;
  overflow: hidden;
}

.section.custom-hero-section-1.relative {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.custom-hero-section-1.relative.min-height {
  background-color: #f9f5ec;
  align-items: center;
  display: flex;
}

.section.custom-hero-section-1.relative.min-height.bg-white {
  background-color: #fff;
  padding-top: 5rem;
}

.section.custom-hero-section-1.relative.c4 {
  background-color: #fff;
  padding-top: 3rem;
}

.section.custom-hero-section-1.relative.c4.c5.c7 {
  padding-bottom: 0;
}

.section.background-gray-2.custom-section-padding-3 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section.background-gray-2.custom-section-padding-5 {
  padding-top: 7rem;
  padding-bottom: 3.75rem;
}

.section.background-gray-2.custom-section-padding-5.overflow-hidden {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.bg-gray-2.overflow-hidden {
  background-color: #ebebeb;
}

.section.bg-gray-2.overflow-hidden.c1 {
  margin-top: -12rem;
}

.section.custom-section-padding-1 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section.custom-section-padding-1.overflow-hidden {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.custom-section-padding-1.overflow-hidden.additional-space.c-sp-0 {
  padding-top: 0;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.reduced-top-space {
  padding-top: 3rem;
}

.section.overflow-hidden.reduced-bottom-space {
  padding-bottom: 3rem;
}

.section.overflow-hidden.reduced-bottom-space.c5, .section.overflow-hidden.no-top-space {
  padding-top: 0;
}

.section.bg-gray-3 {
  background-image: none;
}

.section.negative-space-bottom {
  margin-bottom: -2rem;
  padding-bottom: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

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

.section.no-bottom-padding.no-padding-top.bg-gray-3 {
  background-image: none;
}

.main-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-container.smaller-body-font {
  font-size: 1rem;
}

.boxed {
  color: #2c2d36;
  background-color: #fff;
  border: .0625rem solid #ebebeb;
  border-radius: .625rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2.25rem;
  display: flex;
  position: relative;
}

.boxed.hover-box {
  text-align: center;
  align-items: center;
  transition: box-shadow .2s;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, 0);
}

.boxed.hover-box:hover {
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .08);
}

.boxed.square {
  width: 100%;
  max-width: 50rem;
  background-color: #daf1ee;
  border-style: none;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.boxed.square.c12 {
  margin-top: 1rem;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ad343e;
  border-radius: .3125rem;
  margin-top: .75rem;
  padding: 1.125rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-large {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.text-large.text-center-phablet.space-bottom {
  padding-bottom: 1.5rem;
}

.text-large.text-center-phablet.space-bottom.space-top {
  padding-top: 1.5rem;
}

.text-small {
  font-size: .875rem;
  line-height: 1.375rem;
}

.text-small.quote-author {
  opacity: .7;
  margin-top: .75rem;
}

.bg-primary-2 {
  color: #fff;
  background-color: #332f29;
}

.bg-gray-1 {
  color: #fff;
  background-color: #2c2d36;
}

.bg-gray-2 {
  background-color: #ebebeb;
}

.bg-gray-3 {
  background-color: #f9f5ec;
}

.bg-gray-4 {
  background-color: #fbfaf8;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0baf88;
  border: .125rem solid #0baf88;
  border-radius: .75rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 13px 12.5rem 12.5rem rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: inset 0 12.5rem 12.5rem 12.5rem rgba(0, 0, 0, .1);
}

.button.button-small {
  padding: .4375rem 1.125rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.button.button-large {
  padding: 1.1875rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: static;
  width: 100%;
}

.button.button-large.c1 {
  margin-top: 3rem;
  display: block;
}

.button.button-large.c1.c3 {
  width: 100%;
  max-width: 1000px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.button.button-large.c1.c3.modal-trigger {
  z-index: 2;
  position: relative;
}

.button.button-large.c1.c3.modal-trigger.c4 {
  margin-top: 3rem;
}

.button.button-large.c1.c3.modal-trigger.c4.c11 {
  margin-top: 0;
}

.button.button-large.c1.modal-trigger.c9 {
  margin-bottom: 3rem;
}

.button.button-large.c1.red {
  background-color: #ad343e;
  border-color: #ad343e;
  margin-top: 1rem;
}

.button.button-large.c1.red:hover {
  border-color: #ad343e;
}

.button.button-large.c1.c10 {
  margin-top: 1.5rem;
}

.button.button-large.c1.c5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-input {
  height: 3.755rem;
  background-color: #fff;
  border: .0625rem solid rgba(44, 45, 54, .17);
  border-radius: .75em;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #2c2d36;
}

.form-input::-ms-input-placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input::placeholder {
  color: rgba(44, 45, 54, .5);
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input.password-input {
  margin-top: 2.25rem;
  margin-bottom: .75rem;
}

.f-select {
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.avatar.avatar-small {
  width: 4.5rem;
  height: 4.5rem;
}

.avatar.avatar-small.quote-box-avatar {
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: -3.75rem;
  margin-bottom: 1.125rem;
}

.shadow {
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 1.5rem rgba(0, 0, 0, .1);
}

.rounded {
  border-radius: 1rem;
}

.rounded.shadow-large.min-height {
  height: 100%;
  min-height: 25rem;
  opacity: .45;
  object-fit: cover;
}

.list-grid-link {
  border-bottom: .0625rem solid #ebebeb;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 1.5rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 25rem;
  direction: ltr;
  text-align: left;
}

.container-small.align-center {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  width: 100%;
  max-width: 37.5rem;
  direction: ltr;
}

.container.align-center {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.align-center.c15 {
  padding-left: 10%;
}

.container.align-right {
  text-align: right;
}

.container.align-right.align-center-mobile.full-width-mobile.c1 {
  z-index: -1;
  max-width: 29rem;
  margin-top: -2rem;
  margin-left: -1rem;
  position: absolute;
}

.large-heading {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.875rem;
}

.large-heading.section-title {
  margin-bottom: 0;
}

.large-heading.section-title.c1 {
  font-size: 2rem;
  line-height: 2.75rem;
}

.large-heading.text-center-phablet.margin-auto-mobile.smaller {
  width: 100%;
  max-width: 85%;
  font-size: 2rem;
  line-height: 1.275em;
}

.large-heading.text-center {
  font-size: 2.5rem;
  line-height: 3rem;
}

.link_arrow {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.link_arrow:hover {
  text-decoration: underline;
}

.color-white {
  color: #fff;
}

.color-white.padding-1 {
  margin-bottom: 2.25rem;
}

.color-white.padding-1.hero {
  font-size: 2.6rem;
  line-height: 1.2;
}

.color-white.padding-1.hero.c4 {
  color: #000;
  margin-bottom: 3.5rem;
  font-size: 2.35rem;
}

.icon-circle {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.icon-circle.bg-gray-1 {
  background-color: #000;
}

.icon-horizontal {
  align-items: center;
  display: flex;
}

.icon-horizontal-heading {
  margin-bottom: 0;
  margin-left: 1.125rem;
}

.icon-horizontal-heading.reduced-margin {
  margin-left: .75rem;
}

.ikit-navbar {
  z-index: 99;
  position: relative;
}

.ikit-navbar.sticky-top {
  z-index: 999;
  background-color: #fff;
}

.ikit-navbar.sticky-top.bg-white.c4 {
  position: relative;
}

.navbar-1_content {
  width: 100%;
  min-height: 5rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.navbar-1_content.collapsed-navbar {
  position: static;
}

.navbar-1_container {
  width: 100%;
  max-width: 90rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-1_container.centered-nav, .navbar-1_container.container-large.align-center {
  justify-content: center;
}

.navbar-1_right {
  align-items: center;
  display: flex;
}

.navbar-1_functions {
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.search-link {
  align-items: center;
  margin-left: 1.5rem;
  transition: opacity .2s;
  display: flex;
}

.search-link:hover {
  opacity: .5;
}

.navbar-1_logo.phablet-brand {
  display: block;
}

.sticky-top {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bg-white {
  background-color: #fff;
}

.navbar-1_left {
  align-items: center;
  display: flex;
}

.navbar-1_left.flex-grow {
  flex: 1;
  justify-content: space-between;
}

.navbar-1_left.flex-grow.c1.c3 {
  justify-content: center;
}

.hover-link {
  opacity: .5;
  color: #2c2d36;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.hover-link.hidden {
  display: none;
}

.footer {
  border-top: .0625rem solid #ebebeb;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

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

.footer_top.align-center {
  flex-direction: column;
  justify-content: center;
}

.footer_logo-link {
  margin-bottom: 1.5rem;
}

.footer_menu {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ikit-container-large {
  width: 100%;
  max-width: 50rem;
  direction: ltr;
}

.ikit-container-large.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ikit-container-large.align-center.section-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.5rem;
  display: flex;
}

.ikit-container-large.align-center.section-title.reduced-margin-bottom {
  margin-bottom: 2.25rem;
}

.ikit-container-large.align-center.section-title.reduced-margin-bottom.space-top {
  align-items: stretch;
  margin-top: 5rem;
}

.ikit-container-large.align-center.section-title-small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.ikit-container-large.align-center.section-title-small.larger {
  max-width: 56.25rem;
  margin-bottom: 1.5rem;
}

.ikit-container-large.align-center.sticky-top.relative-phablet.sticky-top-90px {
  margin-left: 0;
  top: 5.625rem;
}

.ikit-container-large.wide {
  max-width: 62.5rem;
}

.ikit-container-large.wide.align-left {
  text-align: left;
}

.ikit-container-large.wide.align-left.c1 {
  text-align: center;
}

.ikit-container-large.page-title {
  max-width: 58.125rem;
}

.footer-2-contact-details {
  grid-column-gap: 0rem;
  grid-row-gap: 1.125rem;
  grid-template-columns: 1fr;
}

.ikit-footer_bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 7.5rem;
  font-size: .875rem;
  line-height: 1.375rem;
  display: flex;
}

.row-link {
  color: #2c2d36;
  margin-right: 1.5rem;
}

.row-link.last {
  margin-right: 0;
}

.footer-bottom-links {
  justify-content: flex-end;
  display: flex;
}

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

.footer_social.align-center {
  justify-content: center;
}

.footer_social-link {
  margin-left: .5625rem;
  margin-right: .5625rem;
}

.footer_social-image {
  max-height: 1.125rem;
}

.search-modal-cross {
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.utility-page-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.custom-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr;
  align-items: start;
  position: relative;
}

.custom-grid.fullwidth-grid-halves {
  padding-left: 5vw;
  padding-right: 5vw;
}

.custom-grid.fullwidth-grid-halves.align-top.main-container.custom-grid-1 {
  grid-template-columns: 1.5fr 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.custom-grid.align-top {
  align-items: start;
}

.custom-grid.position-relative {
  grid-template-columns: 2fr 2fr;
  position: relative;
}

.custom-grid.position-relative.align-vertical {
  align-items: center;
}

.custom-grid.position-relative.align-vertical.c1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-grid.position-relative.align-vertical.c1.first {
  margin-top: 0;
}

.custom-grid.c1 {
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.custom-grid.c1.pt2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-grid.c1.pt2.mid {
  margin-top: 10rem;
  margin-bottom: 14rem;
}

.custom-grid.c1.c5 {
  margin-bottom: 10rem;
}

.custom-grid.has-slider {
  grid-template-columns: 2fr 2fr;
  margin-bottom: 1.5rem;
}

.background-image {
  width: 100%;
  height: 100%;
  opacity: .2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image.faded {
  opacity: .15;
  overflow: visible;
}

.background-image.faded.custom-faded {
  opacity: .5;
  background-image: none;
}

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

.video-play-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.video-play-icon:hover {
  transform: scale(1.25);
}

.video-play-icon.small {
  width: 2.25rem;
  height: 2.25rem;
}

.video-play-icon.small.bg-gray-1.absolute {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-icon.small.bg-primary-1 {
  background-color: #332f29;
}

.video-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-wrapper.bg-dark.rounded {
  max-height: 28.125rem;
  background-color: #000;
  overflow: hidden;
}

.section-title {
  margin-bottom: 3rem;
}

.section-title.text-center.trim-bottom-01 {
  margin-bottom: 1.5rem;
}

.bulleted-list-grid-vertical {
  grid-row-gap: .375rem;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 1rem;
}

.bulleted-list-grid-vertical.custom-margin-top {
  margin-top: .75rem;
}

.bulleted-list-grid-vertical.custom-margin-top.c1 {
  margin-bottom: .75rem;
}

.bulleted-list-item {
  border-radius: .3125rem;
  align-items: stretch;
  padding: 0 0 .75rem;
  font-size: 1.25rem;
  display: flex;
}

.bullet {
  width: .5rem;
  height: .5rem;
  background-color: #2c2d36;
  border-radius: 50%;
  flex: none;
  margin-right: .75rem;
  position: relative;
  top: .5rem;
}

.bullet.bullet-check {
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
}

.bullet.bullet-check.smaller-bullet {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../images/icon-check_1icon-check.png');
  background-position: 50% .3125rem;
  background-size: contain;
  margin-top: .25rem;
  top: 0;
}

.bullet.bullet-check.smaller-bullet.c1 {
  margin-right: .75rem;
}

.logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -.75rem;
  margin-bottom: -1.5rem;
  display: flex;
}

.logo-row.align-left-desktop-only {
  justify-content: flex-start;
}

.logo-row.align-left-desktop-only.special-space-bottom-1.c1 {
  justify-content: center;
}

.logo-row.align-left-desktop-only.special-space-bottom-2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.logo-row.no-wrap {
  flex-wrap: nowrap;
}

.logo-row-item {
  flex: none;
  margin: .75rem 1.5rem .75rem 0;
}

.logo-row-item.sunrise, .logo-row-item.last-row {
  margin-top: 0;
}

.logo-row-item.accolade {
  width: 100%;
  height: 100%;
  max-height: 7.1875rem;
  object-fit: contain;
  flex: 1;
  display: block;
}

.logo-row-item.accolade.shorter {
  max-height: 6.25rem;
}

.text-danger {
  color: #ad343e;
  padding-left: 3px;
  font-size: .85rem;
  position: absolute;
  top: 0;
}

.tabs-menu-buttons {
  margin-bottom: 1.5rem;
}

.tabs-menu-buttons.padded {
  border-radius: .625rem;
  margin-bottom: 3rem;
  padding: .75rem;
}

.tabs-menu-buttons.padded.bg-primary-2 {
  z-index: 2;
  width: 100%;
  max-width: 50rem;
  justify-content: space-around;
  display: flex;
}

.tabs-menu-buttons.padded.bg-primary-2.overlay-video-tab-menu {
  margin-top: -3rem;
  margin-bottom: 0;
}

.tab-button-white {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .3125rem;
  padding: .625rem 1.125rem;
  transition: opacity .2s, background-color .2s;
}

.tab-button-white:hover {
  opacity: .5;
}

.tab-button-white.w--current {
  color: #332f29;
  background-color: #fff;
}

.tab-button-white.w--current:hover {
  opacity: 1;
}

.tab-button-white.tab-button-large {
  padding: 1.125rem 1.5rem;
}

.tabs-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-centered-content {
  width: 100%;
}

.tabs-centered-content.site-under-tabs {
  overflow: visible;
}

.accordion-item-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.accordion-item-title:hover {
  color: #0baf88;
}

.video-lightbox-wrapper {
  color: #2c2d36;
  background-color: #fff;
  border: .0625rem solid #ebebeb;
  border-radius: .625rem;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.video-lightbox-wrapper.align-center {
  position: absolute;
}

.video-lightbox-wrapper.relative {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.video-lightbox-wrapper.relative.align-center {
  text-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.video-lightbox-wrapper.relative.align-center.text-center.space-bottom {
  padding-bottom: 1.5rem;
}

.video-lightbox-wrapper.relative.align-center.text-center.space-bottom.bigger {
  padding-bottom: 4.5rem;
}

.video-lightbox-heading {
  margin-left: .75rem;
}

.search-result-url {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.search-result-item {
  border-bottom: .0625rem solid #ebebeb;
  margin-bottom: 1.5rem;
}

.image {
  width: auto;
  height: 3.125rem;
  object-fit: contain;
}

.ikit_featured-image {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  display: flex;
}

.relative {
  position: relative;
}

.ceo-image {
  max-width: 95%;
}

._16px {
  font-size: 1rem;
}

.special-line-break {
  display: block;
}

.approach-list {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.container-medium {
  width: 90%;
}

.container_xl {
  width: 100%;
  max-width: 43.75rem;
  direction: ltr;
}

.container_xl.align-center {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.container-custom-01 {
  width: 100%;
  max-width: 32.5rem;
  direction: ltr;
  text-align: left;
}

.container-custom-01.align-center {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-custom-01.align-center.hide-for-phablet.free-ebook-guide-image {
  max-width: 31.25rem;
  flex-direction: column;
}

.container-custom-01.margin-auto {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.no-bottom-space, .no-margin-bottom {
  margin-bottom: 0;
}

.reviews-image {
  width: 100%;
  max-height: none;
  max-width: none;
  text-align: center;
  object-fit: cover;
  object-position: 50% 0%;
}

.footer_logo-container {
  margin-right: 1.25rem;
}

.footer_logo-container.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.ebook-cover-image-1 {
  width: 100%;
  padding-left: 5%;
}

.ebook-cover-image-1.c2 {
  max-width: 600px;
  padding-left: 0%;
  position: absolute;
  top: 50%;
  right: 57.5%;
  transform: translate(0, -50%);
}

.ebook-cover-image-1.c2.c3 {
  max-width: 550px;
  top: auto;
  right: 65%;
  transform: none;
}

.ebook-cover-image-1.c2.c3.c5 {
  max-width: 650px;
  top: -15%;
  right: 48%;
}

.ebook-cover-image-1.c2.c3.c6 {
  z-index: 1;
  max-width: 600px;
  right: 57%;
}

.ebook-cover-image-1.c2.c3.c6.c7 {
  max-width: 750px;
  top: -15%;
}

.ebook-cover-image-1.c2.c3.c7 {
  max-width: 800px;
  right: 45%;
}

.ebook-cover-image-1.c2.c3.c8 {
  right: 55%;
}

.ebook-cover-image-1.c2.c3.c10 {
  max-width: 1000px;
  top: 50%;
  right: 60%;
  transform: translate(0, -50%);
}

.ebook-cover-image-1.c2.c3.c10.dd {
  max-width: 600px;
  right: 55%;
}

.ebook-cover-image-1.c2.c3.c11 {
  max-width: 500px;
  right: 57.5%;
}

.ebook-cover-image-1.c2.c3.c15 {
  width: 130%;
  position: relative;
  right: 35%;
}

.ebook-cover-image-1.c2.c3.c15.c20 {
  width: 150%;
  display: block;
  left: -25%;
  right: auto;
}

.ebook-cover-image-1.c2.c3.c15.c16 {
  width: 170%;
  max-width: 700px;
  left: auto;
  right: 75%;
}

.disclaimer {
  border-top: .0625rem solid #ebebeb;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: .625rem;
}

.disclaimer.special-spacing {
  margin-top: 3rem;
}

.disclaimer.special-spacing.margin-top {
  text-align: left;
  padding-top: 2.5rem;
  font-size: .75rem;
}

.full-width {
  width: 100%;
}

.container-custom-04 {
  width: 100%;
  max-width: 37.5rem;
  direction: ltr;
}

.container-custom-04.relative {
  z-index: 2;
  position: relative;
}

.container-custom-04.relative.text-center-phablet.campaign-heading-1 {
  max-width: 50rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-custom-04.relative.text-center-phablet.campaign-heading-1.align-center {
  text-align: center;
  align-items: center;
}

.container-custom-04.relative.text-center-phablet.campaign-heading-1.c1 {
  text-align: center;
}

.container-larger {
  width: 100%;
  max-width: 43.75rem;
  direction: ltr;
}

.container-larger.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-larger.align-center.larger {
  max-width: 56.25rem;
}

.boxed-2 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #ebebeb;
  border-radius: .625rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25rem;
  display: flex;
  position: relative;
}

.boxed-2.increased-padding {
  padding: 3rem;
}

.boxed-2.increased-padding.no-border {
  border-style: none;
  border-radius: 0;
}

.boxed-2.increased-padding.no-border.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left {
  padding-left: 0;
}

.boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left.align-center-mobile.no-padding-top {
  padding-top: 0;
}

.boxed-2.small-quote-box {
  text-align: left;
  margin-top: 2.25rem;
  padding: 1.5rem;
}

.boxed-2.small-quote-box.shadow.align-center-mobile.custom-margin-bottom-03 {
  margin-top: 3.75rem;
  margin-bottom: 0;
}

.boxed-2.approach-list-item {
  border-style: none;
  margin-bottom: 1.5rem;
}

.boxed-2.approach-list-item.approach-list-item-first {
  border-style: none;
}

.highlight-2 {
  color: #0baf88;
}

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

.mobile-slider {
  display: none;
}

.icon {
  filter: invert();
  font-size: 1.5rem;
  left: auto;
}

.icon-2 {
  filter: invert();
  font-size: 1.5rem;
  left: 0;
  right: auto;
}

.mask {
  height: auto;
}

.hidden {
  display: none;
}

.space-bottom {
  padding-bottom: 3.75rem;
}

.text-green {
  color: #0baf88;
  padding-bottom: .75rem;
  display: block;
}

.showcase-arrow {
  z-index: 1;
  width: 8em;
  position: absolute;
  top: 0;
  right: -9em;
  overflow: visible;
  transform: translate(0, -50%);
}

.showcase-arrow.right.special1 {
  width: 12vw;
  max-width: 8.5em;
  margin-left: 2rem;
  position: absolute;
  top: 2rem;
  right: -50%;
}

.showcase-arrow.right.special2 {
  z-index: 10;
  width: 6em;
  filter: invert();
  margin-top: 3rem;
  position: relative;
  top: 0;
  left: 32%;
  right: auto;
  transform: rotate(109deg);
}

.showcase-arrow.right.special2.c3 {
  transform-style: preserve-3d;
  top: -4rem;
  left: 50%;
  transform: translate(-50%)rotateX(0)rotateY(-180deg)rotateZ(109deg);
}

.checklist-item {
  background-image: url('../images/icon-check_1icon-check.png');
  background-position: 0 .3125rem;
  background-repeat: no-repeat;
  background-size: 2.125rem;
  margin-bottom: 1.875rem;
  padding-left: 3em;
}

.checklist-item.last {
  margin-bottom: 0;
}

.checklist {
  text-align: left;
}

.checklist.c1 {
  font-size: 1.25rem;
}

.investorkit-guarantee-logo {
  width: 100%;
  max-width: 12.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-break-mobile {
  display: none;
}

.form-disclaimer {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.form-disclaimer.text-align-center.margin-top.margin-x-small {
  margin-top: 1rem;
}

.hidden-when-published {
  display: none;
}

.video-slide, .video-slider-mask {
  height: 100%;
}

.video-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.video-slider-nav {
  filter: invert();
  font-size: .8125rem;
  bottom: -2.5rem;
}

.video-slider-icon {
  filter: invert();
  font-size: 2rem;
}

.video-slider-icon:hover {
  filter: none;
  color: #0baf88;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery14_component {
  max-width: 50rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery14_mask {
  overflow: visible;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.c12 {
  margin-bottom: 5rem;
}

.margin-bottom.margin-xsmall.items-center {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gallery14_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #332f29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.gallery14_arrow:hover {
  background-color: #0baf88;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery14_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.arrow-icon {
  padding-top: 3px;
}

.faq-item {
  cursor: pointer;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: .0625rem #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.section-banner {
  position: relative;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0rem;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d3e5e9;
  border-radius: 1rem;
  outline: .0625rem #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.home-header_testimonial-wrapper {
  height: 100%;
  max-width: 37.5rem;
  grid-column-gap: 2vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: -4rem;
  display: grid;
}

.home_testimonial-slide {
  height: 100%;
  min-height: 21.875rem;
  background-color: #fff;
  border-radius: 1rem;
  flex: none;
  margin-left: 2rem;
  display: block;
  overflow: hidden;
}

.right-arrow-2 {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 42%;
}

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

.home_testimonial-headshot.top {
  object-position: 50% 20%;
}

.html-embed-2 {
  display: flex;
}

.home_testimonial-image-wrapper {
  width: 13rem;
  flex: none;
  position: relative;
}

.home_testimonial-mask {
  width: 50%;
  min-width: 37.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3rem;
  display: flex;
  overflow: visible;
}

.home_testimonial-quote-wrapper {
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  bottom: 6%;
}

.home_testimonial-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .0625rem solid #f0f0f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-top: 1rem;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.home_testimonial-slider {
  height: 100%;
  background-image: radial-gradient(circle at 100% 0, #332f29, #332f29 20%, #332f29);
  border-radius: 1rem;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  overflow: hidden;
}

.text-weight-medium {
  font-weight: 700;
}

.text-weight-medium.text-green {
  padding-bottom: 0;
}

.heading-xmedium {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-xmedium.text-color-white {
  color: #fff;
}

.home_testimonial-content {
  width: 100%;
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem 2rem 2rem;
  display: flex;
}

.home_testimonial-wrapper {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  min-height: 25rem;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.left-arrow-2 {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 7%;
  left: 42%;
  right: auto;
  transform: rotate(180deg);
}

.section-testimonial-slider {
  padding-top: 3rem;
  padding-bottom: 0;
}

.arrow-link {
  color: #057a73;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.lightbox-link {
  color: #332f29;
}

.testimonial-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.customer-attribution {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  margin-bottom: 4rem;
}

.grid-podcast-vertical-item {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  border-bottom: .0625rem solid #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.browser-wrapper {
  max-width: 80rem;
  background-color: #fff;
  border-radius: .625rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 30px 3.125rem -.625rem rgba(0, 0, 0, .05);
}

.centered-heading-container-large {
  max-width: 50rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-1 {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-1_logo-image {
  width: auto;
  max-width: 175px;
  object-fit: contain;
}

.hero-1_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  align-items: start;
  position: relative;
}

.hero-1_grid.c1 {
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.hero-1_grid.c1.c4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-1_grid.c1.hero {
  grid-column-gap: 4rem;
}

.ikit_container-large {
  width: 100%;
  max-width: 50rem;
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-gray-2 {
  background-color: #ebebeb;
}

.mobile-only {
  display: none;
}

.f-input {
  min-height: 66px;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(19, 18, 66, .07);
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  transition: color .4s, border-color .4s, all .4s;
}

.f-input:hover {
  box-shadow: 0 4px 10px rgba(19, 18, 66, .12);
}

.f-input:focus {
  color: #07163f;
  border: 2px solid #0baf88;
}

.f-input::-ms-input-placeholder {
  color: #6f6c90;
}

.f-input::placeholder {
  color: #6f6c90;
}

.list-term {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: .5rem .75rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.list-term:hover {
  background-color: #f1f1f1;
}

.f-form-steps-item.is---7 {
  width: 100%;
  max-width: 80rem;
  min-height: 100vh;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
  position: relative;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.c2 {
  padding-top: 0;
}

.padding-section-large.c2.c3, .padding-section-large.c2.c5 {
  padding-bottom: 0;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col.is-mobile-1col.hidden-when-published, .form-field-2col.hidden-when-published {
  display: none;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.error-text {
  color: #e23939;
}

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  height: 3rem;
  align-items: center;
  display: flex;
}

.contact5_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact5_component.c4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.tagline1 {
  opacity: .2;
  color: #0baf88;
  font-size: 200px;
  font-weight: 900;
  position: absolute;
  top: -.25rem;
  left: 1%;
}

.text-size-medium {
  font-size: 1.125rem;
}

.contact2_form {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #002927;
  border: .125rem #0baf88;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 13px 12.5rem 12.5rem rgba(0, 0, 0, 0);
}

.submit-button:hover {
  box-shadow: inset 0 12.5rem 12.5rem 12.5rem rgba(0, 0, 0, .1);
}

.display-h1 {
  font-size: 50px;
  line-height: 120%;
}

.display-h1.s-pecial-space1 {
  margin-bottom: 3rem;
}

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

.c1-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c1-container.space-top {
  margin-top: 2rem;
}

.funnel-richtext p {
  font-size: 1.25rem;
}

.funnel-richtext h1, .funnel-richtext h2 {
  font-size: 1.5rem;
}

.funnel-richtext.space-bottom {
  padding-bottom: 2rem;
}

.funnel-richtext.space-top {
  margin-top: 2rem;
}

.funnel-richtext.space-top.c1 {
  margin-top: 3rem;
}

.funnel-richtext.space-top.c1.text-align-left {
  text-align: left;
}

.funnel-richtext.space-top.c1.text-align-left.no-space-top {
  margin-top: 0;
}

.button-group.with-arrow {
  position: relative;
}

.button-group.with-arrow.c1-hero {
  margin-left: auto;
  margin-right: auto;
}

.c1-image1 {
  max-width: 1000px;
  grid-template-rows: auto;
  margin: 4rem auto 1.5rem;
  position: relative;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .6fr .25fr;
}

.c1-container.c3-c4 {
  margin-top: 2rem;
}

.c1-text-large {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.c1-text-large.space-bottom {
  padding-bottom: 1.5rem;
}

.c1-video-wrapper {
  width: 45vw;
  max-width: 550px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.c1-video-wrapper.pt2 {
  right: 50%;
}

.line-break {
  display: block;
}

.custom-grid2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr;
  align-items: start;
  position: relative;
}

.custom-grid2.c1-pt2 {
  grid-template-columns: 2fr 2fr;
  align-items: center;
  margin-top: 5rem;
}

.custom-grid2.c1-pt2.c3 {
  grid-template-columns: 1.5fr 2fr;
  align-items: start;
  margin-top: 0;
}

.custom-grid2.c1-pt2.c3.c10 {
  align-items: center;
}

.padding-global-3, .padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.layout409_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout409_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ebebeb;
  border: 1px solid #f9f5ec;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.layout409_card.c1.last {
  margin-bottom: 0;
}

.layout409_card.c1.c4 {
  margin-top: 3rem;
  margin-bottom: 0;
}

.layout409_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 5rem 10%;
  display: flex;
  position: relative;
}

.layout409_card-content.c11 {
  padding: 3rem 5%;
}

.c1-spaced {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

.faq1_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.c1-plus {
  color: #0baf88;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 100px;
  font-weight: 900;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.fs_modal-1_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

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

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

.modal {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal.is-open {
  display: flex;
}

.modal-bg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .15);
}

.modal-container {
  width: 100%;
  max-width: 35rem;
  background-color: #daf1ee;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0 1rem;
  position: absolute;
  top: 50%;
  overflow: scroll;
  transform: translate(0, -50%);
}

.c4-c1 {
  margin-bottom: 4rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.c4-c1.c10 {
  margin-top: 3rem;
}

.c4-c1.c11 {
  margin-bottom: 1rem;
}

.c4-c1.no-bottom-space {
  margin-bottom: 0;
}

.block-header {
  align-items: center;
  padding-top: 1.125rem;
}

.block-header-2 {
  align-items: center;
}

.pwa-image {
  width: 100%;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
}

.full-width-image {
  width: 100%;
  display: block;
}

.full-width-image.c3 {
  margin-top: 1rem;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.close {
  cursor: pointer;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.html-embed-3.c2 {
  margin-bottom: 3rem;
}

.c1-hero {
  max-width: 100%;
  margin-top: -1.5rem;
}

.close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
}

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

.ikit_back-to-top {
  position: absolute;
}

.ikit_back-to-top-container {
  z-index: 999;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.button-round {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #0baf88;
  border: .125rem solid #0baf88;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 6.25rem 6.25rem 6.25rem rgba(0, 0, 0, 0);
}

.button-round:hover {
  box-shadow: inset 0 6.25rem 6.25rem 6.25rem rgba(0, 0, 0, .1);
}

.button-round.button-round-small {
  width: 2.5rem;
  height: 2.5rem;
}

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

.text-bold.text-underline.inline {
  display: inline;
}

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

.custom-star-rating-2 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.ratings-heading-2 {
  margin-left: 0;
  margin-right: .75rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.stars-row {
  display: flex;
}

.stars-row.ratings-summary-stars {
  margin-top: .75rem;
}

.stars-row.ratings-summary-stars.no-margin-top {
  align-items: center;
  margin-top: 0;
}

.star-rating_caption {
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  font-size: .6875rem;
  line-height: .6875rem;
  display: flex;
}

.full-bleed-container {
  width: 100%;
  direction: ltr;
}

.overlay-container {
  width: 100%;
  position: relative;
}

.overlay-video-background {
  width: 100%;
  max-height: 90vh;
  min-height: 43.75rem;
  object-fit: cover;
  object-position: 50% 0%;
}

.overlay-content-for-video {
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-video-cta {
  max-width: 20rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-smaller {
  font-size: .9375rem;
  line-height: 1.4;
}

.footer-2-menus-grid {
  grid-column-gap: .75rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-menu-heading {
  margin-bottom: 1.125rem;
}

.menu-grid-vertical {
  grid-column-gap: 0rem;
  grid-row-gap: .375rem;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  .section.custom-hero-section-1.relative {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.bg-gray-2.overflow-hidden.c1 {
    margin-top: 0;
  }

  .section.custom-section-padding-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  .section.no-bottom-padding.no-padding-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .boxed {
    flex: 0 auto;
  }

  .container.align-center {
    max-width: 100%;
  }

  .container.align-center.c15 {
    padding-left: 0%;
  }

  .container.align-right.align-center-mobile.full-width-mobile.c1 {
    z-index: auto;
    max-width: 80%;
    margin-top: -1rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .large-heading.text-center-phablet {
    text-align: center;
  }

  .large-heading.text-center-phablet.margin-auto-mobile.smaller {
    max-width: 100%;
  }

  .navbar-1_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-1_logo.phablet-brand {
    margin-right: .75rem;
    display: block;
  }

  .navbar-1_left.flex-grow {
    flex: 1;
    justify-content: space-between;
  }

  .footer {
    padding-top: 3rem;
  }

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

  .footer_menu {
    margin-top: 4.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .ikit-container-large.align-center.sticky-top.relative-phablet {
    position: relative;
  }

  .ikit-container-large.align-center.sticky-top.relative-phablet.sticky-top-90px {
    max-width: none;
    top: 0;
  }

  .footer-2-contact-details {
    justify-items: center;
  }

  .ikit-footer_bottom {
    margin-top: 4.5rem;
  }

  .footer_social {
    justify-content: center;
  }

  .custom-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .custom-grid.fullwidth-grid-halves {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .custom-grid.fullwidth-grid-halves.align-top.main-container.custom-grid-1 {
    align-content: stretch;
    justify-content: start;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .custom-grid.position-relative {
    grid-row-gap: 3rem;
  }

  .custom-grid.c1 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .custom-grid.c1.pt2 {
    flex-direction: column-reverse;
    justify-items: stretch;
    display: flex;
  }

  .custom-grid.c1.pt2.mid {
    grid-row-gap: 1.5rem;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .custom-grid.c1.c5 {
    grid-row-gap: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bullet.bullet-check.smaller-bullet.c1 {
    margin-left: 0;
  }

  .logo-row.align-left-desktop-only {
    margin-bottom: 0;
  }

  .logo-row.align-left-desktop-only.special-space-bottom-1 {
    justify-content: center;
  }

  .logo-row.align-left-desktop-only.special-space-bottom-1.c1, .logo-row-item.sunrise {
    margin-top: 0;
  }

  .logo-row-item.last-row {
    margin-bottom: 0;
  }

  .video-lightbox-wrapper.relative {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ceo-image.c1 {
    width: 100%;
    display: block;
  }

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

  .approach-list {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: auto;
  }

  .approach-list.horizontal-scroll-mobile.hide-on-mobile {
    display: none;
  }

  .container-medium.margin-auto-phablet {
    margin-left: auto;
    margin-right: auto;
  }

  .container-custom-01.align-center.hide-for-phablet {
    display: none;
  }

  .container-custom-01.align-center.hide-for-phablet.free-ebook-guide-image {
    max-width: 100%;
    align-self: center;
    display: block;
  }

  .container-custom-01.align-center.hide-for-phablet.free-ebook-guide-image.c1 {
    display: block;
  }

  .container-custom-01.margin-auto {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .reviews-image {
    width: 150%;
  }

  .footer_logo-container {
    margin-left: 0;
    margin-right: 0;
  }

  .ebook-cover-image-1.c2 {
    margin-left: -17.5%;
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0);
  }

  .ebook-cover-image-1.c2.c3 {
    margin-left: -10%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c5 {
    margin-left: 0%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c8 {
    margin-left: 0;
    padding-left: 10%;
    left: auto;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c15 {
    max-height: 500px;
    max-width: 500px;
    object-fit: contain;
    margin-left: 5%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c15.c20 {
    width: 100%;
    margin: -2rem auto;
    padding-left: 0%;
    display: block;
    left: auto;
  }

  .ebook-cover-image-1.c2.c3.c15.c16 {
    max-height: 500px;
    max-width: 550px;
    object-fit: contain;
    margin-left: -5%;
    right: auto;
  }

  .full-width {
    width: 100%;
  }

  .container-custom-04.relative.text-center-phablet {
    text-align: center;
  }

  .container-custom-04.relative.text-center-phablet.campaign-heading-1 {
    text-align: center;
    align-items: center;
  }

  .boxed-2 {
    flex: 0 auto;
  }

  .boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left.align-center-mobile {
    padding-right: 0;
  }

  .boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left.align-center-mobile.no-padding-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .boxed-2.small-quote-box.shadow.align-center-mobile {
    align-items: center;
  }

  .boxed-2.approach-list-item {
    max-width: 75vw;
    min-width: 25rem;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .boxed-2.approach-list-item.approach-list-item-first {
    flex-wrap: wrap;
    align-content: flex-start;
  }

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

  .mobile-slider {
    width: 100%;
    height: auto;
    display: block;
  }

  .icon, .icon-2 {
    filter: invert();
  }

  .mask {
    height: auto;
    background-color: #fff;
  }

  .hidden, .showcase-arrow {
    display: none;
  }

  .showcase-arrow.right.special1.c1-hero {
    filter: invert();
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 7rem;
    left: -5rem;
    transform: rotate(120deg)translate(0);
  }

  .showcase-arrow.right.special2, .showcase-arrow.right.special2.c3 {
    display: block;
  }

  .line-break-mobile {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.c12 {
    margin-bottom: 2rem;
    padding-top: 5rem;
  }

  .right-arrow-2 {
    right: 38%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow-2 {
    left: 37%;
  }

  .heading-grid {
    margin-bottom: 3rem;
  }

  .grid-podcast-vertical-item {
    grid-column-gap: 1.5rem;
    border-bottom-style: none;
    grid-template-columns: .5fr 1fr;
    padding-bottom: 0;
  }

  .navbar-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-1_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mobile-only {
    display: block;
  }

  .f-form-steps-item.is---7 {
    width: 100%;
    grid-column-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .text-weight-semibold.tagline1 {
    opacity: .11;
    font-size: 220px;
    left: auto;
    right: 1px;
  }

  .c1-image1 {
    margin-bottom: 0;
  }

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

  .grid-3.c1 {
    flex-direction: column-reverse;
    display: flex;
  }

  .c1-video-wrapper {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    transform: none;
  }

  .c1-video-wrapper.pt2 {
    right: auto;
  }

  .custom-grid2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .custom-grid2.c1-pt2 {
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .layout409_card-content {
    padding: 2rem;
  }

  .layout409_card-content.c11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .overlay-video-background {
    min-height: 50rem;
  }

  .footer-2-menus-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section.custom-hero-section-1.relative {
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .section.background-gray-2.custom-section-padding-3, .section.background-gray-2.custom-section-padding-5 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
  }

  .section.background-gray-2.custom-section-padding-5.overflow-hidden {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section.bg-gray-2.overflow-hidden {
    overflow: hidden;
  }

  .section.custom-section-padding-1.overflow-hidden {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .boxed {
    padding: 1.5rem;
  }

  .text-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button.button-large {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button.button-large.c1.c3 {
    margin-top: 3rem;
  }

  .container.align-right.align-center-mobile.full-width-mobile.c1 {
    max-width: 100%;
  }

  .large-heading {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .large-heading.text-center-phablet.margin-auto-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .color-white.padding-1.hero {
    font-size: 2.125rem;
  }

  .navbar-1_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .search-link {
    margin-left: 1.125rem;
  }

  .navbar-1_logo {
    padding-left: 0;
  }

  .footer {
    padding-top: 3rem;
  }

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

  .footer_menu {
    margin-top: 3rem;
  }

  .ikit-container-large.align-center.section-title {
    margin-bottom: 3rem;
  }

  .footer-2-contact-details {
    justify-items: center;
  }

  .ikit-footer_bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 1.125rem;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    margin-top: 3rem;
    display: grid;
  }

  .row-link {
    margin-left: 1.5rem;
  }

  .row-link.last {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-links, .footer_social {
    justify-content: center;
  }

  .custom-grid {
    flex-direction: column;
    display: flex;
  }

  .custom-grid.fullwidth-grid-halves.align-top.main-container.custom-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .custom-grid.c1.pt2.mid {
    grid-row-gap: 0rem;
  }

  .section-title {
    margin-bottom: 2.25rem;
  }

  .bulleted-list-grid-vertical {
    margin-top: 1.5rem;
  }

  .bulleted-list-item {
    font-size: 1rem;
  }

  .logo-row {
    flex-flow: wrap;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    overflow: auto;
  }

  .logo-row.align-left-desktop-only {
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-buttons.padded.bg-primary-2.overlay-video-tab-menu {
    width: 100%;
    border-radius: 0;
    flex: 0 auto;
    align-self: flex-start;
    display: flex;
    overflow: auto;
  }

  .tab-button-white.tab-button-large {
    padding: .625rem 1.125rem;
  }

  .tab-button-white.overlay-tab-button {
    min-width: 10rem;
  }

  .video-lightbox-wrapper.relative {
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .ceo-image {
    width: 100%;
    max-width: 100%;
    line-height: 1.5rem;
    display: block;
  }

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

  .approach-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-custom-01.margin-auto {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .reviews-image {
    max-width: 150%;
  }

  .ebook-cover-image-1.c2.c3 {
    margin-left: -12%;
  }

  .ebook-cover-image-1.c2.c3.c10 {
    margin-left: 0%;
    top: auto;
    right: auto;
    transform: none;
  }

  .ebook-cover-image-1.c2.c3.c15 {
    width: 100%;
    margin-left: -5%;
  }

  .ebook-cover-image-1.c2.c3.c15.c16 {
    margin-left: -32%;
    left: auto;
  }

  .boxed-2 {
    padding: 1.5rem;
  }

  .boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left.align-center-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .boxed-2.approach-list-item {
    min-width: 75vw;
  }

  .boxed-2.approach-list-item.approach-list-item-first {
    min-width: 75vw;
    border-color: rgba(0, 0, 0, 0);
    display: block;
  }

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

  .mobile-slider {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon, .icon-2 {
    font-size: 2rem;
  }

  .mask {
    background-color: #fff;
  }

  .left-arrow, .right-arrow {
    width: 10%;
  }

  .showcase-arrow {
    display: none;
  }

  .checklist.c1 {
    font-size: 1.125rem;
  }

  .line-break-mobile {
    display: block;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.c12 {
    margin-bottom: 2rem;
    padding-top: 5rem;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .home_testimonial-slide {
    min-height: auto;
  }

  .home_testimonial-headshot {
    object-position: 50% 0%;
    border-radius: .75rem;
  }

  .home_testimonial-image-wrapper {
    width: 6rem;
    height: 6rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .home_testimonial-mask {
    width: 80%;
    min-width: auto;
  }

  .home_testimonial-quote-wrapper {
    flex-direction: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_testimonial-slider {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-xmedium {
    font-size: 1.5rem;
  }

  .home_testimonial-content {
    flex: 1;
    margin-top: 2rem;
    padding: 1rem;
  }

  .home_testimonial-wrapper {
    min-height: 29.0625rem;
    flex-direction: column;
  }

  .heading-grid {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }

  .grid-podcast-vertical-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-steps-item.is---7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-weight-semibold.tagline1 {
    font-size: 200px;
    top: 5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .display-h1 {
    font-size: 32px;
  }

  .funnel-richtext p {
    padding-bottom: 0;
    font-size: 1.15rem;
  }

  .c1-image1 {
    flex-direction: column;
    display: flex;
  }

  .c1-text-large {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }

  .custom-grid2 {
    flex-direction: column;
    display: flex;
  }

  .image-full {
    width: 100%;
    display: block;
  }

  .layout409_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout409_card {
    height: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .layout409_card-content {
    padding: 1.5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .c4-c1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .pwa-image {
    margin-top: 0;
  }

  .full-width-image.c3 {
    width: 150%;
    max-width: 150%;
  }

  .ratings-heading-2.text-primary-2 {
    font-size: 1.5rem;
  }

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

  .overlay-video-background {
    max-height: 37.5rem;
    min-height: 37.5rem;
  }

  .overlay-content-for-video {
    justify-content: flex-start;
    padding-top: 4.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .text-smaller {
    font-size: .875rem;
  }

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

@media screen and (max-width: 479px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  h1 {
    margin-bottom: 1.125rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
  }

  .section.bg-gray-3 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section.custom-hero-section-1.relative {
    padding-top: 3.75rem;
    padding-bottom: 4.5rem;
  }

  .section.background-gray-2.custom-section-padding-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.background-gray-2.custom-section-padding-5 {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }

  .section.background-gray-2.custom-section-padding-5.overflow-hidden {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section.background-gray-2.custom-section-padding-5.overflow-hidden.space-on-mobile {
    padding-bottom: 3.75rem;
  }

  .section.bg-gray-2.overflow-hidden {
    overflow: hidden;
  }

  .section.bg-gray-2.overflow-hidden.c1.c5 {
    z-index: 6;
    margin-top: -4rem;
    position: relative;
  }

  .section.bg-gray-2.overflow-hidden.c1.c6 {
    margin-top: -4rem;
  }

  .section.custom-section-padding-1 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section.custom-section-padding-1.overflow-hidden {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section.overflow-hidden.reduced-top-space, .section.overflow-hidden.reduced-top-space.custom-top-space-mobile {
    padding-top: 3.75rem;
  }

  .section.overflow-hidden.reduced-bottom-space.c5 {
    padding-top: 0;
  }

  .section.no-bottom-padding-mobile {
    padding-bottom: 0;
  }

  .section.no-bottom-padding.no-padding-top {
    padding-bottom: 3rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .main-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .boxed.square {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .boxed.square.c12 {
    margin-top: 3rem;
  }

  .form-error {
    padding: .75rem;
  }

  .button {
    width: 100%;
    padding-left: 1.1125rem;
    padding-right: 1.125rem;
    font-size: 1rem;
  }

  .button.button-large.c1.c3 {
    margin-top: 2rem;
  }

  .list-grid-link {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .container.align-right.align-center-mobile.full-width-mobile {
    max-width: 100%;
    text-align: center;
  }

  .large-heading {
    margin-bottom: 1.125rem;
    font-size: 1.75rem;
  }

  .large-heading.section-title.text-center.c1 {
    line-height: 2.15rem;
  }

  .large-heading.section-title.c1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .large-heading.text-center {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .color-white.padding-1.hero {
    font-size: 1.875rem;
  }

  .color-white.padding-1.hero.c4 {
    line-height: 130%;
  }

  .navbar-1_content {
    min-height: 4.25rem;
  }

  .navbar-1_container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar-1_container.centered-nav.c1 {
    grid-column-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-1_right {
    overflow: hidden;
  }

  .navbar-1_functions {
    margin-left: 0;
    display: block;
  }

  .navbar-1_left.flex-grow.c1 {
    justify-content: flex-start;
  }

  .footer_top {
    grid-row-gap: 1rem;
  }

  .ikit-container-large.align-center.section-title-small {
    margin-bottom: 2.25rem;
  }

  .ikit-footer_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .row-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-links {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer_social {
    justify-content: center;
  }

  .custom-grid {
    grid-row-gap: 1.5rem;
  }

  .custom-grid.fullwidth-grid-halves {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .custom-grid.position-relative {
    grid-row-gap: 1.5rem;
  }

  .custom-grid.position-relative.align-vertical.c1.first.last {
    margin-bottom: 0;
  }

  .custom-grid.c1 {
    grid-row-gap: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .custom-grid.c1.pt2 {
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .custom-grid.c1.pt2.mid {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .custom-grid.c1.pt2.mid.c5 {
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
  }

  .custom-grid.c1.c5 {
    margin-bottom: 2rem;
  }

  .video-play-icon.small.bg-gray-1 {
    flex: none;
  }

  .video-play-icon.small.bg-primary-1 {
    border-radius: 100%;
    flex: none;
  }

  .bulleted-list-item {
    font-size: 1rem;
  }

  .bullet.bullet-check.smaller-bullet {
    background-position: 50% 0;
    margin-top: .25rem;
  }

  .logo-row {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .logo-row.align-left-desktop-only.special-space-bottom-1 {
    margin-bottom: 1.5rem;
  }

  .logo-row.no-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .logo-row-item {
    max-height: 3.4375rem;
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .logo-row-item.last.last-row {
    margin-top: .75rem;
  }

  .logo-row-item.special-max-height-mobile {
    max-height: 1.125rem;
  }

  .logo-row-item.sunrise, .logo-row-item.news {
    max-height: 2.8125rem;
  }

  .logo-row-item.real-estate {
    max-height: 2.1875rem;
  }

  .logo-row-item.accolade {
    max-height: 5.625rem;
  }

  .logo-row-item.accolade.shorter {
    max-height: 5rem;
    flex: 1;
  }

  .text-danger {
    display: inline-block;
    position: relative;
    top: -3px;
  }

  .tabs-menu-buttons {
    width: 100%;
  }

  .tabs-menu-buttons.padded.bg-primary-2 {
    justify-content: flex-start;
    margin-bottom: 2.25rem;
    overflow: scroll;
  }

  .tabs-menu-buttons.padded.bg-primary-2.overlay-video-tab-menu {
    background-color: #332f29;
    border-radius: 0;
    display: flex;
    overflow: auto;
  }

  .tab-button-white.tab-button-large {
    flex: none;
  }

  .tab-button-white.overlay-tab-button {
    width: auto;
    max-width: 9.375rem;
    min-width: 9.375rem;
    padding-left: .5625rem;
    padding-right: .5625rem;
  }

  .tabs-centered {
    overflow: hidden;
  }

  .tabs-centered-content.site-under-tabs {
    margin-top: 0;
  }

  .video-lightbox-wrapper.align-center.has-max-width {
    max-width: 80%;
    flex-direction: row;
  }

  .video-lightbox-wrapper.relative {
    padding-top: 3.75rem;
    padding-bottom: 4.5rem;
  }

  .image {
    height: 2.8125rem;
  }

  .ceo-image {
    width: 115%;
    max-width: none;
    text-align: center;
    margin-left: -2.5%;
  }

  .special-line-break {
    display: none;
  }

  .container-medium.margin-auto-phablet {
    width: 95%;
  }

  .container-custom-01.margin-auto {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .reviews-image {
    width: 200%;
    max-height: 65vh;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .reviews-image.c1 {
    width: 240%;
    max-height: none;
    object-position: 50% 50%;
    margin-left: -100%;
  }

  .ebook-cover-image-1.c2.c3.c6 {
    margin-left: 0%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c6.c7 {
    width: 150%;
    margin-left: -25%;
    top: auto;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c8 {
    margin-left: 0%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c10 {
    margin-left: 0%;
    top: auto;
    right: auto;
    transform: translate(0);
  }

  .ebook-cover-image-1.c2.c3.c11 {
    margin-left: 0%;
    right: auto;
  }

  .ebook-cover-image-1.c2.c3.c15 {
    width: 110%;
    margin-left: -11%;
  }

  .ebook-cover-image-1.c2.c3.c15.c20 {
    margin-top: -2rem;
    margin-bottom: -1rem;
  }

  .ebook-cover-image-1.c2.c3.c15.c16 {
    width: 140%;
    margin-left: -40%;
  }

  .boxed-2.increased-padding {
    padding: 1.5rem;
  }

  .boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet {
    padding: 0;
  }

  .boxed-2.increased-padding.no-border.bg-transparent.custom-padding-1---phablet.no-padding-left.align-center-mobile.no-padding-top {
    padding-bottom: 3rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .boxed-2.approach-list-item {
    max-width: 90vw;
    min-width: 90vw;
    border-color: rgba(0, 0, 0, 0);
  }

  .boxed-2.approach-list-item.approach-list-item-first {
    max-width: 90vw;
    min-width: 90vw;
  }

  .youtube {
    width: 100vw;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .youtube.in-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-slider {
    height: auto;
  }

  .icon, .icon-2 {
    font-size: 1.5rem;
  }

  .mask {
    height: auto;
  }

  .left-arrow, .right-arrow {
    width: 10%;
  }

  .showcase-arrow.right.special2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .showcase-arrow.right.special2.c3 {
    display: block;
  }

  .checklist-item {
    background-size: 1.2rem;
    margin-bottom: 1.5rem;
    padding-left: 1.875em;
  }

  .checklist.c1 {
    font-size: 1.05rem;
  }

  .investorkit-guarantee-logo {
    max-width: 9rem;
  }

  .form-disclaimer {
    line-height: 1.25rem;
  }

  .video-slide {
    width: 100%;
    margin-bottom: .5rem;
  }

  .video-slider-mask, .video-slider {
    width: 100%;
    height: auto;
  }

  .video-slider-nav {
    font-size: .625rem;
    position: relative;
    bottom: 0;
  }

  .video-slider-icon {
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .video-slider-icon.right {
    margin-left: auto;
    right: 0;
  }

  .video-slider-icon.left {
    margin-right: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.c12 {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .max-width-large.align-center {
    padding-bottom: 1rem;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .home_testimonial-slide {
    width: 100%;
    flex: none;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }

  .right-arrow-2 {
    bottom: 6.5%;
    right: 16%;
  }

  .home_testimonial-headshot {
    max-height: 12.5rem;
  }

  .home_testimonial-image-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .home_testimonial-mask {
    margin-left: -1rem;
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_testimonial-slider {
    padding-left: 1rem;
  }

  .home_testimonial-content {
    margin-top: 1.25rem;
    padding: 0 1.25rem 1.5rem;
  }

  .home_testimonial-wrapper {
    max-height: 100%;
    min-height: 43.75rem;
    flex-direction: column;
  }

  .left-arrow-2 {
    bottom: 6.5%;
    left: 17%;
  }

  .lightbox-link {
    height: 100%;
    display: flex;
  }

  .navbar-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-1_logo-image {
    height: 2.5rem;
    max-width: 135px;
  }

  .hero-1_grid {
    grid-row-gap: 3rem;
  }

  .f-input {
    width: 100%;
    background-image: none;
    padding-right: 20px;
  }

  .f-input:hover {
    background-image: none;
  }

  .form-field-wrapper {
    flex-wrap: nowrap;
  }

  .contact5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-weight-semibold.tagline1 {
    font-size: 140px;
    position: absolute;
    top: 5%;
    left: auto;
    right: -3%;
  }

  .contact2_form {
    flex-direction: column;
    display: flex;
  }

  .submit-button {
    width: 100%;
    padding-left: 1.1125rem;
    padding-right: 1.125rem;
    font-size: 1rem;
  }

  .submit-button.long-text {
    font-size: .85rem;
  }

  .submit-button.long-text.intent-submit {
    white-space: pre-wrap;
  }

  .funnel-richtext p {
    font-size: 1.05rem;
  }

  .funnel-richtext.space-top.c1.c12 {
    margin-top: 0;
  }

  .funnel-richtext h4 {
    font-size: 1.25rem;
  }

  .c1-image1 {
    width: 100%;
    flex-direction: column;
    margin-top: 2rem;
    display: flex;
  }

  .c1-text-large {
    font-size: 1.125rem;
  }

  .custom-grid2 {
    grid-row-gap: 1.5rem;
  }

  .custom-grid2.c1-pt2.c4 {
    margin-top: 0;
  }

  .padding-global-5.c1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image-full {
    width: 100%;
    align-self: stretch;
    display: block;
  }

  .layout409_card-content {
    padding: 2rem 1.25rem;
  }

  .c1-h3 {
    font-size: 1.35rem;
    line-height: 1.85rem;
  }

  .faq1_icon {
    flex: none;
  }

  .c1-plus {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 70px;
  }

  .c4-c1 {
    margin-bottom: 3rem;
    line-height: 130%;
  }

  .image-7 {
    width: 120%;
    max-width: 120%;
    margin-left: -12.5%;
  }

  .pwa-image {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }

  .full-width-image.c3 {
    width: 200%;
    max-width: 200%;
  }

  .html-embed-3 {
    width: 100vw;
    margin-left: -1.125rem;
  }

  .ratings-heading-2.text-primary-2 {
    font-size: 1.5rem;
  }

  .star-rating_caption {
    margin-top: .75rem;
    margin-left: 0;
    margin-right: 0;
  }

  .overlay-video-background {
    max-height: none;
    min-height: 43.75rem;
  }

  .overlay-content-for-video {
    justify-content: flex-start;
    padding-top: 3.75rem;
  }
}

#w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c68fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee68df1-be24-ccf2-d496-763a4b803f02-b77c68fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_049977cc-f0c8-192a-a301-40ff5bc4115e-b77c694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b68af9d-df7d-682d-c833-6571718c5465-b77c694f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c27-b77c694f, #w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c2b-b77c694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c30-b77c694f, #w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c34-b77c694f, #w-node-_37120a00-f52a-c4d0-ade1-07de31eb06b7-b77c694f, #w-node-_9fe7ac51-4e0b-aeac-153c-dbb5735be76f-b77c694f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c5e-b77c694f {
  justify-self: stretch;
}

#w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c65-b77c694f {
  justify-self: center;
}

#w-node-_25085299-97c3-be6c-ede0-b2cd6a648d97-b77c69c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_765d0837-ab12-96b5-e69b-39be5b45a61c-b77c69c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3268e06a-ad2f-8796-018a-98c6ea578f31-b77c69c2 {
  align-self: center;
  justify-self: start;
}

#w-node-_3268e06a-ad2f-8796-018a-98c6ea578f3f-b77c69c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_08a81fff-1c46-15d5-3787-777cd04624e0-b77c69c2, #w-node-e7477d6e-8b7f-a94f-e194-887e631b42d0-b77c69c2, #w-node-_1780b924-88b1-0abe-b265-89c84c3917ac-b77c69c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c69c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee68df1-be24-ccf2-d496-763a4b803f02-b77c69c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c6f-b77c69c6 {
  justify-self: end;
}

#w-node-_37f81ffe-3fb3-ef6d-1e87-a705f04c7cb6-b77c69c6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_94c59011-7889-cbd1-966c-79fdee2afa56-b77c69c6, #w-node-_32714008-11e9-5af1-a2d8-dd678a1e87e5-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c09262395-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c09262394-b77c69c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2323eaaa-b1df-03ed-13eb-b28c09262397-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c0926239d-b77c69c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2323eaaa-b1df-03ed-13eb-b28c092623a3-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c092623a4-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c092623aa-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c092623b0-b77c69c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2323eaaa-b1df-03ed-13eb-b28c092623bb-b77c69c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_2323eaaa-b1df-03ed-13eb-b28c092623bc-b77c69c6 {
  justify-self: center;
}

#w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34981-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34983-b77c6a58, #w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34989-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34990-b77c6a58, #w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34996-b77c6a58, #w-node-e5a4dfb2-137a-cbfb-408f-027ac4b3499c-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5a4dfb2-137a-cbfb-408f-027ac4b349a7-b77c6a58 {
  justify-self: stretch;
}

#w-node-e5a4dfb2-137a-cbfb-408f-027ac4b349a8-b77c6a58 {
  justify-self: center;
}

#w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1c4-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1c6-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1cc-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1d3-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1d9-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1e5-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1f0-b77c6a58 {
  justify-self: stretch;
}

#w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1f1-b77c6a58 {
  justify-self: center;
}

#w-node-_2b3f5293-6c53-7ff2-a174-df112441b935-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-cdbc3bb2-e552-7576-4574-4362cc359e45-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1b33639-5e09-2597-8c50-9b0a240685a0-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6e7c9d2-f4ff-6c67-3c7d-5e31bd996eee-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_398eafdf-61a3-c623-3f24-bb3c7b770080-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f80d8077-b2fa-42ee-bdbe-b88d314f0833-b77c6a58, #w-node-_4b8ae311-3c0d-22da-3451-6b1abe81372c-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee68df1-be24-ccf2-d496-763a4b803f02-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c6f-b77c6a58 {
  justify-self: end;
}

#w-node-_5fc3913c-75a2-6936-be53-b65367db9f76-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fc3913c-75a2-6936-be53-b65367db9f78-b77c6a58, #w-node-_5fc3913c-75a2-6936-be53-b65367db9f7e-b77c6a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fc3913c-75a2-6936-be53-b65367db9f85-b77c6a58, #w-node-_5fc3913c-75a2-6936-be53-b65367db9f8b-b77c6a58, #w-node-_5fc3913c-75a2-6936-be53-b65367db9f91-b77c6a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fc3913c-75a2-6936-be53-b65367db9f9c-b77c6a58 {
  justify-self: stretch;
}

#w-node-_5fc3913c-75a2-6936-be53-b65367db9f9d-b77c6a58 {
  justify-self: center;
}

#w-node-_5da40647-a51e-60a2-db4a-073b9f243722-dde51606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_5da40647-a51e-60a2-db4a-073b9f243753-dde51606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c68fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #Request-Timeslots.w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c24-b77c694f {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_25085299-97c3-be6c-ede0-b2cd6a648d97-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_044419c4-7a05-11be-7f15-69d9c3bc31bf-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3268e06a-ad2f-8796-018a-98c6ea578f31-b77c69c2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-e3721055-18a5-62f6-c514-8acb9f98ba63-b77c69c2, #w-node-e3721055-18a5-62f6-c514-8acb9f98ba7c-b77c69c2, #w-node-e3721055-18a5-62f6-c514-8acb9f98bac2-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c69c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c6f-b77c69c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c53-b77c69c6, #w-node-_90572931-97d4-75f8-1a03-d5292b029e73-b77c69c6, #w-node-_90572931-97d4-75f8-1a03-d5292b029e76-b77c69c6, #w-node-_079dd43f-fd3b-f56e-0b6e-45b32f42d897-b77c69c6, #w-node-_079dd43f-fd3b-f56e-0b6e-45b32f42d89a-b77c69c6, #w-node-_3e8f7d8d-98f4-3bff-b8b6-7bf79d60ff1b-b77c69c6, #w-node-_3e8f7d8d-98f4-3bff-b8b6-7bf79d60ff1e-b77c69c6, #w-node-_0df07539-451a-6b78-956c-e9bc8d4fd1af-b77c69c6, #w-node-_0df07539-451a-6b78-956c-e9bc8d4fd1b2-b77c69c6, #w-node-_32714008-11e9-5af1-a2d8-dd678a1e87d8-b77c69c6, #w-node-_32714008-11e9-5af1-a2d8-dd678a1e87db-b77c69c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67cd6baf-2801-71bb-60ab-8d88db5cbe16-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1c1-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b3f5293-6c53-7ff2-a174-df112441b935-b77c6a58 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-cdbc3bb2-e552-7576-4574-4362cc359e45-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6e7c9d2-f4ff-6c67-3c7d-5e31bd996eee-b77c6a58 {
    justify-self: center;
  }

  #w-node-_967841cb-bf9d-fba7-fc03-cb01f0ef8615-b77c6a58, #w-node-_967841cb-bf9d-fba7-fc03-cb01f0ef85fa-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c6f-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_6d0584ad-ea65-d7c6-15eb-9574e92a8c53-b77c6a58, #w-node-aa36dc42-8263-51f2-be73-67e523b033f3-b77c6a58, #w-node-aa36dc42-8263-51f2-be73-67e523b033f6-b77c6a58, #w-node-eb106d88-8a8c-16e9-48f5-9c227c25aee2-b77c6a58, #w-node-eb106d88-8a8c-16e9-48f5-9c227c25aee5-b77c6a58, #w-node-fc7f9218-8051-663a-a12d-456d8fc455e7-b77c6a58, #w-node-fc7f9218-8051-663a-a12d-456d8fc455ea-b77c6a58, #w-node-_4e9aa130-4c70-145e-5943-f0f011633a33-b77c6a58, #w-node-_4e9aa130-4c70-145e-5943-f0f011633a36-b77c6a58, #w-node-_1bf51eed-3db3-6818-7bef-544329230420-b77c6a58, #w-node-_1bf51eed-3db3-6818-7bef-544329230423-b77c6a58, #w-node-_8c1d2313-9c06-a579-159d-60d1db1e1727-b77c6a58, #w-node-_8c1d2313-9c06-a579-159d-60d1db1e172a-b77c6a58, #w-node-_65213a56-81fb-2f7c-1455-40d394f42064-b77c6a58, #w-node-_65213a56-81fb-2f7c-1455-40d394f42067-b77c6a58, #w-node-_133eba6f-99d8-486e-8e97-471971c9437d-b77c6a58, #w-node-_133eba6f-99d8-486e-8e97-471971c94380-b77c6a58, #w-node-_86ea7832-bfa3-dc08-ace3-cf1dbac8a141-b77c6a58, #w-node-_86ea7832-bfa3-dc08-ace3-cf1dbac8a144-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5da40647-a51e-60a2-db4a-073b9f243722-dde51606 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_5da40647-a51e-60a2-db4a-073b9f24382c-dde51606 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd4a9e22-3f9e-0330-6e98-b98782a6f241-82a6f228, #w-node-_05dffbbf-53a2-12fe-b76c-19059fb0feba-b77c694f {
    justify-self: center;
  }

  #w-node-_044419c4-7a05-11be-7f15-69d9c3bc31bf-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3721055-18a5-62f6-c514-8acb9f98bac2-b77c69c2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5da40647-a51e-60a2-db4a-073b9f243840-dde51606 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c27-b77c694f, #w-node-_076edfcd-2fa5-a73c-cb89-5a2c28381c2b-b77c694f, #w-node-_044419c4-7a05-11be-7f15-69d9c3bc31bf-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3268e06a-ad2f-8796-018a-98c6ea578f3f-b77c69c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_2323eaaa-b1df-03ed-13eb-b28c09262395-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c09262397-b77c69c6, #w-node-_2323eaaa-b1df-03ed-13eb-b28c0926239d-b77c69c6, #w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34983-b77c6a58, #w-node-e5a4dfb2-137a-cbfb-408f-027ac4b34989-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1c6-b77c6a58, #w-node-dc1bf20d-e30f-8951-3977-ddd8bb6dd1cc-b77c6a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_398eafdf-61a3-c623-3f24-bb3c7b770080-b77c6a58 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5fc3913c-75a2-6936-be53-b65367db9f78-b77c6a58, #w-node-_5fc3913c-75a2-6936-be53-b65367db9f7e-b77c6a58, #w-node-_5da40647-a51e-60a2-db4a-073b9f24380e-dde51606, #w-node-_5da40647-a51e-60a2-db4a-073b9f24381e-dde51606 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.banner1,
header.navbar1,
footer .footer1,
footer .footer2 {
  display: none !important;
}
