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

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

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

@font-face {
  font-family: Fredoka;
  src: url('../fonts/Fredoka-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Reenie Beanie;
  src: url('../fonts/ReenieBeanie-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--light: #fffbf1;
  --font--body: Satoshi, sans-serif;
  --color--dark: #3f2e1f;
  --type--body-regular: 18px;
  --font--headings: Fredoka, sans-serif;
  --type--h1: 74px;
  --type--h2: 52px;
  --type--h3: 32px;
  --color--yellow: #fdcb6e;
  --color--white: white;
  --color--shadow: #3f2e1f0a;
  --type--body-big: 22px;
  --color--light-two: #fff9e5;
  --color--blue: #a6c1e7;
  --color--red: #ff6f61;
  --type--top-text: 20px;
}

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

.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-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-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--color--light);
  font-family: var(--font--body);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 118%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 122%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 125%;
}

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

blockquote {
  border-left: 5px solid var(--color--yellow);
  background-color: var(--color--yellow);
  font-family: var(--font--headings);
  border-radius: 12px;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 52px;
  font-size: 26px;
  line-height: 130%;
}

.divider-typography {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--color--white);
  box-shadow: 0 4px 40px 0 var(--color--shadow);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.body-big {
  font-size: var(--type--body-big);
  line-height: 130%;
}

.section {
  background-color: var(--color--light);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.background-two {
  background-color: var(--color--light-two);
}

.section.background-two.hero-home {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.background-two.testimonials-slider-section {
  position: relative;
  overflow: hidden;
}

.section.background-two.playground-section {
  overflow: hidden;
}

.section.hero-template {
  padding-top: 180px;
  padding-bottom: 100px;
}

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

.section.services-section {
  position: relative;
  overflow: hidden;
}

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

.section.hero-about {
  background-color: var(--color--light-two);
  padding-top: 172px;
  position: relative;
  overflow: hidden;
}

.section.moving-team-section-background {
  background-color: var(--color--light-two);
  overflow: hidden;
}

.section.hero-contact {
  padding-top: 170px;
  position: relative;
}

.section.hero-service, .section.hero-service-template {
  padding-top: 160px;
}

.section.hero-teams {
  padding-top: 172px;
  position: relative;
  overflow: hidden;
}

.section.hero-team-template {
  padding-top: 172px;
}

.section.hero-blogs {
  padding-top: 172px;
  position: relative;
  overflow: hidden;
}

.section.hero-blog-template {
  padding-top: 172px;
}

.section.hero-pricing {
  padding-top: 172px;
  position: relative;
  overflow: hidden;
}

.section.background-two-comparison-table {
  background-color: var(--color--light-two);
  position: relative;
  overflow: clip;
}

.section.hero-product {
  padding-top: 172px;
  position: relative;
  overflow: hidden;
}

.section.hero-legal {
  padding-top: 160px;
}

.section.hero-404 {
  background-color: var(--color--light);
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.section.hero-sales {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-style-h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  font-weight: 600;
  line-height: 125%;
}

.left-column-template-details {
  padding: 0;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--color--white);
  box-shadow: 0 4px 40px 0 var(--color--shadow);
  border-radius: 20px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1520px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  border: 1px solid #0f1a23cc;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #0f1a23cc;
  border-radius: 24px;
  padding-top: 100%;
}

.color.color-five {
  background-color: var(--color--yellow);
}

.color.color-one {
  background-color: var(--color--dark);
}

.color.color-four {
  background-color: var(--color--white);
}

.color.color-eight {
  background-color: var(--color--shadow);
}

.color.color-six {
  background-color: var(--color--blue);
}

.color.color-three {
  background-color: var(--color--light);
}

.color.color-two {
  background-color: var(--color--light-two);
}

.color.color-seven {
  background-color: var(--color--red);
}

.top-text {
  font-size: var(--type--top-text);
  font-weight: 500;
  line-height: 120%;
}

.link-template-navigation {
  opacity: 1;
  color: #3f2e1f99;
  font-size: 24px;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: var(--color--dark);
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.text-style-h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 118%;
}

.template-h2 {
  margin-top: 0;
}

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

.text-style-h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 122%;
}

.cta-main {
  background-color: var(--color--yellow);
  color: var(--color--dark);
  text-align: center;
  letter-spacing: -.01em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-main.big {
  height: 62px;
  font-size: 20px;
}

.cta-main.big.blue {
  background-color: var(--color--blue);
  color: #0c2e5d;
}

.cta-main.big.red {
  background-color: var(--color--red);
  color: #fffbf0;
}

.cta-main.nav-cta {
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.cta-main.blue {
  background-color: var(--color--blue);
  color: #0c2e5d;
}

.cta-main.red {
  background-color: var(--color--red);
  color: #fffbf0;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-subtitle-template {
  max-width: 620px;
}

.flex-cta-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-8 {
  margin-top: 8px;
}

.flex-cta-center.mg-top-48 {
  margin-top: 48px;
}

.close-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.cart-wrapper {
  background-color: #0000;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.mobile {
  display: none;
}

.cart-quantity {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  width: 40%;
  margin-right: auto;
  display: flex;
}

.cart-quantity-text {
  color: var(--color--dark);
  letter-spacing: -.01em;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-dropdown {
  color: #000;
}

.dropdown-list.w--open {
  background-color: var(--color--white);
  box-shadow: 0 2px 30px 0 var(--color--shadow);
  border-radius: 12px;
  overflow: clip;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.cart-price-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.quantity-wrap {
  display: flex;
}

.nav-mid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.cart-info-wrap {
  margin-left: 0;
}

.cart-container {
  background-color: var(--color--white);
  box-shadow: 0 5px 40px 0 var(--color--shadow);
  color: var(--color--dark);
  border-radius: 24px;
  height: 95svh;
  margin-top: 3svh;
  margin-right: 16px;
}

.cart-list {
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #3f2e1f36;
  padding: 32px;
}

.brand-navbar {
  height: 100%;
  font-weight: 500;
}

.brand-link {
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.link-dropdown {
  color: var(--color--dark);
  text-align: left;
  padding: 8px 32px 8px 12px;
  font-size: 16px;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: #3f2e1f0a;
}

.link-dropdown.w--current {
  color: #010101;
  font-weight: 700;
}

.text-cart-container-heading {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cart-info-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.remove-button {
  text-align: right;
  text-decoration: underline;
}

.cart-quantity-transparent {
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  width: 50px;
  height: auto;
  padding: 5px;
  font-size: 16px;
}

.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--dark);
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
}

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

.button-text {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.nav-link {
  color: var(--color--dark);
  text-align: center;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.text-cart-container {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px solid #3d2e1e17;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.cart-header {
  border-bottom-style: solid;
  border-bottom-color: #3f2e1f69;
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.apple-pay {
  border-radius: 10px;
  height: 50px;
}

.grid-hero-home {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.left-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 574px;
  display: flex;
}

.limit-subtitle-home {
  max-width: 520px;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.subtitle {
  font-size: 26px;
  line-height: 134%;
}

.heading-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-center.moving-team-top {
  max-width: 630px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.heading-center.mg-bottom-72 {
  margin-bottom: 72px;
}

.wrap-heading-top-text-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.limit-440 {
  max-width: 440px;
}

.master-moving-team {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.move-moving-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-moving-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-moving-team {
  flex: none;
}

.tile-moving-team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  flex-flow: column;
  width: 340px;
  text-decoration: none;
  display: flex;
}

.tile-moving-team:hover {
  opacity: .92;
}

.wrap-image-moving-team {
  background-color: #eef3ff;
}

.image-moving-team {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 100%;
  min-height: 390px;
}

.bottom-moving-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.wrap-image-combo-halves {
  z-index: 5;
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  margin-bottom: 8px;
  display: flex;
}

.abstract-combo-halves {
  width: 220px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-combo-halves {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.wrap-heading-top-text-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.relative-combo-halves {
  position: relative;
}

.abstract-combo-halves-under {
  z-index: 1;
  position: absolute;
  inset: -70px 8px auto auto;
}

.grid-services-thirds {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tile-service-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  box-shadow: 0 2px 50px 0 var(--color--shadow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px 80px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
  position: relative;
}

.tile-service-thirds:hover {
  transform: translate(0, -6px);
}

.circle-service-tile {
  background-color: var(--color--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.icon-circle-icon {
  width: 48px;
  height: 48px;
}

.wrap-text-service-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-read-more {
  font-family: var(--font--headings);
  position: absolute;
  inset: auto auto 32px 32px;
}

.relative-wrap {
  z-index: 10;
  position: relative;
}

.abstract-services-left {
  width: 150px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 14% auto 0% 0%;
}

.abstract-services-right {
  width: 180px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.mg-bottom-64 {
  margin-bottom: 64px;
}

.block-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.image-wrap-testimonials {
  border-radius: 170px 20px 20px;
  width: 411px;
  height: 560px;
  overflow: hidden;
}

.slide-nav-hidden {
  display: none;
}

.wrap-testimonial-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-slider {
  object-fit: contain;
  width: 40px;
}

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

.text-testimonials {
  font-family: var(--font--headings);
  font-size: 32px;
  line-height: 130%;
}

.carousel-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-button.testimonial-right {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 590px;
}

.carousel-button.testimonial-left {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 543px;
}

.image-testimonials {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.master-pricing-table {
  position: relative;
}

.grid-pricing-thirds {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tile-pricing-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  box-shadow: 0 2px 30px 0 var(--color--shadow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tag-price {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.top-pricing-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.divider-pricing-tile {
  background-color: #3f2e1f33;
  width: 100%;
  height: 1px;
}

.master-checlist-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-checklist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check {
  width: 24px;
  height: 24px;
}

.wrap-cta-pricing {
  width: 100%;
}

.bottom-pricing-grid {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-under-pricing {
  opacity: .8;
  font-size: 20px;
}

.abstract-pricing-left {
  width: 239px;
  position: absolute;
  inset: 40px auto auto -110px;
}

.abstract-pricing-right {
  width: 239px;
  position: absolute;
  inset: 40px -110px auto auto;
}

.video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  display: flex;
  position: relative;
}

.wrap-based-in {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.wrap-based-in.white-text-wrap {
  color: #fff;
}

.overlay-video {
  z-index: 0;
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.wrap-video-content {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--color--light);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-based-in {
  width: 32px;
  height: 32px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-cta.mg-bottom-80 {
  margin-bottom: 80px;
}

.grid-blog-thirds {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tile-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  box-shadow: 0 2px 40px 0 var(--color--shadow);
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.wrap-image-blog {
  border-radius: 20px;
  overflow: hidden;
}

.image-blog {
  width: 100%;
}

.bottom-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

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

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-faq {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 40px;
  box-shadow: 0 4px 30px #0f1a230a;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.plus-line {
  background-color: var(--color--dark);
  border-radius: 4px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.left-faq-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.single-footer-contact-list {
  grid-column-gap: 6px;
  color: #0f1a23;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tile-contact-footer {
  grid-row-gap: 24px;
  background-color: var(--color--white);
  box-shadow: 0 4px 40px 0 var(--color--shadow);
  color: var(--color--dark);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brand-link-footer {
  height: 40px;
}

.divider-contact-footer {
  background-color: #28294326;
  width: 100%;
  height: 1px;
}

.link-footer {
  color: var(--color--dark);
  text-decoration: none;
}

.heading-footer-links {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.master-footer-socials {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--color--light-two);
  border-top: 1px solid #3f2e1f24;
  padding-top: 120px;
  padding-bottom: 48px;
}

.icon-social-footer {
  width: 20px;
  height: 20px;
}

.master-bottom-footer {
  border-top: 1px solid #3f2e1f47;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 48px;
  display: flex;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-top-footer {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-footer-contact-list {
  width: 24px;
  height: 24px;
}

.brand-footer {
  height: 100%;
}

.text-legal-footer {
  font-size: 17px;
  font-weight: 500;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-top-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.link-social-footer {
  background-color: var(--color--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.title-wrap-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 804px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.relative-gallery-about {
  z-index: 11;
  position: relative;
}

.grid-gallery-about {
  z-index: 30;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
  position: relative;
}

.image-about-hero {
  border-radius: 24px;
}

.video-about-hero {
  z-index: 1;
  border-radius: 24px;
  width: 100%;
  height: auto;
  padding: 140% 0% 0%;
  overflow: hidden;
}

.grid-numbers-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-big-number {
  z-index: 2;
  color: var(--color--dark);
  font-size: 90px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.bottom-number-thirds {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-sub-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.text-subnumber-small {
  color: #0f1a23cc;
  font-size: 18px;
  line-height: 130%;
}

.abstract-hero-about-right {
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.abstract-hero-about-left {
  z-index: 1;
  width: 200px;
  position: absolute;
  inset: 0% auto auto -7%;
}

.container-medium {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-short-story {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 732px;
  display: flex;
}

.master-owner-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-owner-details {
  border-radius: 50%;
  flex: none;
  width: 112px;
  height: 112px;
}

.right-owner-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-owner-details {
  font-family: Reenie Beanie, sans-serif;
  font-size: 56px;
  line-height: 125%;
}

.subname-owner-details {
  font-family: Reenie Beanie, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.master-left-values-halves {
  position: relative;
}

.sticky-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
  position: sticky;
  top: 64px;
}

.right-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 664px;
  display: flex;
}

.tile-value {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  box-shadow: 0 2px 40px 0 var(--color--shadow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.circle-value-halve {
  background-color: var(--color--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  display: flex;
}

.circle-value-halve.yellow-circle {
  background-color: var(--color--yellow);
}

.circle-value-halve.red-circle {
  background-color: var(--color--red);
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.move-moving-gallery {
  z-index: 10;
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.single-moving-gallery {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-moving-gallery {
  border-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 654px;
}

.abstract-moving-gallery {
  position: absolute;
  inset: -80px auto auto 0%;
}

.master-big-quote {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-quote {
  width: 60px;
}

.text-big-quote {
  font-family: var(--font--headings);
  font-size: 52px;
  line-height: 130%;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.success-message {
  background-color: var(--color--yellow);
  color: var(--color--dark);
  border: 1px solid #0b24711a;
  border-radius: 16px;
}

.text-contact-detail {
  color: #0f1a23cc;
  margin: 0;
  font-size: 18px;
}

.circle-link-contact {
  background-color: var(--color--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.field-contact {
  color: var(--color--dark);
  background-color: #ffffff1a;
  border: 1px solid #3f2e1f54;
  border-radius: 11px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.field-contact:focus {
  border-color: var(--color--dark);
  color: var(--color--dark);
}

.field-contact::placeholder {
  color: #3f2e1fbf;
}

.field-contact.text-area {
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 80px;
}

.field-contact.mg-bottom-12 {
  margin-bottom: 12px;
}

.form-block-contact {
  margin-bottom: 0;
}

.link-social {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-halves {
  z-index: 10;
  grid-column-gap: 48px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.input-wrap {
  flex: 1;
}

.field-label {
  margin-bottom: 16px;
  font-weight: 400;
}

.icon-social {
  width: 32px;
  height: 32px;
}

.socials-grid {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-contact {
  background-color: #3f2e1f52;
  width: 100%;
  height: 1px;
}

.link-contact {
  grid-column-gap: 16px;
  color: #0f1a23;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-contact-heading-option {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.tile-contact-form {
  background-color: var(--color--white);
  box-shadow: 0 2px 40px 0 var(--color--shadow);
  border-radius: 20px;
  width: 100%;
  max-width: 470px;
  padding: 52px;
}

.abstract-contact-left {
  z-index: 1;
  width: 90px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-wrap-services {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.grid-hero-service-template {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 435px;
}

.left-service-template {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.circle-service-template {
  background-color: var(--color--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
}

.top-service-template {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-service-template {
  width: 72px;
  height: 72px;
}

.divider-service-template {
  background-color: #3f2e1f5c;
  width: 100%;
  height: 1px;
}

.right-service-template {
  position: relative;
}

.sticky-service-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 56px 48px;
  display: flex;
  position: sticky;
  top: 64px;
}

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

.lightbox-service-gallery {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.image-service-gallery {
  width: 100%;
}

.abstract-hero-general-left {
  position: absolute;
  inset: 160px auto auto 0%;
}

.abstract-hero-general-right {
  width: 160px;
  position: absolute;
  inset: 160px 0% auto auto;
}

.title-wrap-team {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.list-wrapper-team-big {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.list-team-wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tile-team-wide {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--color--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  text-decoration: none;
  display: flex;
}

.image-team-wide {
  border-radius: 20px;
  width: 40%;
  max-width: 340px;
}

.right-team-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-read-more-team-big {
  font-family: var(--font--headings);
  margin-top: 24px;
}

.text-read-more-team-big:hover {
  text-decoration: underline;
}

.grid-team-template {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 460px 1fr;
}

.image-team-template {
  border-radius: 20px;
}

.right-team-hero-template {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bottom-team-hero-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-team-template {
  max-width: 680px;
}

.wrap-grids-team-template {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.title-wrap-blogs {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-blog-template {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 32px;
  width: 90%;
  max-width: 950px;
  max-height: 640px;
  margin: 64px auto;
  display: block;
}

.container-small {
  width: 100%;
  max-width: 780px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-pricing {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tag-pricing {
  background-color: var(--color--blue);
  color: #0c2e5d;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.tag-pricing.yellow-tag {
  background-color: var(--color--yellow);
  color: var(--color--dark);
}

.tag-pricing.red-tag {
  background-color: var(--color--red);
  color: #fffbf0;
  padding-top: 3px;
}

.divider-pricing {
  background-color: #3f2e1f4d;
  width: 100%;
  height: 1px;
}

.list-checks-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-checks-pricing.horziontal-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.single-checklist-pricing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check-pricing {
  width: 24px;
  height: 24px;
}

.flex-cta-pricing {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.cell.title {
  border-top: 1px solid #3f2e1f4d;
  min-height: 88px;
  margin-top: 24px;
}

.cell.left {
  justify-content: flex-start;
  padding-left: 96px;
  font-size: 20px;
}

.cell.left.title {
  grid-column-gap: 16px;
  border-top: 1px solid #3f2e1f4d;
  min-height: 88px;
  margin-top: 24px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 24px;
}

.master-comparison {
  z-index: 10;
  background-color: var(--color--white);
  box-shadow: 0 2px 40px 0 var(--color--shadow);
  border-radius: 24px;
  position: relative;
}

.cell-top {
  grid-row-gap: 16px;
  background-color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  display: flex;
  position: sticky;
  top: 0;
}

.cell-top.top-left {
  border-top-left-radius: 32px;
}

.cell-top.top-right {
  border-top-right-radius: 32px;
}

.grid-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 24px;
}

.column-pricing {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.show-from-tablet-comparison {
  display: none;
}

.price-cell {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.abstract-comparison {
  width: 259px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: auto auto 10% 0%;
}

.title-wrap-product {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.limit-subtitle-product {
  max-width: 530px;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.checkout-form {
  background-color: var(--color--light);
  border-top: 1px #000;
  padding: 160px 0 64px;
}

.apple-pay-2 {
  border-radius: 60px;
  height: 52px;
}

.shipping-method-list {
  border: 1px #000;
}

.block-content {
  background-color: var(--color--white);
  border: 1px #000;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.text-field-checkout-page {
  color: var(--color--dark);
  background-color: #fff;
  border: 1px solid #0f1a233b;
  border-radius: 12px;
  height: 52px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  border-style: solid;
  border-color: var(--color--dark);
  color: var(--color--dark);
}

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

.shipping-method {
  background-color: #fff;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.block-header {
  background-color: var(--color--white);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #3f2e1f26;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  background-color: var(--color--light-two);
  border-bottom: 1px solid #0f1a231f;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 29px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.tile-changelog {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
  box-shadow: 0 2px 30px #0f1a230a;
}

.title-wrap-sales {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sales-mock-image {
  border: 1px solid #ffffff30;
  width: 100%;
  margin-bottom: 0;
}

.container-sales-mockups {
  max-width: 1640px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-sales-mockups {
  background-color: var(--color--yellow);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-mock-link-block {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
  overflow: clip;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  box-shadow: 0 2px 30px 0 var(--color--shadow);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hide-title-animation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-sales-page {
  border: 1px solid #00000026;
  border-radius: 2px;
  width: 100%;
}

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

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  box-shadow: 0 2px 20px 0 var(--color--shadow);
  color: var(--color--dark);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.center-tablet {
  margin-top: 0;
  margin-bottom: 0;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  color: var(--color--dark);
  text-align: left;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 30px #0f1a230a;
}

.link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 115%;
  }

  .section.hero-team-template, .section.hero-blog-template {
    padding-top: 140px;
  }

  .section.hero-pricing {
    padding-top: 150px;
  }

  .left-column-template-details {
    display: none;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .right-column-template-details {
    padding: 0;
  }

  .text-style-h1, .text-style-h2 {
    font-size: 64px;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 300px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    z-index: 11;
    background-color: var(--color--light-two);
    border-top: 1px solid #1515151a;
    width: 100%;
    max-height: 80vh;
    margin-top: 0;
    margin-right: 0;
    padding: 24px 24px 32px;
    display: block;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .nav-container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .nav-mid {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

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

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .link-dropdown {
    text-align: center;
    padding-right: 12px;
    font-size: 20px;
    line-height: 130%;
  }

  .dropdown-toggle {
    color: var(--color--dark);
    font-size: 22px;
    font-weight: 500;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .cart-button {
    padding: 0;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #0e0e0e;
    background-color: #0000;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 22px;
  }

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

  .navbar {
    border-radius: 0;
  }

  .dropdown {
    display: block;
  }

  .grid-hero-home {
    grid-template-columns: 1fr;
  }

  .left-hero-home {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-combo-halves {
    grid-template-columns: 1fr;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-icons-list {
    text-align: left;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .wrap-heading-top-text-left.center-tablet {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-services-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .abstract-services-right {
    display: none;
  }

  .heading-left.mg-bottom-64.center-tablet {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrap-testimonials {
    width: 100%;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-testimonials {
    font-size: 24px;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-pricing-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
  }

  .video {
    height: auto;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-cta.mg-bottom-80 {
    margin-bottom: 64px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .master-top-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

  .right-top-footer {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrap-about {
    margin-bottom: 52px;
  }

  .grid-gallery-about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .master-short-story {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-moving-gallery {
    grid-column-gap: 12px;
  }

  .image-moving-gallery {
    max-width: 320px;
  }

  .text-big-quote {
    font-size: 42px;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 24px;
  }

  .right-side-contact-link {
    text-align: left;
  }

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

  .grid-hero-service-template {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .top-service-template {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .abstract-hero-general-left {
    width: 110px;
    top: 110px;
  }

  .abstract-hero-general-right {
    width: 110px;
    top: 120px;
  }

  .title-wrap-team {
    text-align: center;
  }

  .grid-team-template {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-team-template {
    width: 100%;
    max-width: 400px;
  }

  .cell {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .cell.empty, .cell.title {
    display: none;
  }

  .cell-top {
    border-top: 1px solid #311f5d;
    margin-top: 40px;
    position: static;
  }

  .cell-top.first-cell-top {
    border-top-style: none;
  }

  .cell-top.top-right {
    border-top-right-radius: 0;
  }

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

  .column-pricing.first-column {
    display: none;
  }

  .show-from-tablet-comparison {
    display: block;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .title-wrap-sales {
    text-align: center;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .sales-card {
    padding: 16px;
  }

  .center-tablet {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  .section.hero-about {
    padding-top: 132px;
  }

  .section.hero-contact, .section.hero-service {
    padding-top: 140px;
  }

  .section.hero-teams {
    padding-top: 150px;
  }

  .section.hero-pricing {
    padding-top: 130px;
  }

  .section.hero-sales {
    padding-top: 150px;
  }

  .left-column-template-details {
    display: none;
  }

  .tile-template-details {
    padding: 24px;
  }

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

  .columns-template-details {
    flex-direction: column;
  }

  .right-column-template-details {
    padding: 0;
  }

  .text-style-h1, .text-style-h2 {
    font-size: 52px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .brand-navbar {
    display: block;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .tile-moving-team {
    width: 290px;
  }

  .wrap-heading-top-text-left.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .abstract-combo-halves-under {
    width: 160px;
  }

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .image-wrap-testimonials {
    border-top-left-radius: 100px;
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-testimonial-name {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .grid-testimonials {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .text-testimonials {
    font-size: 26px;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 100px;
  }

  .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

  .column-footer-links {
    width: 50%;
  }

  .text-big-number {
    font-size: 90px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .abstract-hero-about-right {
    width: 140px;
    bottom: 20%;
  }

  .grid-values-halves {
    grid-template-columns: 1fr;
  }

  .sticky-values-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .abstract-moving-gallery {
    width: 70px;
    top: -50px;
  }

  .text-big-quote {
    font-size: 34px;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .title-wrap-services {
    margin-bottom: 48px;
  }

  .grid-hero-service-template {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .left-service-template {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .circle-service-template {
    width: 110px;
    height: 110px;
  }

  .icon-service-template {
    width: 56px;
    height: 56px;
  }

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

  .abstract-hero-general-left {
    width: 80px;
    top: 90px;
  }

  .abstract-hero-general-right {
    width: 80px;
    top: 100px;
  }

  .title-wrap-team {
    margin-bottom: 52px;
  }

  .list-team-wide {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-team-wide {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 40px;
  }

  .image-team-wide {
    width: 100%;
    max-width: none;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .title-wrap-sales {
    margin-bottom: 52px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    padding: 30px;
  }

  .section {
    padding-top: 72px;
  }

  .section.background-two.hero-home, .section.hero-about, .section.hero-contact, .section.hero-service, .section.hero-teams {
    padding-top: 120px;
  }

  .section.hero-team-template {
    padding-top: 100px;
  }

  .section.hero-blogs {
    padding-top: 120px;
  }

  .section.hero-blog-template {
    padding-top: 100px;
  }

  .section.hero-pricing, .section.hero-product {
    padding-top: 130px;
  }

  .section.hero-legal {
    padding-top: 100px;
  }

  .section.hero-sales {
    padding-top: 120px;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

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

  .text-style-h1 {
    font-size: 46px;
  }

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

  .text-style-h2 {
    font-size: 46px;
  }

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

  .button-arrow {
    display: none;
  }

  .menu-cta-wrap.mobile {
    display: block;
  }

  .menu-cta-wrap.desktop {
    display: none;
  }

  .nav-menu {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-quantity-text {
    font-size: 12px;
  }

  .nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .cart-container {
    border-radius: 0;
    min-width: 320px;
    max-width: none;
    height: 100svh;
    margin: 0;
  }

  .cart-list, .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link {
    height: 18px;
  }

  .cart-info-master {
    flex-direction: column;
  }

  .cart-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .button-text {
    font-size: 14px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .text-cart-container {
    font-size: 12px;
    line-height: 166%;
  }

  .navbar {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 24px;
  }

  .heading-center.mg-bottom-72 {
    margin-bottom: 52px;
  }

  .tile-moving-team {
    width: 86vw;
  }

  .image-moving-team {
    min-height: 320px;
  }

  .abstract-combo-halves-under {
    width: 120px;
    top: -40px;
  }

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

  .image-wrap-testimonials {
    height: 250px;
  }

  .text-testimonials {
    font-size: 26px;
  }

  .carousel-button.testimonial-right {
    width: 48px;
    height: 48px;
    inset: auto 0% 0% 60px;
  }

  .carousel-button.testimonial-left {
    width: 48px;
    height: 48px;
    inset: auto 60px 0% 0%;
  }

  .tile-pricing-thirds {
    padding: 32px;
  }

  .wrap-based-in {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
    font-size: 15px;
  }

  .tile-blog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .icon-social-footer {
    width: 24px;
    height: 24px;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .link-social-footer {
    width: 48px;
    height: 48px;
  }

  .grid-gallery-about {
    grid-template-columns: 1fr;
  }

  .text-big-number {
    font-size: 22vw;
  }

  .abstract-hero-about-left {
    width: 120px;
    top: -2%;
  }

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

  .master-owner-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-value {
    padding: 32px;
  }

  .image-moving-gallery {
    border-radius: 16px;
    max-width: 240px;
  }

  .master-big-quote {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-contact-detail {
    word-break: break-all;
    font-size: 16px;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .grid-contact-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .socials-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .tile-contact-form, .sticky-service-template {
    padding: 32px;
  }

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

  .abstract-hero-general-left {
    width: 50px;
    top: 85px;
  }

  .abstract-hero-general-right {
    width: 50px;
    top: 84px;
  }

  .tile-team-wide {
    padding: 33px;
  }

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

  .wrap-grids-team-template {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-blog-template {
    border-radius: 12px;
    width: 100%;
  }

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

  .list-checks-pricing.horziontal-product {
    justify-content: center;
    align-items: flex-start;
  }

  .title-wrap-product {
    margin-bottom: 0;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .block-content {
    padding: 16px;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

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

  .sales-mockups-column.second-column, .sales-mockups-column.first-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .section-sales-mockups {
    max-height: 800px;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .sales-card {
    padding: 16px;
  }

  .more-power-card {
    padding: 24px;
  }
}

#w-node-_921509d0-c553-e2aa-3c4c-bf6fe7d2cb99-e19e1fcc {
  place-self: center;
}

#w-node-_51b517bc-cbe1-eddc-2283-6504f42b3ef8-e19e1fcc, #w-node-_81a790a3-31f8-5372-5948-19573d412ae6-e19e1fcc, #w-node-_5bd7d6ad-dd61-c3bc-134f-e7450bb7dbae-e19e1fcc {
  place-self: stretch stretch;
}

#w-node-_6c0bae55-5ceb-1280-940d-a8e9f5db8694-f5db8691, #w-node-_6c0bae55-5ceb-1280-940d-a8e9f5db86a1-f5db8691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0c648b9-3de9-6b98-dd91-f3137ad19463-7ad19460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a0c648b9-3de9-6b98-dd91-f3137ad1947e-7ad19460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_562467a7-09d0-0327-f1b7-3ad7c78dd389-e19e1fd9 {
  justify-self: center;
}

#w-node-_350c4d33-0b18-4743-d126-e1489c167952-e19e1fd9, #w-node-_9b47aab7-eef0-73d0-584f-9b57831c92f8-e19e1fd9 {
  place-self: stretch stretch;
}

#w-node-c3b3fd67-9d49-ac83-10d9-16486aa49924-e19e1fda {
  place-self: stretch start;
}

#w-node-_2c71b82b-f0a8-db36-e091-c12e93d8c94c-e19e1fda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db0b96b9-f471-5128-624c-f7daaf34bfa2-e19e1fdd {
  place-self: center stretch;
}

#w-node-_9d4820ad-292e-890a-4e1b-e1743e7ed710-e19e1fdd {
  align-self: start;
}

#w-node-_6214a776-056e-6d41-f54b-98a3d4ca74df-e19e1fdd {
  place-self: center stretch;
}

#w-node-ac428391-59d5-d417-62b4-064b3cb674b7-e19e1fdd, #w-node-ac428391-59d5-d417-62b4-064b3cb674bf-e19e1fdd, #w-node-ac428391-59d5-d417-62b4-064b3cb674c7-e19e1fdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a981a579-9049-442b-e453-13b1f3389e24-e19e1fdd {
  place-self: stretch center;
}

#w-node-_4eeb0ce0-0575-b65d-a402-fe81f7a06fec-e19e1fdd {
  justify-self: center;
}

#w-node-_390ca366-9656-be55-6f40-d59b29bd3533-e19e1fde, #w-node-_390ca366-9656-be55-6f40-d59b29bd355c-e19e1fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c105d188-d0f8-d1dc-773f-236308a24e22-e19e1fdf {
  place-self: stretch stretch;
}

#w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0849-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e084d-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0851-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0855-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e085d-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0859-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0861-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e0865-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e089b-e19e1fe4, #w-node-_06e10b2c-dde9-c59e-4344-268c5c0e08a2-e19e1fe4, #w-node-_19ba5799-9dfa-66f5-cde2-35127c54adf6-7c54adef, #w-node-_19ba5799-9dfa-66f5-cde2-35127c54adf7-7c54adef, #w-node-_19ba5799-9dfa-66f5-cde2-35127c54ae1c-7c54adef, #w-node-_19ba5799-9dfa-66f5-cde2-35127c54ae37-7c54adef, #w-node-_19ba5799-9dfa-66f5-cde2-35127c54ae5b-7c54adef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6c0bae55-5ceb-1280-940d-a8e9f5db8694-f5db8691, #w-node-a0c648b9-3de9-6b98-dd91-f3137ad19463-7ad19460 {
    justify-self: center;
  }

  #w-node-_2c71b82b-f0a8-db36-e091-c12e93d8c94c-e19e1fda {
    grid-column: 1 / 2;
  }

  #w-node-_390ca366-9656-be55-6f40-d59b29bd3533-e19e1fde {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reenie Beanie';
  src: url('../fonts/ReenieBeanie-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}