@font-face {
  font-family: Icons Saaslify Template;
  src: url('../fonts/icons-saaslify-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #6f7f96;
  --neutral-800: #193765;
  --secondary-8: #73cfa8;
  --secondary-6: #ffdc79;
  --shadow-short-card: #1937650a;
  --neutral-200: #f8feff;
  --neutral-100: white;
  --medium-sea-green: #4cce83;
  --neutral-700: #334d74;
  --neutral-400: #d5d9e0;
  --secondary-2: #fcf5de;
  --neutral-500: #828b99;
  --neutral-300: #f3f5f8;
  --dim-grey: #4f4d49;
  --shadow-bg-interface: #28282b0f;
  --gold: #f8da21;
  --shadow-category-button: #19376512;
  --secondary-1: #e7f2ff;
  --secondary-3: #fff6f7;
  --secondary-4: #f2fbf7;
  --secondary-5: #73b1ff;
  --secondary-7: #ff8da0;
  --secondary-9: #8f73ff;
  --secondary-10: #e584f5;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-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-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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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;
  }
}

body {
  color: var(--neutral-600);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.107em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.289em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-8);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

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

label {
  color: var(--neutral-800);
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  border-left: 9px solid var(--secondary-6);
  box-shadow: 0 4px 20px 0 var(--shadow-short-card);
  color: var(--neutral-800);
  text-align: center;
  background-color: #fff;
  border-radius: 8px 16px 16px 8px;
  margin-bottom: 10px;
  padding: 75px 107px;
  font-size: 24px;
  line-height: 1.583em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.container-default {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-default.home-hero {
  z-index: 1;
  position: relative;
}

.container-default.footer-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.container-default.nav {
  max-width: none;
}

.button-primary {
  border: 1px solid var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1000000px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, color .3s, border-color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary:hover {
  border-color: var(--secondary-8);
  background-color: var(--secondary-8);
  color: var(--neutral-800);
  transform: translate3d(0, 3px, .01px);
}

.button-primary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.small.blog-search-button {
  display: none;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width._401 {
  width: 100%;
}

.button-primary.button-white {
  color: var(--neutral-800);
  background-color: #fff;
}

.button-primary.button-white:hover {
  background-color: var(--secondary-8);
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons {
  margin-bottom: 15px;
  margin-right: 18px;
}

.button-primary._2-buttons:hover {
  background-color: #4cce83;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-primary.newsletter {
  padding: 14px 26px;
  position: absolute;
  right: 8px;
}

.button-primary.contact-form {
  border-color: var(--medium-sea-green);
  background-color: #4f4d49;
  border-radius: 8px;
  padding-left: 100px;
  padding-right: 100px;
}

.button-primary.mg-top-16px {
  margin-top: 14px;
}

.button-secondary {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 100000px;
  padding: 18px 40px;
  line-height: 1.111em;
  transition: transform .3s, color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-secondary:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: translate3d(0, 3px, .01px);
}

.button-secondary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary.small.header-button, .button-secondary.small.header-button-mobile {
  margin-right: 18px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary._2-buttons {
  margin-bottom: 15px;
}

.button-secondary._2-buttons:hover {
  background-color: #f8da21;
  border-color: #f8da21;
}

.button-secondary.button-white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-secondary.button-white:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.header {
  background-color: #0000;
  padding-top: 28px;
  padding-bottom: 28px;
}

.header-logo {
  width: 160px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
  line-height: 1.111em;
}

.nav-item-wrapper.header-buttons-mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link.w--current {
  font-weight: 700;
  display: block;
}

.nav-link.dropdown {
  padding: 0;
  line-height: 1em;
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: #fff;
  background-image: url('../images/Group-322.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 29px;
  overflow: hidden;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: .4s;
}

.footer-logo-container:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-nav-item {
  margin-bottom: 20px;
  line-height: 1.176em;
}

.page-wrapper, .page-wrapper.no-wrap {
  overflow: hidden;
}

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

.section.utility-page {
  background-color: var(--secondary-2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.home-hero {
  padding-top: 102px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-200.faqs {
  overflow: hidden;
}

.section.contact {
  padding-top: 64px;
  padding-bottom: 142px;
  position: relative;
  overflow: hidden;
}

.section.category {
  padding-top: 77px;
  padding-bottom: 144px;
  overflow: hidden;
}

.section.checkout {
  background-color: #0000;
  padding: 64px 0 144px;
}

.utility-page-wrap._404 {
  padding-top: 130px;
  padding-bottom: 214px;
  overflow: hidden;
}

.utility-page-wrap._401 {
  padding-top: 84px;
  padding-bottom: 100px;
  overflow: hidden;
}

.input {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  color: var(--neutral-700);
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--neutral-700);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--neutral-700);
  color: var(--neutral-700);
}

.input::placeholder {
  color: var(--neutral-500);
}

.input._401 {
  margin-bottom: 24px;
}

.input.checkout {
  margin-bottom: 16px;
}

.input.discounts {
  border-width: 1px;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  margin-bottom: 16px;
}

.input.blog-search-input {
  background-image: url('../images/icon-1-search-saaslify-template.svg');
  background-position: 29px;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 65px;
  padding-left: 62px;
}

.input.blog-search-input:focus {
  background-image: url('../images/icon-2-search-saaslify-template.svg');
}

.input.newsletter {
  min-height: 65px;
  padding-left: 26px;
  padding-right: 160px;
}

.input.cart-item-quantity {
  border-radius: 10px;
  height: auto;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 6px;
  display: none;
}

._404-number {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
}

.icon-password {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.paragraph._401 {
  margin-bottom: 48px;
}

.paragraph._404 {
  margin-bottom: 40px;
}

.paragraph.utility-page {
  margin-bottom: 0;
}

.paragraph.home-hero {
  margin-bottom: 140px;
}

.paragraph.text-color-neutral-300 {
  color: var(--neutral-300);
}

.paragraph.text-color-neutral-300.cta {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.765em;
}

.paragraph.faqs {
  margin-bottom: 35px;
}

.paragraph.faq, .paragraph.post-item-paragraph {
  margin-bottom: 0;
}

.paragraph.text-color-neutral-100 {
  color: var(--neutral-100);
}

.paragraph.text-color-neutral-100.footer-main-content {
  color: var(--dim-grey);
  max-width: 416px;
  margin-bottom: 0;
}

.paragraph.text-color-neutral-400 {
  color: var(--neutral-400);
}

.paragraph.text-color-neutral-400.footer-newsletter {
  color: var(--dim-grey);
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.714em;
}

.paragraph.text-color-neutral-400.footer-newsletter.for-phone {
  display: none;
}

.paragraph.card-press {
  margin-bottom: 26px;
}

.paragraph.card-default {
  margin-bottom: 0;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 4px 20px 0 var(--shadow-short-card);
  border-radius: 16px;
  overflow: hidden;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-integration-dropdown {
  cursor: pointer;
  margin-bottom: 18px;
  padding: 19px 32px 25px;
  transition: border-color .3s, transform .3s cubic-bezier(.175, .885, .32, 1.275), box-shadow .3s;
}

.card.home-integration-dropdown:hover {
  border-color: var(--neutral-800);
  box-shadow: 0 2px 2px 0 var(--shadow-short-card);
  transform: scale(.98);
}

.card.faqs {
  z-index: 1;
  padding: 83px 60px 87px;
  position: relative;
}

.card.post-item-card {
  color: var(--neutral-600);
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  transition: border-color .3s, transform .4s, box-shadow .3s;
  display: flex;
  transform: translate(0);
}

.card.post-item-card:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.team {
  color: var(--neutral-600);
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 50px 30px 27px;
  text-decoration: none;
  transition: box-shadow .3s, transform .4s, border-color .3s;
  display: flex;
  position: relative;
}

.card.team:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.press {
  color: var(--neutral-600);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 27px;
  padding: 81px 40px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .4s;
  display: flex;
}

.card.press:hover {
  border-color: var(--neutral-800);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.press.last {
  margin-bottom: 0;
}

.card.press.last.ms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  border-width: 2px;
  border-color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.card.open-position {
  color: var(--neutral-600);
  flex-direction: column;
  min-height: 100%;
  padding: 64px 40px 59px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .4s;
  display: flex;
}

.card.open-position:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.integration-item {
  color: var(--neutral-600);
  flex-direction: column;
  padding: 42px 25px 59px 35px;
  text-decoration: none;
  transition: transform .4s, border-color .3s, box-shadow .3s;
  display: flex;
}

.card.integration-item:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.plan-item {
  color: var(--neutral-600);
  flex-direction: column;
  max-width: 388px;
  height: 100%;
  min-height: 100%;
  padding: 32px 36px 49px;
  text-decoration: none;
  transition: transform .4s, box-shadow .3s, border-color .3s;
  display: flex;
  position: relative;
}

.card.plan-item:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card.contact-form {
  z-index: 1;
  align-items: center;
  padding: 58px 49px;
  display: flex;
  position: relative;
}

.card.contact-form.contact {
  height: 100%;
}

.card.contact-link {
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 39px 39px 80px;
  text-decoration: none;
  transition: transform .4s, box-shadow .3s, border-color .3s;
  display: flex;
}

.card.contact-link:hover {
  border-color: var(--neutral-400);
  box-shadow: 0 0 0 0 var(--shadow-short-card);
  color: var(--neutral-600);
  transform: translate(0, -8px);
}

.card._401 {
  z-index: 1;
  text-align: center;
  padding: 65px 76px;
  position: relative;
}

.card.default {
  padding: 42px 40px 59px;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.order-item-title {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: var(--secondary-8);
}

.title.home-about {
  margin-bottom: 0;
}

.title.h4-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h4-size.card-press {
  margin-bottom: 13px;
}

.title.text-color-neutral-100 {
  color: var(--neutral-100);
}

.title.text-color-neutral-100.cta {
  margin-bottom: 14px;
  font-size: 37px;
  line-height: 1.324em;
}

.title.text-color-neutral-100.newsletter {
  z-index: 1;
  max-width: 401px;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
}

.title.faqs {
  margin-bottom: 14px;
}

.title.post-item-title {
  margin-bottom: 6px;
}

.title.dropdown {
  color: var(--neutral-800);
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.176em;
}

.title.blog-hero {
  margin-bottom: 0;
  margin-right: 60px;
}

.title.card-integration {
  margin-bottom: 6px;
}

.title.h2-size {
  color: var(--neutral-800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.289em;
}

.title.h2-size._401, .title._404 {
  margin-bottom: 16px;
}

.title.feature-dropdown {
  color: var(--neutral-800);
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.273em;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.header-left.hide {
  display: none;
}

.split-content.faqs-content {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 41%;
  margin-top: 64px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.split-content.faqs-card-wrapper {
  width: 100%;
  max-width: 638px;
  position: relative;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: var(--neutral-800);
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-bottom: 10px;
  margin-right: 20px;
  transition-property: transform;
}

.image-wrapper.order-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.footer-support-icon {
  border-radius: 9999px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 10px;
}

.image-wrapper.footer-support-icon.plan {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  z-index: 1;
  box-shadow: 0 8px 34px 0 var(--shadow-bg-interface);
  border-radius: 16px;
  max-width: 845px;
  position: relative;
}

.image.faqs {
  max-width: 110%;
}

.image.cta-shape-1 {
  position: absolute;
  top: -43px;
  left: -29px;
}

.image.cta-shape-2 {
  position: absolute;
  top: -166px;
}

.image.cta-shape-3 {
  position: absolute;
  top: -43px;
  right: -39px;
}

.image.cta-shape-4 {
  position: absolute;
  bottom: -160px;
  right: -96px;
}

.image.faqs-shape {
  position: absolute;
  top: -57px;
  right: -72px;
}

.image.newsletter-shape-1 {
  position: absolute;
  bottom: -98px;
  left: -54px;
}

.image.newsletter-shape-2 {
  position: absolute;
  bottom: -91px;
}

.image.newsletter-shape-3 {
  position: absolute;
  top: -32px;
  right: -26px;
}

.image.integration-shape-2 {
  position: absolute;
  top: -38px;
  right: -92px;
}

.image.contact {
  z-index: 2;
  max-width: 49%;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: 20px;
  position: relative;
}

.image._404-shape-1 {
  position: absolute;
  bottom: -538px;
  left: -366px;
}

.image._404-shape-2 {
  position: absolute;
  top: -157px;
  right: -295px;
}

.image._401-shape-1 {
  position: absolute;
  bottom: 119px;
  left: -38px;
}

.image._401-shape-2 {
  position: absolute;
  top: -101px;
  left: -87px;
}

.image._401-shape-3 {
  position: absolute;
  right: -91px;
}

.image.feature-dropdown {
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  max-height: 52px;
  margin-right: 16px;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price, .order-item-result {
  color: var(--neutral-800);
  font-weight: 600;
}

.apple-pay {
  border-radius: 1000000px;
  height: 56px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 18px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.cart-button {
  color: var(--neutral-800);
  background-color: #0000;
  padding: 0;
  line-height: 1.111em;
}

.cart-quantity {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 11px;
  font-size: 14px;
  line-height: 1.286em;
  display: flex;
}

.cart-container {
  border-radius: 16px;
  max-width: 500px;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.brand {
  order: -1;
  margin-right: 32px;
  padding-left: 0;
  transition-property: transform;
  transition-duration: .4s;
}

.brand:hover {
  transform: scale(1.02);
}

.brand.w--current {
  padding-top: 40px;
}

.container-medium-739px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-739px.home-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 82px;
  position: relative;
}

._2-buttons-wrapper {
  margin-bottom: -15px;
}

._2-buttons-wrapper.cta {
  display: flex;
}

.home-hero-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 106px;
  display: flex;
  position: relative;
}

.container-medium-668px {
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-668px.home-about {
  text-align: center;
  margin-bottom: 27px;
}

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

.flex-vc.home-about {
  margin-top: 56px;
}

.flex-vc.features-dropdown {
  margin-top: 20px;
}

.cta-wrapper {
  background-color: var(--neutral-800);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 85px 50px 79px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faqs-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-about-item-wrapper {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-about-item-content {
  margin-top: 20px;
}

.space.faq-top {
  min-height: 13px;
}

.space.faq-bottom {
  min-height: 15px;
}

.cta-content {
  max-width: 410px;
  margin-right: 30px;
}

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

.content-top.blog-hero {
  margin-bottom: 58px;
}

.faq-wrapper {
  border-bottom: 1px solid var(--neutral-400);
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 8px;
  overflow: hidden;
}

.faq-wrapper.first {
  padding-top: 0;
}

.faq-wrapper.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.faq-content-bottom {
  max-width: 465px;
}

.faq-arrow {
  color: var(--neutral-800);
  font-family: Icons Saaslify Template, sans-serif;
}

.blog-grid {
  grid-column-gap: 27px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item-content {
  flex-direction: column;
  flex: 1;
  padding: 35px 48px 41px;
  display: flex;
}

.post-item-content-bottom {
  border-top: 1px solid var(--neutral-400);
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  padding-top: 32px;
  display: flex;
}

.post-item-content-top {
  margin-bottom: 32px;
}

.item-link-wrapper {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
}

.item-link-wrapper.post-item {
  margin-bottom: 15px;
  margin-right: 20px;
}

.item-link-arrow {
  margin-left: 9px;
  font-family: Icons Saaslify Template, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.header-bg {
  background-color: var(--gold);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-content-top {
  z-index: 1;
  border-bottom: 1px solid var(--neutral-600);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-content {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 79px;
  display: flex;
  position: relative;
}

.footer-content-bottom {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.footer-newsletter-wrapper {
  width: 100%;
  max-width: 339px;
  margin-right: 50px;
}

.footer-menu-main-content {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 510px;
  margin-bottom: -40px;
  margin-right: 50px;
  display: flex;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--dim-grey);
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.176em;
  text-decoration: none;
  transition: color .35s;
}

.footer-content-right {
  justify-content: space-between;
  width: 100%;
  max-width: 808px;
  display: flex;
}

.footer-support-grid {
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-support-link {
  background-color: var(--neutral-700);
  color: #fff;
  border: 1px solid #334d74;
  border-radius: 11px;
  padding: 25px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.footer-support-link:hover {
  color: var(--dim-grey);
  background-color: #fff3;
  border: 1px solid #000;
}

.footer-support-link.ms {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: #fff;
}

.footer-support-link.ms:hover {
  border: 1px solid var(--medium-sea-green);
  color: var(--medium-sea-green);
  background-color: #fff;
}

.footer-support-link.ms.plan {
  padding: 10px;
}

.footer-support-content {
  align-items: center;
  display: flex;
}

.footer-support-text {
  font-size: 14px;
  line-height: 1.714em;
}

.footer-small-print {
  color: var(--dim-grey);
  margin-right: 30px;
  font-size: 17px;
  line-height: 1.765em;
}

.footer-social-media-wrapper {
  flex-wrap: wrap;
  margin-right: -14px;
  display: flex;
}

.footer-social-media-link {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
  margin-right: 14px;
  font-family: Icons Saaslify Template, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.footer-social-media-link:hover {
  background-color: var(--secondary-8);
  color: var(--neutral-800);
}

.footer-social-media-link.icon-size-15px {
  font-size: 15px;
}

.cta-content-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1039px;
  display: flex;
  position: relative;
}

.success-message {
  background-color: var(--secondary-8);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.error-message {
  color: #ff5a75;
  text-align: center;
  background-color: #ff8da024;
  border-radius: 11px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.empty-state {
  background-color: var(--secondary-2);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 25px;
  font-size: 20px;
  font-weight: 700;
}

.empty-state.cart-empty {
  background-color: var(--neutral-100);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 24px;
}

.text-no-wrap {
  white-space: nowrap;
}

.dropdown-nav-item {
  margin-bottom: 20px;
  line-height: 1.267em;
}

.nav-link-dropdown {
  line-height: 1em;
  display: block;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 44px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 74px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-link {
  color: var(--neutral-700);
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.176em;
  text-decoration: none;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 8px 34px 0 var(--shadow-short-card);
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  padding: 64px 66px;
  display: flex;
}

.dropdown-nav-main-wrapper.features {
  flex-direction: column;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  left: -256px;
}

.dropdown-list.features {
  left: -353px;
}

.dropdown-arrow {
  font-family: Icons Saaslify Template, sans-serif;
  font-size: 8px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -2px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #020914d9;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
  background-color: #fff;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
}

.underline-wrapper {
  background-color: var(--neutral-400);
  border-radius: 1000000000px;
  width: 100%;
  min-height: 2px;
  margin-top: 5px;
  overflow: hidden;
}

.underline {
  background-color: var(--neutral-800);
  border-radius: 100000000px;
  width: 100%;
  min-height: 2px;
}

.newsletter-wrapper {
  background-color: var(--neutral-800);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 95px 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-search {
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 492px;
  margin-bottom: 0;
  padding-bottom: 1px;
  display: flex;
}

.newsletter-form-block {
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: 488px;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.button-category {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 2px 7px 0 var(--shadow-category-button);
  border-radius: 1000px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-category:hover, .button-category.w--current {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  box-shadow: 0 0 0 0 var(--shadow-category-button);
  color: var(--neutral-100);
}

.select-wrapper {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .3s;
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: var(--neutral-700);
}

.select-wrapper::placeholder {
  color: var(--neutral-500);
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select {
  color: var(--neutral-600);
  background-color: #0000;
  border: 0 solid #000;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color .3s;
}

.select:focus {
  color: var(--neutral-700);
}

.select::placeholder {
  color: var(--neutral-500);
}

.contact-wrapper {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.contact-form-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 584px;
  position: relative;
}

.input-wrapper {
  width: 100%;
  max-width: 100%;
}

.input-wrapper.ms {
  margin-bottom: 20px;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._404-content {
  z-index: 1;
  text-align: center;
  flex: 1;
  min-width: 392px;
  max-width: 572px;
  position: relative;
}

.container-medium-644px {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-644px._401 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
}

.cart-line-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cart-footer {
  padding-top: 20px;
  padding-bottom: 30px;
}

.cart-item {
  justify-content: space-between;
}

.remove-button {
  font-size: 16px;
}

.features-dropdown-wrapper {
  margin-right: 40px;
}

.features-dropdown-wrapper.last {
  margin-right: 0;
}

.features-dropdown-list {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.features-dropdown-list-item {
  margin-bottom: 30px;
}

.feature-dropdown-wrapper {
  color: var(--neutral-500);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-dropdown-wrapper:hover {
  color: var(--neutral-500);
}

.feature-dropdown-content {
  width: 180px;
}

.feature-dropdown-text {
  font-size: 16px;
}

.features-dropdown-main-wrapper {
  display: flex;
}

.cart-list {
  padding-top: 38px;
  padding-bottom: 38px;
}

.hide {
  display: none;
}

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

.nav-white-block {
  grid-column-gap: 32px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  display: grid;
}

.nav-right-link-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50px;
  display: flex;
  position: relative;
}

.link-block {
  background-color: #4cce83;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.link-block.facebook {
  background-image: url('../images/Group-298.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.link-block.wts {
  background-image: url('../images/Group-325.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.ms-container-48 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.section-2 {
  position: relative;
}

.div-block {
  background-color: #fff;
  border-radius: 27px;
  padding: 40px 100px 100px;
  position: relative;
}

.div-block-3 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #4cce83;
  margin-bottom: 18px;
  margin-right: 10px;
  font-size: 150px;
  line-height: .7em;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.text-block-3 {
  font-size: 29px;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body {
  background-color: var(--gold);
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-8 {
  background-color: #4cce83;
  border-radius: 16px;
  width: 40vw;
  max-width: 550px;
  height: 140px;
  padding-top: 15px;
  padding-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-9 {
  background-color: #fff;
  border: 4px solid #000;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  width: 52vw;
  max-width: 744px;
  margin-top: 85px;
  margin-left: 40px;
  padding: 40px 5vw;
  position: relative;
}

.div-block-10 {
  background-image: url('../images/Group-287.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 135px;
  height: 135px;
  position: absolute;
  inset: -20% 0% auto auto;
}

.text-block-4 {
  color: #4f4d49;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dadada;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px 20px 15px;
  display: grid;
}

.div-block-11.last {
  border-bottom-style: none;
}

.text-block-5 {
  color: #4f4d49;
  font-size: 24px;
  font-weight: 700;
}

.text-block-6 {
  color: #4cce83;
  font-size: 24px;
  font-weight: 700;
}

.div-block-12 {
  margin-left: 10px;
}

.text-block-7 {
  text-align: center;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.div-block-13 {
  color: #fff;
  background-color: #0000;
  border-radius: 16px;
  overflow: hidden;
}

.div-block-14 {
  background-color: #36975f;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-15 {
  background-color: #fff;
  padding-top: 35px;
}

.div-block-16 {
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-18 {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.image-2 {
  width: 20px;
  height: 20px;
}

.text-block-8 {
  color: #4cce83;
  text-align: center;
  flex: 1;
  margin-left: 13px;
  font-weight: 700;
}

.div-block-20 {
  background-color: #dadada;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.div-block-21 {
  justify-content: space-around;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-block-9 {
  color: #333;
  background-color: #4cce83;
  border: 2px solid #000;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.text-block-10 {
  color: #000;
  margin-top: 70px;
  margin-left: 20px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
}

.section-3 {
  background-color: #fff;
  border-radius: 27px;
  margin-bottom: 100px;
  margin-left: 48px;
  margin-right: 48px;
  padding: 125px 100px 175px;
}

.div-block-22 {
  border: 2px solid #000;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding-top: 49px;
  padding-bottom: 46px;
  display: flex;
  position: relative;
}

.div-block-22.home {
  background-color: #f8da21;
  border-color: #f8da21;
}

.form-block {
  width: 376px;
}

.text-block-11 {
  color: #4f4d49;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.div-block-23 {
  background-color: #4f4d49;
  width: 60px;
  height: 3px;
  margin-bottom: 30px;
}

.text-field {
  color: #acacac;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  height: 32px;
  margin-bottom: 13px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
}

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

.submit-button {
  background-color: #4f4d49;
  border-radius: 8px;
  width: 245px;
  height: 32px;
  margin-top: 20px;
  padding-top: 0;
}

.image-3 {
  z-index: 3;
  position: absolute;
  inset: auto 4% -41% auto;
}

.div-block-24 {
  background-color: #4cce83;
  border: 3px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
  position: absolute;
  inset: -60px 3% auto auto;
}

.div-block-24.home-s3 {
  z-index: 2;
  background-color: var(--gold);
  right: 3%;
}

.div-block-24.service-1 {
  background-color: var(--gold);
  right: -50px;
}

.text-block-12 {
  color: #333;
  text-align: center;
}

.section-4 {
  padding-left: 48px;
  padding-right: 48px;
}

.div-block-25 {
  background-image: url('../images/unnamed-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 570px;
  padding-top: 140px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.text-span {
  border-bottom: 3px solid #4cce83;
  margin-right: 10px;
  font-size: 42px;
  line-height: 60px;
}

.text-block-14 {
  color: #333;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

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

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

.div-block-26 {
  max-width: 845px;
  position: relative;
}

.circle-sd-bg {
  background-color: #000;
  border-radius: 16px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: auto -3px -3px auto;
}

.circle-sd-bg.left {
  left: -3px;
  right: auto;
}

.div-block-28 {
  position: relative;
}

.div-block-29 {
  height: 25vw;
  position: relative;
}

.image-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-5 {
  background-color: var(--gold);
  padding: 45px 40px;
}

.image-5 {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.div-block-32 {
  flex-direction: column;
  width: 150px;
  display: flex;
}

.div-block-33 {
  width: 135px;
  display: flex;
}

.div-block-35 {
  background-color: var(--medium-sea-green);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.div-block-35._1 {
  background-image: url('../images/Jessica.png');
}

.div-block-35._2 {
  background-image: url('../images/Keith.png');
}

.div-block-35._3 {
  background-image: url('../images/Angela.png');
}

.div-block-35._4 {
  background-image: url('../images/Miss-Wong.png');
}

.div-block-35._5 {
  background-image: url('../images/David.JPG');
}

.text-block-15 {
  color: #4f4d49;
  width: 150px;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-16 {
  color: #4f4d49;
  width: 80%;
  font-size: 14px;
  line-height: 25px;
}

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

._1440-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(24px, 1fr) minmax(auto, 1440px) minmax(24px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

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

.service-hero-right-image {
  flex: 1;
  width: 66vw;
  max-width: 66vw;
  height: 34vw;
  max-height: 550px;
  position: relative;
}

.service-hero-right-image.left {
  border-radius: 0 16px 16px 0;
}

.service-hero-right-image.faq {
  max-height: none;
}

.service-hero-content-block {
  flex-direction: column;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.text-block-17 {
  color: #4f4d49;
  margin-bottom: 13px;
  margin-right: 140px;
  font-size: 24px;
  line-height: 32px;
}

.text-block-18 {
  color: #4f4d49;
  margin-bottom: 7px;
  font-size: 56px;
  line-height: 1.1em;
}

.div-block-40 {
  background-image: url('../images/Group-315.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 87px;
  height: 36px;
  position: absolute;
  inset: -16px 0% auto auto;
}

.div-block-41 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-42 {
  background-color: #4cce83;
  width: 90%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.service-hero-white-bg {
  background-color: #fff;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  height: 28vw;
}

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

.service-white-bg.last {
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
}

.div-block-45 {
  margin-top: -140px;
  padding-top: 20px;
  padding-left: 40px;
}

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

.plan-1-block {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.plan-1-left-block {
  width: 27vw;
  max-width: 400px;
  position: relative;
}

.plan-1-right-block {
  color: #4f4d49;
  flex-direction: column;
  flex: 1;
  margin-left: 100px;
  margin-right: 10vw;
  padding-top: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.div-block-55 {
  background-color: #fff;
  border: 4px solid #000;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  width: 25vw;
  max-width: 370px;
  height: 50vw;
  max-height: 720px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-56 {
  background-color: #f8da21;
  border-radius: 16px;
  width: 25vw;
  max-width: 370px;
  height: 50vw;
  max-height: 720px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-57 {
  background-image: url('../images/pexels-los-muertos-crew-8853502-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-58 {
  background-image: url('../images/unnamed-19-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-59 {
  justify-content: center;
  height: 31vw;
  max-height: 455px;
  display: flex;
  position: relative;
}

.div-block-60 {
  background-image: url('../images/unnamed-19-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-61 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto -15px;
}

.text-block-23 {
  color: #f8da21;
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1em;
}

.div-block-62 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63 {
  background-color: #f8da21;
  width: 100px;
  height: 3px;
  margin-top: 10px;
}

.div-block-64 {
  flex-direction: column;
  display: flex;
}

.div-block-64._2 {
  margin-top: 60px;
}

.div-block-65 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.text-block-24 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}

.div-block-66 {
  background-color: #f8da21;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.text-block-26 {
  position: relative;
  left: -20px;
}

.div-block-67 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-69 {
  height: 21vw;
  max-height: 310px;
  position: relative;
}

.div-block-70 {
  background-image: url('../images/unnamed-19-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 98%;
  height: 19vw;
  max-height: 280px;
  margin-bottom: 25px;
  margin-right: 25px;
  position: relative;
}

.div-block-71 {
  background-color: #f8da21;
  border-radius: 16px;
  width: 98%;
  height: 19vw;
  max-height: 280px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-72 {
  color: #4f4d49;
  max-width: 738px;
  margin-top: 60px;
  padding-left: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-73 {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-28 {
  color: #4f4d49;
  line-height: 1.8em;
}

.div-block-74 {
  justify-content: flex-end;
  display: flex;
}

.div-block-75 {
  width: 72vw;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-9 {
  position: relative;
  left: 40px;
}

.div-block-76 {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  border: 3px solid #4cce83;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 25vw;
  max-height: 320px;
  padding-top: 3vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.div-block-76._1 {
  display: none;
}

.div-block-77, .div-block-78 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.div-block-79 {
  background-image: url('../images/Group-317.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-80 {
  background-image: url('../images/Group-316.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.link-block-2 {
  color: #4cce83;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 6px 20px 6px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -25px;
}

.image-10 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.text-block-29 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.section-6 {
  margin-bottom: 140px;
}

.div-block-81 {
  background-image: url('../images/unnamed-19_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-82 {
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 140px;
}

.text-block-30 {
  color: #f8da21;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1em;
}

.section-7 {
  background-color: #f8da21;
}

.div-block-83 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-84 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 60px;
  display: grid;
}

.image-11 {
  border: 3px solid #4cce83;
  border-radius: 16px;
  width: 100%;
}

.div-block-85 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.text-block-31 {
  color: #4cce83;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 15px;
  line-height: 1.2em;
  position: absolute;
  inset: auto auto -25px;
}

.div-block-86 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-87 {
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.text-block-33 {
  color: #4f4d49;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-88 {
  background-color: #4cce83;
  width: 300px;
  height: 3px;
}

.div-block-89 {
  position: relative;
}

.image-12 {
  position: absolute;
  inset: auto 16% 100% auto;
}

.div-block-90 {
  flex-direction: column;
  align-items: center;
  padding: 60px 15vw 100px;
  display: flex;
}

.text-span-2 {
  color: #4cce83;
  margin-right: 20px;
  font-size: 28px;
}

.div-block-91 {
  max-width: 400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-91.h1 {
  width: 400px;
  max-width: none;
}

.div-block-91.h2 {
  width: 155px;
  max-width: none;
}

.div-block-92 {
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.div-block-95 {
  background-color: #4cce83;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block-96 {
  background-image: url('../images/Group-299.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 50px;
  height: 50px;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  color: var(--neutral-800);
}

.text-block-35 {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
}

.div-block-97 {
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

.text-block-36 {
  width: 80%;
  font-size: 16px;
}

.text-block-37 {
  color: var(--neutral-600);
  text-align: center;
  margin-bottom: 40px;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

.service-all-block {
  grid-column-gap: 100px;
  grid-row-gap: 140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 80px;
  display: grid;
}

.div-block-98 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 60px;
  position: relative;
}

.div-block-98.green {
  background-color: #4cce83;
  border-color: #4cce83;
}

.text-block-38 {
  color: #000;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 1em;
}

.text-block-39 {
  color: #4f4d49;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-99 {
  background-color: #4cce83;
  max-width: 340px;
  height: 3px;
  margin-bottom: 40px;
}

.div-block-99.black {
  background-color: #4f4d49;
}

.image-15 {
  max-width: 15vw;
  position: absolute;
  inset: -40px 40px auto auto;
}

.div-block-100 {
  position: relative;
}

.text-block-40, .text-block-41 {
  color: #4f4d49;
}

.div-block-101 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto 1px auto 1px auto 1px auto 1px;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.text-block-42 {
  color: #4f4d49;
  line-height: 1.667em;
}

.div-block-102 {
  background-color: #c1c1c1;
  height: 1px;
}

.text-block-43 {
  color: #060606;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667em;
}

.slider {
  background-color: #0000;
  justify-content: center;
  max-width: 700px;
  height: auto;
  display: flex;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide {
  padding-left: 40px;
  padding-right: 40px;
}

.right-arrow, .left-arrow {
  color: var(--gold);
}

.mask {
  width: 100%;
  overflow: visible;
}

.slider-3 {
  background-color: #0000;
  justify-content: center;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-3 {
  width: 470px;
  overflow: visible;
}

.div-block-103 {
  border: 3px solid #4f4d49;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-104 {
  align-items: center;
  width: 270px;
  margin-bottom: 40px;
  display: flex;
}

.slide-4 {
  padding-left: 60px;
  padding-right: 60px;
}

.menu-block {
  z-index: 9;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.menu-line {
  background-color: #fff;
  width: 24px;
  height: 3px;
  margin-bottom: 7px;
}

.menu-line.last {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 240px;
    padding-bottom: 240px;
  }

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

  .section.contact {
    padding-top: 80px;
    padding-bottom: 177px;
  }

  .section.category {
    padding-top: 96px;
    padding-bottom: 180px;
  }

  .section.checkout {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .utility-page-wrap._404 {
    padding-top: 162px;
    padding-bottom: 267px;
  }

  .utility-page-wrap._401 {
    padding-top: 105px;
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 15px;
    font-size: 47px;
  }

  h2, h3 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 63px 85px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary.small.header-button {
    margin-right: 18px;
    display: none;
  }

  .button-primary.small.header-button-mobile {
    flex: 1;
    display: block;
  }

  .button-secondary.small.header-button {
    display: none;
  }

  .button-secondary.small.header-button-mobile {
    flex: 1;
    display: block;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.header-buttons-mobile {
    display: block;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }

  .nav-link.w--current {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    background-color: var(--neutral-800);
    color: #fff;
    border-radius: 999999px;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s;
    display: flex;
    overflow: hidden;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--neutral-700);
  }

  .nav-menu {
    background-color: var(--neutral-100);
    padding-top: 220px;
    padding-bottom: 36px;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .footer-nav {
    margin-right: 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

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

  .section.utility-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.home-hero {
    padding-top: 82px;
  }

  .section.contact {
    padding-top: 60px;
    padding-bottom: 114px;
  }

  .section.category {
    padding-top: 61px;
    padding-bottom: 115px;
  }

  .section.checkout {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .utility-page-wrap._404 {
    padding-top: 70px;
    padding-bottom: 171px;
  }

  .utility-page-wrap._401 {
    padding-top: 67px;
    padding-bottom: 80px;
  }

  .input.blog-search-input {
    background-position: 20px;
    padding-left: 50px;
  }

  .icon-password {
    margin-bottom: 30px;
  }

  .paragraph.faqs {
    max-width: 536px;
  }

  .paragraph.text-color-neutral-400.footer-newsletter {
    max-width: 338px;
  }

  .card.faqs {
    max-width: 670px;
  }

  .card.press.last {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .card.press.last.ms {
    grid-template-columns: 1fr;
  }

  .card.open-position {
    padding-top: 53px;
    padding-bottom: 49px;
  }

  .card.plan-item {
    flex-direction: row;
    max-width: none;
  }

  .card.contact-link {
    padding-bottom: 67px;
  }

  .card._401 {
    padding-left: 61px;
    padding-right: 61px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.home-hero {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.text-color-neutral-100.cta {
    margin-bottom: 10px;
  }

  .title.text-color-neutral-100.newsletter {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.faqs {
    margin-bottom: 10px;
  }

  .title.dropdown {
    margin-bottom: 25px;
  }

  .title.blog-hero {
    margin-right: 40px;
  }

  .title.h2-size._401, .title._404 {
    margin-bottom: 10px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: auto;
  }

  .split-content.header-right {
    flex: 1;
  }

  .split-content.faqs-content {
    width: 100%;
    max-width: 670px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.faqs-card-wrapper {
    max-width: 670px;
  }

  .image.faqs {
    display: none;
  }

  .image.cta-shape-1 {
    top: auto;
  }

  .image.cta-shape-2 {
    top: -190px;
  }

  .image.newsletter-shape-1 {
    bottom: auto;
  }

  .image.contact {
    max-width: 720px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image._404-shape-1 {
    left: -254px;
  }

  .image._404-shape-2 {
    top: auto;
    bottom: -326px;
    right: -164px;
  }

  .image._401-shape-2 {
    top: -93px;
    left: -101px;
  }

  .brand {
    z-index: 99;
    margin-right: 20px;
  }

  .brand.w--current {
    padding-top: 0;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 68px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 88px;
  }

  .flex-vc.features-dropdown {
    display: none;
  }

  .cta-wrapper {
    padding-top: 71px;
    padding-bottom: 66px;
  }

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

  .home-about-item-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-content {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .content-top.blog-hero {
    margin-bottom: 46px;
  }

  .faqs-content-top {
    align-self: stretch;
  }

  .post-item-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-content {
    flex-direction: column-reverse;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .footer-content-bottom {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .footer-newsletter-wrapper {
    max-width: 520px;
    margin-right: 0;
  }

  .footer-menu-main-content {
    margin-right: 40px;
  }

  .footer-menu-wrapper {
    margin-right: 20px;
  }

  .footer-content-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .footer-support-link.ms {
    margin-bottom: 20px;
  }

  .footer-small-print {
    margin-right: 0;
  }

  .footer-social-media-wrapper {
    margin-bottom: 15px;
  }

  .cta-content-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .cart {
    margin-left: auto;
  }

  .header-buttons-mobile-wrapper {
    padding-top: 50px;
    display: flex;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav-pages-wrapper, .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .dropdown-arrow {
    font-size: 9px;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    min-height: 15px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
  }

  .newsletter-wrapper {
    text-align: center;
    flex-direction: column;
    padding: 76px 44px;
  }

  .newsletter-form-block {
    margin-left: 0;
  }

  .contact-wrapper {
    flex-direction: column-reverse;
  }

  .contact-form-wrapper {
    max-width: 100%;
  }

  ._404-wrapper {
    flex-direction: column-reverse;
  }

  ._404-content {
    min-width: auto;
    margin-bottom: 80px;
  }

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

  .features-dropdown-main-wrapper {
    flex-wrap: wrap;
  }

  .nav-white-block {
    grid-auto-flow: row;
    justify-items: center;
    height: auto;
  }

  .text-block-2 {
    font-size: 100px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-7 {
    width: 564px;
    margin-bottom: 43px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    min-height: 400px;
  }

  .grid.case {
    display: block;
  }

  .div-block-29 {
    height: 45vw;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 40px;
  }

  .div-block-45 {
    margin-top: -69px;
  }

  .plan-1-left-block {
    width: 34vw;
  }

  .plan-1-right-block {
    margin-left: 60px;
    margin-right: 0;
    font-size: 28px;
  }

  .div-block-55, .div-block-56 {
    width: 32vw;
  }

  .div-block-72 {
    font-size: 28px;
  }

  .div-block-75 {
    width: 100%;
  }

  .div-block-76 {
    height: 35vw;
  }

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

  .text-block-30 {
    font-size: 36px;
  }

  .div-block-84 {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-all-block {
    grid-template-columns: 1fr;
  }

  .div-block-98.green.s2 {
    background-color: #fff;
    border-color: #000;
  }

  .div-block-98.s4 {
    border-color: var(--medium-sea-green);
    background-color: var(--medium-sea-green);
  }

  .image-15 {
    max-width: 32vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 53px 35px;
    font-size: 22px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 15px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    padding-top: 200px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 169px;
  }

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

  .section.utility-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.category, .section.checkout {
    padding-top: 50px;
    padding-bottom: 92px;
  }

  .utility-page-wrap._404 {
    padding-top: 50px;
    padding-bottom: 137px;
  }

  .utility-page-wrap._401 {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .input._401 {
    margin-bottom: 20px;
  }

  ._404-number {
    margin-bottom: 0;
    font-size: 117px;
  }

  .icon-password {
    margin-bottom: 25px;
  }

  .paragraph._401 {
    margin-bottom: 40px;
  }

  .paragraph._404 {
    margin-bottom: 35px;
  }

  .paragraph.home-hero {
    margin-bottom: 26px;
  }

  .paragraph.faqs {
    margin-bottom: 30px;
  }

  .paragraph.text-color-neutral-100.footer-main-content {
    display: none;
  }

  .paragraph.text-color-neutral-400.footer-newsletter.for-phone {
    display: block;
  }

  .paragraph.text-color-neutral-400.footer-newsletter.for-destop {
    display: none;
  }

  .card.faqs {
    padding: 69px 35px 73px;
  }

  .card.team {
    padding-top: 40px;
  }

  .card.press.last {
    padding: 52px 35px;
  }

  .card.open-position {
    padding: 44px 35px 41px;
  }

  .card.integration-item {
    padding-top: 35px;
    padding-bottom: 49px;
  }

  .card.plan-item {
    flex-direction: column;
    padding: 27px 35px 40px;
  }

  .card.contact-form {
    min-height: 847px;
    padding: 48px 35px;
  }

  .card.contact-form.contact {
    min-height: auto;
  }

  .card.contact-link {
    padding: 33px 35px 56px;
  }

  .card._401 {
    padding: 52px 35px;
  }

  .card.default {
    padding: 34px 35px 47px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.home-hero {
    max-width: 520px;
  }

  .title.home-about {
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-press {
    margin-bottom: 10px;
  }

  .title.text-color-neutral-100.cta {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    font-size: 31px;
  }

  .title.text-color-neutral-100.newsletter {
    margin-bottom: 35px;
  }

  .title.dropdown {
    margin-bottom: 20px;
  }

  .title.blog-hero {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.feature-dropdown {
    margin-bottom: 4px;
  }

  .split-content.faqs-content {
    margin-bottom: 50px;
  }

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

  .image.home-hero-1 {
    max-width: 100%;
  }

  .image.cta-shape-1 {
    left: -91px;
  }

  .image.cta-shape-2 {
    top: -203px;
  }

  .image.cta-shape-3 {
    display: none;
    top: -32px;
    right: -90px;
  }

  .image.cta-shape-4 {
    bottom: -219px;
  }

  .image.newsletter-shape-1 {
    top: -107.5px;
    left: -114px;
  }

  .image.newsletter-shape-2 {
    bottom: -107px;
  }

  .image.newsletter-shape-3 {
    top: -35px;
    right: -52px;
  }

  .image.integration-shape-2 {
    top: -22px;
    right: -84px;
  }

  .image.contact {
    max-width: 100%;
  }

  .image._404-shape-1 {
    bottom: -461px;
    left: -290px;
  }

  .image._404-shape-2 {
    right: -211px;
  }

  .image._401-shape-2 {
    top: -80px;
    left: -113px;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 100px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 70px;
  }

  .flex-vc.home-about {
    margin-top: 48px;
  }

  .cta-wrapper {
    padding: 59px 25px 55px;
  }

  .content-top.blog-hero {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .faq-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-grid {
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .post-item-content-top {
    max-width: 419px;
  }

  .footer-content-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .footer-content {
    padding-top: 54px;
    padding-bottom: 0;
  }

  .footer-menu-main-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-menu-wrapper {
    margin-bottom: 0;
  }

  .footer-content-right {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-support-wrapper {
    max-width: 520px;
    margin-top: 60px;
  }

  .header-buttons-mobile-wrapper {
    padding-top: 40px;
  }

  .dropdown-nav {
    margin-right: 40px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 60px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .newsletter-wrapper {
    padding: 61px 35px;
  }

  .blog-search {
    max-width: 100%;
  }

  .button-category {
    padding: 12px 20px;
  }

  ._404-content {
    margin-bottom: 60px;
  }

  .features-dropdown-wrapper {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-7, .div-block-8, .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    top: -34%;
  }

  .section-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 100%;
  }

  .image-3 {
    right: -3%;
  }

  .div-block-25 {
    min-height: 300px;
  }

  .div-block-26 {
    max-width: 100%;
  }

  .div-block-29 {
    height: 42vw;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secvice-hero-block {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .service-hero-right-image {
    flex: 0 auto;
    width: 80vw;
    max-width: 80vw;
    height: 40vw;
    margin-bottom: 40px;
  }

  .service-hero-right-image.left {
    flex: 0 auto;
    width: 80vw;
    max-width: 80vw;
    height: 50vw;
    margin-bottom: 47px;
  }

  .service-hero-content-block {
    margin-right: 40px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 35px;
  }

  .plan-hero-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-76 {
    display: none;
  }

  .div-block-76._1 {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 76px;
    display: flex;
  }

  .div-block-77, .div-block-78 {
    width: 100%;
  }

  .div-block-82 {
    padding-left: 100px;
  }

  .text-block-30 {
    font-size: 28px;
  }

  .div-block-84 {
    grid-template-columns: 1fr;
  }

  .div-block-90 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-97 {
    display: none;
  }

  .service-all-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-arrow {
    right: -40px;
  }

  .left-arrow {
    left: -40px;
  }

  .slider-3 {
    width: 100%;
  }

  .image-16 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 44px 25px;
    font-size: 20px;
  }

  figcaption {
    font-size: 16px;
    line-height: 1.35em;
  }

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

  .container-default.nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary.small.header-button-mobile {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-primary.button-white._2-buttons, .button-primary._2-buttons {
    margin-right: 0;
  }

  .button-primary.newsletter {
    background-color: var(--neutral-100);
    color: var(--neutral-800);
    margin-top: 15px;
    padding: 18px 20px;
    position: static;
  }

  .button-primary.contact-form {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary.small.header-button-mobile {
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button-secondary._2-buttons {
    display: none;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-logo {
    width: 100px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .menu-button {
    z-index: 999;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 140px;
  }

  .footer {
    padding-top: 49px;
  }

  .footer-logo-container {
    margin-bottom: 15px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: 160px;
  }

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

  .section.home-hero {
    padding-top: 40px;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 73px;
  }

  .section.category, .section.checkout {
    padding-top: 40px;
    padding-bottom: 74px;
  }

  .utility-page-wrap._404 {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .utility-page-wrap._401 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .input._401 {
    margin-bottom: 15px;
  }

  .input.blog-search-input {
    background-position: 15px;
    padding-left: 45px;
  }

  .input.newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-number {
    font-size: 97px;
  }

  .icon-password {
    max-width: 112px;
    margin-bottom: 20px;
  }

  .paragraph._401 {
    margin-bottom: 35px;
  }

  .paragraph._404 {
    margin-bottom: 30px;
  }

  .paragraph.home-hero {
    margin-bottom: 22px;
  }

  .paragraph.text-color-neutral-400.footer-newsletter.for-phone {
    margin-bottom: 0;
  }

  .paragraph.card-press {
    margin-bottom: 21px;
  }

  .card.home-integration-dropdown {
    padding: 16px 25px 21px;
  }

  .card.faqs {
    box-shadow: none;
    border-style: none;
    padding: 58px 25px 61px;
  }

  .card.team {
    padding: 33px 25px 22px;
  }

  .card.press.last {
    padding: 42px 25px;
  }

  .card.open-position {
    padding: 37px 25px 34px;
  }

  .card.integration-item {
    padding-top: 29px;
    padding-bottom: 40px;
    padding-left: 25px;
  }

  .card.plan-item {
    padding: 23px 25px 33px;
  }

  .card.contact-form {
    min-height: 831px;
    padding: 40px 25px;
  }

  .card.contact-link {
    padding: 28px 25px 47px;
  }

  .card._401 {
    padding: 42px 25px;
  }

  .card.default {
    padding: 27px 25px 40px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq {
    margin-right: 15px;
  }

  .title.h4-size.card-press {
    margin-bottom: 8px;
  }

  .title.text-color-neutral-100.cta {
    max-width: 288px;
    font-size: 26px;
  }

  .title.text-color-neutral-100.newsletter {
    margin-bottom: 30px;
  }

  .title.blog-hero {
    margin-bottom: 20px;
  }

  .title.card-integration {
    margin-bottom: 4px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title._404 {
    margin-bottom: 8px;
  }

  .title.feature-dropdown {
    margin-bottom: 0;
    font-size: 16px;
  }

  .split-content.faqs-content {
    margin-bottom: 40px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image.home-hero-1 {
    border-radius: 10px;
  }

  .image.cta-shape-1 {
    left: -106px;
  }

  .image.cta-shape-2 {
    top: -205px;
  }

  .image.cta-shape-4 {
    bottom: -225px;
    right: -66px;
  }

  .image.faqs-shape {
    top: -32px;
    right: -55px;
  }

  .image.newsletter-shape-1 {
    top: auto;
    left: -189px;
  }

  .image.newsletter-shape-2 {
    bottom: -115px;
  }

  .image.newsletter-shape-3 {
    top: -37px;
    right: -80px;
  }

  .image.integration-shape-2 {
    top: -21px;
    right: -93px;
  }

  .image._404-shape-1 {
    bottom: -409px;
  }

  .image._401-shape-2 {
    top: -68px;
  }

  .image.feature-dropdown {
    margin-right: 10px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-container {
    border-radius: 0;
  }

  .container-medium-739px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .home-hero-images-wrapper {
    margin-bottom: 60px;
  }

  .container-medium-668px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-vc {
    align-items: stretch;
  }

  .cta-wrapper {
    padding-top: 49px;
    padding-bottom: 46px;
  }

  .cta-content {
    margin-bottom: 35px;
  }

  .faqs-content-top {
    margin-bottom: 10px;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-grid {
    grid-row-gap: 40px;
  }

  .post-item-content {
    padding: 29px 25px 34px;
  }

  .post-item-content-bottom {
    padding-top: 27px;
  }

  .post-item-content-top {
    margin-bottom: 27px;
  }

  .footer-content-top {
    padding-bottom: 36px;
  }

  .footer-content {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .footer-menu-main-content {
    flex-direction: column;
  }

  .footer-menu-content {
    flex-flow: column wrap;
  }

  .footer-content-right {
    margin-bottom: 10px;
  }

  .footer-support-wrapper {
    margin-top: 20px;
  }

  .footer-support-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-small-print {
    font-size: 16px;
  }

  .cta-content-wrapper {
    align-items: stretch;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-buttons-mobile-wrapper {
    flex-direction: column;
    padding-top: 30px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 40px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-wrapper {
    padding: 49px 25px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  ._404-content {
    margin-bottom: 50px;
  }

  .container-medium-644px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .features-dropdown-wrapper {
    margin-right: 0;
  }

  .feature-dropdown-content {
    width: auto;
  }

  .feature-dropdown-text {
    font-size: 14px;
  }

  .features-dropdown-main-wrapper {
    flex-flow: column;
  }

  .ms-container-48 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    padding-left: 10px;
  }

  .div-block-9 {
    padding: 10px 10px 20px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .text-block-5, .text-block-6 {
    font-size: 20px;
    line-height: 1em;
  }

  .div-block-17 {
    grid-column-gap: 20px;
  }

  .section-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    bottom: -50%;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/unnamed-19.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 250px;
    padding-top: 100px;
    padding-right: 10px;
  }

  .text-block-14 {
    flex-direction: column;
  }

  .div-block-29 {
    height: 55vw;
  }

  .section-5 {
    padding: 20px 10px;
  }

  ._1440-grid {
    grid-template-columns: minmax(10px, 1fr) minmax(auto, 1440px) minmax(10px, 1fr);
  }

  .service-hero-content-block {
    margin-left: 20px;
    margin-right: 10px;
  }

  .service-hero-white-bg {
    height: 50vw;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .plan-hero-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-1-block {
    flex-direction: column;
  }

  .plan-1-left-block {
    width: 100%;
  }

  .plan-1-right-block {
    margin-left: 20px;
  }

  .div-block-55, .div-block-56 {
    width: 90%;
    max-width: none;
    height: 90vw;
  }

  .div-block-69 {
    height: 33vw;
  }

  .div-block-70, .div-block-71 {
    height: 30vw;
  }

  .div-block-72 {
    padding-left: 20px;
  }

  .div-block-76._1 {
    height: 71vw;
  }

  .div-block-82 {
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-83 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-84 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-88 {
    width: auto;
  }

  .div-block-90 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-91.h1 {
    width: 100%;
  }

  .div-block-91.contaft {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-all-block, .div-block-98 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    max-width: 41vw;
    right: 20px;
  }

  .image-15._2 {
    right: 9px;
  }

  .div-block-101 {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    width: 50px;
    right: -15px;
  }

  .left-arrow {
    width: 50px;
    left: -15px;
  }

  .mask-3, .div-block-103 {
    width: 100%;
  }

  .slide-4 {
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_9fdfd4c4-9762-6a8c-1348-bf33d696d8d5-96b766dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_422b8b63-c3d9-c203-b3a1-34bd6f546be7-ed8dffe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83efc6bc-2b32-eecf-2852-1e7cd63b7c65-ed8dffe9 {
  justify-self: end;
}

#w-node-f78ec091-acdd-9b56-507e-8a509b7bb972-79d9aa36 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d498673a-718d-1795-dfad-6235ff811256-79d9aa36 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_84e45971-fdf9-50c6-6112-2f4d25deb7cd-25deb76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84e45971-fdf9-50c6-6112-2f4d25deb8ef-25deb76c {
  justify-self: end;
}

#w-node-ce1668cd-e3ba-bb2a-7855-508d1605db7c-2092082b {
  grid-area: 1 / 2 / 2 / 4;
  align-self: end;
}

#w-node-_98518e3f-7ac4-0810-5cd4-52d8f4a8eb02-2092082b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-d28e85e7-2ab1-ee11-5df8-ae6f965ac2eb-2092082b, #w-node-e2874af8-19c8-980d-9bce-6cf68659e1da-2092082b, #w-node-f3e808a4-cec0-4ee4-4d71-a30a65daec8d-2092082b, #w-node-_40bfead7-e6a2-b66d-f164-6c51eb59e529-2092082b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c304fcef-75b3-2342-7b8a-cbe096a1c40a-9ee1b210, #w-node-c304fcef-75b3-2342-7b8a-cbe096a1c40a-2ebd8424 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e9a99b05-e50a-9917-7e8b-5d7c8aee5711-ade42b66 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9a99b05-e50a-9917-7e8b-5d7c8aee571d-ade42b66 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-e9a99b05-e50a-9917-7e8b-5d7c8aee5720-ade42b66, #w-node-dd50bdbb-1785-8985-5962-c49934660e8d-ade42b66, #w-node-e9a99b05-e50a-9917-7e8b-5d7c8aee57ac-ade42b66, #w-node-_45f45ce1-c336-30e6-bfc8-16e7cda5324c-ade42b66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18ff04bf-1a41-92d2-cce5-6e5fc2008512-1ca8a76f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0eabb8e-484b-4e9a-abe0-5babef487a3d-1ca8a76f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c2522a4d-4661-2406-3589-1f8e11aaa009-1ca8a76f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_54fac708-3fd2-1c89-07ab-9e822ed74d4c-1ca8a76f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1b209350-8f52-3328-d5ea-82cbd2f15d00-1ca8a76f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e5534f94-26ba-e3e3-09fb-ca414f94510d-1ca8a76f {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_566b85de-da5a-73c7-e229-534a9f3aac5b-1ca8a76f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-fc17fd50-9b10-cde5-fcbb-699c5c1c91dc-1ca8a76f {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0315b74f-a6a4-2a9c-4b24-864b52fc7c35-1ca8a76f {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_0fd8dab0-7fa8-af2f-09c7-d31f854d3a38-1ca8a76f {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-cfc773d6-2ac5-8016-6ee3-85f266950893-1ca8a76f {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_54c7fbd0-00b3-f2c1-6bf8-0de7259b15a6-1ca8a76f {
  grid-area: 8 / 1 / 9 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_58db7844-5919-d71b-dd74-2323ed8dffeb-ed8dffe9, #w-node-_84e45971-fdf9-50c6-6112-2f4d25deb770-25deb76c {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c304fcef-75b3-2342-7b8a-cbe096a1c40a-9ee1b210 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18ff04bf-1a41-92d2-cce5-6e5fc2008512-1ca8a76f, #w-node-b0eabb8e-484b-4e9a-abe0-5babef487a3d-1ca8a76f, #w-node-c2522a4d-4661-2406-3589-1f8e11aaa009-1ca8a76f, #w-node-_54fac708-3fd2-1c89-07ab-9e822ed74d4c-1ca8a76f, #w-node-_1b209350-8f52-3328-d5ea-82cbd2f15d00-1ca8a76f, #w-node-e5534f94-26ba-e3e3-09fb-ca414f94510d-1ca8a76f, #w-node-_566b85de-da5a-73c7-e229-534a9f3aac5b-1ca8a76f, #w-node-fc17fd50-9b10-cde5-fcbb-699c5c1c91dc-1ca8a76f, #w-node-_0315b74f-a6a4-2a9c-4b24-864b52fc7c35-1ca8a76f, #w-node-_0fd8dab0-7fa8-af2f-09c7-d31f854d3a38-1ca8a76f, #w-node-cfc773d6-2ac5-8016-6ee3-85f266950893-1ca8a76f, #w-node-_54c7fbd0-00b3-f2c1-6bf8-0de7259b15a6-1ca8a76f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Saaslify Template';
  src: url('../fonts/icons-saaslify-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}