:root {
  --light-yellow: #ffffe6;
  --black-3: black;
  --ds-green: #153021;
  --white: white;
  --black-2: #1f2126;
  --black: #2b3037;
  --dark-grey: #acb3be;
  --medium-sea-green: #56a658;
  --slate-blue: #4353ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--light-yellow);
  color: #000;
  font-family: Clashdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

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

p {
  color: var(--black-3);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--black-3);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 600;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--black-3);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: var(--ds-green);
  color: #fff;
}

.container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 5%;
  position: relative;
}

.section._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.overflow {
  overflow: hidden;
}

.button {
  background-color: var(--ds-green);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 13px 36px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

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

.button.medium {
  z-index: 5;
  padding: 18px 40px;
  font-size: 16px;
}

.button.full {
  color: var(--ds-green);
  background-color: #fff;
  width: 100%;
  font-family: Milkandclay, sans-serif;
}

.button.project-button {
  flex-direction: row;
  margin-top: 20px;
  margin-left: 0;
  display: inline-block;
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--ds-green);
}

.button.is-alternate {
  box-shadow: none;
  color: rgba(255, 255, 255, .55);
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: rgba(255, 255, 255, .55);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
}

.button.is-alternate:hover {
  color: #c6d0a6;
  text-shadow: 0 0 12px rgba(255, 255, 255, .7);
  border-color: #def0a4;
  transform: none;
}

.text-field {
  border: 2px solid var(--black-3);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  height: 45px;
  padding-left: 20px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #494949;
  font-size: 16px;
}

.text-field.discount {
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.product-price.in-sidebar {
  font-size: 16px;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
  font-size: 16px;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  flex: none;
  margin-bottom: 10px;
  font-family: Milkandclay, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.field-label.normal {
  flex: 1;
}

.reqiured {
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  margin-left: 0;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: var(--black-3);
  font-size: 14px;
  font-weight: 600;
}

.paypal-name {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gutter, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
}

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

.display-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gutter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.margin-20px {
  color: #fff;
  margin-top: 20px;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.block-header {
  border-color: var(--black-3);
  background-color: #fff;
}

.block-content {
  border-right-color: var(--black-3);
  border-bottom-color: var(--black-3);
  border-left-color: var(--black-3);
  background-color: #fff;
}

.block-content.discount {
  grid-row-gap: 10px;
  border-top-color: var(--black-3);
  flex-direction: column;
}

.display-3 {
  font-family: Gutter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.style-guide-grid.for-buttons {
  align-items: center;
  justify-items: center;
}

.yellow-background {
  background-color: var(--black-3);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.color-text {
  font-weight: 500;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--black-3);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.rich-text-block {
  color: #fff;
}

.rich-text-block p {
  color: #fff;
  font-family: Milkandclay, sans-serif;
}

.rich-text-block h3 {
  font-family: Gutter, sans-serif;
}

.body-link {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 600;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 18px;
  font-weight: 600;
}

.text-field-line {
  color: #62636b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(165, 167, 182, .38);
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.navigation-link {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-field-form {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 500;
}

.circle-cursor {
  z-index: 9999;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: none;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  background-color: #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.work-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-link {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-gray {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-white {
  z-index: 1;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-rotator-first {
  z-index: 2;
  color: #000;
  cursor: none;
  background-color: #fff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: scale(1.2)rotate(-6deg);
  box-shadow: 1px 10px 15px rgba(0, 0, 0, .1);
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section-overflow {
  overflow: hidden;
}

.social-icon-footer {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.button-with-line {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.text-field-contact {
  color: var(--black-3);
  border: 2px solid #000;
  border-radius: 30px;
  height: 60px;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 600;
}

.text-field-contact::placeholder {
  color: var(--black-3);
  font-size: 14px;
  font-weight: 500;
}

.legal-wrapper {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-image {
  width: 40px;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

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

.no-items-found {
  font-size: 16px;
  font-weight: 600;
}

.heading-white {
  font-size: 17px;
  font-weight: 600;
}

.product-title {
  color: var(--black-3);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.cart-wrapper-overlay {
  z-index: 999;
  background-color: rgba(255, 255, 255, .9);
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  max-width: 600px;
}

.button-liner {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.image-small-product {
  width: 36px;
  margin-right: 10px;
}

.button-line-blue {
  z-index: 1;
  background-color: var(--black-3);
  width: 100%;
  height: 2px;
  position: absolute;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.sticky-navigation {
  z-index: 120;
  padding-top: 35px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.cart-number {
  background-color: var(--black-3);
  color: var(--light-yellow);
  border-radius: 40px;
  justify-content: center;
  padding: 8px 18px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.product-price-main {
  color: var(--black-3);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.product-price-main.in-sidebar {
  color: var(--black-3);
  font-size: 19px;
  font-weight: 500;
}

.cart-header {
  padding: 13px 25px;
}

.cart-quantity-first {
  z-index: 2;
  color: var(--light-yellow);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.nav-flex {
  grid-column-gap: 7px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cart-quantity-sidebar-2 {
  color: var(--black-3);
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2a2a;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.smaller-text {
  opacity: .36;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

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

.navigation-left {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  z-index: 2;
  border: 2px solid var(--white);
  color: var(--black-3);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--ds-green);
}

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

.nav-link.w--current:hover {
  color: var(--black-3);
  background-color: #fff;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: var(--black-3);
  background-image: url('../images/cross.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.text-content {
  height: 26px;
  overflow: hidden;
}

.button-line-2 {
  background-color: #b9bbc8;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.navigation-text {
  color: #fff;
  font-family: Milkandclay, sans-serif;
  font-weight: 400;
}

.navigation-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.social-icon-wrapper {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 62%;
  padding-right: 50px;
  display: flex;
}

.work-wraper {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-logo {
  z-index: 10;
  width: 60px;
  position: relative;
}

.button-link {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

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

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -60px;
}

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

.feature {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.pricing-image-1 {
  width: 40px;
  position: relative;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.card-container {
  border: 2px solid var(--black-3);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 0 25px 30px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

.pricing-title {
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.feature-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-circle {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.max-w-center {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hero-flex {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-overlay-2 {
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.heading-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-main.less-px {
  height: 100px;
}

.heading-main.second-line {
  display: none;
}

.hero {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero.inner {
  min-height: 30vh;
}

.title-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gutter, sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: .9;
}

.title-1.smaller {
  font-size: 5rem;
}

.heading-overlay {
  z-index: 2;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.heading-overlay._2 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  object-fit: fill;
  transform: translate(0%, 100%);
}

.social-flex {
  grid-column-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: 0%;
}

.social-flex.relative {
  position: relative;
  bottom: 0;
}

.social-link {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
  position: relative;
}

.social-link.right-link {
  display: none;
}

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

.author-photo {
  background-image: url('../images/Polaroid_headshot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  min-width: 460px;
  min-height: 460px;
  margin-left: auto;
}

.circle-image {
  width: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 1%;
  overflow: visible;
}

.subhead {
  color: #fff;
  font-family: Milkandclay, sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.margin-200px {
  margin-top: 200px;
}

.logo-flex {
  grid-column-gap: 80px;
  opacity: 1;
  align-items: center;
  display: flex;
}

.logo-flex._1 {
  filter: invert();
  justify-content: center;
}

.margin-150px {
  margin-top: 150px;
}

.nav-link-2 {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.display-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

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

.max-w-width {
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.max-width {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.max-width._1 {
  margin-bottom: 100px;
}

.max-width._2 {
  max-width: 640px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.project-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-grid.reverse {
  grid-template-columns: 1.3fr 1fr;
}

.project-title-block {
  text-transform: uppercase;
  height: 40px;
  margin-left: -120px;
  text-decoration: none;
  overflow: hidden;
}

.project-title-block.right {
  height: 45px;
  margin-left: 0;
}

.project-wrapper {
  z-index: 1;
  padding-left: 50px;
  position: relative;
}

.project-wrapper._1 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.project-wrapper._2 {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
}

.photo-animation-second {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-animation-second._1 {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo {
  object-fit: fill;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.project-circle {
  background-color: var(--black-3);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.view-project {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.button-line {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.margin-25px {
  margin-top: 25px;
}

.project-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gutter, sans-serif;
  font-size: 44px;
  line-height: 40px;
}

.romeo-logo {
  width: 150px;
}

.services-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-flex {
  justify-content: flex-start;
  display: flex;
}

.services-icon {
  flex: none;
  width: 55px;
  height: 55px;
  margin-right: 30px;
}

.services-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gutter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.list-item {
  align-items: center;
  display: flex;
}

.line-list {
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: #dfdfdf;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  height: 45px;
  margin-left: 79px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.field-form:active, .field-form:focus {
  border-bottom-color: #f64d52;
}

.field-form::placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.field-form.check {
  margin-left: 0;
}

.contact-flex {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.form-block {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer-absolute {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-wrapper {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.nav-link-3 {
  z-index: 2;
  color: #acb3be;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.copyright-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gutter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.footer-section {
  padding: 15px 5%;
}

.shape-1 {
  width: 130px;
  display: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.shape-2 {
  display: none;
  position: absolute;
  top: 28%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.shape-3 {
  width: 120px;
  display: none;
  position: absolute;
  top: 65%;
  bottom: auto;
  left: auto;
  right: -25px;
}

.body-2 {
  background-color: var(--ds-green);
}

.paragraph, .paragraph-2 {
  color: #fff;
  font-family: Milkandclay, sans-serif;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  color: #fff;
}

.list, .list-2, .list-3 {
  color: #fff;
  font-family: Milkandclay, sans-serif;
}

.link, .form, .image {
  color: #fff;
}

.rich-text-block-2 {
  color: #fff;
  font-family: Milkandclay, sans-serif;
}

.link-2 {
  color: #fff;
}

.navbar14_dropdown-link {
  padding: .5rem 1rem;
}

.navbar14_dropdown-link.w--current {
  color: #000;
}

.navbar14_link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar14_link.w--current {
  color: #000;
}

.navbar-14-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  width: 100%;
  padding: 2rem;
}

.navbar14_menu-button {
  padding: 0;
}

.hide {
  display: none;
}

.navbar14_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar14_logo-link {
  padding-left: 0;
}

.navbar14_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar14_component {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar14_component.delete-this-class {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-size-medium {
  color: var(--white);
  font-size: 1.25rem;
}

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

.text-size-medium.is-tag {
  text-align: center;
  background-color: rgba(198, 208, 166, .29);
  border-radius: 8px;
  padding: .5rem .75rem;
}

.text-size-medium.text-style-italic.text-color-primary-light {
  color: #fff;
  font-style: italic;
}

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

.navbar14_instructions-list {
  padding-left: 1.25rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-small {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: .5rem 1.25rem;
  font-family: Milkandclay, sans-serif;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar14_logo {
  width: 150px;
}

.navbar14_menu-link-wrapper {
  display: flex;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

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

.margin-bottom.margin-medium {
  margin: 0 0 2rem;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 5rem;
}

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

.margin-bottom.margin-large {
  margin: 0 0 3rem;
}

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

.margin-bottom.margin-xlarge {
  margin: 0 0 4rem;
}

.navbar14_menu {
  color: var(--white);
  align-items: center;
  display: flex;
  position: static;
}

.navbar14_instructions-list-item {
  padding-left: .5rem;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Milkandclay, sans-serif;
  font-size: 1rem;
}

.navbar1_link.w--current {
  color: #fff;
  font-family: Milkandclay, sans-serif;
  font-weight: 700;
}

.navbar1_logo {
  width: 150px;
}

.image-2 {
  width: 0;
}

.image-3 {
  width: 40em;
  display: block;
  overflow: visible;
}

.paragraph-7, .paragraph-8 {
  color: #fff;
}

.body-3 {
  background-color: var(--ds-green);
}

.heading, .heading-2, .heading-3 {
  font-family: Gutter, sans-serif;
}

.checkbox-label-2 {
  margin-left: 20px;
}

.button-3 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  background-image: linear-gradient(to bottom, var(--ds-green), var(--ds-green));
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-family: Milkandclay, sans-serif;
  font-weight: 700;
}

.button-3.m {
  background-image: linear-gradient(to bottom, var(--ds-green), var(--ds-green));
  width: 100%;
  max-width: none;
}

.pricing18_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.margin-vertical, .margin-vertical.margin-xxsmall {
  margin-left: 0;
  margin-right: 0;
}

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.sub-text {
  font-size: 2.5rem;
}

.heading-style-h1.text-align-center {
  color: #fff;
  font-family: Gutter, sans-serif;
  font-size: 5.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.pricing18_feature {
  display: flex;
}

.pricing18_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: visible;
}

.pricing18_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.padding-global.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pricing18_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.text-align-center {
  text-align: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-align-center.pricing-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.max-width-large.align-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  background-color: rgba(21, 48, 33, 0);
  border-radius: 2rem;
  width: 100%;
  max-width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-align-center {
  color: var(--white);
  font-family: Milkandclay, sans-serif;
  line-height: 1;
}

.pricing18_plan {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--white);
  color: var(--ds-green);
  padding: 2rem;
}

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

.layout149_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.button-4 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-link {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-4.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: rgba(0, 0, 0, 0);
}

.layout149_logo {
  max-height: 3.5rem;
}

.layout149_image {
  width: 100%;
  height: 100%;
}

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  font-size: .875rem;
}

.form_field-wrapper {
  position: relative;
}

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

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

.text-style-link {
  color: var(--\<unknown\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.form_form_label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.max-width-medium.align-center {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

.form_input {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--white);
  color: var(--ds-green);
  border-radius: 1rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--\<unknown\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.success-message-2 {
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  padding: 1.5rem;
}

.button-5 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-2 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge-2 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-2 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-2 {
  width: 100%;
  padding-top: 10rem;
}

.page-wrapper {
  background-color: #173128;
  background-image: radial-gradient(circle at 100% 0, rgba(7, 17, 14, .48), rgba(0, 0, 0, 0) 27%);
}

.banner_component {
  background-color: #c6d0a6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: relative;
}

.banner_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.text-size-regular {
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  line-height: 1.25;
}

.text-size-regular.text-style-banner {
  color: #173128;
  text-align: center;
  font-weight: 500;
}

.text-size-regular.is-text-step-4 {
  color: #008134;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
}

.navbar_component {
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: block;
}

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

.navbar_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_logo {
  width: 8.75rem;
  height: auto;
}

.navbar_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link-wrapper {
  color: rgba(255, 255, 255, .55);
  transition: all .2s ease-in-out;
}

.navbar_link-wrapper:hover {
  color: #c6d0a6;
  text-shadow: 0 0 12px rgba(255, 255, 255, .7);
}

.navbar_link {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.review_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review_icon {
  opacity: 1;
  filter: contrast(162%) sepia(90%);
  height: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
  height: 100%;
}

.max-width-xlarge.is-header {
  max-width: 60rem;
}

.heading-span {
  color: #def0a4;
  -webkit-text-stroke-color: #def0a4;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #475c4a 75%);
}

.text-size-large {
  color: rgba(255, 255, 255, .76);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-large.text-color-accent-tertiary.text-align-center {
  color: #ccd5af;
}

.text-size-large.is-text-main-4 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.text-size-large.text-weight-medium {
  font-weight: 500;
}

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

.text-size-large.text-weight-semibold.text-color-primary-light, .text-size-large.is-bestpest {
  color: rgba(255, 255, 255, .9);
}

.starts_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.stars_content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stars_icon {
  opacity: 1;
  filter: contrast(162%) sepia(90%);
  height: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
}

.stars_review-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_image-wrapper {
  aspect-ratio: 3 / 2;
  background-color: rgba(6, 29, 21, .75);
  border-radius: 46px;
  flex: 1;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 170px 12px rgba(198, 208, 166, .31);
}

.header_image-wrapper:hover {
  box-shadow: 0 0 170px 12px rgba(198, 208, 166, .31);
}

.slider_component {
  width: 100%;
  height: 100%;
}

.slider_component.overflow-hidden {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  overflow: hidden;
}

.slider_mask {
  overflow: visible;
}

.slider_slide {
  background-image: url('../images/Screenshot-2024-04-05-at-6.53.55-PM-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_slide.is-slide-1 {
  background-image: url('../images/Screenshot-2024-06-30-at-12.10.47-PM.jpg');
}

.slider_slide.is-slide-2 {
  background-image: url('../images/Capture-2024-06-30-120857.png');
}

.slider_slide.is-slide-3 {
  background-image: url('../images/Screenshot-2024-06-30-at-12.24.28-PM.jpg');
}

.slider_slide.is-slide-4 {
  background-image: url('../images/Screenshot-2024-06-30-at-12.26.59-PM.jpg');
}

.slider_slide.is-slide-5 {
  background-image: url('../images/slide-05.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.slider_arrow {
  font-size: 20px;
}

.slider_slide-nav {
  display: none;
}

.text-span {
  text-decoration: underline;
}

.plan_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.plan_component.referral-steps {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.plan_card-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: rgba(198, 208, 166, .14);
  border-radius: 46px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 3rem;
  display: flex;
  position: relative;
}

.plan_card-content.referral-step {
  padding-left: 1rem;
  padding-right: 1rem;
}

.plan_card-large-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 30px;
}

.plan_card-large-image.is-steps-image-3 {
  opacity: .5;
  filter: grayscale();
}

.slider-steps_wrapper {
  aspect-ratio: 3 / 2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 46px;
  flex: 1;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slider-steps_component {
  width: 100%;
  height: 100%;
}

.slider-steps_component.overflow-hidden {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  overflow: hidden;
}

.slider-steps_mask {
  overflow: visible;
}

.slider-steps_slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-steps_slide.is-steps-slide-1 {
  background-image: url('../images/step-02.1.jpg');
}

.slider-steps_slide.is-steps-slide-2 {
  background-image: url('../images/Step-02.2_v2.jpg');
}

.slider-steps_slide.is-steps-slide-3 {
  background-image: url('../images/Step-02.3_v2.jpg');
}

.slider-steps_slide.is-steps-slide-4 {
  background-image: url('../images/Step-02.4_v2.jpg');
}

.plan_image-group {
  position: relative;
}

.plan_image-message {
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 37%;
  position: absolute;
  top: 15%;
  left: 20%;
}

.plan_image-message.is-message-3 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 0;
  width: 35%;
  top: 25%;
  left: 72%;
}

.plan_image-message.is-message-2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 16px;
  top: 60%;
  left: 25%;
}

.plan_content-image {
  position: relative;
}

.plan_content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan_animation {
  width: 5rem;
}

.features_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  background-color: rgba(198, 208, 166, .12);
  border-radius: 48px;
  grid-template: "left-area mid-area right-area"
                 "left-area mid-area right-area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding: 1rem;
  display: grid;
}

.features_component.hide-tablet {
  grid-template-columns: 1fr 1.15fr 1fr;
}

.features_component.is-tablet {
  display: none;
}

.features_top-content {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.features_top-content.is-highlighted {
  background-color: rgba(198, 208, 166, .17);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.features_logo {
  width: 8rem;
}

.features_content {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.features_content.is-left {
  padding-left: 0;
}

.features_content.is-highlighted {
  background-color: rgba(198, 208, 166, .17);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.features_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: grid;
}

.features_feature {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
}

.features_feature.is-mid {
  justify-content: center;
  align-self: center;
  align-items: stretch;
}

.gallery_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
}

.gallery_image-wrapper {
  aspect-ratio: 3 / 2;
  box-shadow: none;
  cursor: pointer;
  background-color: rgba(6, 29, 21, .75);
  border-radius: 46px;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: all .125s;
  display: block;
}

.gallery_image-wrapper:hover {
  box-shadow: 0 0 16px 12px rgba(198, 208, 166, .12);
}

.gallery_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url('../images/slide-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.gallery_image.is-image-1 {
  background-image: url('../images/Red-Beard-Roofing-·-12.04pm-·-06-30.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  transition: all 10s;
}

.gallery_image.is-image-1:hover {
  background-position: 50% 100%;
}

.gallery_image.is-image-2 {
  background-image: url('../images/Capture-2024-06-30-120857.png');
}

.gallery_image.is-image-3 {
  background-image: url('../images/Screenshot-2024-06-30-at-12.24.28-PM.jpg');
}

.gallery_image.is-image-4 {
  background-image: url('../images/Screenshot-2024-06-30-at-12.26.59-PM.jpg');
}

.gallery_image.is-image-5 {
  background-image: url('../images/slide-05.jpg');
}

.gallery_image.is-image-6 {
  background-image: url('../images/gallery-06.jpg');
}

.testimonial_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial_text-style-highlight {
  color: #e4bd83;
}

.section_cta {
  position: relative;
}

.text-align-center-3 {
  text-align: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-align-center-3.booking-section {
  padding-left: 0;
  padding-right: 0;
}

.cta_text-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  color: rgba(255, 255, 255, .9);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta_image-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -10%;
  right: -2%;
}

.cta_image {
  width: 7.5rem;
  position: static;
  transform: rotate(0);
}

.cta_image.is-text {
  width: 5rem;
}

.cta_image.is-head {
  transform: rotate(13deg);
}

.faq_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faq_accordion {
  background-color: rgba(198, 208, 166, .14);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.heading-style-h5 {
  color: rgba(255, 255, 255, .9);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
}

.faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.text-style-underline {
  text-decoration: underline;
}

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

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

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

.footer_logo {
  width: 8.75rem;
}

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

.footer_credit-text.text-color-tertiary-light {
  color: var(--white);
}

.button-v2 {
  text-align: center;
  background-color: #173128;
  border: 1px solid #c6d0a6;
  border-radius: 99px;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  transition: all .2s ease-in-out;
  transform: translate(0);
  box-shadow: inset 0 20px 30px -14px #c6d0a6;
}

.button-v2:hover {
  transform: translate(0, -1.5px);
  box-shadow: inset 0 20px 30px -7px rgba(198, 208, 166, .9);
}

.button-v2.is-alternate {
  box-shadow: none;
  color: rgba(255, 255, 255, .55);
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: rgba(255, 255, 255, .55);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
}

.button-v2.is-alternate:hover {
  color: #c6d0a6;
  text-shadow: 0 0 12px rgba(255, 255, 255, .7);
  border-color: #def0a4;
  transform: none;
}

.link-3 {
  color: var(--white);
}

.text-span-2, .italic-text, .italic-text-2, .italic-text-3 {
  color: #e4bd83;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section._1 {
    padding-bottom: 60px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column;
  }

  .display-2 {
    font-size: 60px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .navigation-link {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 3px;
  }

  .circle-cursor {
    display: none;
  }

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .legal-wrapper {
    width: 100%;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .navigation-grid {
    justify-content: space-between;
    display: flex;
  }

  .navigation-left {
    justify-content: flex-end;
    padding-left: 0;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .work-wraper {
    height: 300px;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .max-w-center {
    max-width: 95%;
  }

  .heading-main {
    height: auto;
    padding-bottom: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .hero.inner {
    min-height: auto;
  }

  .title-1 {
    font-size: 120px;
  }

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

  .author-photo {
    width: 150px;
    height: 150px;
    margin-left: 0;
    margin-right: auto;
  }

  .circle-image {
    width: 80px;
  }

  .project-grid.reverse {
    max-width: 100%;
  }

  .project-title-block.right {
    margin-right: 0;
  }

  .project-wrapper {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .project-wrapper._1 {
    text-align: left;
    align-items: flex-start;
    padding-right: 20px;
  }

  .project-title {
    font-size: 30px;
  }

  .services-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .footer-absolute {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar14_link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar14_menu-button {
    padding: 0;
  }

  .navbar14_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar14_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar14_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar14_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar14_menu-link-wrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-top-style: none;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

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

  .navbar14_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge-2 {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 4.5rem;
  }

  .spacer-huge-2 {
    padding-top: 5rem;
  }

  .spacer-xhuge-2 {
    padding-top: 6rem;
  }

  .spacer-xxhuge-2 {
    padding-top: 7.5rem;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar_menu {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .review_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .plan_card-content {
    padding: 2rem;
  }

  .plan_image-message {
    width: 35%;
  }

  .plan_image-message.is-message-3 {
    width: 32%;
  }

  .features_component.is-tablet {
    flex-flow: column;
    display: flex;
  }

  .features_feature-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .features_feature-list.is-tablet {
    padding-bottom: 0;
  }

  .features_feature.is-mid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: rgba(198, 208, 166, .17);
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .features_feature.is-title {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .features_feature.is-disadvantage {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    color: #ff6161;
    background-color: #530001;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .features_feature.is-disadvantage.is-last {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .features_features-group {
    align-self: stretch;
  }

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

  .testimonial_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .cta_image.is-text {
    width: 4rem;
  }

  .cta_image.is-head {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .section._1 {
    padding-bottom: 30px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 80px;
    line-height: 1.1;
  }

  .display-2 {
    font-size: 50px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .navigation-link {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cart {
    min-height: auto;
  }

  .cart-container {
    max-width: 480px;
  }

  .sticky-navigation {
    padding-top: 25px;
  }

  .navigation-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cart-number {
    height: auto;
  }

  .nav-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 34px;
    padding-right: 34px;
  }

  .navigation-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .work-wraper {
    height: 200px;
  }

  .card-container {
    min-width: auto;
  }

  .heading-main {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .hero {
    padding-top: 236px;
  }

  .hero.inner {
    padding-top: 215px;
    padding-bottom: 105px;
  }

  .title-1 {
    font-size: 90px;
  }

  .circle-image {
    display: none;
  }

  .logo-flex {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .logo-flex._1 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .margin-150px.make-50px {
    margin-top: 50px;
  }

  .display-5 {
    margin-bottom: 0;
  }

  .project-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .project-grid.reverse {
    flex-direction: column;
  }

  .project-title-block {
    margin-left: 0;
  }

  .project-wrapper {
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
  }

  .project-wrapper._1 {
    margin-top: 20px;
    padding-right: 0;
  }

  .project-wrapper._2 {
    align-items: flex-start;
  }

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-absolute {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 5%;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .first-part {
    order: -1;
  }

  .navbar14_component {
    margin-top: 1.25rem;
  }

  .navbar14_menu-link-wrapper {
    padding: 1.25rem;
  }

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

  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .pricing18_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .spacer-xsmall-2 {
    padding-top: .75rem;
  }

  .spacer-small-2 {
    padding-top: 1.25rem;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .spacer-large-2 {
    padding-top: 2rem;
  }

  .spacer-xlarge-2 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 3rem;
  }

  .spacer-huge-2 {
    padding-top: 3.5rem;
  }

  .spacer-xhuge-2 {
    padding-top: 4rem;
  }

  .spacer-xxhuge-2 {
    padding-top: 5rem;
  }

  .banner_content-wrapper {
    align-items: center;
  }

  .banner_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

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

  .review_icon {
    width: auto;
    height: 12px;
  }

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

  .stars_icon {
    width: auto;
    height: 12px;
  }

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

  .plan_card-content {
    padding: 1.5rem;
  }

  .features_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .cta_image-group {
    top: -7%;
  }

  .cta_image.is-head {
    width: 5rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon-wrappper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1, .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 42px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .navigation-link {
    margin-bottom: 5px;
  }

  .text-rotator-first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-title {
    font-size: 16px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .sticky-navigation {
    padding-top: 20px;
    position: fixed;
  }

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

  .nav-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .work-wraper {
    height: 250px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .hero-flex {
    justify-content: center;
  }

  .heading-main {
    justify-content: center;
    margin-bottom: 0;
  }

  .heading-main.less-px {
    height: 215px;
    overflow: hidden;
  }

  .hero {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 75vh;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.inner {
    height: 20vh;
    padding-top: 185px;
  }

  .title-1 {
    font-size: 100px;
  }

  .title-1.smaller {
    text-align: center;
    font-size: 3.6em;
    line-height: .9;
  }

  .heading-overlay {
    flex: 0 auto;
    height: 100%;
  }

  .social-flex {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .social-link {
    margin-bottom: 7px;
  }

  .author-photo {
    width: 350px;
    min-width: 250px;
    height: 350px;
    min-height: 250px;
  }

  .circle-image {
    display: none;
    top: 23%;
  }

  .logo-flex {
    grid-row-gap: 20px;
  }

  .logo-flex._1 {
    grid-row-gap: 25px;
  }

  .nav-link-2 {
    margin-bottom: 7px;
  }

  .display-5 {
    margin-top: 15px;
  }

  .max-width {
    margin-bottom: 60px;
  }

  .project-wrapper {
    text-align: left;
  }

  .project-circle {
    display: none;
  }

  .services-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .field-form {
    height: 40px;
    margin-left: 20px;
  }

  .footer-absolute {
    grid-row-gap: 10px;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .nav-link-3 {
    margin-bottom: 7px;
  }

  .shape-1, .shape-2, .shape-3 {
    display: none;
  }

  .text-size-medium.text-align-center {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-2.is-small {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 45px;
  }

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

  .menu-icon1_line-middle {
    background-color: #fff;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 50dvh;
  }

  .menu-icon1_line-bottom, .menu-icon1_line-top {
    background-color: #fff;
  }

  .navbar1_link {
    color: #000;
    text-align: center;
    font-size: 2rem;
    line-height: 30px;
  }

  .navbar1_link:active, .navbar1_link:focus, .navbar1_link:visited {
    color: #000;
  }

  .image-3 {
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1.text-align-center {
    font-size: 3.5rem;
  }

  .heading-style-h1.text-align-center.secondary-header {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.5rem;
  }

  .heading-style-h6, .heading-style-h4.text-align-center {
    color: var(--white);
  }

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

  .review_icon, .stars_icon {
    margin-bottom: 0;
  }

  .slider_slide, .slider-steps_slide {
    border-radius: 4px;
  }

  .plan_animation {
    width: 80px;
  }

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

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .cta_image-group.hide-mobile-portrait {
    top: 3%;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
  }
}

#w-node-_386f2e74-8301-af2a-99f7-6b20ee62be34-c513b2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_849ff7e7-02a0-b73b-3071-caca53ddb21f-c513b2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67a4377b-2e23-cd43-2fa9-842a60a294b4-60a294b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67a4377b-2e23-cd43-2fa9-842a60a294d2-60a294b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67a4377b-2e23-cd43-2fa9-842a60a294d5-60a294b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcde1a8a-e752-e7a4-2014-a54af74c703f-c513b2fe, #w-node-_5d243a0f-9c1f-10e1-4548-dd5c7330c64d-c513b2ff, #w-node-_584cdd26-4434-46b3-95fb-915a0e009dc1-c513b325, #w-node-_1409d9ba-d10c-322c-c093-4033a4713c7a-c513b345 {
  justify-self: end;
}

#w-node-fb5cd952-5d60-d324-352b-2c86c7cda697-c513b345, #w-node-fb5cd952-5d60-d324-352b-2c86c7cda69c-c513b345, #w-node-fb5cd952-5d60-d324-352b-2c86c7cda6a1-c513b345, #w-node-b5d298f7-7be2-e64d-3a09-6ae41b8d0e8a-c513b345, #w-node-_16c38f43-fa29-bc43-d2fd-c68c105a87f4-c513b345, #w-node-_16c38f43-fa29-bc43-d2fd-c68c105a87f9-c513b345, #w-node-_16c38f43-fa29-bc43-d2fd-c68c105a87fe-c513b345, #w-node-aa33b6d2-c91f-61b8-952a-9ae5f7207cd7-c513b345, #w-node-e49cd668-aa0d-c553-5d07-ea5dba73e7c6-c513b345, #w-node-e49cd668-aa0d-c553-5d07-ea5dba73e7cb-c513b345, #w-node-e49cd668-aa0d-c553-5d07-ea5dba73e7d0-c513b345, #w-node-_96322e74-6254-dc6c-6a97-b9cc57dfb87d-c513b345 {
  align-self: start;
}

#w-node-_83f91927-5bca-dcb7-4d41-81942ed46133-c513b34d, #w-node-ec5928ec-d0b0-2447-7f68-fe0a8dbccaab-c513b34d, #w-node-f7d9ba6c-9fb8-94d3-c80e-f3c85b1659a5-c513b34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-3dcbcfe4, #w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-2b6d695e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-3dcbcfe4, #w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-2b6d695e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-3dcbcfe4, #w-node-c488e5dc-f7c0-ed41-08ac-6df7d99bc145-2b6d695e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milkandclay';
  src: url('../fonts/MilkandClay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Milkandclay';
  src: url('../fonts/MilkandClay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gutter';
  src: url('../fonts/Gutter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gutter';
  src: url('../fonts/Gutter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}