:root {
  --black: black;
  --white: white;
  --color: #343434;
  --color-4: #806f60;
  --secondary: #8c8c8c;
  --color-5: #f8ae2f;
  --color-3: #dfdbd9;
  --gray: var(--color);
  --light-grey: #b3b3b3;
  --color-2: #f0efec;
  --silver: #bfbfbf;
  --dark-slate-grey: #404040;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

  .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.06vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 44px;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.8;
}

a {
  color: #000;
  padding: 0;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

.checkout-form {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.no-outline {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.gray-box {
  background-color: #1a1a1a;
  border-radius: .9em;
  margin-bottom: 1em;
  padding: 1.8em 1.27em 1.6em;
}

.gray-box.order {
  padding-left: 1.1em;
  padding-right: 1.1em;
}

.page-title {
  margin-top: .63em;
  margin-bottom: .3em;
  font-size: 1em;
  font-weight: 400;
}

.checkout-padding {
  background-color: #0000;
  margin-top: 0;
  padding-top: 1.05em;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}

.checkout-padding.vertical-padding {
  padding-bottom: 20svh;
}

.checkout-contain {
  grid-column-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.dark-input {
  outline-offset: 0px;
  background-color: #000;
  border-width: .08em;
  border-color: #333;
  border-radius: 5em;
  outline: 3px #fff;
  height: auto;
  min-height: 3.5em;
  margin-top: .67em;
  margin-bottom: .67em;
  padding: 1.1em .5em 1.1em 2.5em;
  font-size: .5em;
  line-height: 1.3em;
}

.dark-input:focus, .dark-input.-wfp-focus {
  border-color: #cecece;
}

.checkout-primary-font {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .63em;
  font-weight: 400;
}

.checkout-primary-font.margin-btm {
  margin-bottom: .67em;
}

.checkout-secondary-font {
  margin-bottom: 0;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.7;
}

.order-info {
  flex-basis: 55.6vw;
  max-width: 55.6vw;
  margin-right: 0;
}

.order-summary {
  flex-basis: 25vw;
}

.two-cols {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shorter-col {
  flex: 0 auto;
  width: 44%;
}

.longer-col {
  flex: 0 auto;
  width: 56%;
}

.customer-info {
  margin-bottom: 0;
}

.input-gap {
  margin-bottom: 1.75em;
}

.dark-box {
  grid-row-gap: .75em;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1em 2em;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.5;
}

.dark-box:focus {
  border-color: #919191;
}

.dark-box.horizontal {
  flex-direction: row;
  padding: 1em;
}

.dark-box.longer-col {
  flex: 0 auto;
}

.shipping-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: minmax(6.75em, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .67em;
  display: grid;
}

.div-block-3 {
  grid-column-gap: .7em;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.empty-state {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  font-size: .8em;
}

.ck-iitem-name {
  margin-bottom: .8em;
  font-weight: 400;
}

.image {
  border-radius: 1em;
  width: 6em;
  height: 6em;
}

.gray {
  color: #8c8c8c;
}

.order-btn {
  background-color: #0080ff;
  border-radius: 3em;
  margin-bottom: .8em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .63em;
}

.order-btn.center {
  text-align: center;
  justify-content: center;
  height: 3.25rem;
  display: flex;
}

.order-btn.center.last-button {
  padding: 0 0;
}

.order-btn.light {
  color: #000;
  background-color: #fff;
}

.order-btn.light.center {
  background-color: var(--black);
  color: var(--white);
  height: 3.25rem;
  margin-bottom: .1em;
  padding-top: 0;
  padding-bottom: 0;
}

.web-payments {
  background-color: #000;
  border-radius: 3em;
  padding-top: .4em;
  padding-bottom: .4em;
  overflow: hidden;
}

.pay-wrapper {
  margin-bottom: -8px;
}

.checkbox {
  margin-top: 0;
}

.order-details {
  font-size: .8em;
}

.sproduct-image {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 3.7em;
}

.vertical-padding {
  padding-top: 3.7em;
  padding-bottom: 1.85em;
}

.product-info-container {
  display: flex;
}

.heading {
  color: var(--black);
  margin-top: -.25em;
  margin-bottom: -.33em;
  font-size: 1.76em;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph {
  margin-bottom: 0;
  font-size: .88em;
}

.product-details {
  grid-row-gap: 1.45em;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 2.1em;
  padding-right: 0;
  display: flex;
}

.light-gray {
  color: #b3b3b3;
}

.product-options-row {
  grid-column-gap: 3.3em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -.2em;
  display: flex;
}

.option-list {
  display: flex;
}

.add-to-cart-contain {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-radius: 3em;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 .3em 0 .7em;
  font-size: .55em;
  line-height: 1.45;
}

.options {
  align-items: flex-start;
  margin-bottom: 1.2em;
  margin-right: .7em;
  display: flex;
}

.options.last {
  margin-right: 0;
}

.sproduct-detail {
  font-size: .554em;
  font-weight: 400;
  line-height: 1.45;
}

.sproduct-detail.light-gray {
  font-size: .6em;
}

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

.shop-header {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-bottom: .25rem;
  display: flex;
}

.shop-large-heading {
  color: var(--black);
  margin-top: -.2em;
  margin-bottom: 2rem;
  font-size: 2.52em;
  font-weight: 400;
  line-height: 1.3;
}

.product-card-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.3;
}

.shop-list {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.2em;
  display: grid;
}

.heading-large {
  z-index: 5;
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 6rem;
  margin-right: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
}

.heading-large.about-heading {
  margin-bottom: .5em;
  font-size: 3.8em;
}

.heading-large.new-projects-heading {
  color: var(--color);
  margin-bottom: 0;
  margin-right: 10vw;
  font-size: 2.5em;
  font-weight: 800;
}

.heading-large.blog-heading {
  float: none;
  transform-origin: 50% 100%;
  text-align: center;
  margin-bottom: 10vh;
  font-size: 13em;
  line-height: .8;
}

.heading-large.follow-us-heading {
  margin-bottom: 3vh;
}

.heading-large.mobile-about-heading {
  margin-bottom: .5em;
  font-size: 3.8em;
  display: none;
}

.heading-large.blogs-heading {
  color: var(--color);
  text-transform: none;
  width: 100%;
  margin: 4px auto 1.4rem;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1;
}

.heading-large.blogs-heading.whte {
  color: var(--white);
}

.heading-large.more-projects-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5em;
}

.heading-large.more-articles-heading {
  float: none;
  transform-origin: 50% 100%;
  color: var(--color-4);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4rem;
  padding-left: 7%;
  font-size: .5em;
  line-height: .8;
}

.heading-large.careers-heading {
  margin-bottom: 4rem;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 3.7em;
}

.heading-large.reviews-heading {
  color: var(--color);
  margin-bottom: 0;
  font-size: 3.7em;
  font-weight: 800;
}

.heading-large.reviews-heading.white {
  color: var(--white);
}

.heading-large.single-career-heading {
  font-size: 3.8em;
}

.heading-massive {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.4em;
  font-weight: 400;
  line-height: 1;
}

.heading-massive.hero-heading {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  transform: none;
}

.heading-massive.page-load-heading {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  display: flex;
  position: static;
  top: 50%;
  transform: skew(0deg, 5deg)translate(0, 100%);
}

.heading-massive.page-load-heading.none {
  display: none;
}

.heading-massive.works-heading {
  position: sticky;
  top: 25vh;
}

.heading-massive.works-heading.small {
  color: var(--color);
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
}

.section {
  color: var(--secondary);
  min-height: 100vh;
  padding: 5em 8.33%;
  position: relative;
  overflow: hidden;
}

.section.hero-section {
  z-index: 20;
  height: 250vh;
  min-height: auto;
  padding: 0 0%;
  overflow: visible;
}

.section.about-section {
  z-index: 20;
  min-height: auto;
  padding-bottom: 3em;
}

.section.works-section {
  height: 300vh;
  min-height: 275vh;
  padding-top: 2em;
  position: relative;
  overflow: visible;
}

.section.clients-section {
  flex-direction: column;
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section.section-buduj-z-nami {
  min-height: 300vh;
  padding: 0 0% 3em;
  overflow: visible;
}

.section.reviews-section {
  padding: 1em 0%;
}

.section.all-projects-section {
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section.all-blogs-section {
  min-height: 80vh;
  padding: 0 0% 4em;
  display: block;
}

.section.follow-us-section {
  padding-left: 0%;
  padding-right: 0%;
}

.section.footer-section {
  z-index: 0;
  background-color: var(--color-4);
  color: var(--white);
  min-height: 96vh;
  padding: 0 0% 1em;
  position: sticky;
  inset: auto auto 0%;
  transform: none;
}

.section.footer-section.bg_orange {
  background-color: #da5424;
}

.section.footer-section.bg_dark {
  background-color: var(--color);
}

.section.footer-section.bg_yellow {
  background-color: var(--color-5);
}

.section.footer-section.bg_purple {
  background-color: #b95b9b;
}

.section.license-section {
  margin-top: 3em;
}

.section.contact-section {
  z-index: 0;
  color: var(--white);
  background-color: #0000;
  min-height: 100svh;
  padding: 5em 0% 3em;
  position: sticky;
  inset: auto auto 0%;
  transform: none;
}

.section.careers-section {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.blogs-section {
  padding: 1.3em 2% 0;
}

.section.blogs-section.kontakt-sec {
  min-height: 80vh;
  padding-bottom: 2.2em;
}

.section.blogs-section.less.crt {
  width: 100%;
  padding-bottom: 1em;
}

.section.project-intro {
  min-height: auto;
  margin-bottom: 7rem;
  padding-top: 2em;
  padding-bottom: 0;
}

.section.project-second-case {
  min-height: auto;
  margin-bottom: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-first-case {
  min-height: auto;
  margin-bottom: 9rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-content-section {
  padding: 1em 2%;
}

.section.all-projects {
  padding-top: .5em;
}

.section.more-projects-section {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.heading-medium {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.15;
}

.heading-medium.clients-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 15vh;
}

.heading-medium.team-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 10vh;
}

.heading-medium.license-source-heading {
  color: var(--black);
  font-size: 2.5em;
}

.heading-medium.single-project-heading {
  font-size: 2.6em;
}

.heading-medium.blog-case-heading {
  font-size: 2.7em;
}

.navbar {
  z-index: 998;
  background-color: #0000;
  height: 3em;
  margin-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  line-height: 1;
  display: flex;
}

.home-link {
  z-index: 999;
  order: -1;
  text-decoration: none;
  position: relative;
}

.home-link.w--current {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 1em;
  display: flex;
  overflow: hidden;
}

.burger-menu-button {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-3);
  cursor: pointer;
  border-radius: 0%;
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding: .125em .25em;
  display: block;
  box-shadow: 0 0 100px #00000040;
}

.navbar-link {
  color: #595959;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  margin-right: 3.25em;
  padding: 0;
  font-size: .53em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link:hover, .navbar-link.w--current {
  color: #000;
}

.nav-link-text {
  color: var(--black);
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
}

.empty-nav-spacer {
  flex: 0 auto;
  width: 0;
  height: 0;
  padding-right: 3em;
  display: block;
}

.top-nav-links {
  z-index: 997;
  justify-content: flex-end;
  align-items: center;
  max-width: 83.33%;
  height: 2em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.burger-top-line {
  background-color: var(--color);
  border-radius: 1em;
  width: .8em;
  height: .08em;
  margin-bottom: .2em;
  transform: rotate(0);
}

.burger-bottom-line {
  background-color: var(--black);
  border-radius: 1em;
  width: .8em;
  height: .08em;
  transform: rotate(0);
}

.burger-lines-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-wrapper {
  z-index: 998;
  width: 100%;
  height: 100%;
  padding: 15% 15% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-background {
  z-index: 997;
  background-color: var(--color);
  border-radius: 50%;
  width: 0;
  height: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.menu-socials-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-right: 4em;
  padding-top: 0;
  padding-bottom: .4em;
  display: flex;
}

.menu-socials-list {
  grid-column-gap: 0px;
  grid-row-gap: .75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-social-link {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  height: 1em;
  display: flex;
  overflow: hidden;
  transform: translate(0, 100%);
}

.menu-social-link-arrow {
  object-fit: cover;
  width: .5em;
  height: .5em;
}

.menu-social-link-text {
  color: var(--secondary);
  margin-right: .3em;
  font-size: .75em;
}

.menu-socials-list-item {
  grid-column-gap: 0em;
  grid-row-gap: .75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.menu-page-links {
  grid-column-gap: 1.75em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  display: grid;
}

.menu-page-link {
  opacity: 0;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  height: 2.3em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
  display: block;
  overflow: hidden;
  transform: translate(0, 100%);
}

.menu-page-link.w--current {
  color: var(--white);
}

.mail-link-text {
  color: var(--white);
  font-size: .8em;
}

.menu-page-link-text {
  color: var(--white);
  flex: none;
  align-items: center;
  width: 100%;
  height: 2.3em;
  line-height: 1;
  display: flex;
}

.body {
  background-color: #f0efec;
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
}

.body.dark {
  background-color: #343434;
}

.menu-socials-mail-link {
  display: none;
}

.hero-content {
  z-index: 9;
  width: 100%;
  height: 55vh;
  padding-left: 2%;
  padding-right: 2%;
  position: sticky;
  top: 25vh;
  overflow: hidden;
}

.hero-sub-heading {
  color: var(--gray);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.hero-subheading-text-slider {
  text-align: right;
  height: 2em;
  line-height: 1;
  display: block;
  position: static;
  overflow: hidden;
}

.subheading-container {
  width: 100%;
  height: 100%;
  line-height: 1;
}

.hero-project-1 {
  width: 12em;
  height: 18em;
  display: block;
  position: absolute;
  top: 45%;
  left: 8.33%;
  overflow: hidden;
}

.hero-project-2 {
  clear: both;
  width: 12em;
  height: 18em;
  display: block;
  position: absolute;
  top: 40%;
  right: 8.33%;
  overflow: hidden;
}

.hero-project-3 {
  width: 12em;
  height: 18em;
  display: block;
  position: absolute;
  inset: -26% 0 0 50%;
  overflow: hidden;
  transform: translate(-50%, -10vh);
}

.heading-xl {
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.heading-xl.first-row-heading {
  color: var(--color);
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  overflow: hidden;
}

.heading-xl.second-row-heading {
  color: var(--color);
  margin-top: 0;
  font-size: 4em;
  font-weight: 700;
}

.heading-xl.second-row-heading.cline {
  margin-top: 10px;
  display: inline-block;
}

.heading-xl.third-row-heading {
  color: var(--color);
  margin-top: 0;
  font-size: 5.3em;
  font-weight: 700;
  line-height: 1;
}

.heading-xl.third-row-heading.for {
  margin-top: 0;
  font-size: 4em;
}

.heading-xl.first-mobile-row-heading {
  color: var(--black);
  display: none;
  overflow: hidden;
}

.heading-xl.second-mobile-row-heading {
  color: var(--black);
  display: none;
}

.intro-video-wrapper {
  z-index: 100;
  border-radius: 1em;
  width: 19em;
  height: 11em;
  display: block;
  position: absolute;
  inset: auto 2% 0 auto;
  overflow: hidden;
  transform: scale(1);
}

.intro-video-wrapper._2 {
  top: 50%;
  bottom: auto;
}

.about-paragraph {
  width: 70%;
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1.5;
}

.work-preview {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 15.5em;
  height: 19em;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.work-preview.work-preview-1 {
  z-index: 1;
  top: 10%;
  overflow: visible;
  transform: translate(0, 50%);
}

.work-preview.work-preview-2 {
  z-index: 2;
  margin-bottom: 2em;
  top: 20%;
  overflow: visible;
  transform: translate(0, 90%);
}

.work-preview.work-preview-3 {
  z-index: 3;
  margin-bottom: 0;
  top: 30%;
  overflow: visible;
  transform: translate(0, 120%);
}

.works-container {
  perspective: 24rem;
  transform-origin: 50%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 70vh;
  margin-top: -15vh;
  padding-top: 5em;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
  transform: none;
}

.work-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 120%;
  position: relative;
}

.work-name-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  padding-top: .5em;
  padding-bottom: .15em;
  padding-right: .5em;
  font-size: .65em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.work-image-container {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.infinite-loop-container {
  max-width: 100%;
  margin-bottom: 2.5em;
  display: flex;
}

.infinite-loop-container.works-text-loop {
  margin-bottom: 15vh;
  overflow: visible;
}

.infinite-loop-container.works-text-loop.reverse-loop {
  margin-bottom: 0;
}

.logo-loop-part {
  flex: none;
  order: -1;
  width: auto;
  display: flex;
}

.logo-loop-part.reverse-logo-loop {
  transform: translate(-100%);
}

.client-logo-wrapper {
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  margin-left: 3.5em;
  margin-right: 3.5em;
  display: flex;
}

.client-logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.container {
  max-width: none;
}

.container.new-projects-container {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 8.33%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.container.reviews-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  padding-right: 8%;
  display: flex;
}

.container.footer-container {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2%;
  padding-right: 8%;
  display: block;
}

.heading-huge {
  color: var(--black);
  text-align: center;
  margin-bottom: 10vh;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1;
}

.heading-huge.footer-bottom-heading {
  z-index: 1;
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.7em;
  font-weight: 300;
  line-height: .7;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-huge.concepts-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5vh;
}

.heading-huge.projects-heading {
  transform-origin: 50% 100%;
  margin-top: 0;
  margin-bottom: 10vh;
  font-size: 8.3em;
  line-height: .8;
}

.heading-huge.footer-bottom-heading-char {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.7em;
  font-weight: 300;
  line-height: .7;
  display: flex;
}

.heading-huge.footer-bottom-heading-char.first-char, .heading-huge.footer-bottom-heading-char.second-char, .heading-huge.footer-bottom-heading-char.third-char, .heading-huge.footer-bottom-heading-char.fourth-char, .heading-huge.footer-bottom-heading-char.fifth-char, .heading-huge.footer-bottom-heading-char.sixth-char, .heading-huge.footer-bottom-heading-char.seventh-char {
  transform: none;
}

.heading-huge.contact-bottom-heading-char {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.4em;
  font-weight: 400;
  line-height: .7;
  display: flex;
}

.heading-huge.about-heading {
  font-size: 8.4em;
}

.heading-huge.projects-page-heading {
  color: var(--black);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 5rem;
  font-size: 8.4em;
  line-height: .8;
  display: flex;
}

.heading-huge.change-log-heading {
  font-size: 5em;
}

.all-projects-tab-menu {
  grid-column-gap: 1em;
  justify-content: center;
  display: flex;
}

.concept-filter-button {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  height: 2.6em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .75em;
  display: flex;
}

.concept-filter-button.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tabs-content {
  margin-top: 4em;
}

.concept-project-container {
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.concept-project-container.concept-wide-column {
  width: 20em;
  height: 16em;
}

.concept-project-container.concept-tight-offset-top {
  margin-top: -2em;
}

.concept-project-container.concept-thin-block {
  width: 16.5em;
  height: 21em;
}

.project-image-hover-text-loop {
  z-index: 11;
  opacity: 0;
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.project-image-loop-section {
  display: flex;
}

.project-image-loop-heading {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .3em;
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}

.concept-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.concept-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2em;
  padding-left: 1.5em;
  font-size: .45em;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.concept-tag-holder {
  z-index: 10;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.concepts-grid {
  grid-row-gap: 4em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.team-grid {
  grid-column-gap: 7.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: stretch;
  margin-bottom: 2em;
}

.team-grid.reverse-team-grid {
  transform: none;
}

.team-member-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-member-image {
  opacity: .75;
  height: 100%;
}

.team-member-name-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  padding: .4em;
  font-size: .5em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.team-member-role-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  padding: .4em;
  font-size: .5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.view-all-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 9em;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-all-arrow {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1.4em;
  display: flex;
  position: static;
  inset: 50% 0% 0% auto;
}

.view-all-text {
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: .5em;
  font-size: 1.7em;
  display: flex;
}

.new-projects-row {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 3em;
  display: flex;
}

.new-project-wrapper {
  align-self: auto;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.new-project-wrapper.thin-new-project-block {
  background-color: #fff;
  width: 15em;
  height: auto;
  padding: 2.5em 2em 2em;
}

.new-project-wrapper.wide-new-project-block {
  width: 30em;
}

.new-project-tag-holder {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-project-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  height: 2em;
  padding: 0 0 0 1.5em;
  font-size: .5em;
  position: static;
  inset: auto auto 0% 0%;
}

.new-project-image {
  height: 100%;
  display: none;
}

.new-project-image-hover-text-loop {
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.new-projects-wrapper {
  flex: none;
  align-self: auto;
  align-items: center;
  height: 60%;
  display: flex;
  transform: none;
}

.div-block-9, .div-block-10, .div-block-11 {
  flex: 1;
}

.div-block-12 {
  flex: none;
}

.reviews-slider-wrapper {
  flex: 1;
  padding-left: 5%;
  padding-right: 9%;
}

.reviews-left-column {
  z-index: 10;
  background-color: #f0efec;
  flex: none;
  align-items: center;
  width: 64%;
  height: 79%;
  padding-left: 7%;
  display: flex;
  position: relative;
}

.reviews-left-column.dak {
  background-color: #343434;
}

.review-images {
  width: 50%;
  height: 100%;
  max-height: 22em;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.review-image {
  width: auto;
  height: 120%;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.review-image.first-review-image {
  width: 100%;
  height: 100%;
  transform: none;
}

.review-image.third-review-image, .review-image.second-review-image {
  opacity: 0;
  width: 100%;
  transform: none;
}

.slider {
  background-color: #0000;
}

.reviews-navigation-text {
  color: var(--black);
  margin-right: .3em;
  font-size: .4em;
}

.reviews-navigation-text.back-navigation-button {
  margin-left: .3em;
  margin-right: 0;
}

.reviews-navigation-icon {
  width: .18em;
  margin-right: 0;
}

.review-slider-back-button {
  align-items: center;
  width: auto;
  display: flex;
  inset: auto auto auto 0;
}

.reivew-slider-next-button {
  align-items: center;
  width: auto;
  display: flex;
  inset: auto auto auto 37px;
}

.slide-nav {
  inset: auto auto 0% 0%;
}

.review-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 13em;
  height: 100%;
  display: flex;
}

.review-project-name {
  color: #806f60;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .35em;
}

.review-project-name.color {
  color: #f0efec;
}

.review-project-name.color.dark {
  color: #806f60;
}

.review-project-name.white {
  color: #fff;
}

.review-client-name {
  color: var(--color);
  margin-bottom: 1.25em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.2;
}

.review-client-name.color {
  color: var(--color-2);
  margin-bottom: .9em;
}

.review-client-name.color.dark {
  color: var(--color);
}

.review-client-name.color.dark.big {
  margin-bottom: .3em;
  font-size: 2.8em;
}

.review-client-name.color.dark.big.white, .review-client-name.white {
  color: var(--white);
}

.review-description {
  color: var(--color);
  font-size: .5em;
}

.review-description.color {
  color: var(--color-2);
}

.review-description.color.dark {
  color: var(--color);
}

.review-description.color.dark.white {
  color: var(--white);
}

.review-description.color.dark.white.max-width {
  max-width: 33em;
}

.review-description.white {
  color: var(--white);
}

.review-description.white.rght {
  text-align: right;
}

.mask {
  overflow: visible;
}

.review-slide-item {
  margin-right: 1.25em;
}

.all-projects-container {
  max-width: none;
  margin: 0 0 2em;
  display: flex;
  transform: none;
}

.project-card {
  width: 13em;
  height: 17em;
  position: relative;
  overflow: hidden;
}

.all-projects-list-wrapper {
  width: 100%;
  transform: translate(-50%);
}

.all-projects-list {
  grid-column-gap: 2.25em;
  display: flex;
}

.single-project-image {
  width: 100%;
  height: 100%;
}

.faq-heading {
  color: var(--black);
  margin-bottom: 5vh;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

.faq-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
}

.faq-photo-wrapper {
  width: 100%;
  height: 14em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.flex-block {
  width: 60%;
}

.faq-item {
  grid-row-gap: .2em;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  padding-top: .4em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-question {
  color: var(--color);
  font-size: .8em;
  font-weight: 800;
  line-height: 1.2;
}

.faq-q-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-divider {
  border-bottom: .04em solid #707070;
  position: static;
  inset: auto 0% 0%;
}

.faq-item-icon-holder {
  background-color: #dfdbd9;
  border-radius: 0%;
  width: 1.3em;
  height: 1.3em;
  padding: .5em;
  position: relative;
}

.faq-item-line-1 {
  background-color: var(--black);
  border-radius: 1em;
  width: .6em;
  height: .08em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item-line-2 {
  background-color: var(--black);
  border-radius: 1em;
  width: .6em;
  height: .08em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -50%)rotate(90deg);
}

.faq-answer {
  color: var(--color);
  flex: none;
  margin-top: .3em;
  font-size: .6em;
  line-height: 1.7;
}

.all-blogs-container {
  max-width: none;
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.all-blogs-list-wrapper {
  width: 100%;
  transform: translate(-50%);
}

.all-blogs-list {
  grid-column-gap: 2em;
  display: flex;
}

.blog-card {
  width: 12.5em;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.single-blog-image {
  width: 100%;
  height: 100%;
}

.faq-default-image {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 120%;
}

.faq-question-1-image {
  z-index: 2;
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-question-2-image {
  z-index: 3;
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-question-3-image {
  z-index: 4;
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-question-4-image {
  z-index: 5;
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-card-image {
  width: 100%;
  height: 12.5em;
  margin-bottom: .5em;
  position: relative;
  overflow: hidden;
}

.blog-card-read-time {
  color: var(--color-4);
  margin-bottom: .6em;
  font-size: .43em;
}

.blog-card-title {
  color: #343434;
  margin-bottom: .3em;
  font-size: .88em;
  font-weight: 700;
  line-height: 1.2;
}

.blog-card-summary {
  color: #343434;
  font-size: .5em;
  line-height: 1.2;
}

.follow-socials-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.follow-socials-top-divider {
  background-color: var(--silver);
  width: 100%;
  height: .05em;
}

.follow-us-heading-container {
  max-width: none;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.follow-social-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding-bottom: 0;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.follow-social-item-text {
  font-size: 1.3em;
}

.social-item-icon {
  object-fit: contain;
  width: .9em;
  height: .9em;
}

.social-item-icon.loop-arrow-icon {
  width: .7em;
  height: .7em;
}

.social-item-hover-text-loop {
  background-color: var(--black);
  opacity: 0;
  color: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0;
}

.social-item-loop-section {
  flex: none;
  align-items: center;
  display: flex;
}

.follow-loop-text {
  margin-right: 2.5em;
}

.follow-loop-text-wrapper {
  flex: none;
  align-items: center;
  margin-right: 2.5em;
  display: flex;
}

.footer-contact-info-column {
  z-index: 2;
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: relative;
}

.footer-form-column {
  z-index: 2;
  order: 1;
  width: 31%;
  position: relative;
}

.heading-small {
  color: var(--white);
  margin-bottom: .85em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.heading-small.contact-heading {
  color: var(--black);
}

.contact-tel-adress-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.contact-number-link, .contact-address-text {
  color: var(--secondary);
  font-size: .6em;
}

.footer-socials-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-item {
  flex-direction: column;
  align-items: flex-start;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.footer-social-item-text {
  color: var(--white);
  margin-right: .25em;
  font-size: .75em;
  line-height: .8;
}

.footer-social-item-icon {
  width: .45em;
}

.footer-form-input {
  border-style: none none solid;
  border-width: 1px 1px .1em;
  border-color: black black var(--dark-slate-grey);
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  height: 1.7em;
  margin-bottom: 1em;
  padding: 0;
  font-size: .65em;
}

.footer-form-input.footer-form-message-text-area {
  color: var(--white);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  height: 1.7em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.footer-form-inputs-container {
  margin-bottom: 2em;
}

.footer-form-submit-button {
  border-bottom: .05em solid var(--white);
  background-color: #0000;
  align-self: flex-start;
  margin-right: 0;
  padding: 0;
  font-size: .75em;
  display: inline-block;
}

.footer-form-submit-button.subscribe-button {
  margin-right: 0;
}

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

.form-block {
  height: 100%;
}

.form-submition-container {
  justify-content: space-between;
  margin-bottom: .4em;
  display: flex;
}

.hero-project-image {
  height: 100%;
}

.page-loader-wrapper {
  z-index: 999;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-particle {
  background-color: var(--black);
  width: 26%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.page-loader-particle.particle-2 {
  left: 25%;
}

.page-loader-particle.particle-3 {
  left: 50%;
}

.page-loader-particle.particle-4 {
  left: 75%;
}

.page-loader-heading-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.header {
  height: 0;
}

.license-pictures {
  max-width: none;
  margin-bottom: 2em;
}

.license-pictures-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.license-link-block {
  width: 12em;
  height: 12em;
}

.license-image {
  height: 100%;
}

.logo-dark-image {
  object-fit: contain;
  height: 1em;
}

.logo-light-image {
  opacity: 0;
  filter: none;
  object-fit: contain;
  flex: 0 auto;
  height: 1em;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 4px auto 0 0;
}

.hero-projects-wrapper {
  z-index: 12;
  width: 100%;
  height: auto;
  min-height: 200vh;
  margin-top: -50%;
  padding-bottom: 0;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: block;
  position: sticky;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.hero-video-scene {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: -100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
  transform: translate(0, 90svh);
}

.video-scene-wrapper {
  width: 100%;
}

.project-name-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  padding-top: .5em;
  padding-bottom: .15em;
  padding-right: .5em;
  font-size: .55em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  bottom: 0%;
  right: 2%;
  transform: translate(-50%, -50%);
}

.play-state {
  width: 100%;
  height: 100%;
}

.pause-state {
  width: 70%;
  height: 70%;
}

.work-preview-link-arrow {
  z-index: 3;
  width: .7em;
  height: .7em;
  display: none;
  position: absolute;
  bottom: 2%;
  right: 3%;
}

.view-all-link-first-row, .view-all-link-second-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 2em;
  display: flex;
}

.social-link-first-row, .social-link-second-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-social-link-text-row-2 {
  color: var(--white);
  margin-right: .3em;
  font-size: .75em;
}

.work-name {
  z-index: 11;
  background-color: var(--white);
  perspective: 1px;
  color: var(--secondary);
  padding: .5em .5em 1px 0;
  font-size: .6em;
  position: absolute;
  inset: auto auto -1px 0;
  transform: translate(-1px, 1px);
}

.page-content {
  z-index: 2;
  background-color: #f0efec;
  min-height: 100vh;
  padding-top: 3.5em;
  position: relative;
}

.page-content.changelog-wrapper {
  padding-top: 7em;
}

.page-content.dark {
  background-color: #343434;
}

.page-content.dark.less-top {
  padding-top: 0;
}

.footer-heading-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mobile-intro-video-wrapper {
  z-index: 100;
  border-radius: 1em;
  width: 25em;
  height: 15em;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-15%, -50%)scale(.4);
}

.mobile-about-paragraph {
  width: 70%;
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1.5;
  display: none;
}

.mobile-footer-socials-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.footer-social-item-first-row, .footer-social-item-second-row {
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
}

.team-container {
  max-width: none;
}

.contact-social-item {
  flex-direction: column;
  align-items: flex-start;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.contact-social-item-first-row, .contact-social-item-second-row {
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-social-item-text {
  color: var(--black);
  margin-right: .25em;
  font-size: .75em;
  line-height: .8;
}

.contact-social-item-icon {
  width: .45em;
}

.contact-form-submit-button {
  border-bottom: .05em solid var(--black);
  color: var(--black);
  background-color: #0000;
  align-self: flex-start;
  margin-right: 0;
  padding: 0;
  font-size: .75em;
  display: inline-block;
}

.contact-form-submit-button.subscribe-button {
  margin-right: 0;
}

.careers-heading {
  margin-bottom: 3em;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.careers-intro-description {
  color: var(--secondary);
  width: 70%;
  margin-left: auto;
  font-size: .75em;
  line-height: 1.5;
}

.careers-list-wrapper {
  border-top: .08rem solid #ccc;
}

.career-list-item {
  border-top: .08rem #ccc;
  border-bottom: .08rem solid #ccc;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.heading-xs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.3;
}

.career-location-text, .career-type-text {
  font-size: .8em;
}

.career-title-block, .career-location-block, .career-type-block {
  width: 25%;
}

.career-link-icon {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 1em;
  display: flex;
}

.about-us-intro {
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20svh;
}

.about-intro-image-container {
  justify-content: center;
  align-items: flex-start;
  width: 83.33%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.about-intro-image {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 110%;
}

.about-video-scene-section {
  height: 250svh;
}

.about-video-scene {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: sticky;
  top: 0%;
  left: 0;
  overflow: hidden;
}

.career-section {
  padding: 5svh 8.33% 10svh;
}

.career-detail-item {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.heading-small-dark {
  flex: none;
  width: 30%;
  font-size: .95em;
  font-weight: 400;
  line-height: 1;
}

.career-description {
  color: var(--black);
  flex: none;
  width: 70%;
  font-size: .61em;
  line-height: 1.4;
  text-decoration: none;
}

.career-end-brief {
  margin-bottom: 6rem;
  font-size: .9em;
}

.career-submit-link {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.submit-arrow {
  width: 1.8em;
  height: 100%;
}

.career-submit-text {
  font-size: 2em;
}

.blog-filters-menu {
  grid-column-gap: .4em;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: flex;
}

.blogs-filter-tab-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-3);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-3);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-3);
  color: var(--color);
  background-color: #0000;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  height: 2.8em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  font-size: .4em;
  font-weight: 700;
  display: flex;
}

.blogs-filter-tab-button.w--current {
  border-color: var(--color);
  background-color: var(--color);
  color: var(--white);
}

.blogs-list-grid {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs-pagination {
  grid-column-gap: .5em;
  justify-content: center;
  margin-top: 2rem;
}

.blogs-empty-state {
  color: var(--black);
  background-color: #0000;
  padding: 2rem 0 0;
  font-size: 1.2em;
}

.project-summary {
  width: 60%;
  margin-left: auto;
  font-size: .75em;
  line-height: 1.7;
}

.project-main-image-container {
  width: 83.33%;
  height: 110svh;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.project-case-image {
  height: 110%;
}

.project-first-case-image-container {
  width: 83.33%;
  height: 110svh;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.project-gallery {
  margin-bottom: 16.66svh;
  padding: 0 8.33%;
}

.project-gallery-list {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-gallery-item {
  width: 48%;
}

.project-gallery-image-container {
  height: 25em;
  overflow: hidden;
}

.project-gallery-image {
  height: 100%;
}

.blog-item-card {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.more-projects-container {
  max-width: none;
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.more-projects-list-wrapper {
  width: 100%;
  transform: translate(-45%);
}

.more-projects-list {
  grid-column-gap: 2em;
  display: flex;
}

.project-card-image {
  width: 13em;
  height: 13em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.single-project-card-image {
  width: 100%;
  height: 100%;
}

.more-projects-card {
  width: 13em;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.empty-more-projects-state {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.empty-more-projects-text {
  color: var(--black);
}

.date-read-time {
  color: var(--color-4);
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-size: .56em;
  display: flex;
}

.date-read-time-spacer {
  margin-left: .25rem;
  margin-right: .25rem;
}

.blog-title-heading {
  color: #343434;
  margin-bottom: 3.4rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1;
}

.blog-content-wrapper {
  margin-bottom: 5rem;
}

.blog-heading {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 1.7rem;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}

.blog-paragraph {
  color: var(--color);
  font-size: 1.1em;
  line-height: 1.5;
}

.blog-image-container {
  width: 100%;
  height: 90svh;
  margin-bottom: 5rem;
  overflow: hidden;
}

.blog-image {
  max-width: none;
  height: 100%;
}

.home-content-spacer {
  z-index: -1;
  flex-direction: column;
  align-items: flex-start;
  height: 80svh;
  position: relative;
}

.product-image-container {
  flex: none;
  width: 41.6vw;
  height: 41.6vw;
}

.product-grid-card-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 12em;
  margin-bottom: 1rem;
  overflow: hidden;
}

.product-card-info {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.product-card-price {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
  font-weight: 400;
  line-height: 1.4;
}

.not-found-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90svh;
  display: flex;
}

.not-found-image-container {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
}

.not-found-heading {
  color: var(--black);
  margin-bottom: 2rem;
  font-size: 2.5em;
  font-weight: 400;
}

.not-found-text {
  color: var(--black);
  width: 50%;
  font-size: .9em;
  line-height: 1.3;
}

.not-found-image {
  height: 100%;
}

.form-success-message {
  background-color: #0000;
  font-size: .8em;
  line-height: 1.4;
}

.form-success-message.contact-success {
  color: var(--black);
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-error-message {
  color: #e93b3b;
  text-align: left;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: .7em;
  line-height: 1.4;
}

.contact-form-input {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: .08em solid #ccc;
  height: 1.7em;
  margin-bottom: 1em;
  padding: 0;
  font-size: .65em;
}

.contact-form-input.footer-form-message-text-area {
  color: var(--white);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  height: 1.7em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.project-link-block {
  width: 100%;
  height: 21em;
}

.all-projects-grid {
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.all-projects-project-container {
  width: 39%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-tag {
  z-index: 11;
  background-color: var(--white);
  color: var(--secondary);
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2em;
  padding-left: 1.5em;
  font-size: .45em;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.blog-pagination-button {
  grid-column-gap: .2em;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  font-size: .65em;
  display: flex;
}

.projects-tabs-content {
  margin-top: 6rem;
}

.contact-socials-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-contact-socials-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.project-case-content {
  width: 60%;
  margin-left: auto;
  font-size: 1.1em;
}

.blog-filters-tabs {
  z-index: 10;
  transform: translate(0, -2.3em);
}

.navbar-cart-button {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .5em;
  font-weight: 400;
  line-height: .8;
  display: flex;
}

.nav-right-part {
  grid-column-gap: 1em;
  flex: none;
  order: 1;
  align-items: center;
  display: flex;
}

.empty-cart-container {
  color: var(--black);
}

.cart-error-container {
  color: #ff7070;
  background-color: #0000;
  padding-left: 0;
  font-size: .7em;
}

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

.cart-container {
  width: 20em;
  min-width: auto;
  max-width: none;
  margin-top: 1rem;
}

.close-cart-button {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.cart-item {
  color: var(--black);
}

.cart-item-image {
  width: 5em;
}

.cart-item-title {
  margin-bottom: .3em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
}

.cart-item-price {
  margin-bottom: .3em;
  font-size: .6em;
  font-weight: 500;
}

.cart-item-option {
  display: flex;
}

.cart-item-option-name, .cart-item-option-value {
  font-size: .7em;
}

.cart-item-options-separator {
  margin-right: .4em;
  font-size: .7em;
}

.option-list-2 {
  margin-bottom: .3em;
}

.all-projects-filter-button {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  height: 2.6em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .75em;
  display: flex;
}

.all-projects-filter-button.w--current {
  background-color: var(--black);
  color: var(--white);
}

.blog-meta-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-right: 0;
  display: flex;
}

.written-by-meta {
  grid-column-gap: .25em;
  font-size: .56em;
  display: flex;
}

.articles-blog-card-image {
  width: 100%;
  height: 12.5em;
  margin-bottom: .5em;
  position: relative;
  overflow: hidden;
}

.mobile-projects-wrapper {
  z-index: 12;
  width: 100%;
  height: 200vh;
  margin-top: -50%;
  padding-bottom: 0;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: none;
  position: sticky;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.more-projects-tag-holder {
  z-index: 10;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-pagination-button-text {
  font-size: 1em;
  line-height: .8;
}

.blogs-pagination-page-count {
  color: var(--color);
  margin-top: 1.5em;
  font-size: .35em;
}

.blog-item-card-image {
  width: 100%;
  height: 12.5em;
  margin-bottom: .5em;
  position: relative;
  overflow: hidden;
}

.change-log-content {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.change-log-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.change-log-date {
  color: var(--black);
  width: 50%;
  font-size: 1em;
}

.change-log-description {
  color: var(--black);
  width: 50%;
  font-size: 1em;
  font-weight: 500;
}

.footer-license-link {
  z-index: 100;
  color: var(--silver);
  font-size: .45em;
  position: absolute;
  inset: auto 50% 2em auto;
  transform: translate(50%);
}

.text-block-2 {
  font-size: .7em;
}

.footer-powered-by-webflow-link {
  z-index: 100;
  color: var(--silver);
  font-size: .4em;
  position: absolute;
  inset: auto 50% .5em auto;
  transform: translate(50%);
}

.category-projects-grid {
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.download-template {
  z-index: 900;
  width: auto;
  height: 4.2em;
  padding-top: 1em;
  padding-right: 1.1em;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding: 1.4em 1.5em;
  font-size: .5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.menu {
  z-index: 9999;
  color: #fff;
  padding: 10px 12px 10px 40px;
  font-size: .4em;
  font-weight: 800;
}

.nav-link.menu.csbtnb {
  background-color: #343434;
  background-image: url('../images/Group-245.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 31px;
}

.nav-link.menu.csbtnb.send-form {
  background-image: url('../images/Component-5-–-1.svg');
  padding-left: 50px;
  padding-right: 20px;
}

.nav-link.menu.csbtnb.zbuduj_btn {
  background-image: url('../images/Component-4-–-1.svg');
}

.nav-link.menu.csbtnb._2 {
  background-image: url('../images/Group-130.svg');
}

.nav-link.menu.csbtnb.skonfiguruj {
  background-image: url('../images/Group-241.svg');
}

.nav-link-mask {
  color: #f0efec;
  flex-flow: column;
  height: 20px;
  font-weight: 800;
  display: block;
  overflow: hidden;
}

.nav-link-mask.dark {
  color: #343434;
}

.first {
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.first.dark {
  color: #343434;
}

.last {
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.last.dark {
  color: #343434;
}

.button-bg {
  z-index: -1;
  background-color: #4d88ff;
  border-radius: 9em;
  height: 3.5em;
  position: absolute;
  top: 50%;
  left: -.2em;
  right: -.2em;
  transform: translate(0%, -50%);
}

.button-bg.menu {
  background-color: #343434;
  background-image: url('../images/Group-122.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  height: 31px;
}

.button-bg.menu._2 {
  background-image: url('../images/Group-22.svg');
  height: 31px;
}

.button-bg.menu._2.white {
  background-color: #fff;
}

.button-bg.menu.faq_btn {
  background-color: #343434;
  background-image: url('../images/Component-4-–-1.svg');
  height: 31px;
}

.button-bg.menu.faq_btn._7 {
  background-image: url('../images/Group-287.svg');
}

.button-bg.menu.konsultacja_btn._3 {
  background-image: url('../images/Group-241.svg');
  height: 31px;
}

.button-bg.menu._4 {
  background-image: url('../images/Group-130.svg');
  height: 31px;
}

.button-bg.menu._4._5 {
  background-color: #dfdbd9;
  background-image: url('../images/Group-123.svg');
}

.button-bg.menu._4.modul {
  background-image: url('../images/Group-241.svg');
}

.bold-text {
  margin-left: 10px;
}

.work-cs-info {
  z-index: 999;
  background-color: #f0efec;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 8.2em;
  min-height: 500px;
  margin-left: 0;
  padding-left: 1em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.work-cs-title {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.work-cs-texttitle {
  color: #343434;
  margin-bottom: -2px;
  margin-left: .4em;
  font-size: .8em;
  font-weight: 800;
}

.work-cs-text {
  color: #343434;
  margin-top: 1em;
  font-size: .4em;
  font-weight: 400;
  line-height: 1.4;
}

.image-2 {
  width: 80px;
}

.csbutton {
  margin-top: 11px;
  display: flex;
}

.csbutton.btn-more {
  justify-content: center;
  align-items: center;
}

.small-subtitle {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: .35em;
}

.small-subtitle.color {
  color: var(--color-4);
}

.image-3 {
  vertical-align: baseline;
  width: 1em;
  margin-top: 0;
  margin-left: .125em;
  margin-right: .125em;
  display: inline;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-left: .3em;
}

.div-block-14 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.div-block-14.top-space {
  margin-top: 1.3em;
}

.filtrowanie-title {
  color: var(--color);
  text-transform: uppercase;
  font-size: .35em;
  position: absolute;
  top: -80px;
  right: 27%;
}

.pag-flex {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-flex {
  justify-content: space-between;
  width: 100%;
  padding-top: 2em;
  display: flex;
}

.footer-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  margin-bottom: 1.7em;
  font-size: .5em;
  font-weight: 800;
}

.footer-title.dark {
  color: var(--color);
  font-weight: 800;
}

.footer-dane {
  margin-top: 0;
  font-size: .5em;
  line-height: 1.4;
}

.footer-dane.dark {
  color: var(--color);
}

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

.footer-menu-item {
  color: #fff;
  margin-bottom: 6px;
  font-size: .5em;
  line-height: 1.2;
  transition: all .3s;
  display: block;
}

.footer-menu-item:hover {
  opacity: .63;
}

.footer-social {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: .4em;
  display: flex;
}

.footer-social.less {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.social-item {
  transition: opacity .3s;
}

.social-item:hover {
  opacity: .74;
}

.footer-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.5em;
  display: flex;
}

.image-4 {
  width: 21.9em;
}

.footer-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: .33em;
}

.text-block-5 {
  font-size: .35em;
  line-height: 1.6;
}

.link {
  color: #fff;
}

.footer-copyrights {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-5 {
  width: 1.7em;
}

.div-block-15 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-16 {
  width: 35%;
}

.faq-button {
  display: flex;
}

.faq-button.top-space {
  margin-top: 1.7em;
}

.faq-cta-box {
  justify-content: space-between;
  width: 100%;
  margin-top: 2.06em;
  margin-bottom: 2.06em;
  display: flex;
}

.faq-cta-box.no-top {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-cta-box.no-top.max-width {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

.cta-box {
  background-color: #fff;
  background-image: url('../images/4b4acc49bf0ab9ad4f86aa7a6d3a0631.png');
  background-position: 107% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dfdbd9;
  border-radius: 10px;
  width: 48%;
  padding: 20px 10px 20px 20px;
}

.cta-box._2 {
  background-color: #0000;
  background-image: url('../images/Zrzut-ekranu-2024-06-5-o-15.56.01.png');
  background-position: 111%;
  background-size: 200px;
}

.cta-box.spec-box {
  background-color: #f0efec;
  margin: 1%;
}

.cta-content {
  max-width: 60%;
}

.text-block-6 {
  color: var(--color);
}

.text-block-7 {
  color: var(--color);
  font-size: .8em;
  font-weight: 800;
  line-height: 1.2;
}

.cta-text {
  color: var(--color);
  margin-top: .6em;
  margin-bottom: 1.2em;
  padding-right: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .5em;
  line-height: 1.3;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kontakt-sec-flex {
  display: flex;
}

.contact-left {
  width: 35%;
}

.contact-right {
  background-color: #fff;
  width: 70%;
  padding: 70px 5% 60px 80px;
  position: relative;
}

.kontakt-title {
  color: var(--color);
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.1;
}

.form-input {
  color: #806f60;
  text-transform: none;
  border: 0 solid #000;
  border-bottom: 1px solid #707070;
  height: auto;
  padding: .7em 1.5em;
  font-size: .6em;
}

.form-input:focus {
  border-bottom-color: #707070;
}

.form-input:focus-visible {
  border-bottom-color: #707070;
}

.form-input[data-wf-focus-visible] {
  border-bottom-color: #707070;
}

.form-input.form-textarea {
  border-width: 1px;
  border-color: #707070;
  border-radius: 10px;
  height: 140px;
  margin-top: .9em;
}

.form-block {
  max-width: 22em;
  height: auto;
  margin-top: 1.56em;
}

.form-flx {
  justify-content: space-between;
  margin-top: .6em;
  display: flex;
}

.form-flx-item {
  width: 48%;
}

.form-zgody {
  margin-top: 20px;
  margin-bottom: 1.4em;
}

.checkbox-label {
  color: var(--color);
  font-size: .5em;
  line-height: 1.4;
}

.checkbox-field {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  background-color: #dfdbd9;
  border-width: 0;
  border-radius: 0;
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: .7em;
}

.checkbox-2.w--redirected-checked {
  background-color: #b95b9b;
  background-image: url('../images/Group-247.svg');
  background-size: 20px;
  border-width: 0;
  border-radius: 0;
}

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

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

.submit-button {
  background-color: #343434;
  background-image: url('../images/Component-5-–-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 31px;
  padding-left: 47px;
  font-size: .5em;
  font-weight: 700;
}

.form-btn {
  display: flex;
}

.image-6 {
  mix-blend-mode: luminosity;
}

.kontakt-dane {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-top: 1em;
  padding-left: 1.88em;
  padding-right: .5em;
  display: flex;
}

.kontakt-dane._2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -.5em;
}

.kontakt-dane-col {
  width: 48%;
}

.kontakt-dane-col._2 {
  margin-left: auto;
}

.kontakt-cs-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}

.cytat-info {
  max-width: 64%;
  margin-top: 4em;
  margin-bottom: 4.1em;
  margin-left: auto;
  display: flex;
}

.cytat-info._2 {
  max-width: 100%;
  margin-left: -5%;
}

.cytat-img {
  flex: none;
  margin-top: -.63em;
  margin-right: .8em;
}

.image-7 {
  width: 2.9em;
}

.text-block-8 {
  color: var(--color);
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.4;
}

.text-block-8.white {
  color: var(--white);
}

.text-block-8.white.mobile-cytat {
  display: none;
}

.cytat-podpis {
  color: var(--color);
  margin-top: 1em;
  font-size: .6em;
  font-weight: 600;
  line-height: 1.2;
}

.cytat-podpis.white {
  color: var(--white);
}

.sec-photos {
  justify-content: space-between;
  display: flex;
}

.sec-sin-photo {
  width: 30%;
}

.image-8 {
  width: 31px;
  height: 31px;
}

.slide-abs {
  z-index: 9999;
  position: absolute;
  top: 30%;
  left: -116%;
}

.section-o-architekcie {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.section-o-architekcie.no-bottom {
  padding-bottom: 0;
}

.section-o-architekcie.more-padding {
  padding-top: 5em;
}

.oarch-box {
  background-color: #343434;
  border-radius: 10px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3em 5em;
  position: relative;
}

.oarch-box.light {
  background-color: #f0efec;
  padding-bottom: 4em;
}

.oarch-box.nobg {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5.7em;
}

.oarch-content {
  width: 50%;
  margin-left: auto;
}

.oarch-content.cs-top {
  margin-top: 0;
}

.image-9 {
  position: static;
  bottom: 0;
}

.oarch-img {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.oarch-img.slide-left {
  padding-top: 0;
}

.section-dlaczeo {
  margin-top: -2em;
}

.section-dlaczego-inner {
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dl-flex-col {
  width: 50%;
}

.dl-flex-col.top {
  max-width: 15em;
  margin-top: 3em;
}

.dbutton {
  margin-top: .9em;
  display: flex;
}

.image-10 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-liczby {
  padding-bottom: 3%;
}

.liczby-box {
  background-color: #b95b9b;
  justify-content: center;
  align-items: stretch;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.liczby-col {
  width: 50%;
}

.liczby-col._1 {
  background-image: url('../images/Mask-Group-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  padding-left: 5%;
  padding-right: 15%;
}

.liczby-col._2 {
  padding: 2.2em 5% 3em;
}

.sin-liczba {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.3em;
  padding-bottom: 1.1em;
  display: flex;
}

.liczba-numer {
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.liczba-liczba {
  font-size: 2em;
  font-weight: 800;
}

.liczba-small {
  margin-bottom: .25em;
  margin-left: .8em;
  font-size: .6em;
  font-weight: 500;
}

.liczba-small.bigger {
  margin-bottom: .1em;
  margin-left: .1em;
  font-size: 1.2em;
}

.liczba-text {
  width: 70%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.section-dopasowane-menu {
  margin-top: 1em;
}

.cs-model {
  color: var(--color);
  text-transform: uppercase;
  font-size: .35em;
  line-height: 1.2;
}

.modele-flex {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  margin-top: .3em;
  display: flex;
}

.smodel {
  color: #fff;
  background-color: #b95b9b;
  border: 1px solid #0000;
  border-radius: 27px;
  padding: .8em 2.7em .8em 2.6em;
  font-size: .6em;
  transition: all .3s;
}

.smodel:hover {
  color: #343434;
  background-color: #0000;
  border-color: #dfdbd9;
}

.smodel._2 {
  background-color: #5a81ac;
}

.smodel._2:hover {
  background-color: #5a81ac00;
}

.smodel.active {
  color: #343434;
  background-color: #b95b9b00;
  border-color: #dfdbd9;
}

.image-11 {
  padding: .4em 2em .5em;
  display: block;
}

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

.code-embed {
  width: 2.44em;
}

.code-embed._2 {
  width: 3.3em;
}

.text-block-9 {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
}

.section-standard-content {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  margin-top: 1.5em;
  padding: 2.5em 1.25em;
}

.ext-title {
  color: var(--color);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.5em;
  font-weight: 800;
  display: flex;
}

.ext-title.white {
  color: var(--white);
  margin-top: .4em;
}

.text-block-10 {
  margin-bottom: 0;
  margin-left: .4em;
}

.ext-desc {
  color: var(--color);
  max-width: 60%;
  margin-top: 1.5em;
  font-size: .5em;
  line-height: 1.4;
}

.ext-desc.pd-text {
  max-width: 70%;
}

.standard-slider {
  margin-top: 1.38em;
}

.slider-2 {
  height: 500px;
}

.slider-2.no-perspective {
  background-color: #0000;
  margin-bottom: 140px;
  transform: none;
}

.image-12 {
  width: 100%;
  height: 500px;
}

.slider-thumb-wrap {
  background-color: #bfbfffe6;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  display: none;
  left: -76px;
}

.slider-arrow.right {
  z-index: 9999;
  inset: auto auto -93px 39%;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  margin-left: -10px;
  font-size: 100px;
}

.slider-navigation.no-perspective {
  text-align: left;
  border-style: none;
  margin-left: -10px;
}

.slider-thumb-image {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-13 {
  width: 31px;
}

.sec-zalozenia {
  border: 1px solid #dfdbd9;
  border-radius: 10px;
  max-width: 94%;
  margin-top: 7em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 3.44em;
}

.zlozenia-flx {
  display: flex;
}

.zalozenia-left {
  width: 45%;
}

.zaloznia-right {
  grid-column-gap: 0px;
  grid-row-gap: 1.7em;
  flex-flow: wrap;
  justify-content: space-between;
  width: 55%;
  padding-left: 1.88em;
  display: flex;
}

.zalozenia-icon {
  width: 30%;
}

.image-14 {
  width: 3.3em;
  margin-bottom: .4em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-txt {
  color: var(--color);
  text-align: center;
  font-size: .5em;
  font-weight: 700;
  line-height: 1.3;
}

.section-stan-dewe {
  background-color: #f8ae2f;
  border-radius: 10px;
  max-width: 94%;
  margin-top: 1.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3.44em 8em;
}

.stan-dw-items {
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 94%;
  margin: -6.6em auto 0;
  padding-left: 3.44em;
  padding-right: 3.44em;
  display: flex;
}

.stan-dw-item {
  background-color: #f0efec;
  width: 31%;
  padding: 1em .69em .7em;
}

.stan-dw-item.full {
  width: 100%;
}

.cs-list-item {
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.cs-list-item.color {
  color: #b95b9b;
  font-weight: 700;
}

.image-15 {
  width: .6em;
  margin-right: 8px;
}

.text-block-11 {
  color: var(--color);
  font-size: .4em;
}

.text-block-12 {
  font-size: .5em;
}

.stan-d-btn {
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  display: flex;
}

.oarch-bg {
  background-color: #fff;
  width: 100%;
  max-width: 96%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.boxes-bg {
  background-color: #fff;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1em;
  padding-bottom: 2em;
}

.binner {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.buttons-flex2 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 30px;
  display: flex;
}

.image-16 {
  width: 12px;
}

.text-block-13 {
  font-size: .4em;
  font-weight: 700;
  line-height: 1.2;
}

.link-block {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-podpis {
  background-color: #343434;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-right: 2em;
}

.text-block-14 {
  color: #f0efec;
  text-align: right;
  font-size: .5em;
  font-weight: 700;
}

.email-link {
  color: #fff;
  margin-bottom: 1.9em;
  font-size: .5em;
  line-height: 1.1;
  transition: all .3s;
  display: block;
}

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

.orach-img-bg {
  background-color: #fff;
  width: 65%;
  height: 65%;
  position: absolute;
  bottom: 3.13em;
  right: 2em;
}

.image-17 {
  position: relative;
}

.pf-button {
  margin-top: 1.1em;
  display: flex;
}

.section-video {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.video-small {
  background-color: #343434;
  background-image: url('../images/Mask-Group-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.video-small.nobg {
  background-image: none;
}

.video-big {
  width: 65%;
}

.video-big.vd-with-content {
  background-color: #343434;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 4em;
}

.vs-content {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vs-procent {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.procent-text {
  font-size: 2em;
  font-weight: 500;
}

.procent-small {
  font-size: 1em;
  font-weight: 500;
}

.pr-text {
  box-sizing: border-box;
  flex: 0 auto;
  align-self: auto;
  font-size: 1.9em;
  line-height: 1;
  display: block;
}

.text-block-15 {
  font-size: 2em;
  font-weight: 500;
}

.text-block-16 {
  font-size: 1em;
  font-weight: 500;
}

.procent-div {
  width: 100%;
  max-width: 5.7em;
  height: 1.4em;
}

.procent-div-inside {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.text-block-17 {
  font-size: .5em;
  font-weight: 700;
  line-height: 1.2;
}

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

.image-19 {
  max-width: 12em;
  margin-top: 1em;
}

.opinia-content {
  color: #343434;
  font-size: .5em;
  line-height: 1.4;
}

.opinia-podpis {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.9em;
  display: flex;
}

.op-img {
  border-radius: 100%;
  width: 2em;
  height: 2em;
  overflow: hidden;
}

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

.op-name {
  color: #343434;
  font-size: .5em;
  font-weight: 700;
}

.moduly-inner {
  background-color: #dfdbd9;
  border-radius: 10px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 3.44em;
}

.moduly-slider {
  margin-top: -4.2em;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

.modul-slider-inner {
  display: flex;
}

.m-img {
  width: 70%;
  max-height: 440px;
  padding-top: 4em;
}

.m-content {
  width: 30%;
}

.m-nazwa {
  background-color: #5a81ac;
  margin-bottom: .9em;
  padding: .63em .63em .63em .9em;
}

.n-nazwa-w {
  font-size: .5em;
}

.n-price {
  margin-top: .4em;
  font-size: .9em;
  font-weight: 700;
}

.btn-modl {
  margin-top: .8em;
  display: flex;
}

.slide, .mask-2 {
  height: auto;
}

.moduly-nav {
  border-bottom: 4px solid #c6beba;
  margin-top: 4.7em;
  position: relative;
}
.modul-nav-item {
  position: absolute;
  bottom: 0;
  left: 2%;
}

.modul-nav-item._2 {
  left: 14%;
}

.modul-nav-item._3 {
  left: 26%;
}

.modul-nav-item._4 {
  left: 38%;
}

.modul-nav-item._5 {
  left: 50%;
}

.modul-nav-item._6 {
  left: 62%;
}

.modul-nav-item._7 {
  left: 74%;
}

.modul-nav-item._8 {
  cursor: pointer;
  left: 86%;
}

.section-buduj-z-nami .modul-nav-item {
  position: absolute;
  bottom: 0;
  left: 2%;
}

.section-buduj-z-nami .modul-nav-item._2 {
  left: 10%;
}

.section-buduj-z-nami .modul-nav-item._3 {
  left: 18%;
}

.section-buduj-z-nami .modul-nav-item._4 {
  left: 26%;
}

.section-buduj-z-nami .modul-nav-item._5 {
  left: 34%;
}

.section-buduj-z-nami .modul-nav-item._6 {
  left: 42%;
}

.section-buduj-z-nami .modul-nav-item._7 {
  left: 50%;
}

.section-buduj-z-nami .modul-nav-item._8 {
  cursor: pointer;
  left: 58%;
}
.section-buduj-z-nami .modul-nav-item._9 {
  left: 66%;
}
.section-buduj-z-nami .modul-nav-item._11 {
  left: 74%;
}
.section-buduj-z-nami .modul-nav-item._12 {
  left: 82%;
}
.section-buduj-z-nami .modul-nav-item._13 {
  left: 90%;
}
.modul-nav-item-text {
  color: #343434cc;
  white-space: nowrap;
  word-break: keep-all;
  font-size: .6em;
  font-weight: 700;
}

.modul-nav-item-text.cs_bg {
  color: #fff;
  background-color: #343434;
  padding: .5em;
}

.modul-nav-item-text.cs_bg.slick-item {
  color: #343434;
  text-align: left;
  background-color: #34343400;
  font-size: .5em;
  line-height: 1.3;
}

.modul-nav-item-text.cs_bg.slick-item.active {
  color: #fff;
  text-align: center;
  background-color: #343434;
}

.modil-nav-line {
  background-color: #c6beba;
  width: 4px;
  height: 9px;
}

.cs-rotate {
  cursor: pointer;
  width: auto;
  position: absolute;
  bottom: 48px;
  left: -20px;
  transform: rotate(-50deg);
}

.cs-rotate.more-top {
  bottom: 70px;
}

.cs-rotate.slick-item-n {
  width: auto;
  bottom: 10px;
  left: -30px;
  transform: rotate(-50deg);
}

.modul-item-icon {
  opacity: 0;
  width: 33px;
  height: 33px;
  transition: all .3s;
  position: absolute;
  bottom: -19px;
  left: -16px;
}

.modul-item-icon.active {
  opacity: 1;
}

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

.image-21 {
  width: auto;
  margin-left: auto;
  display: block;
}

.section-buduj-z-nami {
  background-color: #fff;
  padding-top: 3.44em;
  padding-bottom: 3.44em;
  overflow: hidden;
}

.sec-inner {
  padding-left: 5%;
  display: flex;
}

.buduj-left {
  width: 30%;
}

.cs-buduj-btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.06em;
  display: flex;
}

.buduj-right {
  width: 70%;
}

.bd-slide {
  margin-bottom: 30px;
  padding-left: 20px;
}

.bd-title {
  color: #343434cc;
  margin-bottom: .6em;
  font-size: .5em;
  font-weight: 700;
}

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

.slider-nav-content {
  margin-top: 190px;
}

.slick-cs-nav {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 60px;
  display: flex;
}

.image-31 {
  width: 32px;
}

.sec-moduly-content {
  display: flex;
}

.sec-moduly-content.top-space {
  margin-top: 30px;
}

.sec-mod-left {
  width: 30%;
}

.sec-mod-right {
  width: 68%;
  margin-left: 2%;
}

.mod-cs-text {
  color: var(--black);
  max-width: 390px;
  font-size: .6em;
  line-height: 1.4;
}

.mod-info-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 33px;
}

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

.top-info-title {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-32 {
  width: 31px;
}

.mod-name {
  color: var(--color);
  font-size: 1em;
  font-weight: 800;
}

.mod-tp-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.top-details-info {
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.top-details-info._2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.top-details-info.dt {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-block-18 {
  color: var(--black);
  text-transform: uppercase;
  font-size: .45em;
}

.text-block-19 {
  color: var(--color);
  font-size: .6em;
  font-weight: 700;
}

.div-block-20 {
  text-align: right;
  width: 140px;
}

.div-block-20.nomaxwidth {
  width: auto;
  font-size: .8em;
}

.div-block-20.wmax {
  width: auto;
}

.mod-info-rzuty {
  margin-top: 170px;
  margin-bottom: 20px;
  display: block;
}

.tablink {
  color: #806f60;
  background-color: #0000;
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  font-size: .6em;
  font-weight: 700;
  transition: all .3s;
}

.tablink.w--current {
  color: #343434;
  background-color: #0000;
  border-bottom-color: #343434;
}

.tabs-menu {
  border-bottom: 1px solid #dfdbd9;
  display: inline-block;
}

.rzut-item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21.cs_width {
  width: 45%;
}

.rzut-item-flex {
  display: flex;
}

.rzut-item-img {
  width: 40%;
}

.image-33 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rzut-cs-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #dfdbd9;
  flex-flow: column;
  padding-bottom: 25px;
  display: flex;
}

.sec-szczegoly-tech {
  margin-top: 50px;
}

.sec-szczegoly-tech.more-top {
  margin-top: 80px;
}

.tabs-szczegoly {
  margin-top: 20px;
}

.szczegoly-tab-content {
  padding-top: 40px;
  display: flex;
}

.szczegoly-tab-content.szcz_dane {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding-left: 60px;
  padding-right: 60px;
}

.sc50 {
  width: 50%;
}

.image-34 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20 {
  color: var(--color);
  font-size: .6em;
}

.szcz-text {
  color: var(--color);
  font-size: .5em;
  font-weight: 400;
  line-height: 1.4;
}

.zam-btn {
  margin-top: 20px;
  display: flex;
}

.standardy-wyk-slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
  display: flex;
}

.sing-standard {
  background-color: #5a81ac;
  border: 1px solid #dfdbd9;
  border-radius: 10px;
  padding: 15px;
}

.sing-standard._2 {
  background-color: #b95b9b;
}

.sing-standard._3 {
  background-color: #f8ae2f;
}

.stand-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: .5em;
  line-height: 1.2;
}

.stand-text {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 11px;
  font-size: .45em;
  line-height: 1.2;
}

.stand-title-logo {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 45px;
}

.st-name {
  color: var(--color-2);
  font-size: .8em;
  font-weight: 700;
}

.st-cena {
  color: var(--white);
  margin-top: 7px;
  font-size: 1.4em;
  font-weight: 700;
}

.smaller {
  font-size: .7em;
}

.standard-cs-info {
  margin-top: 20px;
  margin-bottom: -40px;
}

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

.dodatkowe-moduly-flex {
  flex-flow: wrap;
  margin-top: 30px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.s-modul-modul {
  border: 1px solid #dfdbd9;
  border-radius: 10px;
  width: 48%;
  margin: 1%;
  padding: 10px;
  position: relative;
}

.s-modul-modul.modl-left {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.s-modul-modul.modl-left.smaller {
  width: 90%;
  margin-left: auto;
}

.s-modul-modul.modl-left.selected {
  background-color: #fff;
}

.mod-title {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-36 {
  width: 33px;
}

.md-title-cont {
  color: var(--color);
  font-size: .6em;
  font-weight: 700;
}

.s-mod-details {
  justify-content: space-between;
  display: flex;
}

.mod-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #5a81ac;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.mod-price-text {
  color: var(--color-2);
  font-size: .5em;
}

.mod-price-text.price_bigger {
  font-size: .8em;
  font-weight: 700;
}

.mod-plus-minus {
  background-color: #dfdbd9;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
}

.image-37 {
  width: 21px;
}

.wybierz-wariant-title {
  color: var(--color);
  font-size: .6em;
  font-weight: 700;
}

.warianty-flex {
  margin-top: 20px;
}

.mod-left-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-right: 20px;
  display: flex;
}

.mod-wybrano {
  background-color: #ffffffd6;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.wyb-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wyb0text {
  clear: none;
  color: var(--color);
  font-size: 1em;
  font-weight: 700;
}

.image-38 {
  width: 21px;
}

@media screen and (min-width: 1440px) {
  .work-image-container {
    border-bottom-right-radius: 0;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
  }

  .work-image-container:hover {
    border-radius: 0;
  }

  .project-image-hover-text-loop {
    opacity: 1;
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .project-image-loop-section {
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .5em;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 0;
    display: flex;
    position: static;
    top: 50%;
    transform: translate(0, -50%);
  }

  .project-image-loop-heading {
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .3em;
    font-size: 2em;
    font-weight: 400;
    line-height: 0;
    display: flex;
    position: static;
    top: 50%;
    transform: translate(0, -50%);
  }

  .new-project-image-hover-text-loop, .social-item-hover-text-loop {
    opacity: 1;
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .social-item-loop-section {
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .5em;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 0;
    display: flex;
    position: static;
    top: 50%;
    transform: translate(0, -50%);
  }

  .license-pictures {
    max-width: none;
  }

  .filtrowanie-title {
    top: -86px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-large.reviews-heading {
    color: var(--color);
    font-size: 3.1em;
    font-weight: 800;
  }

  .section.all-projects {
    padding-top: 1em;
  }

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

  .heading-huge.projects-page-heading {
    justify-content: center;
    align-items: center;
  }

  .project-image-hover-text-loop {
    opacity: 0;
  }

  .reviews-left-column {
    background-color: #f0efec;
  }

  .review-slider-back-button, .reivew-slider-next-button {
    bottom: -20%;
  }

  .close-cart-button {
    justify-content: center;
    align-items: center;
    width: 1.1em;
    height: 1.1em;
    display: flex;
  }

  .filtrowanie-title {
    top: -112px;
  }

  .cta-box._2 {
    background-position: 106%;
    background-size: 230px;
  }

  .sec-sin-photo {
    width: 31%;
  }

  .sec-k-slider {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .dl-flex-col.top {
    max-width: 14em;
    padding-bottom: 1.88em;
    padding-right: .125em;
  }

  .slider-2.no-perspective, .image-12 {
    height: 630px;
  }

  .slider-arrow.right {
    left: 27%;
  }

  .slider-navigation.default-no-perspective, .slider-navigation.no-perspective {
    bottom: -20%;
  }

  .cs-rotate {
    bottom: 60px;
  }

  .cs-rotate.more-top {
    bottom: 90px;
  }

  .cs-rotate.slick-item-n {
    width: auto;
    bottom: 10px;
  }

  .modul-item-icon {
    bottom: -15px;
  }

  .image-22 {
    display: block;
  }

  .section-buduj-z-nami {
    padding-bottom: 2em;
  }

  .bd-slide {
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .slider-nav-content {
    margin-top: 260px;
  }

  .slick-cs-nav {
    margin-top: 40px;
  }

  .mod-cs-text {
    max-width: 440px;
  }

  .text-block-19 {
    font-size: .6em;
  }
}

@media screen and (max-width: 991px) {
  .gray-box {
    border-radius: 1.7em;
    margin-bottom: 1.3em;
    padding: 2.34em 1.651em 2.08em;
  }

  .gray-box.order {
    padding-left: 1.651em;
    padding-right: 1.651em;
  }

  .page-title {
    font-size: 1.3em;
  }

  .checkout-padding.vertical-padding {
    padding-top: 3.7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .dark-input {
    min-height: 4.9em;
    margin-top: .871em;
    margin-bottom: .871em;
    padding: 1.43em .65em 1.43em 3.25em;
    font-size: .65em;
  }

  .checkout-primary-font {
    font-size: .81em;
  }

  .checkout-secondary-font {
    font-size: .65rem;
    line-height: 2.21;
  }

  .order-info {
    max-width: 100%;
  }

  .shorter-col {
    width: 41%;
  }

  .longer-col {
    width: 59%;
  }

  .dark-box {
    border-radius: 2.7em;
    padding: 1.3em 2.6em;
    font-size: .65em;
    line-height: 1.9;
  }

  .dark-box.horizontal {
    padding: 1.3em;
    font-size: .845em;
  }

  .shipping-container {
    grid-template-rows: minmax(9em, 1fr) auto;
    margin-top: .871em;
  }

  .ck-iitem-name {
    margin-bottom: .2em;
    font-size: .9em;
  }

  .order-btn {
    margin-bottom: 1.04em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    font-size: .819em;
  }

  .order-btn.center.last-button {
    height: 3rem;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .order-btn.light.center {
    background-color: var(--black);
    color: var(--white);
    height: 3.3rem;
    margin-bottom: .1rem;
    font-size: .9rem;
  }

  .vertical-padding.checkout-padding {
    padding-top: 3rem;
    padding-bottom: 20svh;
  }

  .product-info-container {
    flex-direction: column;
  }

  .heading {
    color: var(--black);
    font-size: 1.76rem;
  }

  .paragraph {
    font-size: .9rem;
  }

  .sproduct-detail.light-gray {
    font-size: .7rem;
  }

  .shop-image {
    height: 20rem;
  }

  .shop-header {
    margin-bottom: 0;
  }

  .shop-large-heading {
    font-size: 2.52rem;
  }

  .product-card-name {
    font-size: .8rem;
  }

  .shop-list {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-large {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    line-height: 1.2;
  }

  .heading-large.about-heading {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
    display: none;
  }

  .heading-large.new-projects-heading {
    margin-top: 0;
    margin-bottom: 2.5rem;
    margin-right: 0;
    font-size: 4rem;
  }

  .heading-large.new-projects-heading.less {
    margin-bottom: 0;
    font-size: 3.6rem;
  }

  .heading-large.blog-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 5rem;
  }

  .heading-large.follow-us-heading {
    margin-top: 0;
    font-size: 4rem;
  }

  .heading-large.mobile-about-heading {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
    display: block;
  }

  .heading-large.blogs-heading {
    z-index: 10;
    width: 100%;
    font-size: 2.6rem;
  }

  .heading-large.more-projects-heading {
    font-size: 2.5rem;
  }

  .heading-large.more-articles-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 5rem;
  }

  .heading-large.more-articles-heading.smll {
    font-size: 1em;
  }

  .heading-large.careers-heading {
    font-size: 3.8rem;
  }

  .heading-large.reviews-heading.white {
    margin-bottom: 0;
  }

  .heading-massive.hero-heading {
    width: 100%;
    font-size: 11rem;
    transform: none;
  }

  .heading-massive.page-load-heading {
    font-size: 10rem;
  }

  .heading-massive.works-heading {
    margin-bottom: 2rem;
    font-size: 11rem;
    position: static;
    top: 0;
  }

  .heading-massive.works-heading.small {
    font-size: 3.1em;
  }

  .heading-massive.works-heading.small.wrk {
    margin-bottom: 4.4rem;
  }

  .section.hero-section {
    height: auto;
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .section.hero-section.less {
    padding-top: 1em;
    padding-bottom: 3rem;
  }

  .section.about-section {
    padding: 5rem 5%;
  }

  .section.works-section {
    height: auto;
    min-height: auto;
    padding: 2rem 5% 0;
    overflow: hidden;
  }

  .section.clients-section {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.concepts-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.our-team {
    height: 300svh;
    min-height: auto;
    padding: 5rem 0%;
    overflow: visible;
  }

  .section.section-buduj-z-nami {
    min-height: auto;
    margin-bottom: 20svh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .section.reviews-section {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .section.faq-section {
    min-height: auto;
    padding: 5rem 5%;
  }

  .section.all-projects-section {
    flex-direction: column;
    justify-content: space-between;
    height: 300svh;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .section.all-blogs-section {
    flex-direction: column;
    justify-content: space-between;
    height: 300svh;
    min-height: auto;
    padding-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .section.follow-us-section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .section.footer-section {
    min-height: 100lvh;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .section.footer-section.bg_purple {
    min-height: 80lvh;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .section.contact-section {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .section.careers-section {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .section.blogs-section {
    min-height: 60vh;
    padding-top: 4em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.project-intro {
    margin-bottom: 5rem;
    padding-top: 5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.project-second-case, .section.project-first-case {
    margin-bottom: 5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.blog-content-section {
    padding: 2rem 5% 5rem;
  }

  .section.all-projects {
    padding: 1rem 5% 5rem;
  }

  .section.more-projects-section {
    flex-direction: column;
    justify-content: space-between;
    height: 300svh;
    min-height: auto;
    padding-bottom: 5rem;
    display: flex;
    overflow: visible;
  }

  .heading-medium {
    font-size: 4rem;
    line-height: 1.2;
  }

  .heading-medium.clients-heading {
    margin-top: 0;
    font-size: 5rem;
  }

  .heading-medium.team-heading {
    margin-top: 0;
    margin-bottom: 7vh;
    font-size: 4rem;
  }

  .navbar {
    height: 4em;
    margin-top: 0;
  }

  .navbar-container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-link.w--current {
    width: auto;
    height: auto;
  }

  .burger-menu-button {
    width: 2.5rem;
    height: 2.5rem;
    padding: .4rem;
  }

  .navbar-link {
    justify-content: flex-start;
    margin-right: 1.5rem;
    font-size: .95rem;
  }

  .nav-link-text {
    height: 1.6rem;
    font-size: .7rem;
  }

  .empty-nav-spacer {
    padding-right: 3rem;
  }

  .top-nav-links {
    height: 2rem;
    margin-top: 1rem;
  }

  .burger-top-line {
    width: 1rem;
    height: .1rem;
    margin-bottom: .2rem;
  }

  .burger-bottom-line {
    width: 1rem;
    height: .1rem;
  }

  .menu-wrapper {
    flex-flow: wrap;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .menu-background {
    width: 0;
    height: 0;
  }

  .menu-socials-wrapper {
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .menu-socials-list {
    grid-row-gap: 1.25rem;
  }

  .menu-social-link {
    height: 1.3rem;
  }

  .menu-social-link-arrow {
    width: .8rem;
    height: .8rem;
  }

  .menu-social-link-text {
    font-size: 1.25rem;
    line-height: 1;
  }

  .menu-socials-list-item {
    grid-row-gap: 1.25rem;
  }

  .menu-page-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    flex: none;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .menu-page-link {
    order: -1;
    height: 2.3em;
    margin-bottom: .75em;
  }

  .menu-page-link.w--current {
    height: 2.3em;
    transform: translate(0, 100%);
  }

  .menu-page-link.po {
    order: -1;
    height: 2.5em;
    margin-bottom: .75em;
  }

  .mail-link-text {
    font-size: 1.8rem;
  }

  .menu-page-link-text {
    text-align: center;
    font-size: 1em;
  }

  .body {
    font-size: 16px;
  }

  .menu-email-link {
    display: none;
  }

  .menu-socials-mail-link {
    width: 100%;
    margin-bottom: 10%;
    font-size: 2rem;
    display: block;
  }

  .hero-content {
    height: auto;
    margin-bottom: 5rem;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .hero-sub-heading {
    font-size: 2rem;
  }

  .hero-subheading-text-slider {
    opacity: 1;
    height: 2em;
    font-size: 1.5rem;
    overflow: hidden;
    transform: none;
  }

  .hero-project-1 {
    width: 50%;
    height: 35rem;
    margin-top: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .hero-project-2 {
    float: right;
    width: 50%;
    height: 35rem;
    display: inline-block;
    position: static;
  }

  .hero-project-3 {
    width: 50%;
    height: 35rem;
    display: block;
    position: static;
    transform: none;
  }

  .heading-xl.first-row-heading, .heading-xl.second-row-heading, .heading-xl.third-row-heading {
    display: none;
  }

  .heading-xl.first-mobile-row-heading, .heading-xl.second-mobile-row-heading {
    color: var(--color);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 800;
    display: block;
  }

  .intro-video-wrapper {
    width: 15rem;
    height: 15rem;
    margin: 1rem auto;
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
    overflow: hidden;
    transform: none;
  }

  .about-paragraph {
    width: 85%;
    margin-left: 0;
    font-size: 1.3rem;
    display: none;
  }

  .work-preview.work-preview-1 {
    align-self: flex-start;
    width: 100100000%;
    height: 60svh;
    margin-bottom: 2rem;
    margin-left: 0;
    display: flex;
    position: relative;
    transform: none;
  }

  .work-preview.work-preview-2 {
    align-self: flex-start;
    width: 100%;
    height: 60svh;
    min-height: 0;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    transform: none;
  }

  .work-preview.work-preview-3 {
    align-self: flex-start;
    width: 100%;
    height: 60svh;
    margin-bottom: 0;
    display: flex;
    position: relative;
    transform: none;
  }

  .works-container {
    perspective: none;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 4rem;
    position: static;
  }

  .work-image {
    width: auto;
    height: 100%;
  }

  .work-name-tag {
    padding: .2rem .5rem .2rem 0;
    font-size: .75rem;
  }

  .infinite-loop-container {
    margin-bottom: 3em;
  }

  .infinite-loop-container.works-text-loop {
    margin-bottom: 15vh;
  }

  .infinite-loop-container.works-text-loop.reverse-loop {
    margin-bottom: 0;
  }

  .client-logo-wrapper {
    width: 3rem;
    height: 3rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .container.new-projects-container {
    max-width: none;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .container.reviews-container {
    flex-direction: column;
    max-width: none;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.footer-container {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-huge.concepts-heading {
    font-size: 7.5rem;
  }

  .heading-huge.projects-heading {
    text-align: left;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 4.5rem;
  }

  .heading-huge.footer-bottom-heading-char.first-char, .heading-huge.footer-bottom-heading-char.second-char, .heading-huge.footer-bottom-heading-char.third-char, .heading-huge.footer-bottom-heading-char.fourth-char, .heading-huge.footer-bottom-heading-char.fifth-char, .heading-huge.footer-bottom-heading-char.sixth-char {
    font-size: 12.5rem;
  }

  .heading-huge.footer-bottom-heading-char.seventh-char {
    font-size: 12.5rem;
    line-height: .7;
  }

  .heading-huge.contact-bottom-heading-char {
    font-size: 10.4rem;
  }

  .heading-huge.about-heading, .heading-huge.projects-page-heading {
    font-size: 7.5rem;
  }

  .heading-huge.change-log-heading {
    font-size: 5rem;
  }

  .all-projects-tab-menu {
    grid-column-gap: .5rem;
  }

  .concept-filter-button {
    border-width: .05rem;
    border-radius: 1.5rem;
    height: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .tabs-content {
    margin-top: 4rem;
  }

  .concept-project-container.concept-wide-column {
    width: 21rem;
    height: 18rem;
  }

  .concept-project-container.concept-thin-block {
    width: 18rem;
    height: 21rem;
  }

  .concept-project-container.concept-thin-block.concept-tight-offset-top {
    margin-top: -2rem;
  }

  .project-image-loop-heading {
    margin-right: .3rem;
    font-size: 2rem;
  }

  .concept-tag {
    height: 1rem;
    padding: 0 0 .4rem .6rem;
    font-size: .6rem;
  }

  .concepts-grid {
    grid-row-gap: 4rem;
  }

  .team-grid {
    grid-column-gap: 2rem;
    flex: none;
    margin-bottom: 0;
  }

  .team-member-card {
    width: 18rem;
  }

  .team-member-name-tag {
    padding: .2rem .4rem 0 0;
    font-size: .6rem;
  }

  .team-member-role-tag {
    padding: 0 0 .2rem .4rem;
    font-size: .6rem;
  }

  .view-all-link {
    width: 9rem;
    height: 2rem;
    margin-top: 4rem;
  }

  .view-all-arrow {
    width: 1.4rem;
  }

  .view-all-text {
    margin-right: .5rem;
    font-size: 1.7rem;
  }

  .new-projects-row {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
    margin-top: 2.5em;
  }

  .new-project-wrapper.thin-new-project-block {
    width: 100%;
    height: auto;
  }

  .new-project-wrapper.wide-new-project-block {
    width: 100%;
    height: 50rem;
  }

  .new-project-tag {
    height: 1.1rem;
    padding: 0 0 0 .7rem;
    font-size: .7rem;
  }

  .new-projects-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .reviews-slider-wrapper {
    width: 100%;
    padding-left: 0%;
    padding-right: 5%;
  }

  .reviews-left-column {
    flex: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .review-images {
    width: 100%;
    max-width: 400px;
    height: 16rem;
    margin-top: 20px;
    position: relative;
  }

  .reviews-navigation-text {
    margin-right: .3rem;
    font-size: 1.1rem;
  }

  .reviews-navigation-text.back-navigation-button {
    margin-left: .3rem;
    font-size: 1.1rem;
  }

  .reviews-navigation-icon {
    width: .5rem;
    margin-right: 0;
  }

  .review-slider-back-button {
    top: 5%;
    right: 15%;
  }

  .reivew-slider-next-button {
    top: 5%;
  }

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

  .review-project-name {
    margin-bottom: .75rem;
    font-size: .7rem;
  }

  .review-client-name {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .review-description {
    font-size: .9rem;
  }

  .review-description.white.rght {
    font-size: .7rem;
  }

  .review-slide-item {
    width: 100%;
    margin-right: 4rem;
  }

  .all-projects-container {
    max-width: none;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-left: 5%;
  }

  .project-card {
    width: 18rem;
    height: 24rem;
  }

  .all-projects-list-wrapper {
    transform: none;
  }

  .all-projects-list {
    grid-column-gap: 1rem;
  }

  .faq-heading {
    margin-top: 0;
    margin-bottom: 10vh;
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .faq-wrapper {
    flex-flow: wrap;
  }

  .faq-photo-wrapper {
    display: none;
  }

  .flex-block {
    width: 100%;
  }

  .faq-item {
    grid-row-gap: .2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-item-divider {
    border-width: 1px 1px .04rem;
    border-top-style: none;
    border-top-color: #000;
    border-left-style: none;
    border-left-color: #000;
    border-right-style: none;
    border-right-color: #000;
  }

  .faq-item-icon-holder {
    width: 1.5rem;
    height: 1.5rem;
    padding: .5rem;
  }

  .faq-item-line-1, .faq-item-line-2 {
    width: .8rem;
    height: .08rem;
  }

  .faq-answer {
    margin-top: .5rem;
    font-size: .8rem;
  }

  .all-blogs-container {
    max-width: none;
    margin-bottom: 5rem;
    padding-left: 5%;
  }

  .all-blogs-list-wrapper {
    transform: none;
  }

  .all-blogs-list {
    grid-column-gap: 1.5rem;
  }

  .blog-card {
    width: 19rem;
  }

  .blog-card-image {
    height: 19rem;
    margin-bottom: .5rem;
  }

  .blog-card-read-time {
    margin-bottom: .6rem;
    font-size: .7rem;
  }

  .blog-card-title {
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }

  .blog-card-summary {
    font-size: .8rem;
  }

  .follow-socials-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .follow-socials-top-divider {
    height: .05rem;
  }

  .follow-us-heading-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .follow-social-item {
    padding-left: 5%;
    padding-right: 5%;
  }

  .follow-social-item-text {
    font-size: 1.35rem;
  }

  .social-item-icon {
    width: 1rem;
    height: 1rem;
  }

  .follow-loop-text, .follow-loop-text-wrapper {
    margin-right: 2.5rem;
  }

  .footer-contact-info-column {
    width: 100%;
    margin-bottom: 4rem;
  }

  .footer-form-column {
    width: 100%;
  }

  .heading-small {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .contact-tel-adress-wrapper {
    margin-bottom: 3rem;
  }

  .contact-number-link, .contact-address-text {
    font-size: 1rem;
  }

  .footer-social-item-text {
    margin-right: .25rem;
    font-size: 1rem;
  }

  .footer-social-item-icon {
    width: .55rem;
  }

  .footer-form-input {
    height: 1.7rem;
    font-size: .8rem;
  }

  .footer-form-inputs-container {
    margin-bottom: 2rem;
  }

  .footer-form-submit-button {
    font-size: 1rem;
  }

  .page-loader-heading-container {
    height: 10rem;
  }

  .license-pictures {
    max-width: none;
    margin-bottom: 2rem;
  }

  .license-pictures-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .logo-dark-image, .logo-light-image {
    width: 100%;
    height: auto;
  }

  .hero-projects-wrapper {
    justify-content: space-between;
    height: auto;
    margin-top: 0%;
    margin-bottom: 10rem;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    position: static;
  }

  .hero-video-scene {
    height: auto;
    margin-top: 0%;
    display: block;
    position: relative;
    transform: none;
  }

  .project-name-tag {
    padding: .3rem .5rem .2rem 0;
    font-size: .7rem;
  }

  .view-all-link-first-row, .view-all-link-second-row {
    height: 2rem;
  }

  .social-link-first-row, .social-link-second-row {
    justify-content: flex-start;
  }

  .menu-social-link-text-row-2 {
    font-size: 1.25rem;
    line-height: 1;
  }

  .work-name {
    padding: .4rem .4rem .1rem 0;
    font-size: .7rem;
  }

  .page-content {
    padding-top: 2rem;
  }

  .page-content.changelog-wrapper {
    padding-top: 7rem;
  }

  .mobile-intro-video-wrapper {
    aspect-ratio: 16 / 9;
    width: 80%;
    height: auto;
    margin: 1rem auto;
    display: block;
    position: relative;
    top: 0%;
    left: 0%;
    overflow: hidden;
    transform: none;
  }

  .mobile-about-paragraph {
    width: 85%;
    margin-left: 0;
    font-size: 1.3rem;
    display: block;
  }

  .team-members-wrapper {
    grid-column-gap: 2rem;
    display: flex;
  }

  .team-container {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 90svh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    display: flex;
    position: sticky;
    top: 5svh;
    left: 0;
    overflow: hidden;
  }

  .projects-container {
    flex-direction: column;
    justify-content: center;
    height: 90svh;
    display: flex;
    position: sticky;
    top: 10svh;
    left: 0;
    overflow: hidden;
  }

  .blogs-container {
    flex-direction: column;
    justify-content: center;
    height: 85svh;
    display: flex;
    position: sticky;
    top: 15svh;
    overflow: hidden;
  }

  .contact-social-item-text {
    margin-right: .25rem;
    font-size: 1rem;
  }

  .contact-social-item-icon {
    width: .55rem;
  }

  .contact-form-submit-button {
    font-size: 1rem;
  }

  .careers-heading {
    margin-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .careers-intro-description {
    font-size: .9rem;
  }

  .career-list-item {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-xs, .career-location-text, .career-type-text {
    font-size: 1rem;
  }

  .career-link-icon {
    width: 2.5rem;
    height: 2.5rem;
    padding: 1rem;
  }

  .about-intro-image-container {
    height: 60svh;
  }

  .about-video-scene-section {
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .about-video-scene {
    height: auto;
    margin-top: 0%;
    display: block;
    position: relative;
  }

  .career-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .career-detail-item {
    margin-bottom: 2rem;
  }

  .heading-small-dark {
    font-size: 1.2rem;
  }

  .career-description {
    font-size: .8rem;
    line-height: 1.5;
  }

  .career-end-brief {
    font-size: .9rem;
  }

  .submit-arrow {
    width: 1.8rem;
  }

  .career-submit-text {
    font-size: 2rem;
  }

  .blog-filters-menu {
    grid-column-gap: .5rem;
    width: 100%;
    margin-bottom: 3rem;
  }

  .blogs-filter-tab-button {
    border-width: .05rem;
    border-radius: 1.5rem;
    height: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .blogs-list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .blogs-pagination {
    grid-column-gap: .5rem;
    margin-top: 4rem;
  }

  .project-summary {
    font-size: .9rem;
  }

  .project-main-image-container, .project-first-case-image-container {
    width: 90%;
    margin-bottom: 5rem;
  }

  .project-gallery {
    margin-bottom: 5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-gallery-image-container {
    height: 25rem;
  }

  .blog-item-card {
    width: 100%;
  }

  .more-projects-container {
    max-width: none;
    margin-bottom: 3rem;
    padding-left: 5%;
  }

  .more-projects-list-wrapper {
    transform: none;
  }

  .more-projects-list {
    grid-column-gap: 1.5rem;
  }

  .project-card-image {
    width: 100%;
    height: 19rem;
    margin-bottom: .5rem;
  }

  .more-projects-card {
    width: 19rem;
  }

  .date-read-time {
    font-size: .65rem;
  }

  .blog-title-heading {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }

  .blog-heading {
    font-size: 1.5rem;
  }

  .blog-paragraph {
    font-size: 1.1rem;
  }

  .home-content-spacer {
    display: none;
  }

  .product-image-container {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .product-grid-card-image {
    height: 19rem;
  }

  .product-card-price {
    font-size: .7rem;
  }

  .not-found-heading {
    font-size: 2.5rem;
  }

  .not-found-text {
    font-size: .9rem;
    line-height: 1.5;
  }

  .contact-form-input {
    height: 1.7rem;
    margin-bottom: 1rem;
    font-size: .8rem;
  }

  .project-link-block {
    height: 21rem;
  }

  .all-projects-grid {
    grid-row-gap: 4rem;
  }

  .project-tag {
    height: 1rem;
    padding: 0 0 .4rem .6rem;
    font-size: .6rem;
  }

  .blog-pagination-button {
    grid-column-gap: .2rem;
    background-color: #0000;
    border-width: 0;
    border-radius: 1.3rem;
    height: 2.7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9rem;
  }

  .projects-tabs-content {
    margin-top: 4rem;
  }

  .contact-socials-list {
    display: none;
  }

  .mobile-contact-socials-list {
    display: flex;
  }

  .project-case-content {
    font-size: .9rem;
  }

  .blog-filters-tabs {
    transform: translate(0, -2.5rem);
  }

  .navbar-cart-button {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cart-quantity {
    font-size: .65rem;
  }

  .nav-right-part {
    grid-column-gap: .8rem;
  }

  .cart-error-container {
    font-size: .8rem;
  }

  .cart-container {
    width: 25rem;
  }

  .close-cart-button {
    width: 1rem;
    height: 1rem;
  }

  .cart-item-image {
    width: 5rem;
  }

  .cart-item-title {
    font-size: .8rem;
  }

  .cart-item-price {
    font-size: .6rem;
  }

  .cart-item-option-name, .cart-item-option-value, .cart-item-options-separator {
    font-size: .7rem;
  }

  .all-projects-filter-button {
    border-width: .05rem;
    border-radius: 1.5rem;
    height: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .written-by-meta {
    font-size: .65rem;
  }

  .articles-blog-card-image {
    height: 19rem;
    margin-bottom: .5rem;
  }

  .mobile-projects-wrapper {
    grid-column-gap: 0rem;
    justify-content: space-between;
    height: auto;
    margin-top: 0%;
    margin-bottom: 10rem;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .mobile-loop-part {
    grid-column-gap: 2rem;
    flex: none;
    padding-right: 2rem;
    display: flex;
  }

  .more-projects-collection-item {
    position: relative;
  }

  .blog-pagination-button-text {
    font-size: 1rem;
  }

  .blogs-pagination-page-count {
    margin-top: 2rem;
    font-size: .9rem;
  }

  .blog-item-card-image {
    height: 21em;
    margin-bottom: .5rem;
  }

  .change-log-date {
    font-size: 1.1rem;
  }

  .change-log-description {
    font-size: 1.25rem;
  }

  .footer-license-link {
    font-size: .45rem;
    bottom: .9rem;
  }

  .text-block-2 {
    font-size: .7rem;
  }

  .footer-powered-by-webflow-link {
    font-size: .4rem;
    bottom: .2rem;
  }

  .category-projects-grid {
    grid-row-gap: 4rem;
  }

  .download-template {
    height: 4.5em;
  }

  .nav-link {
    padding: 1.3em 1.755em;
    font-size: .65em;
  }

  .nav-link.menu {
    padding-right: 1.3em;
    font-size: .7em;
  }

  .button-bg {
    height: 3.8em;
  }

  .work-cs-info {
    width: 40%;
    position: static;
  }

  .work-cs-text {
    font-size: .7em;
  }

  .small-subtitle {
    font-size: .6em;
  }

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

  .filtrowanie-title {
    font-size: .7em;
    top: -63px;
    right: 6%;
  }

  .footer-flex {
    grid-column-gap: 2%;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .footer-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 48%;
  }

  .footer-title, .footer-dane, .footer-menu-item {
    font-size: .8em;
  }

  .footer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-4 {
    width: 18em;
  }

  .footer-copy {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .text-block-5 {
    font-size: .7em;
  }

  .div-block-16 {
    order: 1;
    width: 100%;
  }

  .faq-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .faq-cta-box {
    flex-flow: wrap;
  }

  .faq-cta-box.no-top.max-width {
    max-width: 100%;
  }

  .cta-box.spec-box {
    width: 100%;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .cta-text {
    font-size: .7em;
  }

  .kontakt-sec-flex {
    flex-flow: wrap;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 5%;
    display: flex;
  }

  .image-6 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kontakt-dane {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cytat-info {
    max-width: 90%;
  }

  .text-block-8.white {
    display: none;
  }

  .text-block-8.white.mobile-cytat {
    display: block;
  }

  .sec-sin-photo {
    height: 18em;
  }

  .section-o-architekcie {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .oarch-box {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .section-dlaczeo {
    margin-top: -4em;
  }

  .liczby-col._1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cs-model {
    font-size: .6em;
  }

  .smodel, .smodel._2, .smodel.active, .ext-desc {
    font-size: .9em;
  }

  .ext-desc.pd-text {
    max-width: 100%;
  }

  .slider-arrow.right {
    left: auto;
    right: 0;
  }

  .zlozenia-flx {
    flex-flow: wrap;
  }

  .zalozenia-left, .zaloznia-right {
    width: 100%;
  }

  .icon-txt {
    font-size: .7em;
  }

  .stan-dw-items {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -5em;
  }

  .stan-dw-item {
    width: 100%;
    max-width: 330px;
    margin-bottom: 20px;
  }

  .text-block-12 {
    font-size: 1em;
  }

  .buttons-flex2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-13 {
    font-size: .7em;
  }

  .text-block-14 {
    font-size: .9em;
  }

  .email-link {
    text-align: center;
    font-size: .8em;
  }

  .video-big.vd-with-content {
    padding-right: 2em;
  }

  .vs-content {
    max-width: 10em;
  }

  .text-block-15 {
    font-size: 2.5em;
  }

  .text-block-17 {
    font-size: .8em;
  }

  .opinia-content {
    max-width: 80%;
    font-size: .9em;
  }

  .op-img {
    width: 3em;
    height: 3em;
  }

  .op-name {
    font-size: .9em;
  }

  .moduly-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .m-img {
    width: 65%;
  }

  .m-content {
    width: 35%;
  }

  .modul-nav-item-text.cs_bg.slick-item {
    font-size: .7em;
  }

  .cs-rotate {
    bottom: 30px;
    left: -10px;
  }

  .cs-rotate.more-top {
    bottom: 45px;
  }

  .div-block-19 {
    order: 1;
  }

  .c, .image-23 {
    height: 100%;
  }

  .sec-inner {
    flex-flow: wrap;
  }

  .buduj-left {
    width: 100%;
    margin-bottom: 2em;
  }

  .buduj-right {
    width: 100%;
  }

  .bd-slide {
    padding-left: 0;
  }

  .bd-title {
    font-size: .9em;
  }

  .slider-nav {
    padding-left: 20px;
  }

  .mod-cs-text {
    font-size: .8em;
  }

  .mod-info-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-details-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .top-details-info.nmn {
    flex-flow: row;
  }

  .text-block-18 {
    font-size: .7em;
    line-height: 1.2;
  }

  .text-block-19 {
    font-size: .8em;
  }

  .tablink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    display: flex;
  }

  .rzut-item-content {
    width: 55%;
  }

  .rzut-item-img {
    width: 45%;
    padding-left: 20px;
  }

  .sc50.left-padding {
    padding-left: 10px;
  }

  .s-modul-modul {
    width: 100%;
  }

  .s-modul-modul.modl-left.smaller {
    width: 90%;
    font-size: 1em;
  }

  .md-title-cont {
    font-size: .7em;
  }

  .mod-plus-minus {
    width: 25px;
    height: 25px;
  }

  .image-37 {
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .gray-box {
    margin-bottom: 1.8em;
    padding: 3.042em 2.1463em 2.704em;
  }

  .gray-box.order {
    padding-left: 2.1463em;
    padding-right: 2.1463em;
  }

  .page-title {
    font-size: 1.95em;
  }

  .dark-input {
    padding: 1.1em 2.2em;
    font-size: .975em;
  }

  .checkout-primary-font {
    font-size: 1.3em;
    line-height: 1.69;
  }

  .checkout-secondary-font {
    font-size: .975em;
    line-height: 2;
  }

  .two-cols {
    flex-direction: column;
  }

  .shorter-col, .longer-col {
    width: 100%;
  }

  .dark-box {
    margin-top: .871em;
    padding: 1.1em 2.2em;
    font-size: .975em;
  }

  .dark-box.horizontal {
    font-size: 1.2675em;
  }

  .shipping-container {
    grid-template-rows: minmax(15em, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    margin-top: .8em;
  }

  .ck-iitem-name {
    line-height: 1.5;
  }

  .order-btn {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 1.2285em;
  }

  .order-btn.center.last-button {
    font-size: .8rem;
  }

  .order-btn.light.center {
    height: 3rem;
    font-size: .8rem;
  }

  .shop-image {
    height: 30rem;
  }

  .product-card-name {
    font-size: 1rem;
  }

  .shop-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-large {
    margin-bottom: 4rem;
  }

  .heading-large.about-heading {
    margin-bottom: .5em;
  }

  .heading-large.new-projects-heading {
    margin-bottom: 3rem;
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .heading-large.blog-heading {
    margin-bottom: 5vh;
    padding-right: 0%;
    font-size: 4rem;
  }

  .heading-large.follow-us-heading {
    margin-bottom: 3rem;
  }

  .heading-large.mobile-about-heading {
    margin-bottom: 2.5rem;
  }

  .heading-large.blogs-heading {
    margin-bottom: 2rem;
  }

  .heading-large.more-articles-heading {
    margin-bottom: 5vh;
    padding-right: 0%;
    font-size: 4rem;
    line-height: 1;
  }

  .heading-massive.hero-heading {
    margin-bottom: .2rem;
    font-size: 8rem;
  }

  .heading-massive.page-load-heading {
    font-size: 7.5rem;
    transform: skew(0deg, 5deg)translate(0, 100%);
  }

  .heading-massive.works-heading {
    margin-bottom: 3rem;
    font-size: 8rem;
  }

  .section.hero-section {
    padding-top: 6rem;
  }

  .section.footer-section {
    min-height: 80lvh;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .section.project-first-case {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.all-projects {
    padding-top: 3rem;
  }

  .heading-medium {
    margin-bottom: 1rem;
  }

  .heading-medium.clients-heading {
    font-size: 5rem;
  }

  .heading-medium.team-heading {
    text-align: left;
    font-size: 3.8rem;
  }

  .navbar {
    height: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-link.w--current {
    width: auto;
    height: auto;
  }

  .burger-menu-button {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 2.9rem;
    height: 2.9rem;
    display: flex;
  }

  .navbar-link {
    margin-right: .8rem;
  }

  .top-nav-links {
    display: none;
  }

  .burger-top-line {
    width: 1.2rem;
    height: .13rem;
    margin-bottom: .35rem;
  }

  .burger-bottom-line {
    width: 1.2rem;
    height: .13rem;
  }

  .menu-wrapper {
    overflow: auto;
  }

  .menu-social-link-text {
    font-size: 1.2rem;
  }

  .menu-page-link {
    height: 2.3em;
  }

  .mail-link-text {
    font-size: 1.6rem;
  }

  .menu-page-link-text {
    font-size: 1em;
  }

  .hero-sub-heading {
    font-size: 1.5rem;
  }

  .hero-subheading-text-slider {
    height: 1.8em;
  }

  .hero-project-1 {
    width: 48%;
    height: 25rem;
  }

  .hero-project-2 {
    width: 48%;
    height: 25rem;
    margin-top: 0;
  }

  .hero-project-3 {
    height: 25rem;
  }

  .heading-xl.first-mobile-row-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.2rem;
    line-height: 1.1;
  }

  .heading-xl.second-mobile-row-heading {
    font-size: 4.2rem;
    line-height: 1.1;
  }

  .about-paragraph {
    width: 100%;
    font-size: 1.2em;
  }

  .work-preview.work-preview-1, .work-preview.work-preview-2, .work-preview.work-preview-3 {
    flex-flow: column;
    height: auto;
  }

  .work-name-tag {
    padding-top: .3rem;
    padding-bottom: .1rem;
    font-size: .8rem;
  }

  .work-image-container {
    height: 500px;
    min-height: 500px;
  }

  .infinite-loop-container.works-text-loop, .logo-loop-part {
    font-size: 2vw;
  }

  .client-logo-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .heading-huge.concepts-heading {
    text-align: left;
    font-size: 5.5rem;
  }

  .heading-huge.footer-bottom-heading-char.first-char, .heading-huge.footer-bottom-heading-char.second-char, .heading-huge.footer-bottom-heading-char.third-char, .heading-huge.footer-bottom-heading-char.fourth-char, .heading-huge.footer-bottom-heading-char.fifth-char, .heading-huge.footer-bottom-heading-char.sixth-char, .heading-huge.footer-bottom-heading-char.seventh-char {
    font-size: 9rem;
    line-height: .7;
  }

  .heading-huge.contact-bottom-heading-char {
    font-size: 7.5rem;
  }

  .heading-huge.about-heading {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 6rem;
  }

  .heading-huge.projects-page-heading {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 2rem;
    font-size: 5.5rem;
  }

  .heading-huge.change-log-heading {
    font-size: 3rem;
  }

  .all-projects-tab-menu {
    justify-content: flex-start;
  }

  .concept-filter-button {
    height: 2.9rem;
    font-size: .85rem;
  }

  .concept-filter-button.w--current {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .tabs-content {
    margin-top: 2rem;
  }

  .concept-project-container.concept-wide-column, .concept-project-container.concept-thin-block {
    width: 100%;
    height: 40rem;
  }

  .concept-project-container.concept-thin-block.concept-tight-offset-top {
    margin-top: 0;
  }

  .concept-tag {
    height: 1.2rem;
    padding-left: .7rem;
    font-size: .8rem;
  }

  .team-grid {
    grid-column-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-card {
    width: 17rem;
  }

  .team-member-name-tag, .team-member-role-tag {
    padding: .2rem;
    font-size: .6rem;
  }

  .new-project-wrapper.thin-new-project-block {
    height: auto;
  }

  .new-project-wrapper.wide-new-project-block {
    height: 40rem;
  }

  .reviews-left-column {
    margin-bottom: 20px;
  }

  .review-images {
    height: 11rem;
  }

  .review-slider-back-button {
    top: 1%;
    right: 25%;
  }

  .reivew-slider-next-button {
    top: 1%;
  }

  .review-wrapper {
    padding-top: 1.88em;
  }

  .review-project-name {
    font-size: .7rem;
  }

  .review-client-name {
    font-size: 1.3rem;
  }

  .review-description {
    font-size: .9rem;
  }

  .review-description.white.rght {
    font-size: .8rem;
  }

  .review-slide-item {
    width: 70%;
  }

  .project-card {
    width: 16.5rem;
    height: 23rem;
  }

  .faq-heading {
    font-size: 3rem;
  }

  .all-blogs-list-wrapper {
    transform: none;
  }

  .all-blogs-list {
    grid-column-gap: 1rem;
  }

  .blog-card {
    width: 17.5rem;
  }

  .blog-card-image {
    height: 17.5rem;
  }

  .blog-card-read-time {
    font-size: .7rem;
  }

  .blog-card-title {
    font-size: 1.2rem;
  }

  .blog-card-summary {
    font-size: .7rem;
  }

  .follow-social-item {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-contact-info-column {
    margin-bottom: 4rem;
  }

  .heading-small {
    font-size: 1.8rem;
  }

  .page-loader-heading-container {
    height: 7rem;
  }

  .logo-dark-image {
    width: 100%;
    height: auto;
  }

  .logo-light-image {
    width: 100%;
  }

  .project-name-tag {
    font-size: .8rem;
  }

  .play-pause-button {
    width: 1.5em;
    height: 1.5em;
  }

  .menu-social-link-text-row-2 {
    font-size: 1.2rem;
  }

  .footer-heading-container {
    align-items: flex-end;
  }

  .mobile-intro-video-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-intro-video-wrapper.top-space {
    margin-top: 1.2rem;
  }

  .mobile-about-paragraph {
    width: 100%;
  }

  .team-members-wrapper {
    grid-column-gap: 1.5rem;
  }

  .team-container {
    top: 10svh;
  }

  .careers-heading {
    margin-bottom: 5rem;
  }

  .careers-intro-description {
    width: 100%;
  }

  .career-detail-item {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .heading-small-dark {
    width: 100%;
  }

  .career-description {
    width: 100%;
    font-size: .7rem;
  }

  .blog-filters-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4em;
  }

  .blogs-filter-tab-button {
    height: 2.6rem;
    padding-left: .9rem;
    padding-right: .9rem;
    font-size: .8rem;
  }

  .blogs-list-grid {
    grid-template-columns: 1fr;
  }

  .project-summary {
    width: 100%;
  }

  .project-main-image-container, .project-first-case-image-container {
    width: 90%;
  }

  .project-gallery {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project-gallery-list {
    grid-row-gap: 2rem;
  }

  .project-gallery-item, .blog-item-card {
    width: 100%;
  }

  .more-projects-list-wrapper {
    transform: none;
  }

  .more-projects-list {
    grid-column-gap: 1rem;
  }

  .project-card-image {
    height: 17.5rem;
  }

  .more-projects-card {
    width: 17.5rem;
  }

  .blog-image-container {
    height: 60svh;
  }

  .product-grid-card-image {
    height: 30rem;
    margin-bottom: .8rem;
  }

  .product-card-price {
    font-size: .85rem;
  }

  .not-found-heading {
    font-size: 2rem;
  }

  .not-found-text {
    width: 75%;
  }

  .project-link-block {
    height: 40rem;
  }

  .all-projects-grid {
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .all-projects-project-container {
    width: 100%;
  }

  .project-tag {
    height: 1.2rem;
    padding-left: .7rem;
    font-size: .8rem;
  }

  .projects-tabs-content {
    margin-top: 2rem;
  }

  .project-case-content {
    width: 100%;
  }

  .blog-filters-tabs {
    transform: translate(0, -3.1rem);
  }

  .cart-container {
    width: 22rem;
  }

  .all-projects-filter-button {
    height: 2.9rem;
    font-size: .85rem;
  }

  .all-projects-filter-button.w--current {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .articles-blog-card-image {
    height: 17.5rem;
  }

  .blog-item-card-image {
    height: 28rem;
  }

  .change-log-date {
    font-size: 1rem;
  }

  .change-log-description {
    font-size: 1.1rem;
  }

  .footer-license-link {
    font-size: .4rem;
    bottom: .7rem;
  }

  .footer-powered-by-webflow-link {
    font-size: .25rem;
  }

  .category-projects-grid {
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .download-template {
    height: 5.8em;
    padding-right: 1.7em;
  }

  .nav-link {
    font-size: .975em;
  }

  .button-bg {
    height: 4.2em;
  }

  .work-cs-info {
    width: 100%;
    min-height: auto;
    padding-top: 1.88em;
  }

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

  .filtrowanie-title {
    position: static;
  }

  .image-4 {
    width: 19em;
  }

  .faq-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .cta-box {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cytat-info {
    max-width: 100%;
  }

  .sec-photos {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .sec-sin-photo {
    width: 100%;
    max-width: 350px;
    height: 27em;
    margin-bottom: 40px;
  }

  .section-o-architekcie.more-padding {
    padding-bottom: 0;
  }

  .oarch-box {
    padding-bottom: 13em;
    display: block;
  }

  .oarch-box.light {
    padding-bottom: 9em;
  }

  .oarch-box.nobg {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .oarch-content, .oarch-content.cs-top {
    width: 100%;
  }

  .oarch-img {
    position: absolute;
    bottom: 0%;
  }

  .oarch-img.slide-left {
    width: 100%;
    position: relative;
  }

  .section-dlaczeo {
    margin-top: 0;
  }

  .section-dlaczego-inner {
    flex-flow: wrap;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dl-flex-col {
    width: 100%;
  }

  .dl-flex-col.top {
    order: -1;
    max-width: 100%;
  }

  .image-10 {
    max-height: 300px;
  }

  .liczby-box {
    flex-flow: wrap;
  }

  .liczby-col._1, .liczby-col._2 {
    width: 100%;
  }

  .liczba-liczba.counter {
    font-size: 2.6em;
  }

  .liczba-small {
    font-size: .8em;
  }

  .modele-flex {
    flex-flow: wrap;
  }

  .btnflexcs {
    justify-content: center;
    align-items: flex-end;
  }

  .ext-desc {
    max-width: 90%;
  }

  .slider-thumb-wrap {
    width: 80px;
    height: 80px;
  }

  .slider-arrow.right {
    right: -30px;
  }

  .slider-navigation.default-no-perspective {
    height: 80px;
    padding-right: 0;
  }

  .slider-navigation.no-perspective {
    padding-right: 40px;
    display: flex;
  }

  .sec-zalozenia {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zaloznia-right {
    flex-flow: wrap;
    padding-left: 0;
  }

  .zalozenia-icon {
    width: 50%;
  }

  .buttons-flex2 {
    width: 50%;
    margin-left: auto;
  }

  .text-block-14 {
    font-size: .9em;
  }

  .section-video {
    flex-flow: wrap;
  }

  .video-small {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .video-small.nobg {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .video-big {
    width: 100%;
  }

  .video-big.vd-with-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .modul-slider-inner {
    flex-flow: wrap;
  }

  .m-img {
    width: 100%;
  }

  .m-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
  }

  .body-2 {
    font-size: 16px;
  }

  .sec-moduly-content.top-space {
    flex-flow: wrap;
  }

  .sec-mod-left {
    width: 100%;
    display: none;
  }

  .sec-mod-right {
    width: 100%;
    margin-left: 0%;
  }

  .tablink {
    font-size: .7em;
  }

  .rzut-item-content {
    width: 100%;
  }

  .rzut-item-flex {
    flex-flow: wrap;
  }

  .rzut-item-img {
    width: 100%;
  }

  .sec-szczegoly-tech.more-top {
    margin-top: 70px;
  }

  .szczegoly-tab-content {
    flex-flow: wrap;
  }

  .szczegoly-tab-content.szcz_dane {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc50 {
    width: 100%;
  }

  .sc50.left-padding {
    padding-top: 20px;
    padding-left: 0;
  }

  .szcz-text {
    font-size: .7em;
  }

  .mod-price-text {
    font-size: .8em;
  }

  .mod-price-text.price_bigger {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 1.5;
  }

  .gray-box {
    margin-bottom: 2.7em;
    padding: 4.5em 3.21em 4.05em;
  }

  .gray-box.order {
    padding-left: 3.21em;
    padding-right: 3.21em;
  }

  .page-title {
    font-size: 2.925em;
  }

  .dark-input {
    margin-bottom: 1.3065em;
    font-size: 1.6em;
  }

  .checkout-primary-font {
    font-size: 2.1em;
  }

  .checkout-primary-font.margin-btm {
    margin-bottom: 1em;
  }

  .checkout-secondary-font {
    font-size: 1.7em;
    line-height: 2.6;
  }

  .dark-box {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    font-size: 1.4625em;
  }

  .dark-box.horizontal {
    grid-row-gap: .5em;
    flex-direction: column;
    font-size: 1.90125em;
  }

  .shipping-container {
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 1.4em;
  }

  .order-btn {
    font-size: 1.84275em;
  }

  .div-block-4 {
    margin-left: 0;
    margin-right: 0;
    padding-top: .6em;
    font-size: 1.2em;
  }

  .vertical-padding.checkout-padding {
    padding-top: 2rem;
    padding-bottom: 15svh;
  }

  .product-details {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-image {
    height: 16rem;
  }

  .shop-large-heading {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .heading-large {
    margin-bottom: 1.5rem;
    font-size: 3.8rem;
    line-height: 1;
  }

  .heading-large.about-heading {
    font-size: 3.5rem;
    line-height: 1;
  }

  .heading-large.new-projects-heading {
    font-size: 4rem;
    line-height: 1.1;
  }

  .heading-large.blog-heading {
    font-size: 3.6rem;
  }

  .heading-large.follow-us-heading {
    font-size: 3.3rem;
  }

  .heading-large.mobile-about-heading {
    font-size: 3.8rem;
    line-height: 1;
  }

  .heading-large.blogs-heading {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1.1;
  }

  .heading-large.blogs-heading.whte {
    font-size: 2.3rem;
  }

  .heading-large.more-projects-heading {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-large.more-articles-heading {
    font-size: 3.6rem;
  }

  .heading-large.careers-heading {
    margin-bottom: 3rem;
    font-size: 3.9rem;
  }

  .heading-large.reviews-heading {
    margin-bottom: .6rem;
  }

  .heading-large.reviews-heading.white {
    font-size: 2.9em;
  }

  .heading-large.single-career-heading {
    margin-bottom: 4rem;
    line-height: 1.1;
  }

  .heading-massive.hero-heading {
    margin-bottom: .5rem;
    font-size: 5rem;
  }

  .heading-massive.page-load-heading {
    font-size: 5rem;
    transform: skew(0deg, 5deg)translate(0, 100%);
  }

  .heading-massive.works-heading {
    margin-bottom: .75rem;
    font-size: 5.5rem;
  }

  .heading-massive.works-heading.small {
    font-size: 2.9em;
  }

  .section.hero-section {
    padding-top: 5rem;
  }

  .section.hero-section.less {
    padding-bottom: 0;
  }

  .section.works-section {
    padding-top: 0;
  }

  .section.section-buduj-z-nami {
    margin-bottom: 2rem;
  }

  .section.footer-section {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 100lvh;
    padding-top: 0;
    display: flex;
  }

  .section.footer-section.bg_dark {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .section.footer-section.bg_purple {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 100lvh;
    display: flex;
  }

  .section.contact-section {
    z-index: 5;
    height: 100svh;
    padding-top: 8rem;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .section.careers-section {
    padding-top: 4rem;
  }

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

  .section.blogs-section.less {
    padding-bottom: 2rem;
  }

  .section.blogs-section.less2 {
    min-height: 20vh;
    padding-bottom: 0;
  }

  .section.project-intro {
    margin-bottom: 4rem;
    padding-top: 5rem;
  }

  .section.project-second-case, .section.project-first-case {
    margin-bottom: 4rem;
  }

  .section.blog-content-section {
    padding: 3rem 0% 0;
  }

  .section.all-projects {
    padding-bottom: 6rem;
  }

  .section.more-projects-section {
    padding-bottom: 4rem;
  }

  .heading-medium {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .heading-medium.clients-heading {
    margin-bottom: 4rem;
  }

  .heading-medium.team-heading {
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 1.2;
  }

  .heading-medium.single-project-heading {
    margin-bottom: 3rem;
    font-size: 2.9rem;
  }

  .heading-medium.blog-case-heading {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .burger-menu-button {
    align-self: center;
    align-items: flex-start;
    width: 2.8rem;
    height: 2.8rem;
  }

  .navbar-link {
    margin-right: 1rem;
    font-size: .93rem;
  }

  .navbar-link.w--current {
    font-size: .93rem;
  }

  .nav-link-text {
    flex: none;
    align-items: center;
    margin-top: 2px;
    font-size: 1rem;
  }

  .menu-wrapper {
    padding-top: 25%;
    padding-bottom: 30%;
  }

  .menu-social-link-arrow {
    width: .65rem;
    height: .65rem;
  }

  .menu-social-link-text {
    font-size: 1rem;
  }

  .menu-page-link {
    margin-bottom: .75em;
  }

  .mail-link-text {
    font-size: 1.2rem;
  }

  .menu-socials-mail-link {
    margin-bottom: 15%;
  }

  .hero-content {
    margin-bottom: 4rem;
  }

  .hero-sub-heading, .hero-subheading-text-slider {
    font-size: 1.2rem;
  }

  .hero-project-1 {
    flex: none;
    width: 50vw;
    height: 17rem;
  }

  .hero-project-2 {
    flex: none;
    width: 50vw;
    height: 17rem;
    margin-top: 0;
  }

  .hero-project-3 {
    flex: none;
    width: 50vw;
    height: 17rem;
  }

  .heading-xl.first-mobile-row-heading, .heading-xl.second-mobile-row-heading {
    font-size: 3rem;
    line-height: 1.2;
  }

  .intro-video-wrapper {
    width: 15rem;
  }

  .about-paragraph {
    font-size: 1.3em;
    line-height: 1.4;
  }

  .work-preview.work-preview-1, .work-preview.work-preview-2 {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
    display: block;
  }

  .work-preview.work-preview-3 {
    width: 100%;
    height: auto;
    display: block;
  }

  .work-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .work-name-tag {
    font-size: .9rem;
  }

  .infinite-loop-container.works-text-loop {
    margin-bottom: 4rem;
    font-size: 2vw;
    line-height: 1;
    overflow: visible;
  }

  .client-logo-wrapper {
    width: 3.4rem;
    height: 3.4rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .container.footer-container {
    justify-content: space-around;
  }

  .container.visible-overflow {
    overflow: visible;
  }

  .heading-huge.concepts-heading {
    font-size: 3.7rem;
  }

  .heading-huge.projects-heading {
    font-size: 3.6rem;
  }

  .heading-huge.footer-bottom-heading-char.first-char, .heading-huge.footer-bottom-heading-char.second-char, .heading-huge.footer-bottom-heading-char.third-char, .heading-huge.footer-bottom-heading-char.fourth-char, .heading-huge.footer-bottom-heading-char.fifth-char, .heading-huge.footer-bottom-heading-char.sixth-char, .heading-huge.footer-bottom-heading-char.seventh-char {
    font-size: 6rem;
    line-height: .7;
  }

  .heading-huge.contact-bottom-heading-char {
    font-size: 5rem;
    line-height: .7;
  }

  .heading-huge.about-heading, .heading-huge.projects-page-heading {
    font-size: 4rem;
  }

  .all-projects-tab-menu {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .concept-filter-button {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .concept-project-container.concept-wide-column, .concept-project-container.concept-thin-block {
    height: 25rem;
  }

  .concepts-grid {
    grid-row-gap: 3rem;
    margin-bottom: 0;
  }

  .concept-filter-text {
    font-size: .9rem;
    font-weight: 500;
  }

  .team-grid {
    grid-column-gap: 1.25rem;
  }

  .team-member-card {
    width: 17rem;
  }

  .team-member-image {
    height: 17rem;
  }

  .team-member-name-tag, .team-member-role-tag {
    font-size: .75rem;
    font-weight: 500;
  }

  .view-all-link {
    margin-top: 4rem;
  }

  .new-project-wrapper.thin-new-project-block {
    height: auto;
  }

  .new-project-wrapper.wide-new-project-block {
    height: 25rem;
  }

  .new-project-tag {
    font-size: .8rem;
  }

  .reviews-slider-wrapper {
    margin-top: 0;
  }

  .reviews-left-column {
    margin-bottom: 50px;
  }

  .review-images {
    height: 9rem;
    margin-bottom: 10px;
  }

  .slider {
    padding-bottom: 2.5rem;
  }

  .reviews-navigation-text {
    font-size: 1.2rem;
  }

  .review-slider-back-button {
    top: -15%;
    right: 28%;
  }

  .reivew-slider-next-button {
    top: -15%;
  }

  .review-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .review-client-name {
    font-size: 1.2rem;
  }

  .review-client-name.color.dark.big {
    font-size: 2.5em;
  }

  .review-description {
    width: 90%;
    font-size: .95rem;
    line-height: 1.6;
  }

  .review-description.white.rght {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .review-slide-item {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .all-projects-container {
    margin-bottom: 1rem;
  }

  .project-card {
    width: 15rem;
    height: 19rem;
  }

  .all-projects-list {
    grid-column-gap: 1rem;
  }

  .faq-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .all-blogs-list {
    grid-column-gap: 1.5rem;
  }

  .blog-card {
    width: 15rem;
  }

  .blog-card-image {
    height: 15rem;
  }

  .blog-card-read-time {
    margin-bottom: .5rem;
  }

  .blog-card-title {
    font-size: 1.3rem;
  }

  .blog-card-summary {
    font-size: .8rem;
  }

  .follow-social-item-text {
    font-size: 1.5rem;
  }

  .social-item-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .footer-contact-info-column {
    margin-bottom: 4rem;
  }

  .footer-form-column {
    order: 0;
    margin-bottom: 4rem;
  }

  .heading-small {
    font-size: 1.6rem;
  }

  .contact-tel-adress-wrapper {
    display: none;
  }

  .contact-number-link {
    font-size: .7rem;
  }

  .footer-socials-list {
    display: none;
  }

  .footer-social-item-text {
    font-size: .9rem;
  }

  .footer-form-inputs-container {
    margin-bottom: 3rem;
  }

  .page-loader-wrapper {
    display: none;
  }

  .page-loader-heading-container {
    height: 5rem;
  }

  .hero-projects-wrapper {
    margin-bottom: 7.5rem;
  }

  .hero-video-scene {
    position: relative;
  }

  .project-name-tag {
    font-size: .9rem;
  }

  .menu-social-link-text-row-2 {
    font-size: 1.1rem;
  }

  .work-name {
    font-size: .9rem;
  }

  .footer-heading-container {
    align-items: flex-end;
  }

  .mobile-intro-video-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .mobile-intro-video-wrapper.top-space {
    margin-top: 3rem;
  }

  .mobile-about-paragraph {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .mobile-footer-socials-list {
    display: flex;
  }

  .team-members-wrapper {
    grid-column-gap: 1rem;
  }

  .team-container {
    top: 8svh;
  }

  .contact-social-item-text {
    font-size: .9rem;
  }

  .careers-intro-description {
    font-size: .8rem;
  }

  .heading-xs {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .85rem;
  }

  .career-location-text {
    padding-left: 1rem;
    font-size: .85rem;
  }

  .career-title-block {
    width: 40%;
  }

  .career-location-block {
    width: 45%;
  }

  .career-type-block {
    display: none;
  }

  .career-link-icon {
    padding: .9rem;
  }

  .about-video-scene-section {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .about-video-scene {
    position: relative;
  }

  .career-section {
    padding-top: 4rem;
    padding-bottom: 30svh;
  }

  .career-detail-item {
    margin-bottom: 6rem;
  }

  .heading-small-dark {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .career-description {
    font-size: .9rem;
  }

  .career-end-brief {
    margin-bottom: 4rem;
  }

  .submit-arrow {
    width: 2.3rem;
  }

  .career-submit-text {
    font-size: 2.7rem;
  }

  .blog-filters-menu {
    grid-column-gap: .4rem;
    grid-row-gap: 10px;
    justify-content: flex-start;
    margin-top: 2em;
    margin-bottom: 3rem;
  }

  .blogs-filter-tab-button {
    height: 2.7rem;
    padding-left: .9rem;
    padding-right: .9rem;
    font-size: .9rem;
    font-weight: 500;
  }

  .blogs-list-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .blogs-pagination {
    margin-top: 3rem;
  }

  .project-summary {
    font-size: .95rem;
    line-height: 1.4;
  }

  .project-main-image-container {
    height: 80svh;
    margin-bottom: 2rem;
  }

  .project-first-case-image-container {
    height: 80svh;
    margin-bottom: 4rem;
  }

  .project-gallery {
    margin-bottom: 4rem;
  }

  .blog-item-card {
    width: 100%;
  }

  .more-projects-container {
    margin-bottom: 0;
  }

  .more-projects-list {
    grid-column-gap: 1.5rem;
  }

  .project-card-image {
    height: 15rem;
  }

  .more-projects-card {
    width: 15rem;
  }

  .date-read-time {
    font-size: .7rem;
  }

  .blog-title-heading {
    margin-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .blog-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-image-container {
    width: 90%;
    height: 45svh;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image-container {
    width: 100%;
    height: 17rem;
    margin-bottom: 2rem;
  }

  .product-grid-card-image {
    height: 16rem;
  }

  .contact-form-input {
    margin-bottom: 1.2rem;
    font-size: .9rem;
  }

  .project-link-block {
    height: 25rem;
  }

  .project-tag {
    padding-left: 1rem;
    font-size: .9rem;
  }

  .projects-tabs-content {
    margin-top: 4rem;
  }

  .mobile-contact-socials-list {
    display: flex;
  }

  .project-case-content {
    font-size: 1.1rem;
    line-height: 1.2;
    display: block;
  }

  .blog-filters-tabs {
    width: 100%;
    transform: none;
  }

  .blog-filters-content {
    width: 100%;
  }

  .empty-cart-container {
    font-size: 1.2rem;
  }

  .cart-container {
    width: 85%;
    height: 85%;
    margin-top: 4rem;
  }

  .all-projects-filter-button {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .blog-meta-details {
    margin-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .written-by-meta {
    font-size: .7rem;
  }

  .articles-blog-card-image {
    height: 15rem;
  }

  .mobile-projects-wrapper {
    margin-bottom: 7.5rem;
  }

  .blogs-collection-item, .blogs-collection-list-wrapper, .blogs-tab-pane {
    width: 100%;
  }

  .blogs-pagination-page-count {
    font-size: 1rem;
  }

  .blog-item-card-image {
    height: 20rem;
  }

  .change-log-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .change-log-date {
    font-size: .9rem;
  }

  .change-log-description {
    font-size: 1rem;
  }

  .footer-license-link {
    bottom: .6rem;
  }

  .footer-powered-by-webflow-link {
    font-size: .2rem;
    bottom: .1rem;
  }

  .download-template {
    justify-content: center;
    align-items: flex-start;
    height: 5.2em;
    padding-right: 0;
    display: flex;
    inset: auto 0% 0%;
  }

  .nav-link {
    font-size: 1.4em;
  }

  .nav-link.menu {
    padding-right: 1.3em;
    font-size: .8em;
  }

  .nav-link.menu.csbtnb {
    padding-right: 1.1em;
  }

  .nav-link.menu.csbtnb.zbuduj_btn {
    padding-right: .5em;
  }

  .nav-link.menu.nbm {
    display: none;
  }

  .footer-flex {
    grid-row-gap: 15px;
  }

  .footer-col {
    width: 49%;
  }

  .image-4 {
    width: 14em;
  }

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

  .faq-button {
    margin-bottom: 0;
  }

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

  .image-6 {
    margin-left: 0;
  }

  .kontakt-dane {
    flex-flow: wrap;
  }

  .kontakt-dane._2 {
    margin-top: 2em;
  }

  .kontakt-dane-col {
    width: 100%;
  }

  .cytat-info._2 {
    margin-left: 0%;
  }

  .text-block-8.white.mobile-cytat {
    font-size: 1.3em;
  }

  .oarch-box {
    padding-bottom: 7em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .oarch-box.light {
    padding-bottom: 17em;
  }

  .oarch-box.nobg {
    width: 90%;
  }

  .oarch-img.full {
    width: 100%;
  }

  .dl-flex-col.top {
    margin-top: 0;
  }

  .liczby-col._1 {
    padding-right: 5%;
  }

  .sin-liczba {
    flex-flow: wrap;
  }

  .liczba-numer {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .liczba-text {
    text-align: center;
    width: 100%;
  }

  .section-standard-content {
    overflow: hidden;
  }

  .ext-title.white {
    font-size: 1.2em;
  }

  .slider-2.no-perspective, .image-12 {
    height: 380px;
  }

  .slider-thumb-wrap {
    flex: none;
    width: 80px;
  }

  .slider-arrow.right {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    top: auto;
    bottom: -95px;
  }

  .slider-navigation.default-no-perspective {
    overflow: hidden;
  }

  .slider-navigation.no-perspective {
    height: 80px;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .sec-zalozenia {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .zalozenia-icon {
    width: 100%;
  }

  .section-stan-dewe {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .stan-dw-items {
    padding-left: 0;
    padding-right: 0;
  }

  .stan-dw-item {
    max-width: 340px;
  }

  .text-block-12 {
    line-height: 1.2;
  }

  .buttons-flex2 {
    width: 100%;
  }

  .moduly-inner {
    padding: 2em 1em 3em;
  }

  .modul-slider-inner {
    margin-top: 30px;
  }

  .modul-item-icon {
    opacity: 0;
    width: 26px;
    height: 25px;
    bottom: -13px;
    left: -10px;
  }

  .image-24 {
    object-fit: cover;
    flex: 1;
  }

  .image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
    flex: 1;
  }

  .mod-top-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .mod-tp-details {
    flex: 1;
  }

  .tabs-menu {
    flex-flow: wrap;
  }
}

#w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bb0-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bb5-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bba-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bbf-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bc4-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bc9-0f3c3b97, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d67e-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d683-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d68c-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d695-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d69a-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d69f-1cf6d887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_242d794f-6f21-ed61-8427-0467404726a1-0f3c3b97, #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bb0-0f3c3b97 {
    order: 1;
  }

  #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bb5-0f3c3b97 {
    order: 4;
  }

  #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bba-0f3c3b97 {
    order: 2;
  }

  #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bbf-0f3c3b97 {
    order: 5;
  }

  #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bc4-0f3c3b97 {
    order: 3;
  }

  #w-node-_4d84bfdf-1e0f-4d07-29af-6cf50f3c3bc9-0f3c3b97 {
    order: 6;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d66a-1cf6d887, #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d67e-1cf6d887 {
    order: 1;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d683-1cf6d887 {
    order: 4;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d68c-1cf6d887 {
    order: 2;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d695-1cf6d887 {
    order: 5;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d69a-1cf6d887 {
    order: 3;
  }

  #w-node-_7b9e36ba-a855-d4f4-0f26-b6f5aa15d69f-1cf6d887 {
    order: 6;
  }
}


