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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --color--light: #f2f6f8;
  --font--main: Montserrat, sans-serif;
  --color--dark: black;
  --type--body: 18px;
  --font--headings: Cinzel, sans-serif;
  --type--h1: 60px;
  --type--h2: 55px;
  --type--h3: 32px;
  --color--light-elevation: #e1e4e9;
  --color--dark-elevation: #1e1c1b;
  --dark-blue: #1f3572;
  --type--subtitle: 20px;
  --type--top-text: 12px;
  --blue-light: #5164c5;
}

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

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

.w-commerce-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 {
  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;
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h4 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

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

blockquote {
  border-left: 5px none var(--color--light);
  background-color: var(--color--light-elevation);
  font-family: var(--font--headings);
  color: var(--color--dark);
  border-radius: 20px;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 40px;
  font-size: 22px;
  line-height: 30px;
}

.divider-typography {
  background-color: var(--color--light-elevation);
  width: 100%;
  height: 1px;
}

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

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: #4646464a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 105%;
}

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

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

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

.main-container.landing {
  min-height: auto;
  padding-bottom: 75px;
}

.main-container.faq {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.body-small {
  font-size: 16px;
  line-height: 135%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

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

.template-h2 {
  margin-top: 0;
  font-size: 56px;
}

.rich-text img {
  border-radius: 24px;
}

.columns-template-details {
  margin-bottom: 40px;
  display: flex;
}

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

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

.link-template-navigation.w--current {
  color: var(--color--light);
  font-weight: 500;
}

.color {
  background-color: #faebe3;
  border: 1px solid #faeae361;
  border-radius: 8px;
  padding-top: 100%;
}

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

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

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

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

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

.section.hero-template {
  padding-top: 80px;
  padding-bottom: 90px;
}

.section.hero-home-b {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section.dark-services-home-b {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-bottom: 180px;
  overflow: hidden;
}

.section.move-text-light {
  overflow: hidden;
}

.section.dark-rounded {
  background-color: var(--dark-blue);
  color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 180px;
}

.section.light-rounded {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -80px;
  position: relative;
}

.section.footer-rounded {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -80px;
  padding-bottom: 32px;
  position: relative;
}

.section.hero-home-a {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.light-rounded-testimonials-halves {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}

.section.hero-home-c {
  padding-top: 72px;
  padding-bottom: 0;
  overflow: clip;
}

.section.dark-rounded-under-hero-home-c {
  background-color: var(--color--dark);
  color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -200px;
  padding-bottom: 180px;
  position: relative;
}

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

.section.hero-about-b {
  padding-top: 64px;
  overflow: clip;
}

.section.hero-about-c {
  padding-top: 40px;
  overflow: hidden;
}

.section.hero-features {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-contact-a, .section.hero-contact-b {
  padding-top: 40px;
}

.section.hero-contact-c {
  padding-top: 64px;
}

.section.hero-cases, .section.hero-case-inner {
  padding-top: 100px;
}

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

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

.section.hero-faq {
  padding-top: 80px;
}

.section.hero-privacy {
  padding-top: 80px;
  padding-bottom: 140px;
}

.section.hero-404 {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.section.main {
  padding-top: 50px;
}

.body-big {
  font-size: 20px;
  line-height: 135%;
}

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 300;
  line-height: 110%;
}

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

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

.cta-main {
  background-color: var(--color--light);
  color: var(--color--dark);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.dark-cta {
  background-color: var(--dark-blue);
  color: var(--color--light);
}

.cta-main.dark-cta.add-to-cart-cta {
  min-width: 230px;
}

.cta-main.outline-white {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  background-color: #faebe300;
}

.cta-main.outline-dark {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #faebe300;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nl-nav-menu-navbar-1 {
  background-color: #c8c8c800;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-toggle-mega {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px 16px 12px;
  line-height: 150%;
  display: flex;
}

.links-label-mega {
  opacity: .7;
  font-family: var(--font--headings);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.icon-chevron-dropdown {
  opacity: .8;
  width: 20px;
  height: 20px;
}

.apple-pay {
  border-radius: 12px;
  height: 40px;
}

.nav-dropdown-mega {
  position: static;
}

.cart-button {
  color: var(--color--light);
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-cart {
  background-color: var(--color--light);
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-cart:focus {
  color: #000;
  border-style: solid;
  border-color: #3d3a34;
}

.cart-header {
  background-color: var(--color--light-elevation);
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

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

.link-dropdown-simple {
  color: var(--color--dark);
  text-align: left;
  padding-left: 20px;
  padding-right: 44px;
  font-size: 15px;
  font-weight: 500;
}

.link-dropdown-simple:hover {
  background-color: #01010108;
}

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

.mega-menu-link {
  color: var(--color--dark);
  text-overflow: clip;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.menu-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.image-mega {
  width: 100%;
}

.cart-quantity {
  background-color: var(--color--light-elevation);
  color: var(--color--dark);
  font-size: 10px;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.navbar {
  background-color: var(--color--light);
  height: 82px;
  position: relative;
  inset: 0% 0% auto;
}

.column-mega-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.bottom-link-mega {
  color: var(--color--dark);
  font-size: .8em;
  font-weight: 500;
}

.mega-image-top-link {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.right-mega-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #171717;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.nav-link {
  font-family: var(--font--headings);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.sklep {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--color--light);
  border-radius: 8px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .5s;
}

.nav-link.sklep:hover {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.brand-link-navbar {
  align-items: center;
  height: 40px;
  display: flex;
}

.mega-mneu {
  background-color: var(--color--light-elevation);
  border: 1px solid #1717170f;
  border-radius: 16px;
  width: 100%;
  max-width: 1800px;
  padding: 48px 80px;
}

.cart-footer {
  background-color: var(--color--light-elevation);
}

.bottom-right-mega {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.cart-container {
  background-color: var(--color--light);
  border-radius: 6px;
}

.droppdown-list-simple.w--open {
  background-color: var(--color--light-elevation);
  border-radius: 16px;
}

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

.dropdown-list-mega {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.dropdown-list-mega.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 82px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-dropwdown {
  font-family: var(--font--headings);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.image-wrap-mega {
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 415px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: clip;
}

.flex-hero-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
  display: flex;
}

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

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

.wrap-image-home-b {
  z-index: 10;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

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

.lightbox-home-a {
  position: absolute;
  inset: auto auto 52px 52px;
}

.circle-play-video-home {
  background-color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.hide-play-icon {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.icon-play.hidden-play {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-lightbox-home-a {
  border-radius: 16px;
  width: 100%;
  height: 180px;
}

.wrap-video-home-b {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000042;
  border-radius: 20px;
  width: 320px;
  height: auto;
  padding: 24px 24px 20px;
  position: absolute;
  inset: auto auto 0% 110%;
}

.text-video-preview {
  color: var(--color--light);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.color-fill-home-a {
  z-index: 1;
  background-color: var(--color--dark);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  height: 280px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.flex-heading-left-content-right.mg-bottom-84 {
  margin-bottom: 84px;
}

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

.heading-left-flex-heading.limit-602 {
  max-width: 602px;
}

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

.top-text {
  font-size: var(--type--top-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 105%;
}

.top-text.case-left-text {
  margin-top: 23px;
}

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

.no-margins.white {
  color: var(--color--light);
}

.rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--light);
  background-color: #282624;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 6px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.rating.light-rating {
  color: var(--color--dark);
  background-color: #e6d8d1;
}

.rating.whatsapp {
  background-color: #25d366;
  border-radius: 10px;
  padding-right: 6px;
}

.rating-icon-wrap {
  background-color: var(--color--light);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  overflow: hidden;
}

.rating-icon-wrap.dark-icon-wrap {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.icon-rating {
  width: 22px;
  height: 22px;
  color: var(--color--dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-features {
  background-color: #0000;
  height: 100%;
}

.icon-feature-card-slide {
  width: 48px;
  height: 48px;
}

.icon-arrow-slider {
  width: 24px;
  height: 24px;
  display: block;
}

.slider-navgiation-hidden {
  display: none;
}

.slide-feature {
  margin-right: 32px;
}

.feature-card-slide {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.mask-features {
  width: 45%;
  overflow: visible;
}

.feature-card-slide-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.arrow-slider-features {
  background-color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -80px 0%;
}

.arrow-slider-features.right-arrow {
  left: 56px;
}

.arrow-slider-features.left-arrow {
  opacity: .5;
}

.section-big-image {
  background-color: var(--color--dark);
  color: var(--color--light);
  position: relative;
  overflow: hidden;
}

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

.overlay-big-image {
  background-image: linear-gradient(#000, #00000017 37%, #000000ad 71%, #00000096);
  position: absolute;
  inset: 0%;
}

.wrap-content-big-image {
  z-index: 10;
  padding-bottom: 72px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-people-big-image {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.wrap-images-people-big-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-people-big-image {
  border: 1px solid #fafeff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: -16px;
}

.wrap-text-big-image {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.big-image-text {
  font-family: var(--font--headings);
  font-size: 48px;
  font-weight: 500;
  line-height: 122%;
}

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

.flex-cta-left.mg-top-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 16px;
}

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

.heading-left.heading-testimonial-slider-big {
  max-width: 612px;
  margin-bottom: 80px;
}

.heading-left.heading-testimonial-slider-halves {
  max-width: 612px;
  margin-bottom: 56px;
}

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

.heading-left.blog-wide-heading {
  max-width: 600px;
  margin-bottom: 88px;
}

.heading-left.halves-combo-heading {
  max-width: 780px;
  margin-bottom: 88px;
}

.heading-left.stats-wide-heading {
  max-width: 612px;
  margin-bottom: 56px;
}

.testimonial-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonial-bottom-tile {
  background-color: var(--color--light-elevation);
  border-radius: 16px;
  padding: 32px 24px;
}

.testimonial-right-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.author-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.testimonial-image-wrap {
  border-radius: 24px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.testimonial-text-overlay {
  background-color: var(--color--light);
  position: absolute;
  inset: auto 0% 0%;
}

.cover-testimonial-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.arrow-testimonial-big {
  background-color: var(--color--dark);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto 24px 32px auto;
}

.arrow-testimonial-big.left {
  right: 80px;
}

.testimonial-image-mask {
  background-color: #f8f7f5;
  position: absolute;
  inset: auto 0% 0%;
}

.text-testimonial-slider {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-testimonial-name-slider {
  font-size: 22px;
  line-height: 130%;
}

.text-testimonial-position-slider {
  font-size: 16px;
  line-height: 120%;
}

.text-moving-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-line.first {
  margin-bottom: 16px;
}

.text-moving {
  font-family: var(--font--headings);
  flex: none;
  font-size: 114px;
  font-weight: 600;
  line-height: 104%;
}

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

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

.heading-center.vision-heading-limit {
  max-width: 910px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.heading-center.two-videos-heading {
  max-width: 840px;
  margin-bottom: 64px;
}

.heading-center.faq-heading {
  max-width: 620px;
  margin-bottom: 64px;
}

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

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

.tile-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-elevation);
  border-radius: 20px;
  flex-flow: column;
  padding: 24px 24px 32px;
  display: flex;
}

.tile-team-thirds.light-team-tile {
  background-color: var(--color--light-elevation);
}

.wrap-image-team {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.image-team {
  width: 100%;
}

.bottom-team-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-socials-team {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-social-team {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  border: 1px solid #faebe3ad;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.grid-under-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 100px;
}

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

.text-medium {
  font-family: var(--font--headings);
  letter-spacing: -.1px;
  font-size: 26px;
  line-height: 110%;
}

.number-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.number-features-grid.hide {
  display: none;
}

.home-number-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-stat-small {
  letter-spacing: -.1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.text-substat-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.text-connection-section {
  letter-spacing: -.4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.connection-line {
  background-color: var(--color--dark);
  width: 100%;
  height: 1px;
}

.connection-line.left-line {
  transform-origin: 0%;
}

.connection-line.left-line.light-line {
  background-color: var(--color--light);
}

.connection-line.right-line {
  transform-origin: 100%;
}

.connection-line.right-line.light-line {
  background-color: var(--color--light);
}

.master-connection {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.connection-line-master {
  flex: 1;
  align-items: center;
  display: flex;
}

.wrap-connection {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.connection-circle {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.connection-circle.left-circle {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
}

.connection-circle.left-circle.light-circle {
  background-color: var(--color--light);
}

.connection-circle.right-circle {
  margin-left: 8px;
}

.connection-circle.right-circle.light-circle {
  background-color: var(--color--light);
}

.limit-connection-text {
  max-width: 970px;
}

.connection-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  inset: 32px auto auto;
}

.connection-logo {
  height: 88px;
  margin-left: 32px;
  margin-right: 32px;
}

.grid-cases-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.tile-project-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--dark-elevation);
  color: var(--color--light);
  border-radius: 32px;
  flex-flow: column;
  padding: 32px 32px 44px;
  text-decoration: none;
  display: flex;
}

.tile-project-halves.small-tile {
  border-radius: 18px;
  padding: 24px 24px 40px;
}

.tile-project-halves.light-tile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--color--light-elevation);
  color: var(--color--dark);
  padding: 15px 15px 20px;
}

.tile-project-halves.blue-tile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-blue);
  height: 100%;
  color: var(--color--light);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 15px 20px;
  position: relative;
}

.tile-project-halves.imagebg {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-blue);
  width: 100%;
  height: 100%;
  color: var(--color--light);
  background-image: url('../images/Balustrady-na-wymiar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 15px 20px;
  position: relative;
}

.tile-project-halves.imagebg._3 {
  background-image: url('../images/Sklep_1.jpg');
}

.tile-project-halves.imagebg._2 {
  background-image: url('../images/konfigurator.jpg');
}

.wrap-tile-project-image {
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.wrap-tile-project-image.small-tile-image-wraop {
  border-radius: 16px;
}

.image-tile-project-image {
  flex: 1;
  width: auto;
}

.bottom-project-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-project-halves {
  object-fit: contain;
  max-width: 230px;
  max-height: 40px;
  margin-bottom: 8px;
}

.logo-project-halves.small-logo-version {
  max-height: 32px;
}

.limit-description-project-tile {
  max-width: 640px;
}

.limit-description-project-tile.small-description-limit {
  max-width: 390px;
}

.text-description-small-tile-project {
  letter-spacing: -.1px;
  font-size: 22px;
  line-height: 110%;
}

.h3-small-tile-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 102%;
}

.newsletter-field-master {
  max-width: 304px;
  position: relative;
}

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

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

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

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.field-newsletter-footer {
  border: 1px solid var(--color--dark);
  width: 100%;
  height: 48px;
  color: var(--color--dark);
  background-color: #fff0;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

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

.field-newsletter-footer::placeholder {
  color: #0009;
}

.text-bottom-newsletter {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.label-footer {
  color: #000c;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

.success-message-newsletter {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 400px;
  font-size: 16px;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.icon-arrow-newsletter {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-link {
  color: var(--color--dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

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

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-social {
  color: #1e1c1bcc;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.icon-social:hover {
  color: var(--color--dark);
}

.social-link {
  color: #ccc;
  height: auto;
  transition: background-color .2s;
}

.social-link:hover {
  color: #07171f;
  object-fit: fill;
}

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

.text-bottom-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-bottom-footer.opacity-50 {
  color: #0009;
  max-width: 1030px;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.footer-bottom-tile {
  border-top: 1px solid var(--color--dark);
  border-bottom: 1px solid var(--color--dark);
  margin-top: 144px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.rouletter-wrap {
  width: 100%;
  height: 70vh;
  max-height: 600px;
}

.roulette-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.rouletter-block {
  flex: none;
  width: auto;
  height: 100%;
}

.roulette-container {
  width: 80vw;
  height: 80vw;
  position: relative;
}

.roulette-column {
  flex-flow: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.roulette-column._90-column {
  transform: rotate(90deg);
}

.roulette-column._45-column {
  transform: rotate(45deg);
}

.roulette-column._45-column-rev {
  transform: rotate(-45deg);
}

.roulette-card {
  border-radius: 20px;
  width: 100%;
  height: 22vw;
  overflow: hidden;
}

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

.master-grids-services-bento {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.feature-card-bento {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.feature-card-bento.kafelki-light {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--light-elevation);
}

.feature-card-bento-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-feature-card-bento {
  width: 48px;
  height: 48px;
}

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

.text-testi-name-halves {
  font-size: 24px;
  font-weight: 400;
  line-height: 121%;
}

.text-testimonial-halves {
  font-size: 18px;
  font-weight: 200;
  line-height: 122%;
}

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

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

.slide-testimonials {
  margin-right: 4%;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.tile-testimonials-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--light-elevation);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.text-testimonial-position-halves {
  opacity: .6;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

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

.master-testimonials {
  position: relative;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 40%;
  height: auto;
  position: static;
}

.image-testimonials-halves {
  border-radius: 12px;
  width: 120px;
  height: 120px;
}

.arrow-slider-testimonials-halves {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: -100px 0% auto auto;
}

.arrow-slider-testimonials-halves.left-arrow {
  opacity: .5;
  right: 56px;
}

.divider-testimonials-halves {
  transform-origin: 0%;
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.right-under-testimonials-halves {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-big-image-team {
  border-radius: 24px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.image-big-image-team {
  width: 100%;
}

.wrap-quote-big-image-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 40%;
  max-width: 398px;
  color: var(--color--light);
  background-color: #0006;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

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

.left-faq-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

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

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

.plus-line-faq.dark-plus-line {
  background-color: var(--color--dark);
}

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

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

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

.single-faq {
  background-color: var(--blue-light);
  cursor: pointer;
  border-radius: 12px;
  padding: 32px 40px;
}

.single-faq.light-faq {
  background-color: var(--color--light-elevation);
}

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

.right-faq-halves {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-weight: 500;
  line-height: 110%;
}

.wrap-title-home-c {
  z-index: 20;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1070px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.master-hero-home-c {
  perspective: 2000px;
  height: 300vh;
  position: relative;
}

.video-home-b {
  border-radius: 20px;
  width: 40vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.grid-sticky-features {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.left-sticky-features {
  position: relative;
}

.sticky-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
  position: sticky;
  top: 80px;
}

.right-sticky-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.video-paragraph {
  padding-top: 24px;
  font-size: 18px;
}

.master-videos-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.h3-small {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 122%;
}

.video-text-wrap {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay-video-halves {
  z-index: 3;
  background-image: linear-gradient(#0000, #00000038 40%, #0000008c 65%, #000000c2);
  position: absolute;
  inset: 0%;
}

.overlay-video-halves.zindex {
  z-index: 0;
}

.wrap-heading-videos-halves {
  max-width: 350px;
}

.video-havles {
  z-index: 1;
  width: 50%;
  color: var(--color--light);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  transition: width .5s;
  display: flex;
  position: relative;
}

.video-havles:hover {
  width: 120%;
}

.video-havles.mainpage {
  border-radius: 32px;
  min-height: 60vh;
  padding: 0;
  overflow: clip;
}

.video-text {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
}

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

.tile-stat-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--light-elevation);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 12px;
  display: flex;
}

.tile-stat-big.dark-tile-stat {
  background-color: var(--color--dark-elevation);
}

.text-stat-big {
  font-family: var(--font--headings);
  font-size: 80px;
  line-height: 100%;
}

.text-substat-big {
  font-size: 22px;
  line-height: 130%;
}

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

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

.tile-team-moving {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-elevation);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 444px;
  padding: 24px 24px 32px;
  display: flex;
}

.limit-text-moving-team {
  max-width: 682px;
  margin-top: 80px;
}

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

.master-case-wide {
  border-top: 1px solid var(--color--dark);
  padding-top: 56px;
  padding-bottom: 56px;
}

.master-case-wide.light-dividers-case {
  border-top-color: var(--color--light);
}

.grid-case-wide {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 2fr;
}

.image-case-wide {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.right-case-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 530px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.logo-case-wide {
  object-fit: contain;
  max-width: 300px;
  height: 40px;
}

.text-description-case-wide {
  font-size: 22px;
  line-height: 130%;
}

.grid-halves-combo {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.wrap-image-halves-combo {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.overlay-general {
  background-color: var(--color--light);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.image-halves-combo {
  width: 100%;
}

.right-halves-combo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 444px;
  display: flex;
}

.grid-about-a-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.left-hero-about-a {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-hero-about-a {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.image-hero-about-a {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-left-hero-about-a {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  display: flex;
}

.h1-small {
  font-weight: 400;
}

.limit-subtitle-about-a {
  max-width: 570px;
}

.bottom-left-hero-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.text-trusted-by {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.single-text-marquee {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-logo {
  height: 30px;
}

.marquee-shadow-dark {
  background-image: linear-gradient(90deg, #faeae300, #faeae3);
  width: 70px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-shadow-dark.left {
  background-image: linear-gradient(90deg, #faeae3, #faeae300);
  inset: 0% auto 0% 0%;
}

.grid-sticky-values {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.left-sticky-values {
  position: relative;
}

.sticky-values {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
  position: sticky;
  top: 80px;
}

.right-sticky-values {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tile-sticky-value {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.top-value-light {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-sicky-value {
  width: 48px;
  height: 48px;
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.single-stat-wide {
  border-top: 2px solid #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 2px solid #000;
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-family: var(--font--headings);
  font-size: 112px;
  font-weight: 400;
  line-height: 90%;
}

.master-about-b-hero {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.h1-about-b {
  font-size: 136px;
  line-height: 105%;
}

.image-pill-about-b {
  object-fit: cover;
  border-radius: 24px;
  width: 194px;
  height: 101px;
  margin-top: 28px;
  display: block;
}

.video-pill-about-b {
  border-radius: 24px;
  width: 194px;
  height: 101px;
  margin-top: 28px;
}

.grid-gallery-halves {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.image-gallery-halves {
  border-radius: 24px;
}

.tile-value-light {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--light-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.move-text-dark-wrap {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.move-text-dark-under-team {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-top: 0;
  padding-bottom: 180px;
  overflow: hidden;
}

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

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

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

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

.image-gallery-horizontal {
  border-radius: 24px;
  flex: none;
  height: 420px;
  display: block;
}

.grid-hero-about-c {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.right-hero-about-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 834px;
  display: flex;
}

.text-big {
  letter-spacing: -.1px;
  font-size: 32px;
  line-height: 110%;
}

.wrap-people {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.wrap-people-images {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-people {
  border: 2px solid var(--color--light);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: -16px;
}

.divider-hero-about-c {
  background-color: var(--color--dark);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

.limit-subtitle-services {
  max-width: 430px;
}

.item-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.item-hero-services.nl-reverse-hero-12 {
  justify-content: flex-end;
}

.left-hero-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.nl-wrap-images-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.single-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-hero-services {
  grid-column-gap: 65px;
  grid-template-rows: auto;
}

.top-hero-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  display: flex;
}

.gradient-hero-services {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--color--light), #faeae300 43%, #faeae300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.gradient-hero-services.gradient-bottom {
  background-image: linear-gradient(0deg, var(--color--light), #faeae352 48%, #faeae300);
  inset: auto 0% -1px;
}

.image-wrap-hero-services {
  border-radius: 12px;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.flex-check-list-big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.single-check-list-big {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 135%;
  display: flex;
}

.circle-checklist-big {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-check-list-big {
  width: 20px;
  height: 20px;
}

.icon-service-single {
  width: 140px;
  height: 140px;
}

.grid-bottom-service-single {
  grid-template-rows: auto;
}

.single-list-service {
  border-top: 1px solid var(--color--light);
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
}

.single-list-service.last-service-item {
  border-bottom: 1px solid var(--color--light);
}

.single-list-service.dark-list {
  border-top-color: var(--color--dark);
}

.single-list-service.last-dark {
  border-bottom: 1px solid var(--color--dark);
  border-top-color: var(--color--dark);
}

.heading-wrap-service-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 192px;
  display: flex;
}

.left-service-single {
  max-width: 514px;
}

.list-service-single {
  flex-flow: column;
  width: 100%;
  max-width: 596px;
  display: flex;
}

.text-service-big {
  font-size: 26px;
  line-height: 124%;
}

.contact-b-form {
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.success-wrap {
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-contact {
  background-color: var(--color--dark);
  width: 100%;
  height: 100%;
  color: var(--color--light);
  border-radius: 8px;
  position: relative;
}

.contact-a-info-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.contact-heading-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-button-wrap {
  margin-top: 24px;
}

.contact-a-halves {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.link-contact-tile {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.contact-b-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-contact-tile-top {
  color: #0009;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.contact-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.wrap-heading-form-contact-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-a-divider {
  background-color: #000;
  width: 1px;
  height: 850px;
}

.icon-contact-tile {
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.contact-a-heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-b-form-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 49px;
}

.contact-form-master {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.contact-form-wrap {
  width: 100%;
  max-width: 532px;
}

.contact-input-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.text-field-contact {
  background-color: var(--color--light-elevation);
  color: #000;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

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

.text-field-contact::placeholder {
  color: #0000008a;
}

.text-field-contact.textarea {
  height: 343px;
}

.tile-contact-a {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--color--light-elevation);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.h1-contact-left {
  font-weight: 400;
}

.master-faq-center {
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-contact-b {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.bottom-contact-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-address-contact-b {
  margin-top: auto;
  font-size: 1.1em;
  line-height: 130%;
}

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

.left-contact-b {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.divider-contact-b {
  transform-origin: 0%;
  background-color: #171717;
  width: 100%;
  height: 2px;
}

.right-contact-b {
  border-radius: 20px;
  max-width: 640px;
  position: relative;
  overflow: hidden;
}

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

.link-bottom-contact-b {
  color: #171717;
  font-size: 1.2em;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-bottom-contact-b:hover {
  text-decoration: underline;
}

.link-social-contact-b {
  grid-column-gap: 16px;
  color: #171717;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3em;
  line-height: 126%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.link-social-contact-b:hover {
  opacity: .9;
}

.nl-list-links-contact-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
}

.circle-social-contact-b {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.title-wrap-contact-c {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1238px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-contact-c {
  width: 28px;
  height: 28px;
}

.logo-contact-c {
  height: 28px;
}

.tile-contact-c {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  background-color: var(--color--light-elevation);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 64px;
  display: flex;
}

.grid-contact-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.top-conctac-c {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-c {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
}

.single-contact-c-list {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.image-contact-c {
  object-fit: cover;
  border-radius: 20px;
}

.h2-contact-c {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 105%;
}

.bottom-contact-c {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap-cases {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.master-heading-divider-cases {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.master-heading-divider-cases.mg-top-100 {
  margin-top: 100px;
}

.divider-cases {
  background-color: var(--color--dark);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

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

.grid-case-inner.hero-grid {
  margin-bottom: 100px;
}

.right-hero-case-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-case-details {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-case-detail {
  font-size: 22px;
  line-height: 120%;
}

.link-website-case {
  text-decoration: none;
}

.right-case-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.wrap-image-hero-case {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.image-hero-case {
  width: 100%;
}

.wrap-logo-hero-case {
  background-color: var(--color--light);
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 282px;
  padding: 12px 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 80px;
}

.logo-hero-case {
  object-fit: contain;
  width: 100%;
  max-height: 40px;
}

.left-round-logo {
  width: 20px;
  position: absolute;
  inset: 0% auto auto -20px;
}

.right-round-logo {
  width: 20px;
  position: absolute;
  inset: 0% -20px auto auto;
}

.single-case-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.divider-case-section {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
}

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

.master-galleries {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.image-gallery {
  width: 100%;
}

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

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

.item-gallery {
  display: flex;
}

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

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

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation);
  border-radius: 24px;
  flex-flow: column;
  padding: 40px 32px 32px;
  display: flex;
}

.tile-pricing.dark-tile {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.top-pricing-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-pricing-tile {
  width: 32px;
  height: 32px;
}

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

.divider-pricing.light-divider {
  background-color: #faebe34d;
}

.text-price-tile {
  font-family: var(--font--headings);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

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

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

.circle-check-list-pricing {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.circle-check-list-pricing.light-circle {
  background-color: var(--color--light);
}

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

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

.flex-back-to-all {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.link-back-to-all {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

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

.master-product-details {
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.default-state {
  margin-bottom: 0;
}

.single-product-detail {
  border-top: 1px solid #0000004d;
  padding-top: 72px;
  padding-bottom: 72px;
}

.single-product-detail.first-product {
  border-top-color: var(--color--dark);
}

.grid-product-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.grid-bullets-product {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.circle-checklist-medium {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-check-list-medium {
  width: 16px;
  height: 16px;
}

.single-check-list-medium {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 135%;
  display: flex;
}

.title-wrap-faq {
  max-width: 790px;
  margin-bottom: 100px;
}

.master-faq-sections {
  flex-flow: column;
  display: flex;
}

.single-faq-section {
  border-top: 1px solid #0000004d;
  padding-top: 72px;
  padding-bottom: 72px;
}

.single-faq-section.first-faq-section {
  border-top-color: var(--color--dark);
}

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

.master-faq-section {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 664px;
  display: flex;
}

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

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

.checkout-form {
  background-color: var(--color--light);
  border-top: 1px solid #0000001a;
  padding: 64px 0 100px;
  font-size: 18px;
  line-height: 124%;
}

.text-field-checkout-page {
  background-color: var(--color--light-elevation);
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 12px;
}

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

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

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

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

.block-header {
  background-color: var(--color--light-elevation);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #00000036;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.shipping-method {
  background-color: #f2f2f2;
  border-bottom-color: #18282e3b;
}

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

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

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

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

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

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

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

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

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

.h3-video-halves {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 105%;
}

.h3-case-section {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 105%;
}

.right-product-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tile-changelog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
  display: flex;
}

.h2-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 122%;
}

.logo-salees {
  width: 100%;
}

.flex-hero-sales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.divider-sales {
  background-color: var(--color--dark);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.flex-cta-sales {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.section-sales-mockups {
  background-color: #000;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

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

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

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

.body-small-2 {
  font-size: 18px;
  line-height: 126%;
}

.hide-cta-text {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.body-medium {
  font-size: 22px;
  line-height: 125%;
}

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

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

.body-small-3 {
  font-size: 18px;
  line-height: 124%;
}

.sales-info-image {
  object-fit: scale-down;
  object-position: 50% 100%;
  height: auto;
  margin-top: auto;
  display: block;
}

.sales-info-image.style-guide {
  object-fit: fill;
  width: 100%;
}

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

.included-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--light-elevation);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  padding: 24px;
}

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

.cta-outline-dark {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.included-outer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.body-big-2 {
  font-size: 26px;
  line-height: 124%;
}

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

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

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

.image-sales-page {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

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

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #e3ebfa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

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

.sales-card.page-card {
  background-color: var(--color--dark-elevation);
  justify-content: flex-end;
  align-items: center;
  padding: 32px 32px 0;
}

.divider-sales-pages {
  background-color: #faebe34d;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

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

.text-page-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 125%;
}

.div-icon {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.body {
  font-weight: 300;
}

.ikonik-xklnkf, .ikonik-pb6ng, .ikonik-c8zth, .ikonik-maz1dl, .ikonik-hdgs7, .ikonik-rf1lm, .ikonik-4pio1, .ikonik-i3hqv, .ikonik-bm7k3, .ikonik-h4zkef, .ikonik-r7ag6l {
  color: #000;
}

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

.grid-two-rows.onerow {
  grid-template-rows: auto;
}

.small {
  font-size: 13px;
  font-weight: 300;
}

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

.image-gallery-horizontal-2 {
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 420px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.flex-hero-home-b-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 70px;
  display: flex;
}

.heading {
  color: #4d4d4d;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
}

.left-hero-home-b-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 884px;
  display: flex;
}

.lightbox-link-4 {
  text-decoration: none;
}

.cta-main-2 {
  color: #292929;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-2.dark-cta {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #4d4d4d;
  border-radius: 0;
  font-weight: 400;
}

.main-container-2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.subtitle-2 {
  font-size: 21px;
  font-weight: 200;
  line-height: 110%;
}

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

.wrap-cta-hero-home-b-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ikonik-l90jz, .ikonik-u9724g, .ikonik-qs3a9, .ikonik-kxp1z, .ikonik-2zjm8f {
  color: #000;
}

.whatsapp-fixed {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.ikonik-19cqs {
  color: #25d366;
}

.icon-rating-whatsapp {
  color: #25d366;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.uui-icon-featured-outline-large {
  color: #c7b299;
  border: .5rem #f9f5ff;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.div-intro-hover-2 {
  background-color: #fff0;
  border: 1px solid #ffffff52;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  display: block;
}

.lordicon-interaction-hover-2 {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: auto;
}

.div-intro-hover {
  background-color: #fff0;
  border: 1px #14edf2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  display: block;
}

.lordicon-interaction-hover {
  width: 70px;
  height: 70px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: auto;
}

.margin-50 {
  width: 50px;
  height: 50px;
}

.icon-and-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.icon-and-text.small-description-limit {
  max-width: 390px;
}

.bottom-project-halves-100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.oferta-button-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.oferta-button-div.mg-top-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 16px;
}

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

  h2 {
    font-size: 52px;
  }

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

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

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

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

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

  .section.move-text-light {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .section.hero-features {
    padding-top: 52px;
  }

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

  .section.hero-case-inner {
    padding-top: 64px;
  }

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

  .wrap-menu-button {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 32px;
  }

  .nl-nav-menu-navbar-1 {
    z-index: 10000;
    background-color: var(--color--light-elevation);
    border-radius: 24px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 80vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    position: absolute;
    inset: 80px 0% auto auto;
    overflow: scroll;
    box-shadow: 0 2px 30px #5e5e5e1a;
  }

  .dropdown-toggle-mega {
    justify-content: center;
    align-items: center;
  }

  .icon-chevron-dropdown {
    width: 22px;
    height: 22px;
  }

  .nav-dropdown-mega {
    display: block;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .right-navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .mega-menu-link {
    font-size: 18px;
    line-height: 150%;
  }

  .mega-menu-left {
    flex-flow: column;
  }

  .dropdown-simple {
    display: block;
  }

  .menu-button {
    background-color: var(--color--light-elevation);
    border-radius: 8px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--dark);
  }

  .navbar {
    position: relative;
  }

  .nav-link {
    font-size: 22px;
    line-height: 135%;
    display: block;
  }

  .mega-mneu {
    border-color: #17171740;
    padding: 0;
  }

  .droppdown-list-simple.w--open {
    border: 1px solid #00000045;
    position: static;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 20px;
    height: 2px;
    padding: 0;
  }

  .dropdown-list-mega.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .text-dropwdown {
    font-size: 22px;
  }

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

  .flex-hero-home-b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 670px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .wrap-image-home-b {
    height: 40vw;
    min-height: 510px;
  }

  .image-hero-home-b {
    object-fit: cover;
    height: 100%;
  }

  .lightbox-home-a {
    bottom: 32px;
    left: 32px;
  }

  .video-lightbox-home-a {
    height: 130px;
  }

  .wrap-video-home-b {
    width: 270px;
  }

  .color-fill-home-a {
    height: 20vw;
  }

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

  .flex-heading-left-content-right.mg-bottom-84 {
    margin-bottom: 50px;
  }

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

  .top-text.case-left-text {
    margin-top: 0;
  }

  .rating {
    order: 1;
  }

  .rating.light-rating.about-a-rating, .rating.light-rating.about-c-rating {
    order: -1;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .feature-card-slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-big-image {
    height: 80vh;
    min-height: 740px;
  }

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

  .flex-cta-left.hide-tablet {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .heading-left.blog-wide-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-right-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .testimonial-image-wrap {
    height: 100%;
  }

  .arrow-testimonial-big {
    width: 48px;
    height: 48px;
  }

  .arrow-testimonial-big.left {
    right: 80px;
  }

  .text-testimonial-slider {
    font-size: 30px;
  }

  .text-moving {
    font-size: 72px;
  }

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

  .grid-under-team-thirds {
    text-align: center;
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-stat-small {
    font-size: 40px;
  }

  .text-connection-section {
    font-size: 25px;
    line-height: 135%;
  }

  .wrap-connection {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .limit-connection-text {
    max-width: 740px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .rouletter-wrap {
    max-height: 330px;
  }

  .grid-services-bento-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-testimonial-halves {
    font-size: 23px;
  }

  .top-testimonials-halves {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials-halves {
    padding: 32px;
  }

  .wrap-big-image-team {
    max-width: 440px;
    height: 50vw;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    width: 100%;
    max-width: none;
    inset: auto 0% 0%;
  }

  .wrap-title-home-c {
    max-width: 730px;
  }

  .video-havles:hover {
    width: 50%;
  }

  .tile-stat-big {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-stat-big {
    font-size: 40px;
  }

  .text-substat-big {
    font-size: 20px;
  }

  .tile-team-moving {
    flex: none;
    max-width: 320px;
  }

  .master-case-wide {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .grid-case-wide {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1.1fr;
  }

  .right-case-wide {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .right-hero-about-a {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-left-hero-about-a {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-about-a {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-small {
    font-size: 54px;
  }

  .bottom-left-hero-about-a {
    justify-content: flex-start;
    align-items: center;
    max-width: 680px;
  }

  .text-stat-wide {
    font-size: 76px;
  }

  .master-about-b-hero {
    grid-column-gap: 2vw;
  }

  .h1-about-b {
    font-size: 10vw;
    line-height: 100%;
  }

  .image-pill-about-b, .video-pill-about-b {
    width: 20vw;
    height: 11vw;
    margin-top: 2vw;
  }

  .tile-value-light {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .move-text-dark-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .title-wrap-about-c {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-gallery-horizontal {
    height: 360px;
  }

  .item-hero-services {
    width: 100%;
  }

  .left-hero-services {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nl-wrap-images-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-hero-services.column-two-services, .column-hero-services.column-one-services {
    width: 49%;
  }

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

  .top-hero-services {
    justify-content: flex-start;
    align-items: center;
    max-width: 610px;
  }

  .gradient-hero-services {
    height: 140px;
  }

  .image-wrap-hero-services {
    height: 320px;
  }

  .single-check-list-big {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-bottom-service-single {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-wrap-service-single {
    text-align: center;
    flex-flow: column;
  }

  .contact-a-info-block {
    padding-top: 0;
  }

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

  .contact-a-divider {
    display: none;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .h1-contact-left {
    font-size: 70px;
  }

  .grid-contact-b {
    grid-template-columns: 1fr;
  }

  .image-contact-b {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact-b {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-contact-b {
    max-width: 480px;
  }

  .tile-contact-c {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-contact-c {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .title-wrap-cases {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
  }

  .master-heading-divider-cases {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-case-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-case-inner.hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .left-case-details {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .wrap-logo-hero-case {
    width: 190px;
    left: 40px;
  }

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

  .grid-product-detail {
    grid-template-columns: 2fr;
  }

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

  .master-faq-section {
    max-width: none;
  }

  .checkout-form {
    padding-top: 80px;
  }

  .link-brand-checkout {
    height: 20px;
  }

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

  .h2-small {
    font-size: 48px;
  }

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

  .flex-cta-sales {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .body-medium {
    font-size: 20px;
  }

  .wrap-figma-content {
    justify-content: flex-start;
    align-items: center;
  }

  .figma-left {
    flex-flow: column;
  }

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

  .included-card.figma-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .sales-card {
    padding: 16px;
  }

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

  .text-page-name {
    font-size: 20px;
  }

  .image-gallery-horizontal-2 {
    height: 360px;
  }

  .flex-hero-home-b-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 670px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .oferta-button-div.hide-tablet {
    justify-content: center;
    align-items: center;
    display: none;
  }
}

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

  h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

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

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

  .section.move-text-light {
    padding-bottom: 80px;
  }

  .section.dark-rounded {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-bottom: 140px;
  }

  .section.light-rounded, .section.footer-rounded {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .section.light-rounded-testimonials-halves {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -60px;
  }

  .section.dark-rounded-under-hero-home-c {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

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

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

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

  .nl-nav-menu-navbar-1 {
    margin-right: 16px;
  }

  .navbar {
    height: 90px;
  }

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

  .feature-card-slide {
    padding: 32px;
  }

  .mask-features {
    width: 75%;
  }

  .arrow-slider-features {
    inset: auto auto -78px 78px;
  }

  .arrow-slider-features.left-arrow {
    left: 0;
    right: auto;
  }

  .image-people-big-image {
    width: 44px;
    height: 44px;
    margin-right: -12px;
  }

  .big-image-text {
    font-size: 32px;
  }

  .heading-left.heading-testimonial-slider-big {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-bottom-tile {
    background-color: #f0dfd500;
    padding: 0;
  }

  .testimonial-right-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .testimonial-slide {
    position: static;
  }

  .testimonial-slider {
    position: relative;
  }

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

  .testimonial-image-wrap {
    height: 500px;
  }

  .arrow-testimonial-big {
    inset: auto 24px 36px auto;
  }

  .arrow-testimonial-big.left {
    right: 79px;
  }

  .text-testimonial-slider {
    font-size: 26px;
  }

  .text-moving {
    font-size: 48px;
  }

  .text-stat-small {
    font-size: 36px;
  }

  .text-connection-section {
    font-size: 24px;
  }

  .wrap-connection {
    width: 90%;
    max-width: none;
  }

  .connection-text {
    font-size: 18px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-cases-halves {
    grid-template-columns: 2fr;
  }

  .brand-image-footer {
    display: block;
  }

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

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .title-wrap-home-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .rouletter-wrap {
    height: 70vh;
    max-height: 140px;
  }

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

  .feature-card-bento {
    padding: 32px;
  }

  .slide-testimonials {
    margin-right: 0%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .tile-testimonials-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .slider-testimonials {
    width: 100%;
  }

  .arrow-slider-testimonials-halves {
    inset: auto auto -78px 78px;
  }

  .arrow-slider-testimonials-halves.right-arrow {
    left: 60px;
  }

  .arrow-slider-testimonials-halves.left-arrow {
    left: 0;
    right: auto;
  }

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

  .wrap-big-image-team {
    height: 60vw;
    min-height: 400px;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    padding: 22px;
    font-size: 16px;
  }

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

  .left-faq-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-faq {
    line-height: 28px;
  }

  .grid-sticky-features {
    grid-template-columns: 1fr;
  }

  .sticky-features {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .master-videos-halves {
    flex-flow: column;
  }

  .video-havles {
    width: 100%;
    height: 400px;
  }

  .video-havles:hover {
    width: 100%;
  }

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

  .text-description-case-wide {
    font-size: 24px;
  }

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

  .grid-about-a-hero {
    flex-flow: column;
    display: flex;
  }

  .bottom-left-hero-about-a {
    max-width: none;
  }

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

  .sticky-values {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-sticky-value {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 32px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .master-about-b-hero {
    margin-bottom: 100px;
  }

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

  .tile-value-light {
    padding: 32px;
  }

  .move-text-dark-wrap {
    padding-top: 100px;
  }

  .grid-hero-about-c {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 2fr;
  }

  .image-people {
    width: 44px;
    height: 44px;
    margin-right: -12px;
  }

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

  .single-check-list-big {
    text-align: left;
  }

  .grid-bottom-service-single {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .heading-wrap-service-single {
    margin-bottom: 100px;
  }

  .left-service-single {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-service-big {
    font-size: 24px;
  }

  .contact-b-form {
    padding-top: 0;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
  }

  .contact-b-grid {
    grid-template-columns: 1fr;
  }

  .contact-a-heading-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field-contact.textarea {
    height: 250px;
  }

  .bottom-contact-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .nl-list-links-contact-2 {
    margin-top: 40px;
  }

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

  .tile-contact-c {
    padding: 52px;
  }

  .h2-contact-c {
    font-size: 1.9em;
  }

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

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

  .grid-bullets-product {
    grid-template-columns: 1fr;
  }

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

  .single-faq-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .checkout-form {
    padding-top: 56px;
  }

  .mask {
    position: static;
  }

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

  .h2-small {
    font-size: 40px;
  }

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

  .body-medium {
    font-size: 24px;
  }

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

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

  .body-big-2 {
    font-size: 24px;
  }

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

  .text-page-name {
    font-size: 24px;
  }

  .grid-two-rows {
    grid-template-columns: 2fr;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 25px;
    line-height: 110%;
  }

  blockquote {
    padding: 24px;
    font-size: 20px;
  }

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

  .text-style-h3 {
    font-size: 30px;
  }

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

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

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

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

  .section.move-text-light {
    padding-top: 20px;
  }

  .section.dark-rounded {
    padding-top: 80px;
  }

  .section.hero-home-a {
    padding-top: 32px;
    overflow: hidden;
  }

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

  .section.hero-cases {
    padding-top: 44px;
  }

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

  .subtitle {
    font-size: 22px;
  }

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

  .button-animation-hide {
    height: auto;
  }

  .button-content-tile.bottom-tile {
    display: none;
  }

  .nl-nav-menu-navbar-1 {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    left: 2px;
    right: 2px;
  }

  .dropdown-toggle-mega {
    padding-left: 0;
    padding-right: 0;
  }

  .links-label-mega {
    font-size: 10px;
    line-height: 12px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-dropdown-simple {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .navbar {
    height: 72px;
  }

  .brand-link-navbar {
    width: 50vw;
    max-width: 146px;
    height: auto;
    padding-left: 0;
  }

  .droppdown-list-simple.w--open {
    background-color: #f6f3f2;
  }

  .dropdown-list-mega.w--open {
    justify-content: center;
    align-items: flex-start;
  }

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

  .wrap-image-home-b {
    min-height: 420px;
  }

  .lightbox-home-a {
    bottom: 24px;
    left: 24px;
  }

  .wrap-video-home-b {
    display: none;
  }

  .color-fill-home-a {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    height: 50vw;
  }

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

  .rating {
    text-align: left;
    flex-flow: wrap;
    order: 1;
  }

  .rating.light-rating.about-c-rating {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .feature-card-slide {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 24px;
  }

  .mask-features {
    width: 90%;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wrap-people-big-image {
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .wrap-images-people-big-image {
    justify-content: center;
    align-items: center;
  }

  .image-people-big-image {
    margin-left: -6px;
    margin-right: -6px;
  }

  .big-image-text {
    font-size: 26px;
  }

  .flex-cta-left.mg-top-16 {
    flex-flow: column;
  }

  .heading-left.halves-combo-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .testimonial-right-wrap {
    background-color: var(--color--light-elevation);
    border-radius: 24px;
    padding: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .testimonial-image-wrap {
    order: -1;
    width: 100%;
    height: 300px;
  }

  .testimonial-text-overlay {
    background-color: var(--color--light-elevation);
  }

  .arrow-testimonial-big {
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 12px;
  }

  .arrow-testimonial-big.left {
    right: 58px;
  }

  .text-testimonial-slider {
    font-size: 24px;
  }

  .text-moving {
    font-size: 10vw;
  }

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

  .number-features-grid {
    grid-column-gap: 8px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .home-number-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-stat-small {
    font-size: 50px;
  }

  .text-substat-small {
    font-size: 16px;
  }

  .text-connection-section {
    font-size: 22px;
  }

  .connection-line {
    width: 1px;
    height: 80px;
  }

  .connection-line-master, .wrap-connection {
    flex-direction: column;
  }

  .connection-circle.left-circle {
    margin-right: 0;
  }

  .connection-circle.right-circle {
    margin-left: 0;
  }

  .connection-text {
    inset: -32px auto auto;
  }

  .connection-text.second-text {
    top: 22px;
  }

  .connection-logo {
    height: 52px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tile-project-halves, .tile-project-halves.small-tile {
    padding: 20px 20px 32px;
  }

  .newsletter-field-master {
    max-width: none;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-link-footer {
    height: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .text-bottom-newsletter {
    font-size: 12px;
  }

  .label-footer {
    font-size: 10px;
    line-height: 12px;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-bottom-footer {
    font-size: 12px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .rouletter-wrap {
    max-height: 90px;
  }

  .feature-card-bento {
    padding: 32px;
  }

  .feature-card-bento-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .arrow-slider-testimonials-halves.right-arrow {
    bottom: -50px;
    left: 56px;
  }

  .arrow-slider-testimonials-halves.left-arrow {
    bottom: -50px;
  }

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

  .wrap-big-image-team {
    min-height: 450px;
  }

  .wrap-quote-big-image-team {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .single-faq {
    padding: 24px;
  }

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

  .video-home-b {
    width: 90vw;
    height: 50vh;
    max-height: none;
  }

  .h3-small {
    font-size: 28px;
  }

  .video-havles {
    height: auto;
    padding: 140px 24px 24px;
  }

  .limit-text-moving-team {
    margin-top: 64px;
  }

  .grid-halves-combo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .h1-small {
    font-size: 42px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .marquee-wrap, .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .marquee-logo {
    height: 25px;
  }

  .tile-sticky-value {
    padding: 24px;
  }

  .top-value-light {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-stat-wide {
    font-size: 17vw;
  }

  .master-about-b-hero {
    margin-bottom: 64px;
  }

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

  .tile-value-light {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 24px;
  }

  .image-gallery-horizontal {
    height: 330px;
  }

  .grid-hero-about-c {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

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

  .wrap-people.about-c-people {
    flex-flow: wrap;
  }

  .wrap-people-images {
    justify-content: center;
    align-items: center;
  }

  .image-people {
    margin-left: -6px;
    margin-right: -6px;
  }

  .item-hero-services, .nl-wrap-images-hero-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .column-hero-services {
    width: 48%;
  }

  .column-hero-services.column-two-services {
    flex: none;
    display: none;
  }

  .column-hero-services.column-one-services {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 100%;
  }

  .single-hero-services {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gradient-hero-services {
    top: -1px;
  }

  .gradient-hero-services.gradient-bottom {
    bottom: -1px;
  }

  .image-wrap-hero-services {
    height: 260px;
  }

  .single-check-list-big {
    font-size: 18px;
  }

  .circle-checklist-big {
    width: 32px;
    height: 32px;
  }

  .icon-check-list-big {
    width: 18px;
    height: 18px;
  }

  .icon-service-single {
    width: 32vw;
    height: 32vw;
  }

  .heading-wrap-service-single {
    margin-bottom: 40px;
    overflow: visible;
  }

  .success-wrap {
    width: 100%;
  }

  .contact-a-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-contact-tile {
    font-size: 16px;
  }

  .text-contact-tile-top {
    font-size: 12px;
    line-height: 166%;
  }

  .contact-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .tile-contact-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .h1-contact-left {
    font-size: 45px;
  }

  .logo-contact-c {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-contact-c {
    padding: 40px 32px;
  }

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

  .top-conctac-c {
    text-align: center;
    align-items: center;
  }

  .single-contact-c-list {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-contact-c {
    font-size: 1.6em;
  }

  .bottom-contact-c {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-heading-divider-cases {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .master-heading-divider-cases.mg-top-100 {
    margin-bottom: 20px;
  }

  .grid-case-inner.hero-grid {
    margin-bottom: 65px;
  }

  .wrap-logo-hero-case {
    border-bottom-left-radius: 0;
    width: 60%;
    inset: 0% 0% auto;
  }

  .left-round-logo {
    display: none;
  }

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

  .lightbox-gallery {
    border-radius: 16px;
  }

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

  .grid-project-gallery-halves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .tile-pricing {
    padding: 24px;
  }

  .title-wrap-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

  .checkout-form {
    padding-top: 40px;
  }

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

  .block-content {
    padding: 16px;
  }

  .block-content.shipping-method {
    padding: 0;
  }

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

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

  .shipping-method {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 32px;
  }

  .icon-lock {
    width: 80%;
  }

  .h3-video-halves {
    font-size: 26px;
  }

  .h3-case-section {
    font-size: 24px;
  }

  .divider-sales {
    margin-top: 32px;
  }

  .flex-cta-sales {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 240px;
  }

  .section-sales-mockups {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-height: 800px;
  }

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

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

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

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

  .body-medium {
    font-size: 20px;
  }

  .wrap-figma-content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sales-info-image {
    object-fit: fill;
    margin-top: 0;
  }

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

  .included-card {
    min-height: 0;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .included-card.figma-card {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .sales-card {
    padding: 16px;
  }

  .sales-card.page-card {
    width: 100%;
  }

  .text-page-name {
    font-size: 20px;
  }

  .image-gallery-horizontal-2 {
    height: 330px;
  }

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

  .subtitle-2 {
    font-size: 22px;
  }

  .wrap-cta-hero-home-b-2 {
    flex-flow: column;
  }

  .div-intro-hover-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .lordicon-interaction-hover-2 {
    width: 40px;
    height: 40px;
  }

  .oferta-button-div.mg-top-16 {
    flex-flow: column;
  }
}

#w-node-_68cc16b7-d1dc-3b96-6c11-9f220f0634c5-b983e4d1 {
  place-self: start end;
}

#w-node-_27369cc2-2a8a-2af6-2834-3387520888f4-b983e4d1, #w-node-_27369cc2-2a8a-2af6-2834-3387520888fd-b983e4d1, #w-node-_27369cc2-2a8a-2af6-2834-338752088906-b983e4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c36-b983e4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c3e-b983e4d1, #w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c46-b983e4d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c4e-b983e4d1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ecc0488-187f-e6d1-cf84-a1244f0a2192-4f0a217a {
  justify-self: end;
}

#w-node-b7b7ccbd-e214-fd64-5808-cf02cc5319b5-b983e4d2 {
  place-self: stretch stretch;
}

#w-node-b7b7ccbd-e214-fd64-5808-cf02cc5319b6-b983e4d2 {
  place-self: center start;
}

#w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-b983e4da, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-b983e4da, #w-node-af47f61e-370e-41a1-b467-116b8647da00-b983e4da, #w-node-af47f61e-370e-41a1-b467-116b8647da24-b983e4da {
  place-self: stretch stretch;
}

#w-node-a8b59838-9c1c-3d0c-ca4a-30aea75c9391-a75c9383, #w-node-ed266883-b20e-78c5-e6dc-9ef8a5efc4d4-a5efc4cc, #w-node-ed266883-b20e-78c5-e6dc-9ef8a5efc4dd-a5efc4cc, #w-node-ed266883-b20e-78c5-e6dc-9ef8a5efc4e4-a5efc4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf7eed4-dc89-ac5e-f7b6-1645f669a776-f669a749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6544a536-1e2e-5240-64ad-391e0f94af37-0f94af34 {
  place-self: stretch stretch;
}

#w-node-cb0f0826-d1ba-250a-7488-1df218577c73-b983e4db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2190d0d-090a-2b6b-82d2-a2ffab3bd330-b983e4dc, #w-node-_0945c163-235d-6398-da4a-febde062df9d-b983e4dc {
  place-self: stretch stretch;
}

#w-node-c855036a-77c7-bda4-906e-1b364a1c0250-b983e4dc {
  place-self: center start;
}

#w-node-_88518d01-1fc8-ec4c-c33c-f0a540711aa5-b983e4de, #w-node-e11a2234-3e27-f232-64f9-4dbf046e8a48-b983e4de, #w-node-_874f6014-06d8-6469-e781-2cf363f6c14c-b983e4de {
  place-self: stretch stretch;
}

#w-node-bba295c3-6961-0905-93bf-3e705bd37cb5-b983e4df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bba295c3-6961-0905-93bf-3e705bd37cb6-b983e4df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b77071ae-06c4-9fc2-0b4a-3142cb66286a-b983e4df {
  place-self: stretch stretch;
}

#w-node-_1e16adec-e31e-8219-6433-41ebd34020f7-d34020c0, #w-node-c3461825-6387-dec0-266f-b94a00c12bd3-b983e4e2, #w-node-c3461825-6387-dec0-266f-b94a00c12bda-b983e4e2, #w-node-c3461825-6387-dec0-266f-b94a00c12be1-b983e4e2, #w-node-c3461825-6387-dec0-266f-b94a00c12be8-b983e4e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059ce792-6388-9bae-d2e2-9ddb1c0d7e6a-b983e4e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_059ce792-6388-9bae-d2e2-9ddb1c0d7e88-b983e4e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_742ac7d4-74d3-8994-bd4f-6613292d44dd-b983e4e4 {
  place-self: stretch stretch;
}

#w-node-_742ac7d4-74d3-8994-bd4f-6613292d44de-b983e4e4 {
  place-self: center;
}

#w-node-f72f28e0-40fa-a9fe-c751-424e6d6e18e3-b983e4e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acd8c796-21e6-778b-6ffa-41e24624d62a-b983e4e5 {
  place-self: end start;
}

#w-node-acd8c796-21e6-778b-6ffa-41e24624d62d-b983e4e5 {
  place-self: end;
}

#w-node-a2d6a782-b2d8-3845-b2b9-904163a045fc-b983e4e5 {
  place-self: end start;
}

#w-node-a2d6a782-b2d8-3845-b2b9-904163a045ff-b983e4e5 {
  place-self: end;
}

#w-node-_39502b2c-523a-aa9e-6c4b-ca71db403cbe-b983e4e5 {
  place-self: end start;
}

#w-node-_39502b2c-523a-aa9e-6c4b-ca71db403cc1-b983e4e5 {
  place-self: end;
}

#w-node-_9daae193-a910-030d-f1f5-58885b265a48-b983e4e5 {
  place-self: end start;
}

#w-node-_9daae193-a910-030d-f1f5-58885b265a4b-b983e4e5 {
  place-self: end;
}

#w-node-dce00371-ca69-c69d-fbbd-911e705d34da-b983e4e6 {
  place-self: stretch stretch;
}

#w-node-dce00371-ca69-c69d-fbbd-911e705d34db-b983e4e6 {
  place-self: center start;
}

#w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdce-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdd2-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdd6-b983e4eb, #w-node-dc40febc-5e29-0ecb-0910-2dd50627ed85-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdee-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdf5-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bcdfc-b983e4eb, #w-node-_4dde5397-b15f-1fd9-27fc-b6cb4e4bce03-b983e4eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-2a9a1d1c, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-2a9a1d1c {
  place-self: stretch stretch;
}

#w-node-_175300f2-6ffa-2f51-cae6-b2cad9b145d4-2a9a1d1c, #w-node-_6d62b41b-2ef3-996d-aefc-1940ca828484-2a9a1d1c, #w-node-ad9e1c65-b1f4-65a3-5226-0b43aa133b06-2a9a1d1c, #w-node-_22612960-27c7-c1c6-f2b2-6497ecc026ea-2a9a1d1c, #w-node-af6fd5aa-409c-d805-2d35-1fcfa9e9911f-2a9a1d1c, #w-node-_33f19064-0d58-2d73-fb04-19e71d00f0d5-2a9a1d1c, #w-node-fe89df7e-0feb-7758-8538-947c3cf0f826-2a9a1d1c, #w-node-_7f74e79d-637e-ebd9-6818-d062238c8b1e-2a9a1d1c, #w-node-aeadf3d5-677a-7f28-f16c-bd19db30a9af-2a9a1d1c, #w-node-_1c41b693-4853-7d39-724b-d2821e8194ba-2a9a1d1c, #w-node-_1c41b693-4853-7d39-724b-d2821e8194ac-2a9a1d1c, #w-node-_1c41b693-4853-7d39-724b-d2821e8194a5-2a9a1d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-0d481df7, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-0d481df7, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-0d481df7, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-70b52705, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-70b52705, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-70b52705, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-fb58cfcd, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-fb58cfcd, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-fb58cfcd, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-e573498c, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-e573498c, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-e573498c, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-c3cd5d1c, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-c3cd5d1c, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-c3cd5d1c, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-3fc1f088, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-3fc1f088, #w-node-aabfafa0-a180-aef4-0c2f-adbaa703b8c2-3fc1f088, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c22-1068a782, #w-node-a8e2bcb5-2489-be7c-c1e5-e7fa68358c2e-1068a782 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c4e-b983e4d1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ecc0488-187f-e6d1-cf84-a1244f0a2192-4f0a217a {
    justify-self: auto;
  }

  #w-node-_742ac7d4-74d3-8994-bd4f-6613292d44de-b983e4e4 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d50e4bb7-ebfc-e19c-903e-d1db8f610c4e-b983e4d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-a8b59838-9c1c-3d0c-ca4a-30aea75c9386-a75c9383 {
    justify-self: center;
  }

  #w-node-_4f1afd55-aa9a-62e4-5e1c-655c134255fb-b983e4de, #w-node-_4f1afd55-aa9a-62e4-5e1c-655c13425601-b983e4de, #w-node-_4f1afd55-aa9a-62e4-5e1c-655c13425607-b983e4de, #w-node-_4f1afd55-aa9a-62e4-5e1c-655c1342560d-b983e4de {
    order: -9999;
  }

  #w-node-_175300f2-6ffa-2f51-cae6-b2cad9b145c9-2a9a1d1c, #w-node-_6d62b41b-2ef3-996d-aefc-1940ca82847d-2a9a1d1c, #w-node-ad9e1c65-b1f4-65a3-5226-0b43aa133aff-2a9a1d1c, #w-node-_22612960-27c7-c1c6-f2b2-6497ecc026e3-2a9a1d1c, #w-node-af6fd5aa-409c-d805-2d35-1fcfa9e99118-2a9a1d1c, #w-node-_33f19064-0d58-2d73-fb04-19e71d00f0ce-2a9a1d1c, #w-node-fe89df7e-0feb-7758-8538-947c3cf0f81f-2a9a1d1c, #w-node-_7f74e79d-637e-ebd9-6818-d062238c8b17-2a9a1d1c, #w-node-aeadf3d5-677a-7f28-f16c-bd19db30a9a8-2a9a1d1c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_742ac7d4-74d3-8994-bd4f-6613292d44de-b983e4e4 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}