@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Cargo x arrow right;
  src: url('../fonts/cargo-x-arrow-right.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #757575;
  --neutral--800: #040404;
  --accent--primary-1: #2c3093;
  --secondary--color-1: #070707;
  --neutral--100: white;
  --neutral--400: #ccc;
  --general--shadow-01: #0000001a;
  --neutral--200: #f2f2f2;
  --neutral--300: #ececec;
  --general--shadow-02: #0000001f;
  --neutral--700: #4b4b4b;
  --neutral--500: #9f9f9f;
  --apex-green: #00a64e;
  --general--shadow-03: #0003;
  --general--shadow-04: #00000040;
  --general--shadow-05: #0000004d;
  --general--shadow-06: #00000059;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff1f;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --apex-blue: #2c3093;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

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

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

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

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

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

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  display: block;
}

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

blockquote {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 89px 100px;
  font-size: 24px;
  line-height: 1.417em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

.page-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  min-height: 100vh;
}

.page-wrapper.coming-soon-page-wrapper {
  display: flex;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet {
  align-items: start;
}

.grid-2-columns.form.contact {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--400);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 40px;
  grid-template-columns: 1fr minmax(455px, .9fr);
  align-items: start;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.25fr;
  justify-content: space-between;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.dropdown-pd-grid {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2-columns.dropdown-pd-subgrid {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  align-items: start;
}

.grid-2-columns.footer-top-grid-v1 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-template-columns: minmax(360px, .8fr) 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1216px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-2-columns.footer-v1-link-container {
  grid-template-columns: 1.25fr .75fr;
  place-items: stretch end;
  max-width: 575px;
  padding-top: 130px;
  padding-bottom: 100px;
}

.grid-2-columns.footer-v1-subgrid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2-columns.footer-top-grid-v2 {
  z-index: 2;
  grid-column-gap: 42px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-2-columns.footer-v2-link-container {
  grid-template-columns: 1.25fr .75fr;
}

.grid-2-columns.packages-grid {
  grid-column-gap: 34px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
}

.grid-2-columns.packages-grid.v1 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.team-member-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr minmax(492px, 1fr);
  justify-content: end;
  align-items: start;
}

.grid-2-columns.contact-grid {
  grid-column-gap: 40px;
  grid-template-columns: minmax(400px, .75fr) 1fr;
  align-items: start;
}

.grid-2-columns.cta-v1---default {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.grid-2-columns.half-bg-left-image-grid {
  z-index: 1;
  grid-column-gap: 40px;
  object-position: 50% 50%;
  grid-template-columns: 1fr .8fr;
  margin-bottom: 137px;
  padding-top: 163px;
  position: relative;
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.title-and-buttons.cta-v2-grid {
  z-index: 1;
  max-width: 1092px;
  margin-right: 24px;
  padding-top: 126px;
  padding-bottom: 126px;
  position: relative;
}

.grid-2-columns.layout-v2 {
  grid-column-gap: 66px;
  align-items: start;
}

.grid-2-columns.title-and-paragraphs {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.title-and-paragraphs.v2 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.contact-section-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

.grid-2-columns.story-grid {
  z-index: 1;
  grid-column-gap: 40px;
  object-position: 50% 50%;
  grid-template-columns: 1fr minmax(max-content, .8fr);
  justify-content: end;
  justify-items: end;
  margin-bottom: 84px;
  padding-top: 87px;
  position: relative;
}

.grid-2-columns.service-grid---page {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr minmax(440px, 1fr);
  align-items: start;
}

.grid-2-columns.cta-newsletter {
  grid-template-columns: 1fr minmax(440px, .65fr);
  padding-top: 68px;
  position: relative;
}

.grid-2-columns.blog-grid {
  grid-column-gap: 34px;
  grid-row-gap: 48px;
}

.grid-2-columns.blog-and-sidebar-grid {
  grid-column-gap: 40px;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.grid-2-columns.blog-post-body---grid {
  grid-column-gap: 40px;
  grid-template-columns: .45fr 1fr;
  align-items: stretch;
}

.grid-2-columns.product-category-and-sidebar-grid, .grid-2-columns.template-page-and-sidebar-grid {
  grid-column-gap: 40px;
  grid-template-columns: .4fr 1fr;
  align-items: start;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
}

.card.form {
  z-index: 1;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  min-height: 780px;
  margin-bottom: 0;
  padding-top: 119px;
  padding-bottom: 119px;
  padding-left: 77px;
  display: flex;
  position: relative;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.sticky-top.top-24px.static-mbl.bg-transparent {
  background-color: #0000;
  border-style: none;
}

.card.checkout-block {
  background-color: var(--neutral--200);
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

.card.whats-included {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 0;
  overflow: hidden;
}

.card.figma-file {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, color .3s;
}

.card.sales-home-page:hover {
  box-shadow: none;
  transform: scale(.98);
}

.card.buy-now {
  color: #146ef5;
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
  justify-content: space-between;
}

.card.password-protected {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  box-shadow: none;
  border-radius: 0;
}

.card.hero-blog-featured {
  z-index: 1;
  border-color: var(--neutral--100);
  box-shadow: none;
  border-radius: 0;
  max-width: 662px;
  padding: 100px 70px 100px 0;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card.values {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: none;
  border-radius: 0;
  padding: 80px 34px;
}

.card.template-card {
  z-index: 2;
  border-style: none;
  border-color: var(--neutral--200);
  background-color: #0000;
  border-radius: 0;
  position: relative;
}

.card.our-ofiice-card-wrapper {
  border-style: none;
  border-color: var(--secondary--color-1);
  background-color: #0000;
  padding: 130px 134px;
  position: absolute;
  inset: auto auto 0% -74px;
}

.card.v4 {
  background-color: var(--neutral--100);
  position: relative;
}

.card.v4.layout-v1-card {
  border-style: none;
  border-color: var(--neutral--100);
  background-color: var(--accent--primary-1);
  flex: none;
  align-self: flex-start;
  max-width: 734px;
  padding: 150px 130px;
}

.card.link-content {
  color: var(--neutral--600);
  text-decoration: none;
}

.card.link-content:hover {
  color: var(--neutral--600);
}

.card.link-content.service---card {
  width: 100%;
  max-height: 406px;
  margin-top: 68px;
  margin-bottom: -34px;
  padding: 78px 24px;
  display: block;
}

.card.link-content.service---card.default {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
}

.card.link-content.search-result {
  background-color: var(--neutral--200);
  transform-style: preserve-3d;
  min-height: 100%;
  transition-property: transform;
}

.card.link-content.search-result:hover {
  transform: scale3d(.98, .98, 1.01);
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid var(--neutral--400);
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.hero-stats-grid {
  z-index: 1;
  grid-column-gap: 6px;
  grid-template-columns: .7fr auto auto auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

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

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

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

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

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

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

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

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

.color-accent-1, .color-accent-1.display-2 {
  color: var(--apex-green);
}

.color-accent-1.smaller {
  font-size: 44px;
}

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

.color-neutral-600 {
  color: var(--neutral--600);
}

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

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

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

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

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.v1 {
  background-color: #fff3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.v2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.v3 {
  background-color: var(--neutral--500);
  min-width: 32px;
  margin: 0 8px;
}

.divider.v4 {
  background-color: var(--neutral--400);
  min-width: 32px;
  margin: 0 8px;
}

.divider.v5 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.stat {
  margin-top: 10px;
  margin-bottom: 24px;
}

.divider.mg-top-bottom-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px, .mg-bottom-24px.keep {
  margin-bottom: 24px;
}

.mg-bottom-24px.white {
  color: var(--neutral--400);
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

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

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

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

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

.mg-top-48px, .mg-top-48px.keep {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

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

.mg-right-24px.mg-bt-16px.grow {
  flex: 1;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

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

.display-1 {
  color: var(--neutral--800);
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-1.display-1-size {
  font-size: 5vw;
  display: inline;
}

.display-1.display-1-size.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1.dot-display {
  color: var(--accent--primary-1);
  align-self: center;
  line-height: .2em;
}

.display-1.dot-display.v2 {
  font-size: 44px;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  place-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.footer-v1-subgrid-1-col {
  grid-row-gap: 18px;
}

.grid-1-column.layout-v2---column {
  grid-row-gap: 64px;
}

.grid-1-column.sidebar-form {
  grid-row-gap: 24px;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.footer-v1-subgrid-1-col-copy {
  grid-column-gap: 45px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  display: flex;
}

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

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

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-72px {
  grid-row-gap: 72px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.227em;
}

.display-2.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-2.mg-bottom-0.color-neutral-100, .display-2.color-neutral-100, .display-2.white {
  color: var(--neutral--100);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.263em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-400.category-link {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.text-400.category-link:hover {
  color: var(--accent--primary-1);
}

.text-400.category-link.w--current {
  color: var(--accent--primary-1);
  font-weight: 600;
}

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

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

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

.text-300.bold.footer-title {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 20px;
}

.text-300.regular {
  font-weight: 400;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

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

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.style---buttons-grid.download-app-grid {
  grid-template-columns: auto auto;
}

.grid-3-columns.stats-grid {
  z-index: 1;
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.grid-3-columns.gap-row-72px {
  grid-row-gap: 72px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-col-34px {
  grid-column-gap: 34px;
}

.grid-3-columns.gap-col-34px.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.services-grid {
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 34px;
}

.grid-3-columns.blog-grid {
  grid-column-gap: 34px;
  grid-row-gap: 48px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._856px {
  max-width: 856px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._394px {
  max-width: 394px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._478px {
  max-width: 478px;
}

.inner-container.card-sales {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._426px {
  max-width: 426px;
}

.inner-container._542px {
  max-width: 544px;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._524px {
  max-width: 524px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._586px {
  max-width: 586px;
}

.inner-container._296px {
  max-width: 296px;
}

.inner-container._538px {
  max-width: 538px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._468px {
  max-width: 468px;
}

.inner-container._602px {
  max-width: 602px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._354px {
  max-width: 354px;
}

.inner-container._514px {
  max-width: 514px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._378px {
  max-width: 378px;
}

.inner-container._632px {
  max-width: 632px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._502px {
  max-width: 502px;
}

.inner-container._1066px {
  max-width: 1066px;
}

.inner-container._472px {
  max-width: 472px;
}

.inner-container._380px {
  max-width: 380px;
}

.inner-container._352px {
  max-width: 352px;
}

.inner-container._436px {
  max-width: 436px;
}

.inner-container._442px {
  max-width: 442px;
}

.inner-container._1000px {
  max-width: 1000px;
}

.inner-container._754px {
  max-width: 754px;
}

.inner-container._606px {
  max-width: 606px;
}

.inner-container._790px {
  max-width: 790px;
}

.inner-container._342px {
  max-width: 342px;
}

.inner-container._438px {
  max-width: 438px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._170px {
  width: 170px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container.half-bg-left-image-grid---content {
  max-width: 480px;
  margin-top: 93px;
  margin-bottom: 257px;
}

.inner-container._1062px {
  max-width: 1062px;
}

.inner-container._60 {
  max-width: 60%;
}

.inner-container._297px {
  max-width: 297px;
}

.inner-container.story-content {
  max-width: 494px;
  margin-top: 153px;
  margin-bottom: 240px;
}

.inner-container.blog-grid---wrapper {
  width: 100%;
  max-width: 846px;
  position: relative;
}

.inner-container._355px {
  max-width: 355px;
}

.inner-container._1090px {
  max-width: 1090px;
}

.inner-container._587px {
  max-width: 587px;
}

.inner-container._399px {
  max-width: 399px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container.product-category-grid---wrapper, .inner-container.template-page-grid---wrapper {
  justify-content: center;
  width: 100%;
  max-width: 846px;
  display: flex;
  position: relative;
}

.style---content-heading {
  background-color: var(--neutral--100);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  margin-right: 18px;
}

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

.mg-bottom-0.color-neutral-100.copyright {
  font-size: 15px;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
}

.style---components-wrapper {
  background-color: var(--neutral--100);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-neutral-800 {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--apex-green);
  background-color: var(--apex-green);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 76px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  border-color: var(--apex-green);
  background-color: var(--apex-green);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 32px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.small.header-desktop {
  border-color: var(--apex-green);
  background-color: var(--apex-green);
  margin-left: 32px;
  line-height: 1em;
}

.btn-primary.small.header-desktop:hover {
  border-color: var(--apex-green);
  background-color: var(--apex-green);
  color: var(--neutral--100);
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.black {
  border: 1px solid var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary.black:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--300);
  color: var(--secondary--color-1);
}

.btn-primary.black.button-row {
  border-color: var(--apex-green);
  background-color: var(--apex-green);
}

.btn-primary.black.form-btn---primary {
  transition-property: none;
}

.btn-primary.black.form-btn---primary:hover {
  color: #fff;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  bottom: 8px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: none;
}

.btn-primary.no-hover.explore-template-btn {
  background-color: #553ffe;
  border-color: #553ffe;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-primary.bg-white-hover:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
}

.btn-primary.bg-white-hover.form-btn---primary {
  transition-property: none;
}

.btn-primary.bg-white-hover.form-btn---primary:hover {
  color: var(--neutral--100);
}

.btn-primary.form-btn---primary {
  transform-style: preserve-3d;
  background-color: #0000;
  border-color: #0000;
  padding: 26px 66px 26px 0;
}

.btn-primary.form-btn---primary:hover {
  background-color: #0000;
  border-color: #0000;
  transform: none;
}

.btn-primary.white-hover---tablet.button-row.green {
  border-color: var(--apex-green);
  background-color: var(--apex-green);
}

.btn-primary.pagination-btn {
  margin-top: 48px;
}

.btn-primary.hidden-on-desktop.keep {
  display: none;
}

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-primary.white.no-hover {
  color: #146ef5;
  transition: none;
}

.btn-primary.white.no-hover:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-secondary {
  border: 1px solid var(--secondary--color-1);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 76px;
  margin-top: 0;
  padding: 26px 38px;
  font-size: 16px;
  line-height: 1.125em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--apex-blue);
  background-color: var(--apex-blue);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

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

.btn-secondary.pagination-btn {
  margin-top: 48px;
}

.badge-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

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

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-primary.black {
  background-color: var(--secondary--color-1);
  border-style: none;
}

.badge-primary.v1 {
  color: var(--neutral--800);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.badge-primary.v2 {
  color: var(--neutral--600);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.badge-primary.v3 {
  color: var(--neutral--100);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

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

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--800);
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--accent--primary-1);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

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

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.input.large {
  min-height: 76px;
}

.input.input-subscribe-footer {
  margin-bottom: 0;
}

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

.input.cart-quantity-input {
  min-height: 38px;
}

.input.quantity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

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

.input.medium.last {
  margin-bottom: 0;
}

.input.light {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.input.light:hover {
  border-bottom-color: var(--apex-green);
}

.input.light:focus {
  border-bottom-color: var(--apex-green);
  color: var(--neutral--100);
}

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

.input.light.light-v2:hover, .input.light.light-v2:focus {
  border-bottom-color: var(--neutral--500);
}

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

.position-relative {
  position: relative;
}

.position-relative.half-bg-left-image-grid-wrapper {
  max-width: 1177px;
  margin-left: auto;
}

.position-relative.contact-section-form {
  width: 100%;
  max-width: 680px;
  padding-top: 119px;
  padding-bottom: 119px;
  padding-right: 77px;
}

.position-relative.z-index-1.blog-sidebar, .position-relative.z-index-1.product-category-sidebar, .position-relative.z-index-1.template-page-sidebar {
  min-height: 100%;
}

.position-relative.newsletter---image {
  z-index: 1;
  margin-right: -10%;
}

.position-relative.z-index-2 {
  z-index: 2;
}

.position-relative.contact-form {
  width: 100%;
  max-width: 675px;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--800);
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 158px;
  max-height: 200px;
  padding: 0;
  font-size: 18px;
  line-height: 1.556em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.light {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.text-area.light:hover {
  border-bottom-color: var(--apex-green);
}

.text-area.light:focus {
  border-bottom-color: var(--apex-green);
  color: var(--neutral--100);
}

.text-area.light::placeholder {
  color: var(--neutral--300);
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  border-radius: 0;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle.featured-post---author {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-right.color-accent-1 {
  color: var(--apex-green);
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  color: var(--accent--primary-1);
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
}

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 32px;
}

.line-rounded-icon.success-message-check.left.color-neutral-100 {
  color: var(--neutral--100);
}

.line-rounded-icon.accordion-icon {
  color: var(--apex-blue);
  font-size: 28px;
}

.line-rounded-icon.color-accent-1 {
  color: var(--apex-green);
}

.line-rounded-icon.mg-left-8px {
  margin-left: 8px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.line-square-icon.color-accent-1.mg-left-6px {
  margin-left: 6px;
}

.line-square-icon.check-package {
  color: var(--accent--primary-1);
  margin-right: 10px;
  font-size: 20px;
  line-height: 1em;
  display: inline;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text ul, .rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text a {
  font-weight: 500;
}

.rich-text strong {
  font-weight: 600;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.gap-23px {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.buttons-row.center---tablet.custom-icons {
  min-width: 500px;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--secondary--color-1);
  border-right: 4px #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-style: solid;
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-style: solid;
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.width-100.border {
  border: 1px solid var(--neutral--400);
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

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

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

.container-default.order-confirmation {
  display: block;
}

.container-default.package-category-hero {
  z-index: 1;
  padding-bottom: 84px;
  position: relative;
}

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

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

.section.bg-neutral-200.services {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.section.hero-page {
  background-image: linear-gradient(to bottom, white 50%, var(--accent--primary-1) 50%);
  padding-top: 97px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 25%, white 25%);
  padding-top: 0;
  padding-bottom: 180px;
  overflow: hidden;
}

.section._120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v4 {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.hero.v9 {
  background-color: var(--secondary--color-1);
  padding-top: 78px;
  padding-bottom: 64px;
}

.section.hero.coming-soon {
  flex: 1;
  min-height: 100vh;
  position: relative;
}

.section.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.hero.v7 {
  background-color: var(--secondary--color-1);
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.hero.v8 {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.hero.v3 {
  background-color: var(--neutral--800);
  margin-bottom: 84px;
  padding-top: 114px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

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

.section.hero.template-pages, .section.hero.template-pages-v1 {
  background-color: var(--secondary--color-1);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.hero.v1 {
  background-color: var(--secondary--color-1);
  padding-top: 240px;
  padding-bottom: 372px;
}

.section.hero.v5 {
  padding-top: 210px;
  padding-bottom: 190px;
}

.section.hero.services {
  padding-top: 150px;
  padding-bottom: 45px;
}

.section.package-cards-wrapper {
  background-image: linear-gradient(to bottom, var(--secondary--color-1) 14%, var(--neutral--100) 14%);
  padding-top: 0;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.section-sticky {
  background-image: linear-gradient(to right, var(--neutral--200) 20%, var(--neutral--100) 20%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-sticky.v2 {
  background-image: linear-gradient(to right, var(--neutral--200) 40%, var(--neutral--100) 40%);
}

.section.bottom-120px {
  padding-bottom: 120px;
}

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

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

.section.cta {
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.cta.bg-gradient---half-white---black {
  background-image: linear-gradient(to bottom, #07070700 50%, var(--secondary--color-1) 50%);
}

.section.cta.half-white---bg-neutral-200 {
  background-image: linear-gradient(to bottom, var(--neutral--100) 50%, var(--neutral--200) 50%);
}

.section.cta.half-bg-neutral-200---bg-white {
  background-image: linear-gradient(to bottom, var(--neutral--200) 50%, var(--neutral--100) 50%);
  margin-top: -40px;
}

.section.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pd-0px.stats {
  margin-top: -167px;
  overflow: hidden;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-200px.pd-bottom-0px.layout-v1 {
  background-image: linear-gradient(to bottom, var(--neutral--100) 70%, var(--neutral--200) 70%);
  overflow: hidden;
}

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.section.testimonials {
  background-color: var(--neutral--200);
  padding-top: 215px;
  padding-bottom: 140px;
  overflow: hidden;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper.v2 {
  padding-left: 0;
  padding-right: 0;
}

.top-bar-padding {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.top-bar-padding.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding.v2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  line-height: 1.111em;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--accent--primary-1);
}

.link-wrapper.white.notification-link {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
}

.link-wrapper.package-link {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}

.link-wrapper.package-link:hover {
  color: var(--neutral--800);
}

.link-wrapper.color-neutral-100 {
  color: var(--neutral--100);
}

.link-wrapper.color-neutral-100:hover {
  color: var(--accent--primary-1);
}

.link-wrapper.about-us-link {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}

.link-wrapper.about-us-link:hover {
  color: var(--apex-green);
}

.link-text {
  display: inline-block;
}

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

.elements---element-title {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 24px 32px;
}

.elements---element-title.first {
  margin-top: 0;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size.color-neutral-300 {
  color: var(--neutral--300);
}

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

.heading-h4-size.color-neutral-100, .heading-h4-size.v1 {
  color: var(--neutral--100);
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h5-size.medium {
  font-weight: 500;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrapper.v2 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.header-wrapper.bg-transparent {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-wrapper.white-bg {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.header-content-wrapper.header-content-center {
  justify-content: center;
}

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

.header-nav-link {
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--secondary--color-1);
  font-weight: 700;
}

.header-nav-link.header-transparent-link {
  color: var(--neutral--100);
}

.header-nav-link.header-transparent-link:hover {
  color: var(--neutral--400);
}

.header-nav-list-item {
  align-self: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 32px;
  line-height: 1em;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item.first {
  padding-left: 0;
  font-weight: 500;
}

.dropdown-wrapper {
  font-size: 16px;
}

.dropdown-toggle {
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  padding: 0 0 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.header-transparent-link {
  color: var(--neutral--100);
  transition-property: none;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding: 30px 10px 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.v2 {
  transform: translate(-80%);
}

.dropdown-link {
  color: var(--neutral--600);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
  font-weight: 500;
}

.dropdown-link.light {
  color: var(--neutral--400);
}

.dropdown-link.light:hover {
  color: var(--accent--primary-1);
}

.dropdown-pd {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding: 50px;
}

.dropdown-pd.bg-secondary-1 {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
}

.white-logo {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.header-logo-link {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 173px;
  height: 53px;
  margin-right: 15px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
}

.btn-circle-primary.black {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-circle-primary.black:hover {
  background-color: var(--neutral--300);
  color: var(--secondary--color-1);
}

.btn-circle-primary.black.testimonial-arrow {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 18px;
}

.btn-circle-primary.black.testimonial-arrow.right {
  top: 36%;
  left: 148px;
  right: 0;
}

.btn-circle-secondary {
  border: 1px solid var(--secondary--color-1);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.95, .95, 1.001);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

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

.btn-circle-secondary.testimonial-arrow {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 18px;
}

.btn-circle-secondary.testimonial-arrow:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
}

.btn-circle-secondary.testimonial-arrow.left {
  top: 36%;
  left: -17px;
  right: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap.password-protected-page {
  flex-direction: column;
  flex: 1;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap._404-page {
  flex-direction: column;
  align-items: stretch;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-content.password-protected {
  max-width: 756px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content._404-page-content {
  z-index: 1;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: block;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.wrap {
  flex-wrap: wrap;
}

.flex-horizontal.title-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-horizontal.title-wrap.center {
  justify-content: center;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

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

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  width: 100%;
  max-width: 176px;
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--300);
  line-height: 1.111em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--apex-green);
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.v1 {
  background-color: var(--secondary--color-1);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer-top.v2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid #4b4b4b66;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.v1 {
  border-top-style: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom.v2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message {
  color: var(--neutral--100);
  background-color: #0000;
  padding: 0;
}

.success-message.full-height {
  background-color: var(--secondary--color-1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.error-message {
  color: #f64a4a;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

.grid-subscribe-form-button-down {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

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

.sticky-top._24px-top {
  top: 24px;
}

.sticky-top._24px-top.sticky-mbl.blog-sidebar, .sticky-top._24px-top.sticky-mbl.product-category-sidebar {
  padding-right: 40px;
}

.floating-item {
  position: absolute;
}

.floating-item.coming-soon---image {
  width: 100%;
  max-width: 100%;
  top: 63%;
  transform: translate(0, -50%);
}

.floating-item.cta-v1 {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  max-width: 58%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.opacity-90 {
  opacity: .9;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--apex-green);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.111em;
}

.subtitle.mg-bottom-0 {
  color: var(--neutral--500);
  margin-bottom: 0;
}

.half-bg-right {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.contact {
  z-index: 0;
  background-color: var(--secondary--color-1);
  width: 100vw;
  inset: 0% auto 0% 0%;
}

.half-bg-right.form-call-bg {
  background-color: var(--secondary--color-1);
  width: 100vw;
  inset: 0% auto 0% 0%;
}

.half-bg-right.video-banner-right {
  z-index: 0;
  background-color: var(--secondary--color-1);
  width: 100vw;
  inset: 0% auto 0% 0%;
}

.half-bg-right.story-bg {
  z-index: 0;
  background-color: var(--secondary--color-1);
  width: 100vw;
  inset: 0% auto 0% 220px;
}

.half-bg-bottom {
  z-index: -1;
  background-color: var(--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-bottom.neutral-100-bottom {
  z-index: 0;
  background-color: var(--neutral--100);
  height: 44px;
}

.half-bg-bottom.hero-half {
  z-index: 0;
  background-color: #0000;
  background-image: linear-gradient(to right, var(--secondary--color-1) 50%, var(--neutral--100) 50%);
  height: 84px;
  display: block;
  inset: auto 0% 0%;
}

.text-decoration-none {
  text-decoration: none;
}

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

.grid-5-columns.logo-strip-center {
  grid-column-gap: 60px;
  grid-row-gap: 68px;
  justify-content: center;
  place-items: center;
}

.accordion-item-wrapper {
  box-shadow: none;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #f2f2f280;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 63px 80px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.99, .99, 1.01);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
}

.accordion-spacer {
  min-height: 12px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.316em;
}

.empty-state {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  text-align: center;
  padding: 26px 24px;
}

.empty-state.card-empty {
  color: var(--neutral--800);
  background-color: #0000;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.card-empty.white {
  color: var(--neutral--100);
}

.empty-state.cart-empty {
  border-style: none;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.avatar-image.link {
  transition: transform .3s;
}

.avatar-image.link:hover {
  transform: scale(1.1);
}

.heading-link {
  font-size: 28px;
  line-height: 1.429em;
  transition: color .3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.team-member-square {
  border-radius: 0;
  margin-bottom: 24px;
  overflow: hidden;
  transform: translate(0);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding: 0;
}

.pd---content-inside-card.large.password-protected {
  text-align: left;
  padding: 126px 80px 150px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 0 40px 0 0;
}

.image.fit-cover {
  object-fit: cover;
}

.image.fit-cover.figma-file-image {
  object-position: 0% 0%;
  min-height: 100%;
}

.height-100 {
  height: 100%;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 340px;
}

.blog-card-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.mg-bottom-32px {
  position: relative;
}

.blog-card-title {
  margin-bottom: 0;
}

.blog-card-wrapper {
  color: var(--neutral--600);
  width: 100%;
  text-decoration: none;
}

.categories-item-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.categories-item-wrapper:first-child {
  flex-wrap: nowrap;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.layout-v1---image---wrapper {
  min-width: 100vw;
  max-height: 910px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-wrapper.hero-v2---image {
  align-self: center;
  width: 112%;
}

.image-wrapper.order-item---image {
  border: 1px solid var(--neutral--400);
  transform-style: preserve-3d;
  max-width: 80px;
  transition: transform .3s, border-color .3s;
}

.image-wrapper.order-item---image:hover {
  border-color: var(--accent--primary-1);
  transform: scale3d(.95, .95, 1.01)translate(0);
}

.image-wrapper.cart-item---image {
  border: 1px solid var(--neutral--400);
  transform-style: preserve-3d;
  max-width: 80px;
  transition: transform .3s, border-color .3s;
}

.image-wrapper.cart-item---image:hover {
  border-color: var(--accent--primary-1);
  transform: scale3d(.95, .95, 1.01)translate(0);
}

.product-card-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.product-card-wrapper {
  color: var(--neutral--600);
  text-decoration: none;
}

.product-card-wrapper:hover {
  color: var(--neutral--600);
}

.badge-wrapper-top-left {
  position: absolute;
  inset: 20px auto auto 20px;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 0;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
  border-left-style: none;
}

.template-pages---nav-item-link.w--current {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
  border-left-style: none;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 0;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.95, .95, 1.01);
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  line-height: 1.1em;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-quantity {
  color: var(--secondary--color-1);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.cart-quantity.header-transparent-quantity {
  color: var(--neutral--100);
}

.cart-container {
  background-color: var(--neutral--100);
  box-shadow: 0 5px 25px 0 var(--general--shadow-06);
  max-width: 600px;
}

.cart-header {
  border-bottom-color: var(--neutral--400);
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-footer {
  border-top-color: var(--neutral--400);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cart-item-price {
  color: var(--neutral--800);
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
}

.cart-item-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}

.cart-item-wrapper:last-child {
  border-bottom-style: none;
}

.cart-subtotal-number {
  color: var(--neutral--800);
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.cart {
  height: 60px;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-remove-link.black-hover:hover {
  color: var(--secondary--color-1);
}

.cart-close-button {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 15px;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--400);
  background-color: #0000;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--400);
  background-color: #0000;
  padding: 31px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: var(--neutral--800);
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: var(--neutral--800);
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.order-list-title:hover {
  color: var(--accent--primary-1);
}

.order-option-item {
  padding-left: 0;
}

.order-item-regular, .order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--400);
  background-color: #0000;
  margin-top: 30px;
  padding: 30px 0 0;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  transform-style: preserve-3d;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding: 32px 24px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 51%;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 60px 80px 64px;
  display: flex;
}

.badge-home {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  overflow: hidden;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  width: 100%;
  max-width: 80px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b33;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

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

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.get-a-quote-arrow-right {
  margin-left: 5px;
  font-family: Cargo x arrow right, sans-serif;
}

.cart-text {
  color: var(--secondary--color-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: 400;
  line-height: 1em;
}

.cart-text.header-transparent-cart-text {
  color: var(--neutral--100);
}

.cart-parenthesis {
  color: var(--secondary--color-1);
  letter-spacing: .06em;
  font-weight: 400;
  line-height: 1em;
}

.cart-parenthesis.header-transparent-parenthesis {
  color: var(--neutral--100);
}

.dropdown-title {
  color: var(--secondary--color-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

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

.more-webflow-templates {
  color: var(--secondary--color-1);
  width: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
}

.more-webflow-templates:hover {
  color: var(--accent--primary-1);
}

.more-webflow-templates.v1 {
  color: var(--neutral--100);
  line-height: 1.5em;
  text-decoration: none;
}

.more-webflow-templates.v1:hover {
  color: var(--accent--primary-1);
}

.option-list {
  margin-bottom: 0;
  padding-left: 0;
}

.hidden {
  display: none;
}

.arrow-right {
  font-family: Cargo x arrow right, sans-serif;
}

.arrow-right.form-btn---arrow {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.125em;
  position: absolute;
  right: 36px;
  transform: translate(0, -10%);
}

.footer-container {
  background-color: var(--secondary--color-1);
  position: relative;
  overflow: hidden;
}

.footer-container.v1 {
  background-color: var(--neutral--100);
  box-shadow: 0 -2px 12px 0 var(--general--shadow-02);
}

.footer-title {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

.footer-form-container {
  width: 100%;
  max-width: 523px;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 24px;
  position: relative;
}

.half-bg-left {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.half-bg-left.coming-soon {
  z-index: 1;
  background-image: linear-gradient(to right, var(--accent--primary-1) 85%, transparent 85%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
}

.half-bg-left.v6 {
  z-index: -1;
  background-color: var(--neutral--100);
  width: 80%;
  height: 57%;
  margin-left: -30vw;
  inset: auto auto 0% 0%;
}

.half-bg-left.v12 {
  z-index: 0;
  background-color: var(--secondary--color-1);
  width: 100vw;
  height: 100%;
  margin-left: -30vw;
  inset: 0% 0% 0% auto;
}

.half-bg-left.v1, .half-bg-left.contact-left {
  background-color: var(--secondary--color-1);
  width: 100vw;
  inset: 0% 0% 0% auto;
}

.social-form-flex {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.social-media-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.social-media-link {
  color: var(--neutral--100);
  text-decoration: none;
}

.social-media-link:hover {
  color: var(--accent--primary-1);
}

.social-media-link.v1 {
  color: var(--secondary--color-1);
}

.social-media-link.v1:hover {
  color: var(--accent--primary-1);
}

.footer-bottom-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-credits:hover {
  color: var(--neutral--100);
}

.footer-credits.v1:hover {
  color: var(--neutral--800);
}

.bg-shape {
  position: absolute;
}

.bg-shape.footer-v2 {
  z-index: 1;
  background-color: var(--accent--primary-1);
  background-image: url('../images/footer-bg-shape-cargo-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.bg-shape.password-protected {
  z-index: -1;
  object-fit: cover;
  background-image: url('../images/bg-shape-loading-page-cargo-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 20%;
}

.bg-shape.v15 {
  z-index: 0;
  background-image: url('../images/coming-soon-bg-shape-cargo-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  inset: 27% 0% 0%;
}

.cta-footer {
  max-width: 424px;
}

.mg-bottom-28px {
  margin-bottom: 28px;
}

.icon-size {
  width: 24px;
  max-width: 24%;
  height: 24px;
  max-height: 24px;
}

.icon-size.filter {
  filter: brightness() invert(0%);
}

.icon-size.v1 {
  width: 48px;
  max-width: 48%;
  height: 48px;
  max-height: 48px;
}

.icon-size.v1.filter-v2 {
  filter: brightness() invert();
}

.icon-size.v1.filter-v2._26px {
  width: 26px;
  max-width: 26px;
  height: 26px;
  max-height: 26px;
}

.icon-size.v1.filter-v1 {
  filter: brightness(0%) invert();
}

.what-s-included-flex {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.what-s-included-flex.last {
  margin-bottom: 0;
}

.product-card-price {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 551px;
  padding: 106px 34px;
}

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

.mg-bottom-90px {
  margin-bottom: 90px;
}

.password-page {
  width: 100%;
  max-width: 51px;
  margin-bottom: 30px;
}

._404-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20%;
  margin-bottom: 297px;
  position: relative;
}

._404-image-wrapper {
  width: 100%;
  margin-bottom: -377px;
  position: absolute;
  left: auto;
  right: -32%;
}

._404-utility-wrapper {
  flex: 1;
  min-height: 80vh;
}

.blog-hero-wrapper {
  min-width: 90vw;
  height: 800px;
  max-height: 800px;
  margin-left: 78px;
  position: relative;
  overflow: hidden;
}

.blog-hero-link-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.blog-hero-image {
  object-fit: cover;
  object-position: 50% 0%;
  flex: 1;
  height: 100%;
}

.blog-hero-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-author---link {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
  text-decoration: none;
}

.blog-author---link:hover {
  color: var(--accent--primary-1);
}

.blog-author---link-wrapper {
  display: block;
  overflow: hidden;
}

.blog-author---avatar {
  transform-style: preserve-3d;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.001);
}

.blog-author---avatar:hover {
  transform: scale3d(1.05, 1.05, 1.01);
}

.team-member-image-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
  margin-left: -24px;
  display: flex;
  position: relative;
}

.send-email---link {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.send-email---link:hover {
  transform: scale3d(.98, .98, 1.001);
}

.circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.v1 {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.circle.v1.white {
  background-color: var(--neutral--100);
}

.circle.v1.black {
  background-color: var(--secondary--color-1);
}

.circle.v1.blue {
  background-color: var(--accent--primary-1);
}

.circle.v2 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.circle.v2.accent-primary-1 {
  background-color: var(--accent--primary-1);
}

.team-member-cards {
  margin-left: 14px;
}

.give-a-call---link {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.give-a-call---link:hover {
  transform: scale3d(.98, .98, 1.001);
}

.team-member-article {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.half-bg-top {
  z-index: -1;
  background-color: var(--neutral--200);
  width: 100%;
  min-height: 88%;
  position: absolute;
  inset: 0% 0% auto;
}

.mg-bottom-14px {
  margin-bottom: 14px;
}

.our-office-link {
  color: var(--neutral--100);
  text-decoration: none;
}

.our-office-link:hover {
  color: var(--accent--primary-1);
}

.align-self-top {
  align-self: flex-start;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-self-bottom.about-hero-article {
  margin-top: 118px;
}

.full-width-bg-bottom {
  background-image: linear-gradient(to bottom, #fff0, var(--neutral--100) 60%);
  width: 100%;
  min-height: 500px;
  position: absolute;
  inset: auto 0% 82px;
}

.team-member-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-stat {
  z-index: 1;
  max-width: 1210px;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
  position: relative;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial-mask {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.testimonial-slide {
  position: relative;
}

.testimonial-picture {
  z-index: 1;
  width: 33.8%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0);
}

.mg-bottom-22px {
  margin-bottom: 22px;
}

.testimonial-description-wrapper {
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 100%;
  padding: 168px 34px;
  display: flex;
  position: relative;
}

.testimonial-description {
  max-width: 520px;
}

.form-call-card {
  z-index: 1;
  background-color: var(--secondary--color-1);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 95px;
  padding-right: 19px;
  position: relative;
}

.form-call-card---wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.loading-bar-wrapper {
  z-index: 9999999;
  min-height: 6px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--accent--primary-1));
  border-radius: 100000px;
  min-height: 6px;
}

.position-absolute {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.position-absolute.bg-shadow {
  background-color: var(--secondary--color-1);
  opacity: .6;
  inset: 0%;
}

.position-absolute.service-single-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.position-absolute.hero-v5-bg {
  min-height: 777px;
  inset: 0% 0% auto;
}

.position-absolute.blog-grid---bg {
  background-color: var(--neutral--100);
  top: -100px;
  bottom: -170px;
  left: -8%;
}

.position-absolute.blog-grid---bg.v2 {
  z-index: 1;
  top: -184px;
}

.position-absolute.blog-sidebar---bg, .position-absolute.product-category-sidebar---bg, .position-absolute.template-page-sidebar---bg {
  background-color: var(--neutral--200);
  top: -100px;
  bottom: -170px;
}

.position-absolute.template-page---bg {
  background-color: var(--neutral--100);
  top: -100px;
  bottom: -170px;
  left: -8%;
}

.position-absolute.template-page---bg.v2 {
  z-index: 1;
  top: -184px;
}

.position-absolute.product-category---bg {
  background-color: var(--neutral--100);
  top: -100px;
  bottom: -170px;
  left: -8%;
}

.position-absolute.product-category---bg.v2 {
  z-index: 1;
  top: -184px;
}

.preloader---cargo-x {
  z-index: 999999;
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader---image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 40% 0% 0%;
}

.preloader---logo-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-sidebar-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.category-sidebar-wrapper.all {
  border-bottom: 1px solid var(--neutral--400);
  width: 100%;
  padding-top: 0;
}

._404-half-bg-left {
  background-color: var(--neutral--100);
  filter: blur(19px);
  width: 16%;
  height: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-btn-wrapper {
  display: inline-block;
}

.form-btn {
  border: 1px solid var(--apex-green);
  background-color: var(--apex-green);
  color: var(--neutral--100);
  border-radius: 76px;
  align-items: center;
  max-width: 250px;
  padding-left: 38px;
  display: flex;
  position: relative;
}

.form-btn.black {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
}

.cta {
  position: relative;
}

.cta.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cta.v1---default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1180px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1216px;
}

.cta.newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1209px;
  margin-left: auto;
}

.bg---cta {
  z-index: 0;
  background-color: var(--accent--primary-1);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg---cta.v1 {
  background-color: var(--apex-blue);
  background-image: url('../images/cta-three-bg-shape-cargo-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg---cta.v3 {
  background-color: var(--apex-blue);
  background-image: url('../images/cta-three-bg-shape-cargo-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.bg---cta.newsletter---bg {
  background-image: url('../images/cta-two-bg-shape-cargo-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0% auto 0% 0%;
}

.newsletter-article {
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-right: 13px;
  position: relative;
}

.cta-v1---content {
  z-index: 1;
  position: relative;
}

.our-office-image {
  object-fit: cover;
  width: 100%;
  max-width: 1210px;
  min-height: 760px;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover {
  object-fit: cover;
}

._w-h-100.fit-cover.layout-v1---image {
  object-position: 100% 50%;
}

._w-h-100.fit-cover.cta-v1---image {
  object-position: 100% 0%;
}

._w-h-100.fit-cover.testimonial-picture---image {
  object-position: 50% 20%;
}

.half-image-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bg---video-overlay {
  z-index: 1;
  background-color: #00000080;
  width: 100vw;
  min-height: 750px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lightbox-video-icon-wrapper {
  z-index: 2;
  border-radius: 50%;
  max-width: 140px;
  margin-left: 15%;
  position: relative;
  overflow: hidden;
}

.half-image-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 593px;
  min-height: 400px;
  margin-bottom: -137px;
  display: flex;
  position: relative;
}

.half-left-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.half-left-image.story-grid---image {
  object-fit: cover;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.team-member-wrapper {
  min-height: 696px;
  margin-bottom: -84px;
  position: relative;
}

.team-member-image-portrait {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  max-width: 734px;
}

.send-email-text {
  color: var(--secondary--color-1);
  font-size: 22px;
  font-weight: 500;
}

.send-email-text.white {
  color: var(--neutral--100);
}

.give-call-text {
  color: var(--secondary--color-1);
  font-size: 22px;
  font-weight: 500;
}

.give-call-text.white {
  color: var(--neutral--100);
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

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

.position-absolute---default {
  position: absolute;
}

.position-absolute---default.top {
  inset: 0% 0% auto;
}

.hero-stat-content {
  flex: 1;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  padding-right: 40px;
}

.layout-v1---wrapper {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 330px;
  position: relative;
}

.service-item:nth-child(odd) {
  margin-top: -64px;
}

.service-item:first-child {
  margin-top: 64px;
}

.service-item:last-child {
  margin-top: -64px;
  transform: translate(0, -64px);
}

.cta-v1---image---wrapper {
  width: 60%;
  position: absolute;
  inset: -40px 0% 0% auto;
}

.testimonial-description-bg {
  z-index: -1;
  background-color: var(--neutral--100);
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.contact-section---block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 542px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.form-email-button-bottom---block {
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  margin-bottom: 0;
  display: flex;
}

.footer-top-v1---bg {
  z-index: -1;
  background-color: #ffffff12;
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.hero-home-image---bg {
  position: absolute;
  inset: 0%;
}

.location-bg {
  z-index: -1;
  background-color: var(--neutral--200);
  min-height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.story-grid---image---wrapper {
  min-width: 60vw;
  margin-bottom: -84px;
  position: relative;
}

.story-bg {
  z-index: -1;
  background-color: var(--neutral--200);
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.title-dot---display-1 {
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  width: 11px;
  min-width: 11px;
  height: 11px;
  min-height: 11px;
  margin-bottom: 1em;
  margin-left: 5px;
}

.title-dot---display-2 {
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
  margin-bottom: .6em;
  margin-left: 5px;
}

.team-member-image---bg {
  background-color: var(--neutral--200);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service---section {
  margin-top: -68px;
}

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

.sidebar-form---block {
  flex-direction: column;
  justify-content: center;
  min-height: 342px;
  margin-bottom: 0;
  display: flex;
}

.mg-bottom-18px {
  margin-bottom: 18px;
}

.mg-right-12px {
  margin-right: 12px;
}

.blog-section {
  background-image: linear-gradient(to right, var(--neutral--200) 50%, var(--neutral--100) 50%);
  padding-top: 100px;
  padding-bottom: 170px;
}

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

.blog-post-hero-wrapper {
  align-items: center;
  min-width: 98vw;
  max-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link {
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
}

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

.text-link.white:hover {
  color: var(--accent--primary-1);
}

.blog-post-hero-bg-bottom {
  background-image: linear-gradient(to right, var(--secondary--color-1) 90%, white 90%);
  min-height: 153px;
}

.blog-post-author-content-top {
  margin-bottom: 24px;
}

.price-display {
  color: var(--neutral--100);
  margin-bottom: 18px;
  font-size: 3.1vw;
  line-height: 1.222em;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart {
  flex-direction: column;
  justify-content: center;
  min-height: 166px;
  display: flex;
}

._404-half-bg-bottom {
  background-color: var(--neutral--100);
  filter: blur(19px);
  width: 100%;
  height: 13%;
  position: absolute;
  inset: auto 0% 0%;
}

._404-half-bg-right {
  background-color: var(--neutral--100);
  filter: blur(19px);
  width: 15%;
  height: 33%;
  position: absolute;
  inset: auto -12% 0% auto;
}

.mg-top-auto {
  margin-top: auto;
}

.order-summary-line-item {
  grid-column-gap: 9px;
  flex-wrap: wrap;
}

.field-label {
  color: var(--neutral--800);
  font-weight: 400;
}

.order-item-content---main {
  align-items: flex-start;
  display: flex;
}

.product-category-section, .template-page-section {
  background-image: linear-gradient(to right, var(--neutral--200) 50%, var(--neutral--100) 50%);
  padding-top: 100px;
  padding-bottom: 170px;
}

.mg-bottom-76px {
  margin-bottom: 76px;
}

.cart-item-regular {
  color: var(--neutral--800);
}

.cart-list-title {
  color: var(--neutral--800);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.cart-list-title:hover {
  color: var(--accent--primary-1);
}

.cart-item-content {
  align-items: flex-start;
}

.cart-item-content---main {
  align-items: flex-start;
  display: flex;
}

.remove-button {
  color: var(--neutral--600);
  margin-top: 8px;
}

.remove-button:hover {
  color: var(--accent--primary-1);
}

.team-bio-wrapper {
  margin-top: -63px;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  margin-top: 63px;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.227em;
}

.rich-text-v2 h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-v2 figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-v2 blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v2 a {
  font-weight: 500;
}

.rich-text-v2 strong {
  font-weight: 600;
}

.more-templates-badge-wrapper-edited {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper-edited:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-logo.customize {
  width: 110px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.brix-badges-wrapper {
  z-index: 99999999;
  width: 320px;
  height: 120px;
  position: fixed;
  inset: auto 50px 0 auto;
}

.more-templates-lottie-2 {
  z-index: 9999;
  width: 44px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.hidden-code {
  display: none;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(0, 20px);
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-badge-wrapper.customization {
  border-color: #4a3aff;
  padding-left: 10px;
}

.div-block {
  height: 0;
}

.div-block-2 {
  z-index: 99;
  height: 88px;
  position: fixed;
  inset: 0% 0% auto;
}

.color-logo {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

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

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

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

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

  .grid-2-columns.footer-top-grid-v2 {
    grid-column-gap: 100px;
  }

  .grid-2-columns.contact-grid {
    grid-column-gap: 140px;
  }

  .grid-2-columns.half-bg-left-image-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.25fr 1fr;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .display-1.display-1-size {
    font-size: 72px;
  }

  .grid-3-columns.stats-grid {
    grid-column-gap: 60px;
  }

  .rich-text blockquote {
    padding-left: 194px;
    padding-right: 194px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .team-member-image-wrapper {
    margin-left: -12vw;
  }

  .half-bg-top {
    min-height: 86%;
  }

  .hero-stat {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-half-bg-left {
    width: 16%;
    height: 68%;
    left: 4px;
  }

  .newsletter-article {
    right: -36px;
  }

  .half-image-wrapper {
    min-height: 850px;
  }

  .price-display {
    font-size: 45px;
  }

  .rich-text-v2 blockquote {
    padding-left: 194px;
    padding-right: 194px;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.hero.coming-soon {
    align-items: center;
    display: flex;
  }

  .section.section-sticky {
    background-image: linear-gradient(to right, var(--neutral--200) 40%, var(--neutral--100) 40%);
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .team-member-image-wrapper {
    margin-left: -26vw;
  }

  .testimonial-mask {
    overflow: hidden;
  }

  .testimonial-picture {
    width: 38%;
  }

  .half-image-wrapper {
    min-height: 850px;
    overflow: hidden;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  blockquote {
    padding: 74px 100px;
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.footer-top-grid-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.footer-v1-link-container {
    grid-template-columns: 1.5fr .9fr;
    justify-items: start;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid-2-columns.footer-top-grid-v2 {
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-v2-link-container {
    grid-template-columns: 1.5fr .9fr;
  }

  .grid-2-columns.coming-soon-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-grid {
    grid-row-gap: 80px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1---default {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .grid-2-columns.half-bg-left-image-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2-columns.title-and-buttons.cta-v2-grid {
    text-align: center;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.layout-v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraphs, .grid-2-columns.title-and-paragraphs.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-section-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.story-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
  }

  .grid-2-columns.service-grid---page {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-newsletter {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 0;
  }

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

  .grid-2-columns.blog-and-sidebar-grid {
    grid-column-gap: 60px;
  }

  .grid-2-columns.blog-post-body---grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-category-and-sidebar-grid, .grid-2-columns.template-page-and-sidebar-grid {
    grid-column-gap: 60px;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    min-height: 742px;
    padding: 100px 64px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.hero-blog-featured {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    inset: auto auto 0% 0%;
    transform: none;
  }

  .card.values {
    padding: 60px 32px;
  }

  .card.our-ofiice-card-wrapper {
    padding: 70px 60px;
    position: relative;
    left: 0;
  }

  .card.v4.layout-v1-card {
    padding: 70px;
  }

  .card.link-content.service---card {
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 65px 34px;
  }

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

  .grid-4-columns.hero-stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    max-width: 700px;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.v4 {
    min-width: 10px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .divider.stat {
    width: 1px;
    height: auto;
    margin: 0 60px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-top-48px.keep {
    margin-top: 48px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1, .display-1.display-1-size {
    font-size: 60px;
  }

  .display-1.stat-number {
    max-width: 20%;
  }

  .grid-1-column.location-grid {
    grid-row-gap: 0px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

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

  .display-3 {
    font-size: 34px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto;
  }

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

  .grid-3-columns.stats-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  .grid-3-columns.gap-row-72px.gap-col-34px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.services-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .grid-3-columns.services-grid.services-section-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._394px._100-tablet, .inner-container._470px._100-tablet, .inner-container._478px._100-tablet, .inner-container.card-sales, .inner-container._426px._100-tablet, .inner-container._614px._100-tablet, .inner-container._524px._100-tablet, .inner-container._588px._100-tablet, .inner-container._468px._100-tablet, .inner-container._514px._100-tablet, .inner-container._440px._100-tablet, .inner-container._560px._100-tablet, .inner-container._450px._100-tablet, .inner-container._754px._100-tablet, .inner-container._606px._100-tablet, .inner-container._342px._100-tablet, .inner-container._438px._100-tablet, .inner-container._490px._100-tablet {
    max-width: 100%;
  }

  .inner-container._170px._100-tablet {
    width: 100%;
  }

  .inner-container.half-bg-left-image-grid---content {
    max-width: 600px;
    margin-top: 160px;
    margin-bottom: 80px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .inner-container.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._450px---tablet {
    max-width: 450px;
  }

  .inner-container.story-content {
    max-width: 550px;
    margin-bottom: 80px;
  }

  .inner-container._750px---tablet {
    max-width: 750px;
  }

  .inner-container.stat-content {
    flex: 1;
    max-width: 600px;
  }

  .inner-container._516px---tablet {
    max-width: 516px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-mb, .btn-primary.small.header-desktop {
    margin-left: 24px;
    margin-right: 24px;
  }

  .btn-primary.white-hover---tablet:hover {
    border-color: var(--neutral--100);
    background-color: var(--neutral--100);
    color: var(--neutral--800);
  }

  .position-relative.contact-section-form {
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 60px;
  }

  .position-relative.newsletter---image {
    max-width: 849px;
    max-height: 500px;
    margin-right: 0%;
  }

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

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .buttons-row.center---tablet.custom-icons {
    min-width: auto;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default.package-category-hero {
    padding-bottom: 80px;
  }

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

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

  .section.top {
    padding-top: 80px;
  }

  .section.hero-page {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 80%, white 80%);
    padding-bottom: 140px;
  }

  .section._120px, .section._140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.hero.coming-soon {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.hero.v6 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.hero.v7, .section.hero.v8 {
    padding-top: 80px;
  }

  .section.hero.v3 {
    margin-bottom: 70px;
    padding-top: 80px;
  }

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

  .section.hero.template-pages-v1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero.v1 {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .section.hero.v5 {
    padding-top: 175px;
    padding-bottom: 140px;
  }

  .section.hero.services {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.package-cards-wrapper {
    padding-bottom: 120px;
  }

  .section.bottom-120px {
    padding-bottom: 100px;
  }

  .section.top-120px, .section.contact-section {
    padding-top: 100px;
  }

  .section.cta.half-bg-neutral-200---bg-white {
    margin-top: 0;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-0px.stats {
    margin-top: -140px;
  }

  .section.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.testimonials {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 40px;
  }

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

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--400);
    border-bottom: 1px solid var(--neutral--400);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-wrapper.bg-secondary-1---tablet {
    border-top-color: var(--neutral--700);
    border-bottom-color: var(--neutral--700);
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
  }

  .header-nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .header-nav-link.header-transparent-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .header-nav-link.header-transparent-link:hover {
    color: var(--accent--primary-1);
  }

  .header-nav-list-item {
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    order: 0;
    align-self: auto;
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-btn---mobile {
    align-self: stretch;
    margin-top: 40px;
  }

  .dropdown-column-wrapper {
    border-width: 0;
    border-top-style: solid;
    border-top-color: var(--neutral--300);
    border-bottom-style: solid;
    border-bottom-color: var(--neutral--300);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: static;
    transform: none;
  }

  .dropdown-column-wrapper.v2 {
    transform: none;
  }

  .dropdown-pd {
    background-color: #0000;
    border-color: #0000;
    border-radius: 0;
    padding: 30px 0 14px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-wrapper.mg-left-32px---tablet {
    margin-left: 32px;
  }

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
  }

  .hamburger-menu-bar.top.v1, .hamburger-menu-bar.top.v1.green {
    background-color: var(--apex-green);
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom.v1, .hamburger-menu-bar.bottom.v1.green {
    background-color: var(--apex-green);
  }

  .btn-circle-primary.black.testimonial-arrow.right {
    inset: -100px 24px auto auto;
  }

  .btn-circle-secondary.testimonial-arrow {
    font-size: 20px;
  }

  .btn-circle-secondary.testimonial-arrow.left {
    inset: -100px 105px auto auto;
  }

  .utility-page-wrap.password-protected-page {
    padding-top: 80px;
  }

  .utility-page-content.password-protected {
    padding-bottom: 100px;
  }

  .utility-page-content._404-page-content {
    text-align: center;
  }

  .hidden-on-desktop {
    display: block;
  }

  .flex-horizontal.start.center---tablet, .flex-horizontal.title-wrap.center---tablet {
    justify-content: center;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom.v1.alt {
    border-top-style: solid;
  }

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

  .sticky-top._24px-top.sticky-mbl.blog-sidebar, .sticky-top._24px-top.sticky-mbl.product-category-sidebar {
    padding-right: 20px;
  }

  .floating-item.coming-soon---image {
    object-fit: cover;
    max-width: 90%;
    margin-bottom: -251px;
    position: static;
    transform: none;
  }

  .floating-item.cta-v1 {
    max-width: 100%;
    max-height: 300px;
    position: relative;
  }

  .subtitle {
    margin-bottom: 20px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.contact {
    height: 100%;
  }

  .half-bg-right.form-call-bg {
    display: none;
  }

  .half-bg-right.video-banner-right, .half-bg-right.story-bg {
    height: 90%;
    margin-left: -24px;
    inset: 0%;
  }

  .half-bg-bottom.hero-half {
    height: 80px;
  }

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .accordion-item-wrapper {
    padding: 60px 40px;
  }

  .accordion-title {
    font-size: 28px;
    line-height: 1.533em;
  }

  .team-member-square {
    align-self: stretch;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .pd---content-inside-card.large.password-protected {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-right: 30px;
  }

  .width-100-tablet, .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.mg-bottom-32px.v1._3-posts---item {
    align-self: stretch;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .blog-card-wrapper._3-posts---item {
    align-items: center;
    display: flex;
  }

  .image-wrapper.overflow-hidden.layout-v2---image {
    max-height: 500px;
  }

  .image-wrapper.layout-v1---image---wrapper {
    min-width: auto;
    margin-right: -24px;
  }

  .product-card-image {
    width: 100%;
  }

  .template-pages---phography-wrapper {
    border-radius: 0;
  }

  .cart-button-wrapper.mg-left-0---tablet {
    margin-left: 0;
  }

  .checkout-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-pages-cointainer {
    margin-top: 100px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mg-bottom-12px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

  .dropdown-title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-form-container {
    max-width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: 60px;
  }

  .half-bg-left.coming-soon {
    background-color: var(--accent--primary-1);
    background-image: none;
    min-width: 100%;
    height: auto;
    margin-top: 80px;
    position: relative;
  }

  .half-bg-left.v6 {
    display: none;
  }

  .footer-bottom-flex {
    text-align: center;
    flex-direction: column;
  }

  .bg-shape.footer-v2 {
    width: 100%;
    height: 360px;
    inset: 0% 0% auto;
  }

  .bg-shape.v15 {
    background-size: cover;
    height: auto;
    inset: 0% 0% 57%;
  }

  .cta-footer {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: -32px;
    display: flex;
  }

  .product-card-price {
    max-width: 100%;
    padding: 80px 50px;
  }

  .mg-bottom-90px {
    margin-bottom: 80px;
  }

  .mg-bottom-90px.mg-bottom-0---tablet {
    margin-bottom: 0;
  }

  ._404-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 80px;
    margin-bottom: 0;
  }

  ._404-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
    position: relative;
    left: -70px;
    right: auto;
  }

  .blog-hero-wrapper {
    min-width: auto;
    height: auto;
    margin-left: -24px;
    margin-right: -24px;
  }

  .blog-hero-card---image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-author---link {
    font-size: 22px;
    line-height: 1.091em;
  }

  .team-member-image-wrapper {
    margin-left: 0;
  }

  .circle.v2.accent-primary-1.service-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-article {
    margin-bottom: 0;
  }

  .half-bg-top {
    min-height: 90%;
  }

  .align-self-bottom.about-hero-article {
    margin-top: 0;
  }

  .full-width-bg-bottom {
    inset: -47% 0% auto;
  }

  .team-member-flex {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    min-width: 205px;
  }

  .hero-stat {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .testimonial-mask {
    height: 100%;
  }

  .testimonial-picture {
    width: 40%;
  }

  .testimonial-description-wrapper {
    width: 60%;
    max-width: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
  }

  .form-call-card {
    background-color: var(--secondary--color-1);
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
    position: static;
  }

  .form-call-card---wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .position-absolute.hero-v5-bg {
    min-height: 45%;
  }

  .position-absolute.blog-grid---bg {
    top: -80px;
    bottom: -140px;
  }

  .position-absolute.blog-grid---bg.v2 {
    top: -160px;
  }

  .position-absolute.blog-sidebar---bg, .position-absolute.product-category-sidebar---bg, .position-absolute.template-page-sidebar---bg, .position-absolute.template-page---bg {
    top: -80px;
    bottom: -140px;
  }

  .position-absolute.template-page---bg.v2 {
    top: -160px;
  }

  .position-absolute.product-category---bg {
    top: -80px;
    bottom: -140px;
  }

  .position-absolute.product-category---bg.v2 {
    top: -160px;
  }

  .form-btn-wrapper._240px {
    max-width: 250px;
  }

  .cta.v1---default {
    margin-top: 0;
    padding-right: 0;
  }

  .bg---cta.v1 {
    background-size: cover;
  }

  .newsletter-article {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .cta-v1---content {
    padding-right: 24px;
  }

  .our-office-image {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  ._w-h-100.fit-cover.cta-v1---image {
    object-position: 100% 100%;
  }

  .half-image-wrapper {
    align-items: stretch;
    width: 100%;
    min-height: auto;
    position: relative;
    top: 0;
  }

  .bg---video-overlay {
    width: 100%;
    min-height: auto;
  }

  .lightbox-video-icon-wrapper {
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%);
  }

  .half-image-left {
    max-width: 100%;
    min-height: auto;
    max-height: 500px;
    margin-bottom: 0;
  }

  .half-left-image.story-grid---image {
    height: auto;
    position: static;
  }

  .team-member-wrapper {
    min-height: auto;
    margin-bottom: -70px;
  }

  .team-member-image-portrait {
    object-position: 50% 0%;
    max-width: 100%;
    max-height: 600px;
  }

  .brand-image {
    width: 100%;
    max-width: 150px;
  }

  .send-email-text, .give-call-text {
    font-size: 20px;
  }

  .layout-v1---wrapper {
    padding-top: 300px;
  }

  .service-item:nth-child(odd), .service-item:first-child {
    margin-top: 34px;
  }

  .service-item:last-child {
    margin-top: 0;
    transform: none;
  }

  .cta-v1---image---wrapper {
    width: 100%;
    max-height: 452px;
    position: static;
  }

  .hero-home-image---bg {
    margin-top: 80px;
    position: relative;
  }

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

  .contact-section-links {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 650px;
    margin-bottom: -28px;
    display: flex;
  }

  .blog-card-content {
    max-width: 450px;
  }

  .blog-card-content._3-posts---item---content {
    flex: 1;
  }

  .location-bg {
    min-height: 80%;
  }

  .story-grid---image---wrapper {
    min-width: auto;
    max-height: 700px;
    margin-bottom: 0;
    display: flex;
  }

  .team-member-main-wrapper, .stat-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .title-dot---display-1 {
    margin-bottom: .8em;
  }

  .title-dot---display-2 {
    margin-bottom: .55em;
  }

  .team-links-wrapper {
    grid-column-gap: 60px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -28px;
    display: flex;
  }

  .service---section {
    margin-top: 0;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .blog-post-hero-wrapper {
    min-width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
  }

  .blog-post-hero-bg-bottom {
    background-image: linear-gradient(to right, var(--secondary--color-1) 80%, white 80%);
    min-height: 100px;
  }

  .blog-post-author-content-bottom {
    flex: 1;
  }

  .blog-post-author-content {
    align-items: center;
    display: flex;
  }

  .blog-post-author-content-top {
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .price-display {
    font-size: 45px;
  }

  .product-category-section, .template-page-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .rich-text-v2 h2 {
    font-size: 40px;
  }

  .more-templates-badge-wrapper-edited {
    right: 24px;
  }

  .brix-badges-wrapper {
    right: 35px;
  }

  .div-block-2 {
    height: 85px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul, ol {
    padding-left: 32px;
  }

  blockquote {
    padding: 62px 34px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.form.contact {
    grid-row-gap: 60px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 70px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pd-grid {
    grid-column-gap: 40px;
  }

  .grid-2-columns.dropdown-pd-subgrid {
    grid-row-gap: 20px;
  }

  .grid-2-columns.footer-top-grid-v1 {
    grid-row-gap: 70px;
  }

  .grid-2-columns.footer-v1-link-container {
    grid-template-columns: auto 1fr;
    padding-bottom: 50px;
  }

  .grid-2-columns.footer-v1-subgrid {
    grid-row-gap: 18px;
    grid-template-columns: auto;
    justify-content: start;
    justify-items: start;
  }

  .grid-2-columns.footer-top-grid-v2 {
    grid-row-gap: 160px;
  }

  .grid-2-columns.footer-v2-link-container {
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.packages-grid.v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-grid {
    grid-row-gap: 70px;
    text-align: left;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 70px;
  }

  .grid-2-columns.cta-v1---default {
    grid-row-gap: 70px;
    padding-top: 120px;
  }

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

  .grid-2-columns.title-and-buttons.cta-v2-grid {
    max-width: 450px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .grid-2-columns.layout-v2, .grid-2-columns.contact-section-grid, .grid-2-columns.service-grid---page {
    grid-row-gap: 70px;
  }

  .grid-2-columns.cta-newsletter {
    padding-top: 100px;
  }

  .grid-2-columns.blog-and-sidebar-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-post-body---grid {
    grid-row-gap: 70px;
  }

  .grid-2-columns.product-category-and-sidebar-grid, .grid-2-columns.template-page-and-sidebar-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .card.form {
    min-height: 650px;
    padding: 80px 0;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.hero-blog-featured {
    max-width: 500px;
    margin-top: 0;
    padding: 50px 0 70px;
  }

  .card.values {
    text-align: center;
    padding: 50px 34px;
  }

  .card.our-ofiice-card-wrapper {
    padding: 60px 0;
  }

  .card.v4.layout-v1-card {
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px 60px;
  }

  .card.link-content.service---card {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .grid-4-columns.hero-stats-grid {
    grid-column-gap: 26px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.stat {
    margin-left: 40px;
    margin-right: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-8px {
    line-height: 1.1em;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-48px, .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 54px;
  }

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

  .mg-top-48px.keep {
    margin-top: 48px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .display-1, .display-1.display-1-size {
    font-size: 44px;
  }

  .display-1.dot-display.v2 {
    font-size: 40px;
  }

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

  .grid-1-column.layout-v2---column {
    grid-row-gap: 54px;
  }

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

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-400.category-link {
    margin-bottom: 22px;
  }

  .text-300 {
    font-size: 18px;
  }

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

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.stats-grid {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-3-columns.gap-row-72px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-16px.licenses-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._296px._100-mbl, .inner-container._468px._100-mbl, .inner-container._472px._100-mbl {
    max-width: 100%;
  }

  .inner-container.half-bg-left-image-grid---content {
    margin-top: 120px;
    margin-bottom: 70px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._430px---mbl {
    max-width: 430px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container.story-content {
    margin-top: 120px;
    margin-bottom: 70px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 14px;
  }

  .btn-primary.small {
    padding: 16px 20px;
  }

  .btn-primary.small.header-btn-hidde-on-mb, .btn-primary.small.header-desktop {
    display: none;
  }

  .btn-primary.large {
    padding: 26px 48px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.pagination-btn {
    margin-top: 40px;
  }

  .btn-secondary {
    padding: 22px 32px;
    font-size: 14px;
  }

  .btn-secondary.small {
    padding: 16px 20px;
  }

  .btn-secondary.large {
    padding: 26px 48px;
    font-size: 18px;
  }

  .btn-secondary.small---mbl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.pagination-btn {
    margin-top: 40px;
  }

  .badge-primary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .input {
    font-size: 16px;
  }

  .input.small {
    min-height: 40px;
    font-size: 14px;
  }

  .input.large {
    min-height: 70px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .position-relative.contact-section-form {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .position-relative.z-index-1.blog-sidebar, .position-relative.z-index-1.product-category-sidebar, .position-relative.z-index-1.template-page-sidebar {
    padding-bottom: 0;
  }

  .position-relative.newsletter---image {
    margin-left: -24px;
    margin-right: -24px;
  }

  .text-area {
    min-height: 120px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 90px;
    font-size: 14px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .checkbox.small {
    min-width: 20px;
    min-height: 20px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button.small {
    min-width: 20px;
    min-height: 20px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 22px;
    line-height: 24px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text figure {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 26px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text blockquote {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .buttons-row.wrapper {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default.package-category-hero {
    padding-bottom: 0;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.cta-home-pages {
    padding-bottom: 100px;
  }

  .section._120px, .section._140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .section.hero.coming-soon {
    padding-top: 80px;
  }

  .section.hero.v6, .section.hero.v7, .section.hero.v8 {
    padding-top: 70px;
  }

  .section.hero.v3 {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .section.hero.template-pages {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.hero.template-pages-v1 {
    padding-bottom: 70px;
  }

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

  .section.hero.v5 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section.package-cards-wrapper {
    background-image: linear-gradient(to bottom, var(--secondary--color-1) 8%, var(--neutral--100) 8%);
    padding-bottom: 100px;
  }

  .section.section-sticky {
    background-image: none;
    position: relative;
    overflow: hidden;
  }

  .section.section-sticky.v2 {
    background-image: none;
  }

  .section.bottom-120px {
    padding-bottom: 80px;
  }

  .section.bottom-120px.overflow-hidden.contact-office {
    background-color: var(--secondary--color-1);
  }

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

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

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-0px.stats {
    margin-top: 0;
  }

  .section.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.testimonials {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .top-bar-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 35px;
  }

  .heading-h2-size {
    font-size: 28px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

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

  .header-nav-list-item {
    margin-bottom: 20px;
  }

  .header-logo-link {
    max-width: 144px;
  }

  .hamburger-menu-wrapper.mg-left-32px---tablet.mg-left-16px---mbl {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 35px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
  }

  .btn-circle-primary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
  }

  .btn-circle-primary.black.testimonial-arrow.right {
    inset: auto 0 0 75px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
  }

  .btn-circle-secondary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
  }

  .btn-circle-secondary.testimonial-arrow.left {
    inset: auto 75px 0 0;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap.password-protected-page {
    padding-top: 70px;
  }

  .utility-page-content.password-protected {
    padding-bottom: 80px;
  }

  .flex-horizontal.title-wrap.center---tablet.start---mbl {
    justify-content: flex-start;
  }

  .footer-logo-wrapper.mg-bottom-0 {
    max-width: 146px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sticky-top._24px-top.sticky-mbl {
    position: static;
  }

  .sticky-top._24px-top.sticky-mbl.blog-sidebar, .sticky-top._24px-top.sticky-mbl.product-category-sidebar {
    padding-right: 0;
  }

  .floating-item.coming-soon---image {
    max-width: 100%;
    margin-bottom: -137px;
  }

  .floating-item.cta-v1 {
    right: -24px;
  }

  .subtitle {
    margin-bottom: 16px;
  }

  .half-bg-right.contact {
    left: -24px;
  }

  .half-bg-bottom.hero-half {
    display: none;
  }

  .grid-5-columns.logo-strip-center {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
  }

  .accordion-item-wrapper {
    padding: 50px 34px;
  }

  .accordion-title {
    font-size: 24px;
    line-height: 1.4em;
  }

  .heading-link {
    font-size: 20px;
    line-height: 1.6em;
  }

  .team-member-square {
    max-width: 60%;
    margin-right: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-top: 80px;
  }

  .pd---content-inside-card.large.password-protected {
    padding: 80px 34px 100px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 0;
    padding-right: 0;
  }

  .blog-card-image-wrapper.mg-bottom-32px.v1._3-posts---item {
    max-width: 100%;
    max-height: 450px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .blog-card-wrapper._3-posts---item {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.layout-v1---image---wrapper {
    max-height: 500px;
    margin-left: -24px;
    position: static;
  }

  .cart-button-wrapper.mg-left-0---tablet {
    margin-right: 24px;
  }

  .checkout-form {
    max-width: 100%;
  }

  .order-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-home-image {
    max-height: 600px;
  }

  .figma-file-text-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-home-pages-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .cta-square-logo {
    border-radius: 14px;
    max-width: 60px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .footer-title {
    margin-bottom: 32px;
  }

  .footer-form-container {
    padding-top: 90px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .half-bg-left.coming-soon {
    margin-top: 70px;
  }

  .half-bg-left.v12 {
    margin-left: 0;
    left: -24px;
  }

  .half-bg-left.v1, .half-bg-left.contact-left {
    right: -24px;
  }

  .bg-shape.footer-v2 {
    height: 390px;
  }

  .bg-shape.v15 {
    bottom: 44%;
  }

  .cta-footer {
    text-align: center;
    flex-direction: column;
    margin-bottom: 0;
  }

  .product-card-price {
    padding: 70px 34px;
  }

  .mg-bottom-90px {
    margin-bottom: 70px;
  }

  .password-page {
    max-width: 40px;
    margin-bottom: 25px;
  }

  ._404-grid {
    margin-top: 70px;
  }

  ._404-image-wrapper {
    margin-bottom: -20px;
    left: -41px;
  }

  .blog-hero-link-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .blog-hero-image {
    padding-left: 0;
  }

  .blog-author---link {
    font-size: 20px;
  }

  .blog-author---link-wrapper {
    max-height: 500px;
  }

  .team-member-image-wrapper {
    min-height: auto;
  }

  .circle.v1.white {
    min-width: 54px;
    max-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .circle.v2.accent-primary-1.service-icon {
    width: 70px;
    max-width: 70px;
    height: 70px;
    max-height: 70px;
  }

  .full-width-bg-bottom {
    top: -23%;
  }

  .hero-stat {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 100px;
  }

  .testimonial-picture {
    width: 100%;
    height: 100%;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .testimonial-description-wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .testimonial-description {
    max-width: 100%;
  }

  .form-call-card {
    padding-left: 34px;
    padding-right: 34px;
  }

  .form-call-card---wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .position-absolute.hero-v5-bg {
    min-height: 40%;
  }

  .position-absolute.blog-grid---bg {
    display: none;
  }

  .position-absolute.blog-sidebar---bg, .position-absolute.product-category-sidebar---bg {
    top: -70px;
    left: -24px;
    right: -24px;
  }

  .position-absolute.template-page-sidebar---bg {
    inset: -70px -24px;
  }

  .position-absolute.template-page---bg {
    display: none;
  }

  .position-absolute.template-page---bg.v2 {
    display: block;
    inset: 0 -24px;
  }

  .position-absolute.product-category---bg {
    display: none;
  }

  .category-sidebar-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .bg---cta.v1, .bg---cta.v3 {
    right: -24px;
  }

  .bg---cta.newsletter---bg {
    left: -24px;
  }

  .cta-v1---content {
    padding-right: 0;
  }

  .our-office-image {
    align-self: center;
    width: 100vw;
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }

  .lightbox-video-icon-wrapper {
    max-width: 20%;
  }

  .team-member-wrapper {
    min-height: auto;
    margin-bottom: 0;
  }

  .team-member-image-portrait {
    object-fit: contain;
    max-height: 500px;
  }

  .brand-image {
    max-width: 140px;
  }

  .send-email-text, .give-call-text {
    font-size: 18px;
  }

  .hero-stat-content {
    padding-right: 0;
  }

  .layout-v1---wrapper {
    flex-direction: column-reverse;
    padding-top: 0;
    display: flex;
  }

  .service-item:nth-child(odd), .service-item:first-child {
    margin-top: 0;
  }

  .cta-v1---image---wrapper {
    margin-right: -24px;
  }

  .contact-section---block {
    min-height: 490px;
  }

  .form-email-button-bottom---block {
    min-height: 166px;
  }

  .footer-top-v1---bg {
    right: -24px;
  }

  .hero-home-image---bg {
    margin-top: 70px;
  }

  .contact-section-links {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .blog-card-content._3-posts---item---content {
    max-width: 400px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .story-grid---image---wrapper {
    max-height: 650px;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .title-dot---display-1 {
    margin-bottom: .6em;
  }

  .title-dot---display-2 {
    margin-bottom: .7em;
    margin-left: 3px;
  }

  .team-member-image---bg {
    right: -24px;
  }

  .team-links-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .sidebar-form---block {
    min-height: 326px;
  }

  .blog-section {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .mg-top-34px.mg-top-0px---mbl {
    margin-top: 0;
  }

  .text-link {
    font-size: 16px;
  }

  .blog-post-hero-bg-bottom {
    min-height: 80px;
  }

  .blog-post-author-content {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-post-author-content-top {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .price-display {
    font-size: 38px;
  }

  .add-cart {
    min-height: 156px;
  }

  .order-item-content---main {
    flex-direction: column;
    margin-right: 15px;
  }

  .product-category-section, .template-page-section {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .cart-item-content {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .cart-item-content---main {
    flex-direction: column;
    margin-right: 15px;
  }

  .team-bio-wrapper {
    margin-top: -53px;
  }

  .rich-text-v2 h2 {
    margin-top: 53px;
    font-size: 38px;
  }

  .rich-text-v2 h3 {
    margin-top: 32px;
  }

  .rich-text-v2 figure {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 26px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
    margin-top: 32px;
  }

  .rich-text-v2 blockquote {
    margin-top: 54px;
    margin-bottom: 54px;
  }

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

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    padding: 52px 24px;
    font-size: 18px;
  }

  .grid-2-columns.form.contact {
    grid-row-gap: 54px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.dropdown-pd-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pd-subgrid {
    grid-row-gap: 16px;
  }

  .grid-2-columns.footer-top-grid-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
  }

  .grid-2-columns.footer-v1-link-container {
    grid-column-gap: 26px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .grid-2-columns.footer-v1-subgrid {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .grid-2-columns.footer-top-grid-v2 {
    grid-row-gap: 130px;
  }

  .grid-2-columns.footer-v2-link-container {
    grid-column-gap: 26px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.team-member-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-v1---default {
    grid-row-gap: 60px;
    padding-top: 100px;
  }

  .grid-2-columns.title-and-buttons.cta-v2-grid {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .grid-2-columns.layout-v2, .grid-2-columns.contact-section-grid, .grid-2-columns.service-grid---page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-newsletter {
    padding-top: 80px;
  }

  .grid-2-columns.blog-and-sidebar-grid, .grid-2-columns.blog-post-body---grid, .grid-2-columns.product-category-and-sidebar-grid, .grid-2-columns.template-page-and-sidebar-grid {
    grid-row-gap: 60px;
  }

  .card.form {
    min-height: 792px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.hero-blog-featured {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .card.values {
    padding: 40px 24px;
  }

  .card.our-ofiice-card-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.v4.layout-v1-card {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.link-content.service---card {
    text-align: left;
    padding: 40px 24px;
  }

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

  .grid-4-columns.hero-stats-grid {
    grid-row-gap: 26px;
    text-align: center;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.v3, .divider.v4 {
    min-width: 20px;
  }

  .divider.stat {
    width: 100%;
    height: 1px;
    margin: 10px 0 24px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .mg-top-48px.keep {
    margin-top: 48px;
  }

  .display-1, .display-1.display-1-size {
    font-size: 38px;
  }

  .display-1.dot-display.v2 {
    font-size: 34px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 16px;
  }

  .grid-1-column.footer-v1-subgrid-1-col-copy {
    grid-row-gap: 35px;
    flex-flow: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3em;
  }

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

  .grid-3-columns.stats-grid, .grid-3-columns.gap-row-72px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.gap-16px.licenses-grid {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.half-bg-left-image-grid---content {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._380px---mbp {
    max-width: 380px;
  }

  .inner-container.story-content {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.bg-white-hover.form-btn---primary, .btn-primary.form-btn---primary {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0;
  }

  .btn-primary.pagination-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.pagination-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-primary {
    padding: 14px 20px;
  }

  .badge-primary.small {
    padding: 10px 18px;
  }

  .badge-primary.large {
    padding: 18px 28px;
  }

  .badge-secondary {
    padding: 14px 20px;
  }

  .badge-secondary.small {
    padding: 10px 18px;
  }

  .badge-secondary.large {
    padding: 18px 28px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .position-relative.contact-section-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .position-relative.newsletter---image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .social-icon-square {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 20px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text li {
    padding-left: 0;
  }

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

  .buttons-row.wrapper {
    grid-row-gap: 0px;
  }

  .buttons-row.gap-23px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

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

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--accent--primary-1) 60%);
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.cta-home-pages {
    padding-bottom: 80px;
  }

  .section._120px, .section._140px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero.v4 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

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

  .section.hero.coming-soon {
    padding-top: 70px;
  }

  .section.hero.v6, .section.hero.v7 {
    padding-top: 60px;
  }

  .section.hero.v8 {
    padding-top: 125px;
  }

  .section.hero.v3 {
    padding-top: 50px;
    overflow: hidden;
  }

  .section.hero.template-pages, .section.hero.template-pages-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero.v1 {
    padding-top: 140px;
  }

  .section.hero.v5 {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.hero.services {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .section.package-cards-wrapper {
    background-image: linear-gradient(to bottom, var(--secondary--color-1) 6%, var(--neutral--100) 6%);
    padding-bottom: 80px;
  }

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

  .section.top-120px {
    padding-top: 60px;
  }

  .section.contact-section {
    padding-top: 125px;
  }

  .section.pd-0px {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-200px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.testimonials {
    padding-top: 100px;
  }

  .top-bar-wrapper {
    padding-left: 0;
    padding-right: 19px;
  }

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

  .heading-h2-size {
    font-size: 24px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h4-size.v1 {
    font-size: 20px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .header-logo-link {
    max-width: 120px;
    height: 37px;
  }

  .hamburger-menu-wrapper.mg-left-32px---tablet.mg-left-16px---mbl {
    margin-left: 13px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

  .btn-circle-primary.black.testimonial-arrow.right, .btn-circle-secondary.testimonial-arrow.left {
    margin-bottom: 15px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.password-protected-page {
    padding-top: 60px;
  }

  .utility-page-content.password-protected {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal.space-between.wrapper-on-mbp {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-logo-wrapper.mg-bottom-0 {
    max-width: 134px;
  }

  .footer-logo-wrapper.mg-bottom-0.w--current {
    max-width: 175px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.v2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .error-message.cart-error {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-subscribe-form-button-down {
    grid-template-columns: 1fr;
  }

  .floating-item.coming-soon---image {
    margin-bottom: -23%;
  }

  .floating-item.cta-v1 {
    right: -20px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .half-bg-right.contact {
    left: -20px;
  }

  .half-bg-right.video-banner-right, .half-bg-right.story-bg {
    margin-left: -20px;
  }

  .half-bg-bottom.hero-half {
    height: 60px;
  }

  .grid-5-columns.logo-strip-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .accordion-item-wrapper {
    padding: 43px 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 1.394em;
  }

  .empty-state.cart-empty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar-image {
    width: 100%;
  }

  .team-member-square {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-top: 70px;
  }

  .pd---content-inside-card.large.password-protected {
    padding: 70px 24px 80px;
  }

  .image-wrapper.layout-v1---image---wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .cart-button-wrapper {
    margin-left: 14px;
  }

  .cart-button-wrapper.mg-left-0---tablet {
    margin-right: 15px;
  }

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

  .cart-item-price {
    color: var(--neutral--600);
    font-size: 16px;
    line-height: 18px;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method, .order-item {
    flex-direction: column;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-cointainer {
    margin-top: 70px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-title {
    font-size: 16px;
  }

  .arrow-right.form-btn---arrow {
    display: none;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-form-container {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .half-bg-left.coming-soon {
    margin-top: 60px;
  }

  .half-bg-left.v12 {
    left: -20px;
  }

  .half-bg-left.v1 {
    right: -20px;
  }

  .half-bg-left.contact-left {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    inset: 0%;
  }

  .social-form-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-media-link._20px {
    font-size: 20px;
  }

  .bg-shape.footer-v2 {
    height: 37%;
  }

  .bg-shape.v15 {
    bottom: 28%;
  }

  .mg-bottom-28px {
    margin-bottom: 24px;
  }

  .product-card-price {
    padding: 60px 24px;
  }

  .mg-bottom-90px {
    margin-bottom: 60px;
  }

  ._404-grid {
    margin-top: 60px;
  }

  ._404-image-wrapper {
    margin-bottom: 0;
    left: -26px;
  }

  .blog-hero-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .circle.v1.white {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .full-width-bg-bottom {
    top: -4%;
  }

  .team-member-flex {
    min-width: auto;
  }

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

  .testimonial-picture {
    max-height: 500px;
  }

  .testimonial-description-wrapper {
    padding: 70px 20px 50px;
  }

  .form-call-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-call-card---wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .position-absolute.hero-v5-bg {
    min-height: 35%;
  }

  .position-absolute.blog-sidebar---bg, .position-absolute.product-category-sidebar---bg {
    top: -60px;
    left: -20px;
    right: -20px;
  }

  .position-absolute.template-page-sidebar---bg {
    inset: -60px -20px;
  }

  .form-btn-wrapper {
    width: 100%;
  }

  .form-btn-wrapper._240px._100-mbp {
    max-width: 100%;
  }

  .form-btn {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .bg---cta.v1, .bg---cta.v3 {
    right: -20px;
  }

  .bg---cta.newsletter---bg {
    left: -20px;
  }

  .lightbox-video-icon-wrapper {
    max-width: 30%;
  }

  .brand-image {
    max-width: 130px;
  }

  .send-email-text, .give-call-text {
    font-size: 4vw;
  }

  .cta-v1---image---wrapper {
    margin-right: -20px;
  }

  .contact-section---block {
    min-height: 672px;
  }

  .form-email-button-bottom---block {
    min-height: 150px;
  }

  .form-email-button-bottom---block.social-media-links---block {
    min-height: 211px;
  }

  .footer-top-v1---bg {
    right: -20px;
  }

  .hero-home-image---bg {
    margin-top: 60px;
  }

  .team-member-main-wrapper, .stat-wrapper {
    flex-direction: column;
  }

  .title-dot---display-1 {
    margin-bottom: .5em;
  }

  .title-dot---display-2 {
    margin-bottom: .6em;
  }

  .team-member-image---bg {
    width: auto;
    left: -24px;
  }

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

  .sidebar-form---block {
    min-height: 321px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .blog-post-hero-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .blog-post-hero-bg-bottom {
    background-image: linear-gradient(to right, var(--secondary--color-1) 90%, white 90%);
    min-height: 60px;
  }

  .price-display {
    font-size: 7.5vw;
  }

  .add-cart {
    min-height: 234px;
  }

  .shipping-method-content {
    margin: 12px 0;
  }

  .product-category-section, .template-page-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .cart-list-title {
    margin-bottom: 4px;
  }

  .cart-item-content {
    margin-left: 0;
  }

  .rich-text-v2 h2 {
    font-size: 34px;
  }

  .rich-text-v2 li {
    padding-left: 0;
  }

  .more-templates-badge-wrapper-edited {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .brix-badges-wrapper {
    width: 310px;
    height: 100px;
    right: 22px;
  }

  .more-templates-lottie-2 {
    width: 40px;
    top: -16px;
    right: -15px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 310px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-badge-wrapper:hover {
    transform: scale(.9)translate(0, 20px);
  }

  .div-block-2 {
    height: 73px;
  }
}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-e26927e3, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-e26927e3, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-e26927e3, #w-node-b802a070-9102-8775-5428-930ff319ab2f-e26927e3, #w-node-c65ebb9a-0003-60c6-c9f8-473e2fee1b2f-e26927e3, #w-node-_5eb27792-4351-d8fc-ea25-105b76196b2b-e26927e3, #w-node-c4b4a860-7d95-555a-fc7a-89f463a0fe67-e26927e3, #w-node-_5b0d90e5-bfd5-f30b-256b-3e7c69948a4c-e26927e3, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-e26927e3, #w-node-_294e26a6-dad5-ea19-31f9-3bd1b2a72e55-e26927e3, #w-node-e5ea0097-c18c-742d-dc25-b05d67070a6e-e26927e3, #w-node-_0c35baff-63fc-1a53-a160-1083321f6512-e26927e3, #w-node-ad335a87-7a39-0315-df91-4c6178c9b93c-e26927e3, #w-node-b74551cb-ac20-5bfa-7b93-16393069bf16-e26927e3, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ead-e26927e3, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49eb5-e26927e3, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-e26927e3, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-e26927e3, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-e26927e3, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-e26927e3, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-e26927e3, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-e26927e3, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-e26927e3, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-e26927e3, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-e26927e3, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-e26927e3, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-e26927e3, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-e26927e3, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-e26927e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcb28dbc-ad37-8a39-ee7a-2a3586736ce7-91dd5701 {
  justify-self: start;
}

#w-node-_5fbd13e9-0b26-312f-ab2f-9eaa7db7719b-91dd5701 {
  order: 0;
}

#w-node-_5fbd13e9-0b26-312f-ab2f-9eaa7db7719c-91dd5701, #w-node-_5fbd13e9-0b26-312f-ab2f-9eaa7db7719e-91dd5701, #w-node-_5fbd13e9-0b26-312f-ab2f-9eaa7db771a0-91dd5701, #w-node-_5fbd13e9-0b26-312f-ab2f-9eaa7db771a2-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fef7301-b90b-69a6-3b28-a1c78d9b2a7c-e2692807 {
  align-self: end;
}

#w-node-_26edb6d1-e9ab-d716-f218-006fa6f3f9f0-e2692807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_26edb6d1-e9ab-d716-f218-006fa6f3f9f7-e2692807 {
  justify-self: end;
}

#w-node-_26edb6d1-e9ab-d716-f218-006fa6f3f9f8-e2692807, #w-node-a9d47548-aac0-c4e1-7d98-c34a87455729-87455725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9d47548-aac0-c4e1-7d98-c34a8745572d-87455725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a9d47548-aac0-c4e1-7d98-c34a87455732-87455725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f6b7a7b-f597-5bc7-db73-e922de342ab5-de342ab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f6b7a7b-f597-5bc7-db73-e922de342ac2-de342ab1, #w-node-e71ec3b6-b6e1-9ad5-54d0-8f3371109b15-e2692822, #w-node-b2820761-c2f6-50ab-6d59-e07d46cef03e-e2692847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8df4a358-5895-abbe-1c4a-b549ecf19ae1-e2692847 {
  align-self: center;
}

#w-node-_94d523d7-b23b-81e2-18a6-a03e6bf86c57-e269285f {
  align-self: start;
}

#w-node-c1dfe429-59e2-b91e-b9bc-cbc84cd70fc8-e269285f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ca589c9b-008c-ead1-8aee-1f9bf380b50f-e269285f, #w-node-d8256085-af30-f163-5244-82c5889b746a-889b7466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d8256085-af30-f163-5244-82c5889b746c-889b7466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fdcb55bd-9040-69cc-0cd3-f3847f305c7a-e2692860 {
  align-self: stretch;
}

#w-node-fdcb55bd-9040-69cc-0cd3-f3847f305c8f-e2692860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_88c8cf58-17d4-e939-02d9-a94c71d6120e-e2692861 {
  align-self: stretch;
}

#w-node-_88c8cf58-17d4-e939-02d9-a94c71d61213-e2692861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_6c006b3a-8109-9efb-36d4-06e9ab23e27d-e2692862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-e2692862 {
  justify-self: end;
}

#w-node-db5a8244-65ea-9dec-a86a-a52410e36dcf-e2692864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e757b89b-f54a-cf2f-7d58-d2d65024b201-e2692864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_73044fe3-1b55-9dba-6549-37e8effc9479-e2692864, #w-node-aabed01c-4a3b-b5e1-6b8f-5212ed0b71a3-e2692864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2bf19c2-65ad-f00d-d695-348ffce9bda5-fce9bda1, #w-node-_0a4612af-e97a-a3f1-509c-df76aa4e7977-aa4e7973 {
  justify-self: start;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56a7-60cd56a3 {
  justify-self: end;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56a8-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56ac-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56ad-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56af-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56b1-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56b3-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56b5-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56b7-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56b9-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56bb-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56bc-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56be-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56c0-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56c2-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56c4-60cd56a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56c8-60cd56a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56cc-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56ce-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56d0-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56d2-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56d4-60cd56a3, #w-node-_8719d21a-644d-e811-405f-e99160cd56d6-60cd56a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56d8-60cd56a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_8719d21a-644d-e811-405f-e99160cd56eb-60cd56a3 {
  justify-self: start;
}

#w-node-_0690ad1d-013e-19ef-db33-b15e8674862c-86748602, #w-node-_0690ad1d-013e-19ef-db33-b15e8674864c-86748602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d564f496-63da-579a-3765-a65b5abea0a7-e2692868 {
  align-self: stretch;
}

#w-node-d564f496-63da-579a-3765-a65b5abea0ac-e2692868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-e269286b, #w-node-_7863737c-3ba6-b7ee-3b58-5d1e9846e912-e269286c {
  align-self: stretch;
}

#w-node-_7863737c-3ba6-b7ee-3b58-5d1e9846e915-e269286c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f1e77860-5837-1d9a-caab-5214b8519b02-e269286d, #w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-e269286d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9650c6-7c16-2d56-9c7d-39b872f9e677-e2692870 {
  justify-self: end;
}

#w-node-_9f5d14c1-23e8-6430-4adf-f698e0de5c25-e2692870 {
  align-self: stretch;
}

#w-node-_9f5d14c1-23e8-6430-4adf-f698e0de5c2b-e2692870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5630ef8d-493e-9c3d-f1c8-400cc1401651-e2692870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_167dd7fe-9979-acdd-5652-98d1fde93ab0-e2692870 {
  place-self: end;
}

#w-node-_4b18f4e1-5dc2-fc8c-0ca0-22e44cf26653-e2692870, #w-node-a1984171-b86a-aa87-8517-bdfab7363414-e2692870, #w-node-_4bb2fd3f-ab15-acc9-8e67-fc2c1cfb6af9-e2692870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d9f3157-0025-588e-89aa-8554fcbaec51-e2692871 {
  place-self: end;
}

#w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86ec-e2692871, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86fa-e2692871, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86fd-e2692871, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86ff-e2692871, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf870c-e2692871, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf8722-e2692871 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b0849d-fd21-8091-0579-d24fbee970dd-e2692872 {
  align-self: stretch;
}

#w-node-_10ab6d05-9d69-edd1-36ec-78ab5647d991-e2692872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-fccd55ba-dbb0-dac9-f73d-841806759857-e2692874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e91aad-d7b0-9455-e6bc-7fec05ff5113-e2692874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f47b2986-7bae-1c7d-6887-02800330513c-e2692874, #w-node-f47b2986-7bae-1c7d-6887-028003305140-e2692874 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f47b2986-7bae-1c7d-6887-028003305142-e2692874 {
  justify-self: start;
}

#w-node-a453c588-e63e-8cd1-440b-f65a0dcb66dd-e2692874 {
  place-self: end;
}

#w-node-_3958efad-41fe-5a5f-f9cf-30a861d6ac42-e2692875 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-_72b944f9-3fc8-cdcb-6334-93c1702623c6-e2692875 {
  place-self: center end;
}

#w-node-_7db8449f-31d4-24a9-605c-e4873460dbc4-e269288a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e7bca61-d45f-f2d9-9950-0880f989a0db-e269288a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f5cb18d3-baca-8af5-6daa-5a209c3d7070-e269288a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c137a06-c6ab-ddbd-58c6-a4a6404c7dd3-e269288a, #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158b7-d4044e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158d3-d4044e85, #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158d7-d4044e85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158d9-d4044e85 {
  justify-self: start;
}

#w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158ea-d4044e85 {
  justify-self: end;
}

#w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158f0-d4044e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-e26927e3, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-e26927e3 {
    order: -9999;
  }

  #w-node-a3e18dcb-52c8-c32c-9d00-c36c5c12291d-e2692807 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a36cb0b0-9a0f-8a34-ce84-6241a6bdd5fe-e2692807, #w-node-_26edb6d1-e9ab-d716-f218-006fa6f3f9f0-e2692807 {
    order: 9999;
  }

  #w-node-_26edb6d1-e9ab-d716-f218-006fa6f3f9f7-e2692807 {
    justify-self: auto;
  }

  #w-node-_0f6b7a7b-f597-5bc7-db73-e922de342ab5-de342ab1 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_0f6b7a7b-f597-5bc7-db73-e922de342ac2-de342ab1 {
    justify-self: end;
  }

  #w-node-_619efe17469a19c94a600b1500000000000b-e2692847 {
    justify-self: center;
  }

  #w-node-_94d523d7-b23b-81e2-18a6-a03e6bf86c57-e269285f {
    order: 9999;
  }

  #w-node-c1dfe429-59e2-b91e-b9bc-cbc84cd70fc8-e269285f {
    justify-self: auto;
  }

  #w-node-d8256085-af30-f163-5244-82c5889b746c-889b7466 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-e2692862 {
    justify-self: auto;
  }

  #w-node-_73044fe3-1b55-9dba-6549-37e8effc9479-e2692864 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56a7-60cd56a3 {
    justify-self: auto;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56c8-60cd56a3 {
    justify-self: center;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56d8-60cd56a3, #w-node-_9f5d14c1-23e8-6430-4adf-f698e0de5c2b-e2692870 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_5630ef8d-493e-9c3d-f1c8-400cc1401651-e2692870, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86ff-e2692871, #w-node-_625806e3-b41b-6bca-2c62-d90505202f0d-e2692872 {
    order: -9999;
  }

  #w-node-fccd55ba-dbb0-dac9-f73d-841806759851-e2692874, #w-node-_16e91aad-d7b0-9455-e6bc-7fec05ff5113-e2692874, #w-node-a453c588-e63e-8cd1-440b-f65a0dcb66dd-e2692874 {
    justify-self: auto;
  }

  #w-node-_3958efad-41fe-5a5f-f9cf-30a861d6ac42-e2692875 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f5cb18d3-baca-8af5-6daa-5a209c3d7070-e269288a {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158b7-d4044e85 {
    order: 9999;
  }

  #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158ea-d4044e85 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-e26927e3, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-e26927e3 {
    order: -9999;
  }

  #w-node-dcb28dbc-ad37-8a39-ee7a-2a3586736ce7-91dd5701 {
    justify-self: center;
  }

  #w-node-_94d523d7-b23b-81e2-18a6-a03e6bf86c57-e269285f {
    order: 9999;
  }

  #w-node-c2bf19c2-65ad-f00d-d695-348ffce9bda5-fce9bda1, #w-node-_0a4612af-e97a-a3f1-509c-df76aa4e7977-aa4e7973 {
    justify-self: center;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56c8-60cd56a3 {
    justify-self: start;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56eb-60cd56a3 {
    justify-self: center;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-e269286d, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-e269286d, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-e269286d, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-e269286d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-e269286d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-e269286d, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-e269286d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-e269286d, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-e269286d, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-e269286d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-e269286d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-e269286d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-e269286d, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-e269286d, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-e269286d, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-e269286d, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-e269286d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-e269286d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-e269286d, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-e269286d, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-e269286d, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-e269286d, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-e269286d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-e269286d, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-e269286d, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-e269286d, #w-node-_06c1d068-c0af-ebe9-25b5-a6877acf86ff-e2692871 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3e18dcb-52c8-c32c-9d00-c36c5c12291d-e2692807, #w-node-a3e18dcb-52c8-c32c-9d00-c36c5c122920-e2692807, #w-node-a3e18dcb-52c8-c32c-9d00-c36c5c122927-e2692807 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee656db5-0d27-f062-3870-55aa99aadfbe-e2692848 {
    order: 9999;
  }

  #w-node-db5a8244-65ea-9dec-a86a-a52410e36dcf-e2692864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8719d21a-644d-e811-405f-e99160cd56d8-60cd56a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0cc51855-9929-4969-4a52-496b7a59fe4f-e2692870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f47b2986-7bae-1c7d-6887-02800330513c-e2692874, #w-node-f47b2986-7bae-1c7d-6887-028003305140-e2692874, #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158d3-d4044e85, #w-node-_2e4f86a4-5b49-fc31-ef5a-f00de8a158d7-d4044e85 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cargo x arrow right';
  src: url('../fonts/cargo-x-arrow-right.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}