:root {
  --txt-h1: rgba(39, 39, 39, .9);
  --cta-main: #f2cb05;
  --hover: #dab601;
  --box-shadow: rgba(0, 0, 0, .15);
  --bg-color: #ececec;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-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;
  -ms-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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

.w-commerce-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-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #272727;
  background-color: #f3f3f3;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 3.157rem;
  font-weight: 700;
  line-height: 3.369rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.369rem;
  font-weight: 700;
  line-height: 3.157rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 2.369rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

p {
  color: rgba(39, 39, 39, .8);
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1.333rem;
  line-height: 1.777rem;
}

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

ul {
  color: var(--txt-h1);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.333rem;
  line-height: 2rem;
}

li {
  color: rgba(39, 39, 39, .8);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  list-style-type: disc;
}

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

strong {
  font-weight: 600;
}

.heading {
  text-align: center;
}

.body {
  color: #272727;
  background-color: #f3f3f3;
  font-family: Source Sans Pro, sans-serif;
}

.body.new-page {
  height: 100vh;
}

.container {
  max-width: 1000px;
}

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

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px 12px;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.nav-link:hover {
  border: 4px solid #f2cb05;
  border-radius: 12px;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: var(--txt-h1);
}

.nav-link.nav-bold-link {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  font-weight: 700;
  transition: border-color .3s;
}

.nav-link.nav-bold-link:hover {
  border-width: 4px;
  border-color: var(--cta-main);
  padding-left: 1px;
  padding-right: 14px;
}

.nav-link._1nav-bold-link {
  font-weight: 700;
}

.cont-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  display: flex;
}

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

.text-block {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.5rem;
  font-weight: 300;
}

.cart-button {
  color: #000;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.cart-button:hover {
  mix-blend-mode: multiply;
  background-color: #f2cb05;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
}

.div-nav-logo {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 100%;
  height: 60px;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cont-full {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1350px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cont-full.combo-cont-01 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cont-full.combo-arrow {
  z-index: 10;
  text-align: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: -21px;
  position: relative;
}

.cont-full.combo-cont-02 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.cont-full.btn-area-cta {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-full.combo-social-proof {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1350px;
  display: flex;
}

.cont-full.combo-social-proof.spec {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cont-full.newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont-full.blog {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.cont-full.div-blog {
  align-items: flex-start;
  max-width: 1000px;
}

.cont-full.offer-column {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.cont-full.contact-sec {
  flex-direction: row;
  justify-content: space-between;
}

.cont-full.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
  display: grid;
}

.cont-full.case-study {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: .25fr .5fr .5fr .5fr .5fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-full.casestudy-space {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cont-full.case-study-full {
  align-items: flex-start;
}

.cont-full.center {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
}

.cont-content {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding: 20px;
  display: flex;
}

.cont-content.space50 {
  padding-top: 0;
  padding-bottom: 49px;
}

.cont-content.space50.bg {
  background-image: url('../images/B.Tomasz_tło.webp');
  background-position: 0 0;
  background-size: auto;
}

.cont-content.questions {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cont-content.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.cont-content.space100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-content.spec-two-column {
  align-items: center;
  display: flex;
}

.cont-content.term-iframe {
  margin-top: 61px;
  margin-bottom: 61px;
}

.cont-content.horizontal {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cont-content.height {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cont-content.height.space {
  padding-top: 16px;
  padding-bottom: 16px;
}

.cont-content._1350 {
  max-width: 1350px;
  padding-bottom: 32px;
}

.div-content-left {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8px;
  display: flex;
}

.div-content-left.hero-2-0 {
  width: 80%;
}

.div-content-left._645px {
  width: 645px;
}

.div-content-left._60 {
  width: 60%;
}

.div-content-left._50 {
  width: 50%;
}

.div-hero {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-hero.div-blog.spec-category {
  margin-top: -1px;
  margin-bottom: -1px;
}

.div-hero.offer {
  margin-bottom: 0;
}

.h1 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3.157rem;
  font-weight: 300;
  line-height: 3.654rem;
}

.h1.footer {
  text-align: left;
  font-weight: 600;
}

.h1.footer.margin {
  margin-bottom: -16px;
}

.h1.margin-shop {
  margin-top: 0;
}

.h1.casestudy {
  text-align: left;
}

.h1.casestudy.spec-space {
  margin-bottom: 32px;
}

.h1.blog {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-size: 2.369rem;
  line-height: 3.157rem;
}

.h1.fat {
  font-weight: 600;
}

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

.h1.new-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h2 {
  color: rgba(32, 32, 32, .9);
  flex: 0 auto;
  font-size: 2.369rem;
  font-weight: 300;
  line-height: 3.157rem;
  text-decoration: none;
}

.h2.left {
  padding-right: 315px;
  line-height: 3.157rem;
}

.h2.spec-contact {
  margin-bottom: -16px;
}

.h2.category-blogpost {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.h2.space16ud {
  margin-top: 16px;
  margin-bottom: 16px;
}

.h2._80 {
  max-width: 80%;
}

.h2.bold {
  font-weight: 700;
}

.h4 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.h4.comment {
  width: 80%;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.h4.p-left {
  padding-right: 200px;
}

.h4.show-more {
  text-align: center;
  padding: 16px 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.h4.txt-over-name {
  margin-top: 0;
  margin-bottom: -16px;
  padding-top: 0;
  padding-bottom: 0;
}

.h4.case {
  margin-bottom: -8px;
  font-weight: 600;
}

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

.h4.case-link {
  cursor: pointer;
  margin: 4px;
}

.h4.txt-process {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.h4.small-txt {
  margin-bottom: -16px;
  padding-top: 0;
  padding-bottom: 0;
}

.h4.details-txt {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
}

.h4.conf-cs {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h4.small-space {
  margin-top: 0;
  margin-bottom: 0;
}

.h4.new-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.h4.center-txt {
  text-align: center;
  align-self: center;
}

.h3 {
  color: var(--txt-h1);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 2.369rem;
}

.h3.spec-offer {
  font-size: 1.777rem;
  font-weight: 300;
  line-height: 2.369rem;
}

.h3.spec-form {
  padding-top: 16px;
  padding-bottom: 16px;
}

.h3.case-space-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.h3.spec-tiitle {
  font-style: italic;
  font-weight: 300;
  line-height: 2.157rem;
}

.paragraf {
  color: rgba(39, 39, 39, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.555rem;
}

.paragraf.autor {
  color: #4b4b4b;
  font-style: italic;
}

.paragraf.p-answer {
  font-size: 1.1rem;
  line-height: 1.555rem;
}

.paragraf.bold-offer {
  font-weight: 600;
}

.paragraf.txt-form {
  text-align: left;
}

.paragraf.newsletter {
  padding-left: 8px;
}

.btn-cta-huge {
  color: var(--txt-h1);
  cursor: pointer;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-huge:hover {
  background-color: var(--hover);
}

.btn-cta-huge.form {
  padding-left: 32px;
  padding-right: 32px;
}

.btn-cta-huge.other-space {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-cta-huge.special {
  margin-top: 0;
}

.div-img-right {
  clear: right;
  display: flex;
}

.div-img-right.div-bg-white {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-right: 24px;
  display: flex;
  box-shadow: -20px 0 20px 1px rgba(0, 0, 0, .15);
}

.div-img-right.with-passion-page {
  display: flex;
}

.image-2 {
  text-align: center;
  align-self: center;
  padding-bottom: 33px;
}

.body-3 {
  background-image: url('../images/bg.webp');
  background-position: 50%;
  background-size: cover;
}

.div-img1 {
  border-radius: 24px;
  box-shadow: -18px 9px 20px 1px rgba(0, 0, 0, .15);
}

.image-3 {
  margin-bottom: -55px;
}

.div-bg {
  z-index: 20;
  background-image: url('../images/add-mosterra-right.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.div-bg.mosterra-left {
  float: left;
  background-image: url('../images/backgroud-monsterra.webp');
  margin-top: -70px;
  padding-right: 100px;
  display: none;
  position: relative;
  left: auto;
  right: 0%;
}

.div-bg.right-bg {
  z-index: 0;
  margin-top: -170px;
  padding-bottom: 130px;
  position: relative;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.section.bg-white {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.bg-white.delete-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section.bg-white.zero-margin-up {
  margin-top: 0;
}

.section.bg-white.delete-margin {
  padding-left: 32px;
  padding-right: 32px;
}

.section.bg-white.zero-margin-up {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-white.zero-margin-up.color {
  background-color: #eee;
  background-image: linear-gradient(139deg, #e9e9e9, #fff);
}

.div-comment {
  order: -1;
  width: 40%;
  padding-left: 16px;
  padding-right: 16px;
}

.container-2 {
  display: flex;
}

.image-4 {
  order: 1;
  max-width: 80%;
}

.img-partner {
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  width: 20%;
  display: flex;
}

.sec-bg {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło.webp'), linear-gradient(#eaeaea, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  background-attachment: scroll, scroll;
  height: 89vh;
  padding-top: 0;
}

.sec-bg.center-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-bg.contact-space {
  padding-top: 0;
  padding-bottom: 60px;
}

.sec-bg.blog, .sec-bg.short-section, .sec-bg.shop {
  padding-bottom: 0;
}

.div-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  margin-bottom: 32px;
  display: grid;
}

.box {
  margin-top: 25px;
  margin-bottom: 25px;
}

.bg-ico {
  background-color: rgba(242, 203, 5, .4);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.div-inside-box {
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 300;
  display: flex;
}

.div-right {
  flex-direction: column;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1100px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-right.space-delete {
  margin-top: 0;
  margin-bottom: 0;
}

.div-txt-cta {
  width: 80%;
  margin-top: 32px;
  margin-bottom: 16px;
}

.img-product-inside {
  width: 100%;
}

.img-blog-cover {
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, .15);
  border-radius: 16px;
  width: 100%;
  height: 200px;
}

.product-tag {
  border: 1px solid var(--txt-h1);
  border-radius: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 300;
}

.box-product {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: -7px 4px 16px 1px var(--box-shadow);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px;
  transition: border-color .3s;
  display: flex;
}

.box-product:hover {
  border: 4px solid var(--cta-main);
}

.p-product-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.333rem;
  line-height: 1.777rem;
}

.div-price-ico {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-price {
  color: rgba(39, 39, 39, .6);
  flex: 0 auto;
  font-size: 1.777rem;
  font-weight: 600;
  line-height: 2.157rem;
}

.div-box-products {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 100px;
  display: grid;
}

.bg-ico-shop {
  background-color: var(--cta-main);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 8px;
  display: flex;
}

.bg-ico-shop:hover {
  background-color: var(--hover);
}

.img-shop {
  height: 23px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.img-outside {
  height: 23px;
}

.link {
  color: rgba(0, 0, 0, .9);
  font-weight: 600;
}

.img-ebook {
  border-radius: 64px;
  max-width: 90%;
}

.div-img-newsl {
  order: -1;
  align-items: center;
  display: flex;
}

.div-content-news {
  flex: 1;
  order: 1;
  align-self: center;
  width: 60%;
}

.sec-bg-gray {
  background-color: rgba(202, 205, 210, .2);
  padding-top: 60px;
  padding-bottom: 30px;
}

.sec-bg-gray.blog {
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.form-block {
  margin-top: 32px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.div-placeholder-news {
  border-radius: 12px;
  flex: 1;
  font-weight: 300;
}

.div-block-5 {
  flex: 1;
}

.btn-newsletter {
  background-color: var(--cta-main);
  color: var(--txt-h1);
  border-radius: 12px;
  font-size: 1.1rem;
}

.text-field {
  border-radius: 12px;
  font-weight: 300;
}

.box-blog {
  background-color: var(--bg-color);
  box-shadow: -7px 4px 16px 1px var(--box-shadow);
  border-radius: 24px;
  margin: 4px;
  padding: 16px;
}

.box-blog:hover {
  border: 4px solid var(--cta-main);
}

.img-box-inside {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-tag {
  text-transform: uppercase;
  padding-right: 8px;
  font-weight: 300;
}

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

.p-post-short-txt {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333rem;
}

.p-post-title {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.link-read-more {
  color: #000;
  font-weight: 600;
}

.div-box-blog-delete {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.grid-blog-posts {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .4fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin: 50px auto;
  display: grid;
}

.div-box-blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.div-show-more {
  background-color: var(--cta-main);
  opacity: .6;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.div-show-more:hover {
  opacity: 1;
  background-color: #f2cb05;
}

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

.image-7 {
  max-width: 30%;
}

.sec-bg-white {
  background-color: rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-bg-white.cont {
  margin-top: 0;
}

.div-img-face {
  order: -1;
}

.div-arrow-right {
  justify-content: flex-end;
  max-width: 50%;
  display: flex;
}

.img-face {
  border-radius: 24px;
}

.div-cont-questions {
  order: 1;
  align-self: center;
  width: 60%;
  padding-bottom: 32px;
}

.div-tabs {
  align-self: center;
  width: 100%;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.tabs {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link {
  color: var(--txt-h1);
  cursor: pointer;
  background-color: rgba(242, 203, 5, .4);
  border-radius: 12px;
  margin: 8px;
  transition: opacity .2s;
}

.tab-link.w--current {
  background-color: var(--cta-main);
  cursor: pointer;
  mix-blend-mode: multiply;
  transition: font-size .2s;
}

.div-area-answer {
  background-color: #e7e7e7;
  border-radius: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 24px;
}

.tabs-content {
  width: 70%;
}

.image-8 {
  width: 180px;
  margin: -40px;
}

.sec-footer {
  background-color: #e3e3e3;
}

.link-footer {
  color: #4e4e4e;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

.p-footer {
  font-size: 1.2rem;
  font-weight: 400;
}

.div-footer-social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ico-social {
  width: 44px;
  padding-left: 3px;
  padding-right: 3px;
}

.paragraph {
  padding-right: 4px;
}

.p-all-rights-reserved {
  color: #a4a4a4;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-sec-down {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.background-video {
  margin-top: -28px;
  margin-left: -211px;
  margin-right: 35px;
  padding-bottom: 59px;
  padding-left: 350px;
  padding-right: 249px;
}

.video {
  width: 80%;
}

.background-video-2 {
  z-index: 9;
  border-radius: 24px;
  width: 700px;
  height: 400px;
  margin-bottom: 8px;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.div-block-8 {
  border: 15px solid #ececec;
  border-radius: 24px;
}

.bg-video-box {
  z-index: 10;
  border-radius: 32px;
  width: 350px;
  height: 350px;
  margin: 16px;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.sec-shop {
  background-color: #fff;
}

.div-space1000 {
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  display: flex;
}

.div-filters {
  flex-direction: row;
  align-items: center;
  display: none;
}

.link-tag {
  color: var(--txt-h1);
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 24px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  text-decoration: none;
}

.paragraf-tag {
  border-radius: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: .8rem;
  line-height: 1.3rem;
}

.paragraf-tag.border {
  border: 1px solid rgba(0, 0, 0, .4);
  margin-left: 0;
  margin-right: 8px;
  line-height: 1.3rem;
}

.btn-cta-what-next {
  color: #000;
  text-align: center;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  line-height: 1.888rem;
}

.btn-cta-what-next:hover {
  mix-blend-mode: multiply;
}

.btn-cta-what-next.offer {
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  display: flex;
}

.columns {
  width: 1000px;
}

.img-ico {
  opacity: 1;
  width: 250px;
}

.ico-arrow {
  height: 50px;
  margin-top: 135px;
  position: absolute;
}

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

.link-tag-2 {
  color: rgba(39, 39, 39, .9);
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 24px;
  margin-right: 8px;
  padding: 0;
  text-decoration: none;
}

.h2-2 {
  color: rgba(39, 39, 39, .9);
  flex: 0 auto;
  font-size: 2.369rem;
  font-weight: 300;
  line-height: 3.157rem;
}

.bg-ico-shop-2 {
  background-color: #f2cb05;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 8px;
  display: flex;
}

.box-product-2 {
  border-radius: 24px;
  margin: 4px;
  padding: 16px;
  box-shadow: -7px 4px 16px 1px rgba(0, 0, 0, .15);
}

.box-product-2:hover {
  box-shadow: none;
  border: 4px solid #f2cb05;
  margin: 0;
}

.box-blog-2 {
  background-color: #ececec;
  border-radius: 24px;
  margin: 4px;
  padding: 16px;
  box-shadow: -7px 4px 16px 1px rgba(0, 0, 0, .15);
}

.box-blog-2:hover {
  box-shadow: none;
  border: 4px solid #f2cb05;
  margin: 0;
}

.div-box-articles {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1350px;
  display: flex;
}

.sec-bg-product {
  background-color: #eaeaea;
  background-image: none;
}

.img-product {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 16px;
  padding-right: 8px;
}

.product {
  text-align: center;
  border-radius: 32px;
  align-self: center;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.div-shop {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-product-details {
  width: 60%;
}

.btn-contact {
  background-color: var(--cta-main);
  color: var(--txt-h1);
  border-radius: 12px;
}

.btn-contact.nav {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-contact.nav:hover {
  background-color: var(--hover);
}

.btn-contact.nav.w--current {
  transition: all .3s;
}

.div-btn-quantity {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.div-media-products {
  justify-content: flex-start;
  margin-top: 16px;
  display: flex;
}

.product-media {
  border-radius: 32px;
  max-width: 29%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.div-block-12 {
  max-width: 50%;
}

.street-address {
  display: none;
  overflow: hidden;
}

.column, .field-label, .country, .block-header, .billing-address {
  display: none;
}

.section-ajk-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.link-ajk-1 {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e3e3e3;
  flex-direction: column;
  flex: 0 28%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
}

.link-ajk-1:hover {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, .16);
}

.img-face-hero {
  border-radius: 16px;
  align-self: center;
}

.nav-cta {
  padding-left: 8px;
  padding-right: 8px;
  font-style: normal;
  text-decoration: none;
}

.image-9 {
  opacity: .8;
  height: 15px;
  padding-right: 8px;
}

.sec-space50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-offer {
  border-radius: 16px;
  margin: 8px;
  padding: 16px;
  box-shadow: -9px 5px 10px 1px rgba(0, 0, 0, .15);
}

.faq-item {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px;
  display: flex;
}

.faq-item-question {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.faq-item-txt {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.ico-faq {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 10px;
  display: block;
  position: static;
}

.faq-item-answer {
  opacity: 0;
  display: none;
}

.faq-parag-txt {
  opacity: 0;
  margin-bottom: 0;
}

.rich-text-block {
  font-weight: 300;
  line-height: 1.369rem;
}

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

.link-contact-mail {
  color: var(--txt-h1);
  text-decoration: none;
}

.link-contact-mail:hover {
  color: #272727;
  text-decoration: underline;
}

.link-block-social {
  cursor: pointer;
  margin-right: 9px;
  padding: 8px 8px 8px 0;
}

.bg-ico-social {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: border-color .3s;
  display: flex;
  box-shadow: -9px 5px 10px 1px rgba(0, 0, 0, .15);
}

.bg-ico-social:hover {
  border: 4px solid var(--cta-main);
}

.bg-ico-social.small-icons {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  width: 36px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
}

.img-soc-high {
  max-width: none;
  height: 30px;
}

.img-soc-high.small-icons {
  height: 20px;
}

.img-soc-high.spec-envelop {
  opacity: .8;
  width: 30px;
}

.img-soc-high.spec-envelop.small-icons {
  width: 20px;
}

.field-label-name {
  color: rgba(39, 39, 39, .7);
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  display: none;
}

.div-img-form {
  clear: right;
}

.div-img-form.div-bg-white {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  box-shadow: -20px 0 20px 1px rgba(0, 0, 0, .15);
}

.div-img-form.form {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-succes {
  text-align: left;
  font-weight: 400;
  line-height: 1.157rem;
}

.html-embed {
  max-width: 100%;
}

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

.field-form {
  border-radius: 12px;
  font-weight: 400;
}

.div-form-box {
  border-radius: 12px;
  align-self: center;
  max-width: 40%;
  padding: 32px;
  box-shadow: -9px 5px 10px 1px rgba(0, 0, 0, .15);
}

.img-case {
  border-radius: 32px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  transition: border-color .3s;
  display: block;
}

.div-img-case.spec-space {
  margin-top: 100px;
}

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

.spec-bg-video {
  z-index: 9;
  border-radius: 32px;
  width: 900px;
  height: 500px;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.body-contact {
  max-height: 100vh;
}

.txt-head-h1 {
  padding: 0 16px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.portfolio-title {
  z-index: 2;
  width: 55%;
  padding-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.portfolio-projects {
  width: 45%;
  margin-top: -30px;
  padding-top: 0;
  display: flex;
}

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

.portfolio-left-column {
  width: 50%;
  padding-top: 144px;
  padding-right: 12px;
}

.footer {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: italic;
}

.container-3 {
  max-width: 1350px;
  margin: 100px auto;
}

.project-link-block {
  color: #252323;
  width: 100%;
  margin-bottom: 72px;
  text-decoration: none;
}

.portfolio-right-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  margin-top: 32px;
  padding-left: 12px;
  display: flex;
}

.portfolio-section {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-image-wrapper {
  height: 65vh;
  margin-bottom: 16px;
}

.project-video {
  width: 100%;
  height: 100%;
}

.div-case-visual {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.div-case-visual.center-txt {
  justify-content: center;
  align-items: center;
}

.table-of-contents {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.case-link {
  margin: 6px;
}

.csestudy-video {
  z-index: 9;
  border-radius: 32px;
  width: 700px;
  height: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.div-hero-case {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-hero-case.offer {
  margin-bottom: 0;
}

.div-hero-case-in {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-hero-case-in.offer {
  margin-bottom: 0;
}

.img-casestudy {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
}

.img-casestudy.small {
  width: 50%;
}

.img-casestudy.spec30 {
  width: 50%;
  margin-bottom: 50px;
  display: flex;
}

.div-casestudy-content {
  margin-bottom: 64px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-process {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  width: 40%;
  padding: 16px;
  display: flex;
}

.div-process.radius-border {
  border: 4px solid var(--cta-main);
  border-radius: 16px;
}

.div-column {
  width: 70%;
}

.txt-link {
  color: rgba(31, 31, 31, .9);
  font-weight: 600;
}

.link-block {
  cursor: pointer;
}

.link-block-to-case {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.link-block-to-case:hover {
  color: rgba(54, 53, 53, .9);
  text-decoration: underline;
}

.cont-full-spec {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cont-full-spec.combo-cont-01 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cont-full-spec.combo-arrow {
  z-index: 10;
  text-align: center;
  margin-top: -21px;
  margin-bottom: -21px;
  display: flex;
  position: relative;
}

.cont-full-spec.combo-cont-02 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.cont-full-spec.btn-area-cta {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-full-spec.combo-social-proof {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1350px;
  display: flex;
}

.cont-full-spec.newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont-full-spec.blog {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.cont-full-spec.div-blog {
  align-items: flex-start;
  max-width: 1000px;
}

.cont-full-spec.offer-column {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.cont-full-spec.contact-sec {
  flex-direction: row;
  justify-content: space-between;
}

.cont-full-spec.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
  display: grid;
}

.cont-full-spec.case-study {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: .5fr .5fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-full-spec.casestudy-space {
  padding-top: 0;
  padding-bottom: 0;
}

.cont-full-spec.case-study-full {
  align-items: flex-start;
}

.up-arrow {
  z-index: 50;
  opacity: .8;
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: fixed;
  bottom: 3%;
  right: 3%;
}

.image-10 {
  width: 34px;
}

.div-img-history {
  width: 100%;
  padding: 16px;
}

.div-img-history.spec-space {
  margin-top: 100px;
}

.line-page-status {
  z-index: 49;
  opacity: .8;
  color: var(--cta-main);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.div-line-color {
  background-color: var(--cta-main);
}

.img-round {
  border-radius: 32px;
  align-self: center;
}

.image-12 {
  opacity: .4;
}

.card-cookie {
  z-index: 99;
  opacity: .9;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 65px 65px 190px -32px rgba(6, 18, 55, .08);
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-modal {
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-modal.zero {
  margin-top: 8px;
}

.link-2 {
  color: #c91c26;
}

.modal-button-wrapper {
  align-items: center;
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.button-cta {
  background-color: var(--cta-main);
  color: rgba(0, 0, 0, .9);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 8px;
  font-weight: 400;
  transition: all .3s;
}

.button-cta:hover {
  background-color: var(--hover);
}

.button-cta.off-cookies {
  border: 3px solid var(--cta-main);
  color: rgba(49, 49, 49, .6);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin: 8px;
  padding: 6px 12px;
}

.button-cta.off-cookies.spec {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.2rem;
}

.button-cta.off-cookies.secondary-button {
  color: #313131;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.1rem;
}

.card-close-link {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.image-13 {
  opacity: .6;
}

.div-full-contect {
  border-radius: 32px;
  height: 100vh;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: -10px 0 10px rgba(0, 0, 0, .15);
}

.div-cookies {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.html-embed-2 {
  height: 100%;
  padding: 8px;
}

.img-hero {
  text-align: center;
  border-radius: 32px;
  align-self: center;
}

.img-hero.size {
  border-radius: 16px;
  max-width: 50%;
}

.div-blog-post-hero {
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-blog-post-hero.offer {
  margin-bottom: 0;
}

.img-blog {
  object-fit: cover;
  border-radius: 32px;
  align-self: center;
  height: 300px;
}

.div-left-40 {
  align-items: center;
  width: 40%;
  display: flex;
}

.div-right-60 {
  clear: right;
  justify-content: flex-end;
  width: 60%;
  display: flex;
}

.div-right-60.div-bg-white {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  box-shadow: -20px 0 20px 1px rgba(0, 0, 0, .15);
}

.txt-post-body {
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 1.777rem;
}

.txt-post-body h2 {
  font-family: Source Sans Pro, sans-serif;
}

.txt-post-body p {
  line-height: 24px;
}

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

.section-3 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-2 {
  font-size: 1.777rem;
  line-height: 2.369rem;
}

.heading-3 {
  font-size: 1.333rem;
}

.txt-blog-page {
  color: rgba(39, 39, 39, .8);
  font-weight: 300;
}

.content-blog {
  max-width: 800px;
}

.content-blog.space50 {
  padding-top: 0;
  padding-bottom: 49px;
}

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

.content-blog.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.content-blog.space100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-blog.spec-two-column {
  align-items: center;
  display: flex;
}

.content-blog.term-iframe {
  margin-top: 61px;
  margin-bottom: 61px;
}

.sticky-bar-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  left: 3%;
}

.img-profile {
  opacity: .6;
  cursor: pointer;
  border-radius: 64px;
  transition: all .2s;
}

.img-profile:hover {
  opacity: 1;
}

.social-ico {
  opacity: .3;
  width: 32px;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: all .3s;
}

.social-ico:hover {
  opacity: .8;
}

.ico {
  margin-top: -8px;
}

.ico-linkedin {
  border-radius: 8px;
}

.ico-face {
  opacity: .6;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: all .3s;
}

.ico-face:hover {
  opacity: 1;
}

.sec-blog {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 800px;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sec-blog.center-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-blog.contact-space {
  padding-top: 0;
  padding-bottom: 60px;
}

.sec-blog.blog {
  padding-bottom: 0;
}

.sec-shop-blog {
  z-index: 10;
  background-image: url('../images/bg.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.sec-shop-blog.center-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-shop-blog.contact-space {
  padding-top: 0;
  padding-bottom: 60px;
}

.sec-shop-blog.blog {
  padding-bottom: 0;
}

.collection-item {
  width: 100%;
  height: 200px;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.collection-list {
  display: flex;
}

.div-blog-tags {
  align-items: flex-start;
}

.blog-feature-post {
  border: 4px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.blog-feature-post.homepage {
  background-color: #fff;
  margin: 0;
}

.blog-feature-post.bg-white {
  background-color: #fff;
  display: flex;
}

.div-1 {
  width: 450px;
}

.link-post-blog {
  text-decoration: none;
  display: flex;
}

.div-article-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 16px 16px 16px 0;
  display: flex;
}

.div-img-post {
  object-fit: cover;
  width: 50%;
}

.title-blog-post {
  color: var(--txt-h1);
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 2.369rem;
}

.div-box-articles-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1350px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.div-more-articles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.box-blog-full {
  background-color: var(--bg-color);
  box-shadow: -7px 4px 16px 1px var(--box-shadow);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-direction: column;
  min-height: 100%;
  margin: 8px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.box-blog-full:hover {
  border: 4px solid var(--cta-main);
}

.div-tags-post {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read-more {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: underline;
}

.div-block-18 {
  padding: 16px;
}

.section-last-article {
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-last-article.bg-homepage {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.collection-item-3 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.div-block-19 {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-vertical {
  flex-flow: column;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.btn-cta {
  color: #000;
  cursor: pointer;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  transition: all .3s;
}

.btn-cta:hover {
  background-color: var(--hover);
}

.btn-cta.form {
  padding-left: 32px;
  padding-right: 32px;
}

.link-3 {
  color: var(--txt-h1);
  font-weight: 700;
}

.brand-name {
  color: var(--txt-h1);
  line-height: 2rem;
  text-decoration: none;
}

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

.div-grid-main-article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.img-case-link {
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  transition: border-color .3s;
  display: block;
}

.collection-read-more {
  align-items: center;
  display: flex;
}

.image-arrow-blog {
  opacity: .6;
  width: 50px;
  margin: 8px;
  transition: all .3s;
}

.image-arrow-blog:hover {
  transform: translate(8px);
}

.line-come-back-blog {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.rich-text-block-2 {
  font-size: 1.1rem;
  line-height: 1.777rem;
}

.grid-for-post-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-blog-promo-post {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 200px;
}

.img-blog-special {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 280px;
}

.link-block-img-case {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.link-block-img-case:hover {
  color: rgba(54, 53, 53, .9);
  text-decoration: underline;
}

.cont-full-products {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1350px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cont-full-products.combo-cont-01 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cont-full-products.combo-arrow {
  z-index: 10;
  text-align: center;
  align-items: center;
  margin-top: -21px;
  margin-bottom: -21px;
  position: relative;
}

.cont-full-products.combo-cont-02 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.cont-full-products.btn-area-cta {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-full-products.combo-social-proof {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1350px;
  display: flex;
}

.cont-full-products.newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont-full-products.blog {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.cont-full-products.div-blog {
  align-items: flex-start;
  max-width: 1000px;
}

.cont-full-products.offer-column {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.cont-full-products.contact-sec {
  flex-direction: row;
  justify-content: space-between;
}

.cont-full-products.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
  display: grid;
}

.cont-full-products.case-study {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: .25fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.cont-full-products.casestudy-space {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cont-full-products.case-study-full {
  align-items: flex-start;
}

.cont-full-products.center {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
}

.div-block-21 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.sec-clean {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło.webp'), linear-gradient(#eaeaea, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.sec-clean.center-box {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sec-clean.center-box.bg-white {
  background-color: #fff;
}

.sec-clean.contact-space {
  padding-top: 0;
  padding-bottom: 60px;
}

.sec-clean.blog, .sec-clean.short-section, .sec-clean.shop {
  padding-bottom: 0;
}

.sec-bg-blog-main {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło.webp'), linear-gradient(#eaeaea, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.sec-bg-blog-main.center-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-bg-blog-main.contact-space {
  padding-top: 0;
  padding-bottom: 60px;
}

.sec-bg-blog-main.blog, .sec-bg-blog-main.short-section, .sec-bg-blog-main.shop {
  padding-bottom: 0;
}

.sg-section {
  margin-top: 100px;
  margin-bottom: 20px;
}

.sg-section.center-txt {
  display: flex;
}

.nav-menu-3 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-nav-logo-2 {
  color: rgba(51, 51, 51, .9);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.txt-head-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.txt-head-h1-2.center-info {
  font-weight: 600;
}

.nav-cta-2 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: .9rem;
  font-style: normal;
  line-height: 1.333rem;
  text-decoration: none;
}

.btn-shop-2 {
  color: rgba(39, 39, 39, .9);
  background-color: #f2cb05;
  border-radius: 12px;
}

.btn-shop-2.nav {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 35px;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  display: flex;
}

.btn-shop-2.nav:hover {
  mix-blend-mode: multiply;
}

.btn-shop-2.nav {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-shop-2.nav:hover {
  background-color: #dab601;
}

.btn-shop-2.nav.w--current {
  transition: all .3s;
}

.cont-nav-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px;
  display: flex;
}

.navbar-2 {
  opacity: .8;
  background-color: rgba(255, 255, 255, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.nav-link-4 {
  color: #444;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 10px;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.nav-link-4:hover {
  border: 4px solid #f2cb05;
  border-radius: 12px;
  text-decoration: none;
}

.nav-link-4:visited {
  text-decoration: underline;
}

.nav-link-4.w--current {
  color: rgba(39, 39, 39, .9);
}

.image-14 {
  height: 30px;
}

.section-4 {
  margin-top: 100px;
}

.body-frame {
  background-color: #fff;
}

.div-content-100 {
  width: 100%;
  padding-right: 8px;
}

.column-box {
  padding-left: 0;
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-hero-product {
  justify-content: space-between;
  max-width: 1350px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-hero-product.div-blog.spec-category {
  margin-top: -1px;
  margin-bottom: -1px;
}

.div-hero-product.offer {
  margin-bottom: 0;
}

.cont-content-shop {
  max-width: 1350px;
  padding-left: 8px;
  padding-right: 8px;
}

.cont-content-shop.space50 {
  padding-top: 0;
  padding-bottom: 49px;
}

.cont-content-shop.questions {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cont-content-shop.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.cont-content-shop.space100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-content-shop.spec-two-column {
  align-items: center;
  display: flex;
}

.cont-content-shop.term-iframe {
  margin-top: 61px;
  margin-bottom: 61px;
}

.div-cont-left-shop {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding-right: 16px;
  display: flex;
}

.div-cont-left-shop._50 {
  width: 50%;
}

.div-button-vertical {
  z-index: 9;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-button-vertical.sticky {
  position: fixed;
  top: 32px;
  right: 32px;
}

.div-button-vertical._45-width {
  width: 45%;
}

.btn-cta-new-tab {
  color: #000;
  cursor: pointer;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-new-tab:hover {
  background-color: var(--hover);
}

.btn-cta-new-tab.form {
  padding-left: 32px;
  padding-right: 32px;
}

.btn-cta-new-tab.other-color {
  background-color: rgba(242, 203, 5, .2);
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-cta-new-tab.other-color:hover {
  background-color: rgba(136, 115, 7, .2);
}

.img-product-shop {
  border-radius: 16px;
  align-self: center;
  box-shadow: -17px 10px 20px 1px rgba(0, 0, 0, .15);
}

.img-product-shop.sticky-img {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.div-img-product-50 {
  clear: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-img-product-50.div-bg-white {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  box-shadow: -20px 0 20px 1px rgba(0, 0, 0, .15);
}

.div-img-product-50.with-passion-page {
  display: flex;
}

.div-img-product-50._50 {
  max-width: 50%;
}

.div-img-product-50._50.sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
}

.div-txt-product {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-fullspace-descriptions {
  justify-content: space-between;
  max-width: 1160px;
  margin: 50px auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-fullspace-descriptions.div-blog.spec-category {
  margin-top: -1px;
  margin-bottom: -1px;
}

.div-fullspace-descriptions.offer {
  margin-bottom: 0;
}

.div-part-products {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.div-part-products._50 {
  width: 50%;
}

.img-detalis-products {
  border-radius: 16px;
  width: 700px;
  margin-left: 16px;
  margin-right: 16px;
}

.img-detalis-products.shadow {
  box-shadow: -20px 0 20px 1px rgba(0, 0, 0, .15);
}

.div-txt-img-right-product {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.div-txt-img-left-product {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 102px;
  margin-bottom: 102px;
  display: flex;
}

.sec-space-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.div-button-cta-new-tab {
  background-color: var(--cta-main);
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.div-button-cta-new-tab:hover {
  background-color: var(--hover);
}

.img-new-tab {
  height: 20px;
  padding-right: 8px;
}

.paragraph-2 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  text-decoration: none;
}

.img-shop-copy {
  height: 23px;
}

.section-5 {
  background-color: #fff;
}

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

.video-space {
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-button-horizontal {
  z-index: 9;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-button-horizontal.sticky {
  position: fixed;
  top: 32px;
  right: 32px;
}

.btn-cta-2 {
  color: rgba(30, 30, 31, .9);
  background-color: #d0dfc9;
  margin-top: 24px;
  margin-bottom: 24px;
  transition-property: all;
  transition-duration: .3s;
}

.btn-cta-2:hover {
  transform: scale(1.05);
}

.paragraph-3 {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.h4-2 {
  color: rgba(30, 30, 31, .9);
  text-align: left;
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 2.157rem;
}

.h4-2._50 {
  width: 50%;
}

.cont-vertical-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.cont-vertical-contact.custom-full {
  max-width: 1350px;
}

.sec-second-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-sticky {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.div-sticky.div-contact {
  z-index: 10;
  width: 65%;
}

.div-sticky.div-sticky-2 {
  top: 110px;
}

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

.img-bg-contact {
  z-index: 1;
  width: 50%;
  position: relative;
  right: 0;
}

.div-txt-main {
  z-index: 10;
  width: 80%;
  padding: 8px;
}

.div-txt-main._100wid {
  width: 100%;
}

.h1-2 {
  color: rgba(30, 30, 31, .9);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  line-height: 5rem;
}

.btn-cta-huge-border {
  border: 4px solid var(--cta-main);
  color: var(--txt-h1);
  cursor: pointer;
  background-color: rgba(242, 203, 5, 0);
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-huge-border:hover {
  border-color: var(--hover);
  color: rgba(0, 0, 0, .9);
  background-color: #fff;
}

.btn-cta-huge-border.form {
  padding-left: 32px;
  padding-right: 32px;
}

.btn-cta-huge-border.other-space {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-cta-huge-border.special {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mouse-animation {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.mouse-animation.blog {
  padding-top: 0;
  padding-bottom: 16px;
}

.mouse-round {
  border: 3px solid rgba(39, 39, 39, .6);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  display: flex;
}

.mouse-circle {
  background-color: rgba(39, 39, 39, .6);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.section-bg {
  background-image: linear-gradient(rgba(243, 243, 243, .2), rgba(243, 243, 243, .2)), url('../images/B.Tomasz_tło.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
}

.section-bg.spec {
  margin-top: 100px;
}

.section-bg.spec.main {
  margin-top: 20px;
}

.ico {
  color: rgba(39, 39, 39, .6);
  font-size: 150px;
  font-weight: 400;
  line-height: 100px;
}

.div-txt-space80 {
  width: 80%;
  margin-bottom: 100px;
}

.div-inbox {
  width: 80%;
}

.div-txt-cta-clean {
  margin-top: 32px;
  margin-bottom: 16px;
}

.slug {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: -20px;
  padding-bottom: 0;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.slug.comment {
  width: 80%;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.slug.p-left {
  padding-right: 200px;
}

.slug.show-more {
  text-align: center;
  padding: 16px 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.slug.txt-over-name {
  margin-top: 0;
  margin-bottom: -16px;
  padding-top: 0;
  padding-bottom: 0;
}

.slug.case {
  margin-bottom: -8px;
  font-weight: 600;
}

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

.slug.case-link {
  cursor: pointer;
  margin: 4px;
}

.slug.txt-process {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.slug.small-txt {
  margin-bottom: -16px;
  padding-top: 0;
  padding-bottom: 0;
}

.slug.details-txt {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
}

.div-iframe-google {
  border-radius: 12px;
  align-self: center;
  max-width: 40%;
  padding: 32px;
  box-shadow: -9px 5px 10px 1px rgba(0, 0, 0, .15);
}

.div-iframe-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-iframe-vertical.div-blog.spec-category {
  margin-top: -1px;
  margin-bottom: -1px;
}

.div-iframe-vertical.offer {
  margin-bottom: 0;
}

.html-embed-3 {
  width: 100%;
}

.div-iframe-block {
  width: 640px;
}

.nav-menu-4 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.brand-name-2 {
  color: rgba(39, 39, 39, .9);
  line-height: 2rem;
  text-decoration: none;
}

.brand-name-2.w--current {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-5 {
  color: #444;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 12px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.nav-link-5:hover {
  border: 4px solid #f2cb05;
  border-radius: 12px;
  text-decoration: none;
}

.nav-link-5:visited {
  text-decoration: underline;
}

.nav-link-5.w--current {
  color: rgba(39, 39, 39, .9);
}

.txt-head-h1-3 {
  padding: 0 16px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.txt-title {
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.txt-title.space-in-logo {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.txt-title.space-in-logo.po-nav {
  color: rgba(255, 255, 255, .9);
}

.sec-bg-2 {
  z-index: 10;
  background-image: linear-gradient(140deg, #e7e7e7, #fff);
  padding-top: 0;
  position: relative;
}

.img-face-hero-2 {
  border-radius: 256px;
  align-self: center;
}

.h4-3 {
  color: rgba(39, 39, 39, .9);
  width: 85%;
  font-size: 1.222rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.h4-3.bold.new-bold {
  font-weight: 600;
}

.h4-3.space-0 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.h4-3.smal-space {
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
}

.h4-3.space80 {
  width: 80%;
}

.h4-3.info {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-hero-2 {
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.h1-3 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3.157rem;
  font-weight: 400;
  line-height: 3.654rem;
}

.h1-3.footer {
  text-align: left;
  font-weight: 600;
}

.h1-3.footer.margin {
  z-index: 10;
  margin-bottom: -45px;
  position: relative;
}

.h1-3.casestudy {
  text-align: left;
}

.h1-3.casestudy.spec-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h1-3.center {
  padding-top: 0;
  padding-bottom: 0;
}

.h1-3.center-txt {
  align-self: center;
}

.btn-cta-huge-2 {
  color: rgba(39, 39, 39, .9);
  cursor: pointer;
  background-color: #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-huge-2:hover {
  background-color: #dab601;
}

.btn-cta-huge-2.special {
  font-size: 1.1rem;
}

.btn-cta-huge-2.special.box-button {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-cta-huge-2.special.secondary-button {
  background-color: rgba(242, 203, 5, 0);
  border: 4px solid #f2cb05;
  padding: 8px 12px;
}

.btn-cta-huge-2.form {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.1rem;
}

.btn-cta-huge-2.center-txt {
  align-self: center;
}

.btn-cta-huge-2.new {
  margin-top: 0;
  margin-bottom: 0;
}

.div-content-left-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-right: 16px;
  display: flex;
}

.btn-cta-huge-border-2 {
  color: rgba(39, 39, 39, .9);
  cursor: pointer;
  background-color: rgba(242, 203, 5, 0);
  border: 4px solid #f2cb05;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.btn-cta-huge-border-2:hover {
  color: rgba(0, 0, 0, .9);
  background-color: #fff;
  border-color: #dab601;
}

.btn-cta-huge-border-2.special {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-cta-huge-border-2.special.zero-space-up {
  margin-top: 0;
  font-size: 1.1rem;
}

.btn-cta-huge-border-2.special.new {
  margin-top: 0;
  margin-bottom: 0;
}

.p-case-study {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.555rem;
}

.p-case-study.small {
  margin-bottom: -16px;
  font-size: .9rem;
}

.cta-button {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.cta-button.spec {
  margin-top: 11px;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.div-box-products-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 100px;
  display: block;
}

.p-product-name-2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.333rem;
  line-height: 1.777rem;
}

.cont-full-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1350px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cont-full-2.spec-1000 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
}

.cont-full-2.casestudy-space {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.cont-full-2.special-stroke {
  border-radius: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.cont-full-2.combo-social-proof {
  border-radius: 16px;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1350px;
  display: flex;
}

.product-tag-2 {
  border: 1px solid rgba(39, 39, 39, .9);
  border-radius: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  font-weight: 300;
}

.bg-ico-shop-3 {
  background-color: #f2cb05;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bg-ico-shop-3:hover {
  background-color: #dab601;
}

.div-txt-cta-2 {
  width: 80%;
  margin-top: 32px;
  margin-bottom: 16px;
}

.div-price-ico-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.div-space1000-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  display: flex;
}

.img-shop-2 {
  color: rgba(39, 39, 39, .8);
  height: 28px;
  padding-left: 8px;
}

.img-blog-cover-2 {
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, .15);
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.box-product-3 {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 8px;
  padding: 16px;
  transition: border-color .3s;
  display: flex;
  box-shadow: -3px 2px 8px 1px rgba(0, 0, 0, .15);
}

.box-product-3:hover {
  border: 4px solid #f2cb05;
}

.image-15 {
  color: #000;
  margin-right: 20px;
  display: none;
}

.tabs-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.faq-panel {
  width: 100%;
}

.img-vn-link {
  opacity: .6;
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px;
  transition: all .3s;
}

.img-vn-link:hover {
  opacity: 1;
}

.sec-specifics {
  z-index: 10;
  background-image: linear-gradient(274deg, #e7e7e7, #fff);
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.faq-toggle {
  color: #999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 5px 8px 0;
  line-height: 28px;
  display: flex;
}

.faq-toggle:hover {
  color: #7e48ea;
}

.tabs-menu-2 {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 260px;
  margin-right: 60px;
  display: flex;
}

.faq-item-2 {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.333px;
}

.tabs-section {
  color: #262626;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.tab-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.tab-link-2 {
  color: #999;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.tab-link-2:hover {
  color: #7e48ea;
}

.tab-link-2.w--current {
  background-color: #f2cb05;
}

.faq-content-3 {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.h3-2 {
  color: rgba(39, 39, 39, .9);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 1.777rem;
  font-weight: 600;
  line-height: 2.369rem;
  display: flex;
}

.h3-2.small-space {
  margin-bottom: 0;
}

.h3-2.small-space._24px {
  margin-bottom: 24px;
}

.h3-2.small-space.spec {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-2.specja-space-img {
  text-align: left;
  margin-top: 40px;
}

.div-img-vn {
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.tabs-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-heading-wrap {
  max-width: 800px;
  margin-bottom: 100px;
}

.h4-4 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.h4-4.txt-process {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.h4-4._0-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h4-4.short-line-text {
  width: 80%;
}

.bg-ico-social-2 {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: border-color .3s;
  display: flex;
  box-shadow: -9px 5px 10px 1px rgba(0, 0, 0, .15);
}

.bg-ico-social-2:hover {
  border: 4px solid #f2cb05;
}

.link-5 {
  cursor: pointer;
}

.h3-3 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.369rem;
}

.h3-3.spec-form {
  padding-top: 16px;
  padding-bottom: 16px;
}

.h3-3.case-space-16 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

.h3-3.case-space-16.center {
  text-align: left;
}

.h3-3.case-space-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.h3-3._0-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-3._0-margin.spec-space-to-img {
  margin-top: 32px;
  margin-bottom: 64px;
}

.img-soc-high-2 {
  max-width: none;
  height: 30px;
  margin: 3px;
  padding: 4px;
}

.up-arrow-2 {
  z-index: 50;
  opacity: .4;
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.up-arrow-2:hover {
  opacity: 1;
  background-color: #f2cb05;
}

.arrow-link-2 {
  cursor: pointer;
}

.button-cta-2 {
  color: rgba(0, 0, 0, .9);
  background-color: #f2cb05;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 8px;
  font-weight: 400;
  transition: all .3s;
}

.button-cta-2:hover {
  background-color: #dab601;
}

.button-cta-2.off-coockies {
  color: rgba(49, 49, 49, .6);
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f2cb05;
  border-radius: 8px;
  margin: 8px;
  padding: 6px 12px;
}

.p-footer-2 {
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 400;
}

.p-footer-2.new-footer {
  margin-top: 8px;
  margin-bottom: 12px;
}

.p-all-rights-reserved-2 {
  color: #a4a4a4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.div-box-footer-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-footer-social-2 {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-4 {
  padding-right: 4px;
  font-size: 1.1rem;
}

.div-case-txt-2 {
  width: 100%;
  margin-bottom: 0;
}

.div-case-txt-2.spec {
  margin-bottom: 40px;
}

.div-case-txt-2.spec.special-bottom-space {
  margin-bottom: 120px;
}

.div-case-txt-2.space-40 {
  margin-bottom: 40px;
}

.div-case-txt-2.space-new {
  margin-bottom: 32px;
}

.sec-bg-case {
  z-index: 10;
  background-image: url('../images/B.Tomasz_tło.png'), linear-gradient(#eaeaea, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.sec-bg-case.bg-off {
  background-color: #fff;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-bg-case.without-bg {
  background-image: linear-gradient(#eaeaea, #fff);
}

.sec-bg-case.case-study-ver {
  padding-bottom: 0;
}

.sec-bg-case.case-study-ver.space-100px {
  background-image: none;
  margin-top: 100px;
}

.sec-bg-case.case-study-ver.space-100px.white {
  background-color: #fff;
  background-image: none;
}

.sec-bg-case.case-study-ver.space-100px.gray {
  background-color: #f3f3f3;
}

.sec-bg-case.new-bg {
  background-image: linear-gradient(#eaeaea, #fff);
}

.div-informations {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.size-video {
  border: 4px solid #dab601;
  border-radius: 16px;
  width: 800px;
  height: 498px;
}

.div-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.link-4 {
  color: rgba(39, 39, 39, .9);
  font-weight: 700;
}

.div-process-2 {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  width: 40%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-24 {
  justify-content: flex-start;
  display: flex;
}

.portfolio-title-2 {
  z-index: 2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  padding-right: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.portfolio-title-2.zero-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.cont-full-products-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1350px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cont-full-products-2.second-0-space {
  padding-top: 0;
}

.cont-full-products-2.spec-0-space {
  padding-bottom: 0;
}

.cont-full-products-2.before-after {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.sec-descriptions {
  color: #272727;
  margin-top: -48px;
}

.sec-descriptions.origin {
  margin-top: 0;
}

.sec-descriptions.other-case {
  padding-top: 80px;
}

.back-arrow {
  z-index: 1;
  opacity: .4;
  border: 2px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 3%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.back-arrow:hover {
  opacity: 1;
  background-color: #f2cb05;
}

.project-content-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-line.second, .div-line.second.opacity-x {
  margin-top: -30px;
}

.div-line.second.special {
  margin-top: 0;
}

.div-line.test {
  margin-top: -37px;
}

.div-line.opacity-x {
  opacity: .3;
}

.section-6 {
  background-image: linear-gradient(266deg, #e7e7e7, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-4 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.line-page-status-2 {
  z-index: 49;
  opacity: .8;
  color: #f2cb05;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.div-line-color-2 {
  background-color: #f2cb05;
}

.div-img-case-2 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-img-case-2.photo-case {
  height: auto;
}

.div-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-case {
  border-radius: 16px;
}

.div-logo-brand {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.video-100 {
  border-radius: 16px;
}

.container-5 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-bg-other {
  z-index: 10;
  background-image: linear-gradient(#eaeaea, #fff);
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.html-embed-4 {
  width: 100%;
}

.link-block-2 {
  color: rgba(128, 128, 128, .9);
  align-self: flex-start;
  margin-top: 8px;
  padding: 8px;
}

.div-block-25 {
  height: 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  max-width: 1440px;
  display: grid;
}

.section-7 {
  width: 100%;
}

.dropdown {
  align-items: center;
  padding: 0 6px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  padding: 0 8px 0 0;
  transition: all .3s;
  display: flex;
}

.image-16 {
  max-width: 90%;
  height: 16px;
  padding-right: 26px;
  display: inline-block;
}

.dropdown-list {
  border-radius: 8px;
  margin-top: 13px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 114px;
}

.dropdown-link {
  border-radius: 8px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--cta-main);
}

.image-17 {
  max-width: 90%;
  height: 16px;
  padding-right: 30px;
  display: inline-block;
}

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

.div-full-space {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-box {
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, .15);
  border-radius: 16px;
  width: 100%;
  height: 200px;
}

.case-study-box.cs-version {
  height: 350px;
}

.case-study-box.cs-version.special-photo {
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-port-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-record-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ico-deco {
  width: 26px;
}

.div-block-27 {
  flex-flow: column;
  display: flex;
}

.image-18 {
  border-radius: 16px;
}

.cs-hero-space {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  margin-bottom: 200px;
  display: flex;
}

.h3-body {
  color: rgba(30, 30, 31, .9);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.h3-body._50 {
  width: 50%;
}

.img-portfolio {
  margin-top: -40px;
  padding-top: 0;
}

.img-portfolio.other-sectuion {
  margin-top: 0;
}

.img-full-shadow {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.image-21 {
  margin-bottom: 32px;
}

.img-space {
  border-radius: 16px;
}

.img-space.special-size.img-full-shadow.spec-11 {
  max-width: 500px;
}

.img-space.img-full-shadow {
  max-width: 350px;
}

.img-space.img-full-shadow.spec-11 {
  max-width: 500px;
}

.div-compare {
  opacity: .6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 80px;
  padding-left: 140px;
  padding-right: 140px;
  transition: all .3s;
  display: flex;
}

.div-compare:hover {
  opacity: 1;
}

.div-compare.horizontal {
  opacity: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.div-icons {
  margin-left: -16px;
}

.image-22 {
  width: 100%;
}

.img-left-side {
  border-radius: 16px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.space {
  padding-top: 16px;
  padding-bottom: 192px;
}

.space.no-space {
  padding-bottom: 64px;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-30-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  align-items: center;
  display: flex;
}

.secondary-button {
  border: 4px solid var(--cta-main);
  color: var(--txt-h1);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 1.1rem;
}

.container-6 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container-6.spec-margin {
  margin-bottom: 100px;
}

.h4-5 {
  width: 400px;
  font-size: 2rem;
  line-height: 100%;
}

.h4-5.decoration {
  text-align: center;
  width: 810px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
}

.h4-5.decoration.center {
  text-align: center;
}

.link-logo-style {
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
}

.link-logo-style.title {
  text-align: center;
  font-size: 120px;
  line-height: 100%;
}

.link-logo-style.spec-doc {
  color: #f0cc0d;
  text-decoration: none;
}

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.hero {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.link-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3.w--current {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
}

.link-block-3.spec {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.center {
  background-color: var(--cta-main);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 40px;
  display: flex;
}

.list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.33rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 700;
}

.po-section {
  background-color: #edebe9;
  height: 100vh;
}

.po-section.white {
  background-color: #fff;
  height: auto;
}

.po-section.gray {
  background-color: #d9dad1;
  height: auto;
  padding-bottom: 100px;
}

.po-section.black {
  background-color: #000;
  height: auto;
}

.po-section.black.space-between {
  padding-top: 100px;
  padding-bottom: 100px;
}

.po-section.section-auto {
  height: auto;
  padding-bottom: 100px;
}

.po-section.section-auto.color {
  background-color: #d9dad1;
}

.po-div-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px dashed #1e1d1d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.po-div-line.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.po-div-line.div-sticky {
  z-index: 15;
  background-color: #edebe9;
  top: 0;
}

.po-div-line.div-sticky.color {
  background-color: #d9dad1;
}

.po-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.h0-title {
  color: rgba(0, 0, 0, .9);
  background-color: #edebe9;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 8rem;
}

.h0-title.footer {
  text-align: left;
  font-weight: 600;
}

.h0-title.footer.margin {
  margin-bottom: -16px;
}

.h0-title.margin-shop {
  margin-top: 0;
}

.h0-title.casestudy {
  text-align: left;
}

.h0-title.casestudy.spec-space {
  margin-bottom: 32px;
}

.h0-title.blog {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-size: 2.369rem;
  line-height: 3.157rem;
}

.h0-title.fat {
  font-weight: 600;
}

.h0-title.bold-text {
  text-align: center;
}

.h0-title.new-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.po-header {
  color: rgba(0, 0, 0, .9);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.po-nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border: 2px solid #3a3a3a;
  border-radius: 0;
  padding: 6px 6px 6px 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.po-nav-link:hover {
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
}

.po-nav-link.w--current {
  color: rgba(39, 39, 39, .9);
}

.po-nav-link.margin {
  border-color: #cecece;
  padding-right: 12px;
  transition: all .3s, border-color .3s;
}

.po-nav-link.margin:hover {
  border-color: #000;
}

.po-h1 {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.54rem;
}

.po-h1.footer {
  text-align: left;
  font-weight: 600;
}

.po-h1.footer.margin {
  z-index: 10;
  margin-bottom: -45px;
  position: relative;
}

.po-h1.casestudy {
  text-align: left;
}

.po-h1.casestudy.spec-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.po-h1.center {
  padding-top: 0;
  padding-bottom: 0;
}

.po-h1.center-txt {
  align-self: center;
}

.po-h1._100-margin {
  flex-flow: column;
  padding-left: 100px;
  display: flex;
}

.po-h1._800px {
  font-size: 1rem;
  line-height: 1.2rem;
}

.po-h1._800px.bg-green {
  background-color: #d9dad1;
}

.po-h1.white {
  color: rgba(255, 255, 255, .9);
}

.po-h1.white.cc {
  letter-spacing: 6px;
  font-weight: 400;
}

.po-h1.div-sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.po-h1.div-sticky-2.more-stick-space {
  top: 120px;
}

.po-h1.div-sticky-2.more-stick-space.bg-green {
  z-index: 9;
  background-color: #d9dad1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  top: 112px;
}

.po-h1.div-sticky-2.bg-white {
  background-color: #edebe9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  top: 80px;
}

.po-h1.div-sticky-2.bg-green {
  background-color: #d9dad1;
  margin-top: 0;
  padding-top: 8px;
  top: 80px;
}

.po-div-text {
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.po-div-text.flex {
  flex-flow: column;
}

.po-title-huge {
  font-size: 5rem;
  font-weight: 300;
  line-height: 5rem;
}

.po-title-huge.spec-height {
  line-height: 7rem;
}

.po-title-medium {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.div-btitle-box {
  margin-top: 60px;
}

.div-project-prez {
  padding-top: 100px;
}

.div-2-col {
  display: flex;
}

.text-po {
  color: rgba(31, 31, 31, .9);
  font-weight: 600;
}

.po-div-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.po-div-right._100 {
  flex-flow: column;
  width: 100%;
}

.bold {
  font-weight: 700;
}

.body-po {
  background-color: #edebe9;
}

.po-txt-button {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.po-txt-button.white {
  color: #fff;
}

.d-arrow-copy-black {
  width: 64px;
}

.d-arrow-copy-black.small {
  width: 24px;
}

.d-arrow-copy-black.small.white {
  width: 32px;
}

.d-arrow-copy-black.button-size {
  width: 24px;
}

.po-div-2col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.div-2 {
  width: 100%;
  padding-top: 200px;
}

._645px {
  width: 645px;
}

.bold-text-left {
  font-size: 1.333rem;
  line-height: 1.66rem;
}

.po-proj-title {
  font-size: 5rem;
  font-weight: 300;
  line-height: 5rem;
}

.po-proj-title.sticky-16px {
  line-height: 7rem;
}

.po-proj-title.contant.small {
  font-size: 1rem;
  line-height: 1.33rem;
}

.po-proj-title.contant.small.white {
  font-size: 1.6rem;
}

.div-1-proj {
  width: 350px;
}

.div-1-proj.position {
  width: 400px;
}

.div-proj-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 940px;
  margin-top: 500px;
  display: flex;
}

.po-txt-proj {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.54rem;
}

.po-txt-proj.footer {
  text-align: left;
  font-weight: 600;
}

.po-txt-proj.footer.margin {
  z-index: 10;
  margin-bottom: -45px;
  position: relative;
}

.po-txt-proj.casestudy {
  text-align: left;
}

.po-txt-proj.casestudy.spec-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.po-txt-proj.center {
  padding-top: 0;
  padding-bottom: 0;
}

.po-txt-proj.center-txt {
  align-self: center;
}

.po-txt-proj._100-margin {
  flex-flow: column;
  padding-left: 100px;
  display: flex;
}

.po-txt-proj._800px {
  font-size: 1rem;
  line-height: 1.2rem;
}

.po-txt-proj.white {
  color: rgba(255, 255, 255, .9);
}

.po-proj-txt {
  color: rgba(39, 39, 39, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.54rem;
}

.po-proj-txt.footer {
  text-align: left;
  font-weight: 600;
}

.po-proj-txt.footer.margin {
  z-index: 10;
  margin-bottom: -45px;
  position: relative;
}

.po-proj-txt.casestudy {
  text-align: left;
}

.po-proj-txt.casestudy.spec-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.po-proj-txt.center {
  padding-top: 0;
  padding-bottom: 0;
}

.po-proj-txt.center-txt {
  align-self: center;
}

.po-proj-txt._100-margin {
  flex-flow: column;
  padding-left: 100px;
  display: flex;
}

.po-proj-txt._800px {
  font-size: 1rem;
  line-height: 1.2rem;
}

.po-proj-txt.white {
  color: rgba(255, 255, 255, .9);
}

.paragraph-5 {
  margin-top: 8px;
  margin-bottom: 0;
}

.list-txt {
  font-weight: 400;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.po-img-bg {
  background-color: #ccc;
  width: 100%;
}

.div-po-contact {
  border: 2px solid #000;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-po-contact:hover {
  color: #fff;
  background-color: #000;
}

.div-po-contact.small-cta {
  border-width: 1px;
  width: 80px;
  height: 80px;
}

.div-po-contact.small-cta.sticky {
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.div-po-contact.small-cta.sticky.more-stick-space, .div-po-contact.small-cta.sticky.spec {
  top: 190px;
}

.div-po-contact.small-cta.white {
  color: var(--bg-color);
  border-color: #fff;
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.div-po-contact.small-cta.white:hover {
  color: #000;
  background-color: #edebe9;
}

.div-img-full {
  width: 100%;
}

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

.div-block-31 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-hero-ds {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.image-23 {
  border-radius: 16px;
  width: 100%;
}

.div-block-32 {
  width: 50%;
}

.img-other-proj {
  border-radius: 16px;
  max-width: 50%;
}

.navbar-portfolio {
  z-index: 100;
  background-color: #edebe9;
}

.h0-black {
  color: rgba(255, 255, 255, .9);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 8rem;
}

.h0-black.footer {
  text-align: left;
  font-weight: 600;
}

.h0-black.footer.margin {
  margin-bottom: -16px;
}

.h0-black.margin-shop {
  margin-top: 0;
}

.h0-black.casestudy {
  text-align: left;
}

.h0-black.casestudy.spec-space {
  margin-bottom: 32px;
}

.h0-black.blog {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-size: 2.369rem;
  line-height: 3.157rem;
}

.h0-black.fat {
  font-weight: 600;
}

.h0-black.bold-text {
  text-align: center;
}

.h0-black.new-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ds-div-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ds-div-text.flex {
  flex-flow: column;
}

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

.d-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.d-h4 {
  color: #fff;
  width: 80%;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.777rem;
}

.d-h4.txt-process {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.d-h4._0-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.d-h4.short-line-text {
  width: 80%;
}

.d-div-box {
  filter: blur(5px);
  cursor: cell;
  flex-flow: column;
  transition: all .3s;
  display: flex;
}

.d-div-box:hover {
  filter: none;
}

.d-div-right-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.d-div-right-copy._100 {
  flex-flow: column;
  width: 100%;
}

.d-div-right-copy.d-100 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.d-div-contact-copy {
  border: 2px solid #000;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  transition: all .3s;
  display: flex;
}

.d-div-contact-copy:hover {
  color: #fff;
  background-color: #000;
}

.d-div-contact-copy.small-cta {
  border-width: 1px;
  width: 80px;
  height: 80px;
}

.d-div-contact-copy.small-cta.sticky {
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.d-div-contact-copy.small-cta.sticky.more-stick-space {
  top: 190px;
}

.d-div-contact-copy.small-cta.sticky.spec {
  margin-top: 16px;
  top: 190px;
}

.d-img-case-study {
  width: 100%;
}

.d-section {
  background-color: #edebe9;
}

.d-section.white {
  background-color: #fff;
  height: auto;
}

.d-section.gray {
  background-color: #d9dad1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.d-section.black {
  background-color: #000;
  height: auto;
}

.d-section.black.space-between {
  padding-top: 100px;
  padding-bottom: 100px;
}

.d-section.section-auto {
  height: auto;
  padding-bottom: 100px;
}

.d-section.section-auto.color {
  background-color: #d9dad1;
}

.d-section-fulll {
  padding-top: 150px;
  padding-bottom: 150px;
}

.d-section-fulll.bg-white {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.d-section-fulll.bg-white.delete-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.d-section-fulll.bg-white.zero-margin-up {
  margin-top: 0;
}

.d-section-fulll.bg-white.delete-margin {
  padding-left: 32px;
  padding-right: 32px;
}

.d-section-fulll.bg-white.zero-margin-up {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.d-section-fulll.bg-white.zero-margin-up.color {
  background-color: #eee;
  background-image: linear-gradient(139deg, #e9e9e9, #fff);
}

.d-section-fulll.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.d-div-po-contact {
  border: 2px solid #000;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  transition: all .3s;
  display: flex;
}

.d-div-po-contact:hover {
  color: #fff;
  background-color: #000;
}

.d-div-po-contact.small-cta {
  border-width: 1px;
  width: 80px;
  height: 80px;
}

.d-div-po-contact.small-cta.sticky {
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.d-div-po-contact.small-cta.sticky.more-stick-space {
  width: 100px;
  height: 100px;
  top: 330px;
}

.d-div-po-contact.small-cta.sticky.spec {
  top: 190px;
}

.d-div-po-contact.small-cta.sticky.space-01 {
  width: 100px;
  height: 100px;
  top: 300px;
}

.d-div-po-contact.small-cta.sticky.space-01.space-02 {
  z-index: 10;
  top: 200px;
}

.d-div-po-contact.small-cta.sticky.space-01.space-03 {
  z-index: 10;
  top: 170px;
}

.d-div-po-contact.small-cta.sticky.space-01.space-04 {
  z-index: 10;
  top: 190px;
}

.d-div-po-contact.small-cta.sticky.space-01.maring {
  margin-top: 16px;
  position: static;
  top: 0;
}

.d-div-po-contact.small-cta.sticky.space-02 {
  width: 100px;
  height: 100px;
  top: 300px;
}

.d-div-po-contact.small-cta.white {
  color: var(--bg-color);
  border-color: #fff;
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.d-div-po-contact.small-cta.white:hover {
  color: #000;
  background-color: #edebe9;
}

.d-proj-title {
  font-size: 5rem;
  font-weight: 300;
  line-height: 5rem;
}

.d-proj-title.sticky-16px {
  line-height: 7rem;
}

.d-proj-title.contant.small {
  font-size: 1.4rem;
  line-height: 1.33rem;
}

.d-proj-title.contant.small.white {
  font-size: 1.6rem;
}

.d-arrow-copy {
  width: 64px;
}

.d-arrow-copy.small {
  width: 16px;
}

.d-arrow-copy.small.gray {
  width: 24px;
}

.d-arrow-copy.small.white {
  width: 32px;
}

.d-arrow-copy.button-size {
  width: 24px;
}

.d-div-port-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .cont-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-full {
    transition: border-color .3s;
  }

  .cont-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-content.height.space {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .div-content-left._645px {
    width: 645px;
  }

  .div-img-right.div-bg-white {
    width: 400px;
    height: 400px;
  }

  .section.contact {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .img-blog-cover {
    object-fit: cover;
  }

  .box-blog {
    border: 4px solid rgba(0, 0, 0, 0);
    transition: border-color .3s;
  }

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

  .img-ico {
    width: 350px;
  }

  .div-box-articles {
    flex-direction: column;
    display: flex;
  }

  .img-soc-high.spec-envelop.spec02 {
    padding: 2px;
  }

  .link-block-to-case:hover {
    transform: scale(1.05);
  }

  .image-11, .image-12 {
    opacity: .6;
  }

  .paragraph-modal.zero {
    margin-top: 0;
    padding-left: 0;
  }

  .modal-button-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-blog-post-hero {
    max-width: 1160px;
  }

  .sec-blog {
    background-image: none;
    padding-bottom: 0;
  }

  .blog-feature-post {
    border: 4px solid rgba(0, 0, 0, 0);
    transition: border-color .3s;
    display: flex;
  }

  .div-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    display: flex;
  }

  .link-post-blog {
    flex-direction: row;
    text-decoration: none;
    display: flex;
  }

  .div-article-left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .div-img-post {
    width: 50%;
    margin: 16px;
  }

  .title-blog-post {
    color: #161616;
    font-size: 2.369rem;
    line-height: 3.157rem;
  }

  .div-box-articles-grid {
    flex-direction: column;
    display: flex;
  }

  .box-blog-full {
    border: 4px solid rgba(0, 0, 0, 0);
    transition: border-color .3s;
  }

  .img-blog-promo-post, .img-blog-special {
    object-fit: cover;
    height: 100%;
  }

  .cont-full-products {
    transition: border-color .3s;
  }

  .sec-bg-blog-main {
    padding-bottom: 0;
  }

  .div-img-product-50.div-bg-white {
    width: 400px;
    height: 400px;
  }

  .div-sticky.div-sticky-2 {
    top: 108px;
  }

  .h4-3.bold {
    font-weight: 400;
  }

  .h4-3.space-0 {
    padding-left: 0;
  }

  .div-content-left-2 {
    width: 60%;
  }

  .p-case-study {
    padding-left: 0;
  }

  .p-case-study.small {
    margin-bottom: -16px;
    font-size: .9rem;
  }

  .p-case-study.small._0-left {
    padding-left: 0;
  }

  .cta-button {
    padding-left: 8px;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: none;
  }

  .div-box-products-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .p-product-name-2 {
    padding-left: 0;
  }

  .cont-full-2 {
    transition: border-color .3s;
  }

  .cont-full-2.spec-1000 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .bg-ico-shop-3 {
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: 45px;
    margin: 8px 0 0;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    transition: all .3s;
  }

  .div-txt-cta-2 {
    width: 100%;
  }

  .div-price-ico-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .img-shop-2 {
    height: 32px;
    padding-right: 8px;
  }

  .img-blog-cover-2 {
    object-fit: cover;
    height: 250px;
  }

  .h4-4 {
    padding-left: 0;
  }

  .h4-4.short-line-text {
    width: 80%;
  }

  .h3-3 {
    padding-left: 0;
  }

  .p-footer-2 {
    margin-bottom: 8px;
    padding-left: 0;
  }

  .p-all-rights-reserved-2 {
    margin-bottom: 0;
  }

  .paragraph-4 {
    margin-top: 24px;
    padding-left: 0;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
  }

  .cont-full-products-2 {
    transition: border-color .3s;
  }

  .grid-2 {
    justify-items: center;
    max-width: 1440px;
  }

  .section-8 {
    justify-content: center;
    display: flex;
  }

  .case-study-box {
    object-fit: cover;
  }

  .po-section.black {
    height: auto;
  }

  .po-section.black.space-between {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .po-section.section-auto {
    height: auto;
    padding-bottom: 100px;
  }

  .po-section.section-auto.margin-between {
    padding-top: 100px;
  }

  .po-section.section-auto.color {
    background-color: #d9dad1;
  }

  .po-div-line.white {
    color: #fff;
    border-bottom: 2px solid #fff;
  }

  .po-div-line.div-sticky {
    z-index: 15;
    background-color: #edebe9;
    flex-flow: row;
    justify-content: space-between;
    top: 0;
  }

  .po-div-line.div-sticky.color {
    background-color: #d9dad1;
  }

  .po-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h0-title {
    font-size: 8rem;
    line-height: 8rem;
  }

  .po-h1.div-sticky-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }

  .po-title-huge {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .po-title-huge.inter {
    line-height: 8rem;
  }

  .po-title-medium {
    font-size: 5rem;
    line-height: 5rem;
  }

  .po-div-right._100 {
    width: 100%;
  }

  .d-arrow-copy-black {
    width: 64px;
  }

  .po-div-2col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
  }

  .div-2 {
    width: 100%;
  }

  ._645px {
    width: 645px;
  }

  .po-proj-title {
    font-size: 6rem;
    line-height: 6rem;
  }

  .po-proj-title.sticky-16px {
    font-size: 5rem;
    line-height: 6.6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
  }

  .po-proj-title.contant {
    font-size: 5rem;
  }

  .div-1-proj {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    display: flex;
  }

  .div-proj-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 940px;
    margin-top: 500px;
    display: flex;
  }

  .po-txt-proj {
    font-size: 1.333rem;
    line-height: 1.8rem;
  }

  .po-proj-txt {
    line-height: 1.8rem;
  }

  .paragraph-5 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .list-txt {
    font-weight: 400;
    line-height: 1.777rem;
  }

  .po-img-bg {
    background-color: #ccc;
    width: 100%;
  }

  .po-img-svg {
    width: 32px;
  }

  .div-po-contact {
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 500px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    transition: all .3s;
    display: flex;
  }

  .div-po-contact:hover {
    color: #fff;
    background-color: #000;
    border-radius: 500px;
  }

  .div-po-contact.small-cta.sticky {
    top: 160px;
  }

  .h0-black {
    font-size: 8rem;
    line-height: 8rem;
  }

  .d-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .d-h4 {
    padding-left: 0;
  }

  .d-h4.short-line-text {
    width: 80%;
  }

  .d-div-right-copy._100, .d-div-right-copy.d-100 {
    width: 100%;
  }

  .d-div-contact-copy {
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 500px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    transition: all .3s;
    display: flex;
  }

  .d-div-contact-copy:hover {
    color: #fff;
    background-color: #000;
    border-radius: 500px;
  }

  .d-div-contact-copy.small-cta.sticky {
    top: 160px;
  }

  .d-section.black {
    height: auto;
  }

  .d-section.black.space-between {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-section.section-auto {
    height: auto;
    padding-bottom: 100px;
  }

  .d-section.section-auto.margin-between {
    padding-top: 100px;
  }

  .d-section.section-auto.color {
    background-color: #d9dad1;
  }

  .d-section-fulll.contact {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .d-div-po-contact {
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 500px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    transition: all .3s;
    display: flex;
  }

  .d-div-po-contact:hover {
    color: #fff;
    background-color: #000;
    border-radius: 500px;
  }

  .d-div-po-contact.small-cta.sticky {
    top: 160px;
  }

  .d-proj-title {
    font-size: 6rem;
    line-height: 6rem;
  }

  .d-proj-title.sticky-16px {
    font-size: 5rem;
    line-height: 6.6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
  }

  .d-proj-title.contant {
    font-size: 5rem;
  }

  .d-arrow-copy {
    width: 64px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 16px;
  }

  .menu-button {
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #3b3b3b;
  }

  .cont-full {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full.combo-social-proof {
    flex-direction: column;
    align-items: center;
  }

  .cont-full.newsletter {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .cont-full.case-study {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
  }

  .cont-full.center {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cont-content {
    flex-flow: column;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .cont-content.space50, .cont-content.space100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-content.flex {
    min-width: auto;
  }

  .div-content-left._645px {
    width: auto;
  }

  .div-hero {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1 {
    font-size: 2.369rem;
    line-height: 3.157rem;
  }

  .h2 {
    font-size: 1.777rem;
    line-height: 2.157rem;
  }

  .h2.left {
    padding-right: 150px;
    line-height: 2.157rem;
  }

  .h4.comment {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .h4.p-left {
    padding-right: 100px;
  }

  .h4.show-more {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .btn-cta-huge {
    font-size: 1.1rem;
  }

  .image-2 {
    padding: 8px;
  }

  .div-img1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-bg {
    display: none;
  }

  .div-bg.mosterra-left {
    display: block;
  }

  .div-comment {
    width: 80%;
  }

  .image-4 {
    max-width: 35%;
  }

  .div-txt-cta {
    width: 100%;
  }

  .box-product {
    margin: 8px;
    padding: 8px;
  }

  .p-price {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .div-box-products {
    grid-template-columns: 1fr 1fr;
  }

  .img-ebook {
    max-width: 90%;
  }

  .div-content-news {
    width: 70%;
  }

  .form-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: -8px;
    padding-left: 0;
    padding-right: 16px;
    display: flex;
  }

  .box-blog {
    margin: 8px;
    padding: 16px;
  }

  .blog-tag {
    font-size: .8rem;
  }

  .grid-blog-posts {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img-face {
    max-width: 90%;
  }

  .div-cont-questions {
    width: 70%;
  }

  .div-sec-down {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .background-video-2 {
    width: 100%;
  }

  .div-space1000 {
    justify-content: flex-start;
    width: 100%;
  }

  .btn-cta-what-next {
    font-size: 1.1rem;
  }

  .img-ico {
    padding: 8px;
  }

  .h2-2 {
    font-size: 1.777rem;
    line-height: 2.157rem;
  }

  .box-product-2 {
    margin: 8px;
    padding: 8px;
  }

  .box-product-2:hover {
    margin: 4px;
  }

  .box-blog-2 {
    margin: 8px;
    padding: 16px;
  }

  .box-blog-2:hover {
    margin: 4px;
  }

  .product {
    padding: 8px;
  }

  .div-shop {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .btn-contact.nav {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-media {
    padding: 8px;
  }

  .section-ajk-5 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-ajk-1 {
    flex-basis: 31%;
  }

  .img-face-hero {
    padding: 8px;
  }

  .spec-bg-video {
    width: 100%;
    height: 400px;
  }

  .portfolio-title {
    background-color: #f5f1ed;
    width: 100%;
    padding: 7px;
    position: static;
  }

  .portfolio-projects {
    width: 100%;
  }

  .portfolio-left-column {
    padding-right: 8px;
  }

  .portfolio-right-column {
    padding-left: 8px;
  }

  .portfolio-section {
    flex-wrap: wrap;
  }

  .project-image-wrapper {
    height: 55vh;
  }

  .csestudy-video {
    width: 100%;
  }

  .div-hero-case, .div-hero-case-in {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-process {
    width: 80%;
  }

  .cont-full-spec.combo-social-proof {
    flex-direction: column;
    align-items: center;
  }

  .cont-full-spec.newsletter {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .cont-full-spec.case-study {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
  }

  .div-img-history {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-img-history.spec-space {
    width: 100%;
  }

  .img-round {
    padding: 8px;
  }

  .card-cookie {
    justify-content: space-between;
    max-width: 90%;
  }

  .modal-button-wrapper {
    flex-direction: column-reverse;
    width: 50%;
  }

  .button-cta {
    display: block;
  }

  .button-cta.off-cookies {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
  }

  .img-hero {
    padding: 8px;
  }

  .img-hero.size {
    max-width: 100%;
  }

  .div-blog-post-hero {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .img-blog {
    object-fit: cover;
    padding: 8px;
  }

  .div-left-40, .div-right-60 {
    width: 100%;
  }

  .content-blog, .content-blog.space50, .content-blog.space100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sticky-bar-blog {
    display: none;
  }

  .div-blog-tags {
    padding: 8px;
  }

  .title-blog-post {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .div-more-articles {
    grid-template-columns: 1fr 1fr;
  }

  .box-blog-full {
    margin: 8px;
    padding: 16px;
  }

  .div-block-19 {
    width: 50%;
  }

  .btn-cta {
    font-size: 1.1rem;
  }

  .grid-for-post-blog {
    grid-template-columns: 1fr 1fr;
  }

  .cont-full-products {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full-products.combo-social-proof {
    flex-direction: column;
    align-items: center;
  }

  .cont-full-products.newsletter {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .cont-full-products.case-study {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 8px;
  }

  .cont-full-products.center {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .btn-shop-2.nav {
    margin-left: 20px;
  }

  .nav-link-4 {
    margin: 16px 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-hero-product {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-content-shop, .cont-content-shop.space50, .cont-content-shop.space100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-button-vertical._45-width {
    width: 100%;
  }

  .btn-cta-new-tab {
    font-size: 1.1rem;
  }

  .img-product-shop {
    padding: 8px;
  }

  .img-product-shop.sticky-img {
    margin: 8px;
    padding: 0;
  }

  .div-fullspace-descriptions {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-part-products {
    align-items: center;
  }

  .div-txt-img-right-product {
    flex-direction: column;
    align-items: center;
  }

  .div-txt-img-left-product {
    flex-direction: column-reverse;
  }

  .div-sticky.div-contact {
    z-index: 1;
    width: 100%;
  }

  .h1-2 {
    font-size: 56px;
    line-height: 70px;
  }

  .btn-cta-huge-border {
    font-size: 1.1rem;
  }

  .slug.comment {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .slug.p-left {
    padding-right: 100px;
  }

  .slug.show-more {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .div-iframe-vertical {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 10px;
  }

  .menu-button-2.w--open {
    background-color: #494949;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-4 {
    background-color: #fff;
    padding: 16px;
    transition: all .3s;
  }

  .nav-link-5 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .img-face-hero-2 {
    padding: 8px;
  }

  .div-hero-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1-3 {
    font-size: 2.369rem;
    line-height: 3.157rem;
  }

  .btn-cta-huge-2, .btn-cta-huge-border-2 {
    font-size: 1.1rem;
  }

  .div-box-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cont-full-2 {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full-2.combo-social-proof {
    flex-direction: column;
    align-items: center;
  }

  .div-txt-cta-2 {
    width: 100%;
  }

  .div-space1000-2 {
    justify-content: flex-start;
    width: 100%;
  }

  .box-product-3 {
    margin: 8px;
    padding: 8px;
  }

  .button-cta-2 {
    display: block;
  }

  .button-cta-2.off-coockies {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
  }

  .size-video {
    width: 600px;
    height: 380px;
  }

  .div-process-2 {
    width: 80%;
  }

  .portfolio-title-2 {
    width: 100%;
    padding: 8px;
    position: static;
  }

  .portfolio-title-2.zero-sticky {
    position: static;
  }

  .cont-full-products-2 {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full-products-2.before-after {
    max-width: 100%;
  }

  .dropdown {
    justify-content: flex-start;
    display: flex;
  }

  .div-spec-dropdown {
    justify-content: flex-start;
    max-width: 100px;
    display: flex;
  }

  .div-full-space {
    grid-template-columns: 1fr 1fr;
  }

  .image-18 {
    max-width: 80%;
  }

  .cs-hero-space {
    flex-flow: column;
    width: 100%;
  }

  .div-compare {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-logo-style.title {
    font-size: 100px;
  }

  .po-section.black {
    width: 100%;
    height: auto;
  }

  .h0-title {
    font-size: 6rem;
    line-height: 6rem;
  }

  .po-nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .po-h1 {
    font-size: 1.333rem;
    line-height: 1.66rem;
  }

  .po-div-text {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .po-div-2col {
    flex-flow: column;
    width: 100%;
  }

  ._645px {
    width: 100%;
  }

  .po-proj-title.sticky-16px {
    font-size: 4rem;
  }

  .div-proj-2 {
    width: 100%;
    margin-top: 100px;
  }

  .po-txt-proj, .po-proj-txt {
    font-size: 1.333rem;
    line-height: 1.66rem;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .div-hero-ds {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h0-black {
    font-size: 6rem;
    line-height: 6rem;
  }

  .ds-div-text {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .d-div-right-copy.d-100 {
    flex-flow: column;
  }

  .d-section.black {
    width: 100%;
    height: auto;
  }

  .d-proj-title.sticky-16px {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .text-block {
    font-size: 1rem;
  }

  .nav-menu {
    padding: 16px;
  }

  .image {
    height: 60px;
  }

  .icon {
    color: #000;
  }

  .cont-full {
    border-radius: 16px;
    align-items: center;
    padding-top: 0;
  }

  .cont-full.combo-cont-01 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .cont-full.btn-area-cta {
    flex-direction: column;
  }

  .cont-full.newsletter {
    flex-direction: column;
    align-items: center;
  }

  .cont-full.contact-sec {
    flex-direction: column-reverse;
  }

  .cont-full.grid, .cont-full.case-study {
    grid-template-columns: 1fr;
  }

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

  .cont-content.spec-two-column, .cont-content.horizontal {
    flex-direction: column;
  }

  .div-content-left {
    width: 100%;
  }

  .div-content-left._645px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-hero {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-hero.div-blog {
    align-items: center;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2._80 {
    max-width: 100%;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .h4.details-txt {
    text-align: left;
    width: 100%;
  }

  .paragraf.p-answer {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .div-img-right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-2 {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-img1 {
    max-width: 80%;
  }

  .image-3 {
    margin-bottom: -32px;
  }

  .sec-bg {
    padding-bottom: 0;
  }

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

  .div-txt-cta {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px;
  }

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

  .img-ebook {
    max-width: 100%;
  }

  .div-img-newsl {
    justify-content: center;
    max-width: 50%;
  }

  .div-content-news {
    width: 100%;
  }

  .sec-bg-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .div-box-blog-delete {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-blog-posts {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-show-more {
    display: none;
  }

  .div-block-7 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sec-bg-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-arrow-right {
    max-width: 70%;
  }

  .img-face {
    max-width: 100%;
  }

  .div-cont-questions {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-tabs {
    width: 100%;
  }

  .tabs-menu {
    align-items: flex-end;
    width: 100%;
  }

  .tabs {
    flex-direction: column-reverse;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1.2rem;
  }

  .tabs-content {
    width: 100%;
  }

  .image-8 {
    width: 40%;
  }

  .div-sec-down {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .background-video-2 {
    height: 300px;
  }

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

  .div-filters {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .img-ico {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .ico-arrow {
    margin-bottom: -32px;
  }

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

  .product {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-shop {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-product-details {
    width: 100%;
  }

  .product-media {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .link-ajk-1 {
    flex-basis: 48%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-face-hero {
    max-width: 80%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-img-form {
    text-align: center;
  }

  .div-form-box {
    max-width: 100%;
    margin: 32px;
  }

  .spec-bg-video {
    height: 300px;
  }

  .txt-head-h1 {
    font-size: 1rem;
  }

  .div-case-visual, .table-of-contents, .div-case-txt {
    width: 100%;
  }

  .csestudy-video {
    height: 300px;
  }

  .div-hero-case, .div-hero-case-in {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-column {
    width: 100%;
  }

  .div-block-15 {
    z-index: 10;
    background-color: #f3f3f3;
    border-radius: 16px;
    padding: 12px;
    position: relative;
  }

  .cont-full-spec {
    border-radius: 16px;
  }

  .cont-full-spec.combo-cont-01 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .cont-full-spec.btn-area-cta {
    flex-direction: column;
  }

  .cont-full-spec.newsletter {
    flex-direction: column;
    align-items: center;
  }

  .cont-full-spec.contact-sec {
    flex-direction: column-reverse;
  }

  .cont-full-spec.grid, .cont-full-spec.case-study {
    grid-template-columns: 1fr;
  }

  .img-round {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .paragraph-modal {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .modal-button-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-cta {
    margin: 8px;
  }

  .div-full-contect {
    width: 100%;
  }

  .div-cookies {
    flex-direction: column-reverse;
  }

  .img-hero {
    max-width: 50%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-blog-post-hero {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .img-blog {
    height: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-left-40 {
    width: 100%;
  }

  .div-right-60 {
    text-align: center;
  }

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

  .collection-list {
    flex-direction: column;
  }

  .collection-item-2 {
    margin-top: 8px;
  }

  .div-blog-tags {
    padding: 0;
  }

  .blog-feature-post {
    flex-direction: column;
  }

  .div-1 {
    width: 100%;
  }

  .link-post-blog {
    flex-direction: column;
  }

  .div-article-left, .div-img-post {
    width: 100%;
  }

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

  .div-more-articles {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    flex-direction: row;
  }

  .div-grid-main-article {
    grid-template-columns: 2fr;
  }

  .grid-for-post-blog {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .cont-full-products {
    border-radius: 16px;
    align-items: center;
    padding-top: 0;
  }

  .cont-full-products.combo-cont-01 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .cont-full-products.btn-area-cta {
    flex-direction: column;
  }

  .cont-full-products.newsletter {
    flex-direction: column;
    align-items: center;
  }

  .cont-full-products.contact-sec {
    flex-direction: column-reverse;
  }

  .cont-full-products.grid, .cont-full-products.case-study {
    grid-template-columns: 1fr;
  }

  .nav-menu-3 {
    background-color: #fff;
    padding: 16px;
  }

  .txt-head-h1-2, .txt-head-h1-2.center-info {
    font-size: .8rem;
  }

  .nav-link-4 {
    color: #444;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-content-100 {
    width: 100%;
  }

  .div-hero-product {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-hero-product.div-blog {
    align-items: center;
  }

  .cont-content-shop.grid-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cont-content-shop.spec-two-column {
    flex-direction: column;
  }

  .div-cont-left-shop, .div-cont-left-shop._50 {
    width: 100%;
  }

  .img-product-shop {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .div-img-product-50 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-img-product-50._50.sticky {
    max-width: 100%;
  }

  .div-fullspace-descriptions {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-fullspace-descriptions.div-blog {
    align-items: center;
  }

  .div-part-products {
    flex: 1;
  }

  .img-detalis-products {
    width: 90%;
  }

  .div-txt-img-right-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-txt-img-left-product {
    flex-direction: column-reverse;
  }

  .div-txt-main {
    width: 100%;
  }

  .h1-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .div-txt-cta-clean {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px;
  }

  .slug {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .slug.details-txt {
    width: 100%;
  }

  .div-iframe-google {
    max-width: 100%;
    margin: 32px;
  }

  .div-iframe-vertical {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .div-iframe-vertical.div-blog {
    align-items: center;
  }

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

  .nav-menu-4 {
    padding: 16px;
  }

  .txt-head-h1-3 {
    font-size: 1rem;
  }

  .icon-2 {
    color: #000;
  }

  .sec-bg-2 {
    padding-bottom: 0;
  }

  .img-face-hero-2 {
    max-width: 80%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .h4-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .div-hero-2 {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .h1-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .div-content-left-2 {
    width: 100%;
  }

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

  .cont-full-2 {
    border-radius: 16px;
    align-items: center;
    padding-top: 0;
  }

  .div-txt-cta-2 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px;
  }

  .div-space1000-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .box-product-3 {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-container {
    flex-direction: column;
  }

  .sec-specifics {
    padding-bottom: 0;
  }

  .faq-toggle {
    background-position: 99% 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .tabs-2 {
    flex-direction: column;
  }

  .tabs-heading-wrap {
    margin-bottom: 60px;
  }

  .h4-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .h3-3._0-margin {
    font-size: 1.333rem;
  }

  .button-cta-2 {
    margin: 8px;
  }

  .div-case-txt-2 {
    width: 100%;
  }

  .sec-bg-case {
    padding-bottom: 0;
  }

  .size-video {
    width: 450px;
    height: 290px;
  }

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

  .cont-full-products-2 {
    border-radius: 16px;
    align-items: center;
    padding-top: 0;
  }

  .cont-full-products-2.before-after {
    flex-flow: column;
  }

  .sec-bg-other {
    padding-bottom: 0;
  }

  .div-full-space {
    grid-template-columns: 1fr;
  }

  .h3-body {
    font-size: 1rem;
  }

  .div-compare {
    width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .h4-5.decoration {
    width: 100%;
  }

  .section-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .h0-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .po-header {
    font-size: 1rem;
  }

  .po-h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .po-h1.white {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .po-div-text {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .po-title-huge {
    font-size: 4rem;
  }

  .po-proj-title.sticky-16px {
    font-size: 3rem;
    line-height: 5rem;
  }

  .po-txt-proj, .po-proj-txt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .div-po-contact {
    width: 100%;
    height: auto;
  }

  .div-hero-ds {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .img-other-proj {
    max-width: 100%;
  }

  .h0-black {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .ds-div-text {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .d-h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .d-div-contact-copy, .d-div-po-contact {
    width: 100%;
    height: auto;
  }

  .d-proj-title.sticky-16px {
    font-size: 3rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block {
    display: none;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .cont-full.combo-cont-01 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full.combo-cont-02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full.btn-area-cta {
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full.combo-social-proof {
    padding-bottom: 0;
  }

  .cont-full.contact-sec {
    padding: 0;
  }

  .cont-full.case-study {
    margin-top: 0;
  }

  .cont-content.questions {
    flex-direction: column;
  }

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

  .div-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h1 {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .h1.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

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

  .h2.left {
    padding-right: 0;
  }

  .h2.spec-contact {
    font-size: 1.777rem;
  }

  .h2.space16ud {
    font-size: 1.333rem;
  }

  .h4.p-left {
    padding-right: 0;
  }

  .h4.spec-margin {
    padding-bottom: 8px;
  }

  .h4.txt-process {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .h3 {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .h3.spec-offer {
    font-size: 1.157rem;
    line-height: 1.777rem;
  }

  .h3.spec-tiitle {
    padding: 16px;
  }

  .btn-cta-huge {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-img-right.div-bg-white {
    width: 250px;
    height: 250px;
    margin: 16px;
  }

  .div-img1 {
    max-width: 100%;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: -8px;
  }

  .section.bg-white {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.bg-white.delete-margin {
    margin-bottom: 0;
  }

  .div-comment {
    width: 100%;
  }

  .image-4 {
    max-width: 60%;
  }

  .img-partner {
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-right.space-delete {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-box-products {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-ebook {
    border-radius: 32px;
  }

  .div-img-newsl {
    max-width: 80%;
  }

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

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

  .div-box-blog-delete {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-blog-posts {
    grid-template-columns: 1fr;
  }

  .div-box-blog {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-face {
    border-radius: 32px;
  }

  .div-tabs {
    padding: 8px;
  }

  .tab-link {
    width: 100%;
  }

  .div-box-footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p-all-rights-reserved {
    font-size: .8rem;
  }

  .div-sec-down {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-video-2 {
    border-radius: 16px;
    height: 180px;
  }

  .bg-video-box {
    z-index: 10;
    width: 250px;
    height: 250px;
  }

  .btn-cta-what-next {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .ico-arrow {
    margin-top: 0;
    margin-bottom: -8px;
  }

  .div-box-articles {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-shop {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-ajk-5 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .link-ajk-1 {
    flex-basis: 46%;
  }

  .sec-space50 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-13 {
    max-width: 320px;
  }

  .div-form-box {
    margin: 8px;
    padding: 16px;
  }

  .spec-bg-video {
    height: 180px;
  }

  .txt-head-h1 {
    display: none;
  }

  .portfolio-left-column {
    padding-top: 96px;
    padding-right: 4px;
  }

  .container-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .project-link-block {
    margin-bottom: 48px;
  }

  .portfolio-right-column {
    padding-left: 4px;
  }

  .project-image-wrapper {
    height: 40vh;
  }

  .mobile-none {
    display: none;
  }

  .csestudy-video {
    height: 180px;
  }

  .div-hero-case, .div-hero-case-in {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .img-casestudy {
    margin-bottom: 16px;
  }

  .img-casestudy.small, .div-process {
    width: 100%;
  }

  .cont-full-spec.combo-cont-01 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full-spec.combo-cont-02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full-spec.btn-area-cta {
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full-spec.contact-sec {
    padding: 0;
  }

  .cont-full-spec.case-study {
    margin-bottom: 0;
  }

  .modal-button-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .div-blog-post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .content-blog.questions {
    flex-direction: column;
  }

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

  .blog-feature-post.homepage {
    flex-direction: column;
  }

  .link-post-blog {
    flex-direction: column-reverse;
  }

  .div-box-articles-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-cta {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .line-come-back-blog {
    flex-direction: column;
    align-items: center;
  }

  .grid-for-post-blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cont-full-products.combo-cont-01 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cont-full-products.combo-cont-02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full-products.btn-area-cta {
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cont-full-products.combo-social-proof {
    padding-bottom: 0;
  }

  .cont-full-products.contact-sec {
    padding: 0;
  }

  .cont-full-products.case-study {
    margin-top: 0;
  }

  .txt-head-h1-2.center-info {
    display: none;
  }

  .nav-link-4 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-hero-product {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cont-content-shop.questions {
    flex-direction: column;
  }

  .cont-content-shop.grid-footer {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }

  .btn-cta-new-tab {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-img-product-50.div-bg-white {
    width: 250px;
    height: 250px;
    margin: 16px;
  }

  .div-fullspace-descriptions {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h4-2._50 {
    width: 100%;
  }

  .sec-second-space {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .btn-cta-huge-border {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .slug.p-left {
    padding-right: 0;
  }

  .slug.spec-margin {
    padding-bottom: 8px;
  }

  .slug.txt-process {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .div-iframe-google {
    margin: 8px;
    padding: 16px;
  }

  .div-iframe-vertical {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-iframe {
    display: none;
  }

  .menu-button-2 {
    color: #000;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .nav-link-5 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon-2 {
    display: block;
  }

  .div-hero-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h1-3 {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .h1-3.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

  .btn-cta-huge-2, .btn-cta-huge-border-2 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-box-products-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cont-full-2.combo-social-proof {
    padding-bottom: 0;
  }

  .img-blog-cover-2 {
    height: 150px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tab-link-2.w--current {
    order: 1;
  }

  .h3-2 {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-content {
    padding-left: 24px;
    padding-right: 30px;
  }

  .h4-4.txt-process {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .h3-3 {
    font-size: 1.333rem;
    line-height: 1.777rem;
  }

  .h3-3._0-margin {
    line-height: 1.333rem;
  }

  .p-all-rights-reserved-2 {
    font-size: .8rem;
  }

  .div-box-footer-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .size-video {
    width: 300px;
    height: 190px;
  }

  .div-process-2 {
    width: 100%;
  }

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

  .div-line.second, .div-line.second.opacity-x {
    margin-top: 0;
  }

  .container-4, .container-5 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .h3-body._50 {
    width: 100%;
  }

  .svg-img-small {
    max-width: 50%;
  }

  .h4-5.decoration {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .link-logo-style.title {
    font-size: 3rem;
  }

  .h0-title {
    font-size: 3rem;
    line-height: 3.569rem;
  }

  .h0-title.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

  .h0-title.fat {
    text-align: center;
  }

  .po-nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .po-h1 {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .po-h1.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

  .po-div-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .po-title-huge {
    font-size: 2rem;
    line-height: 3rem;
  }

  .po-title-huge.spec-height {
    line-height: 4rem;
  }

  .po-title-medium {
    font-size: 2rem;
  }

  .po-txt-proj {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .po-txt-proj.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

  .po-proj-txt {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .po-proj-txt.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .div-hero-ds {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h0-black {
    font-size: 1.777rem;
    line-height: 2.369rem;
  }

  .h0-black.footer {
    padding-bottom: 16px;
    font-size: 3.157rem;
  }

  .h0-black.fat {
    text-align: center;
  }

  .ds-div-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .d-h4.txt-process {
    font-size: 1rem;
    line-height: 1.333rem;
  }

  .d-section-fulll.bg-white {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .d-section-fulll.bg-white.delete-margin {
    margin-bottom: 0;
  }
}

#w-node-d7209325-866f-112e-03f3-9bfcd2b0a87a-d2b0a85f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f87b5349-07a5-f3f8-21b2-cf50027fdeef-027fdee0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9c206f4-1e87-946c-b03a-be4cb4b87e90-4391bf51 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9c206f4-1e87-946c-b03a-be4cb4b87eb0-4391bf51, #w-node-f9c206f4-1e87-946c-b03a-be4cb4b87ece-4391bf51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c157037-8fda-207e-3f1c-3d35e6c234cb-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234d2-4391bf51 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4c157037-8fda-207e-3f1c-3d35e6c234da-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234db-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234dc-4391bf51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c157037-8fda-207e-3f1c-3d35e6c234e0-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234e2-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234e4-4391bf51, #w-node-_4c157037-8fda-207e-3f1c-3d35e6c234e6-4391bf51 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ba96d49f-e103-092a-de1d-f7a60df53bd3-4391bf51 {
  justify-self: end;
}

#w-node-_53038f44-e161-c103-e1b6-1e6a928f9b2d-928f9b2b, #w-node-_53038f44-e161-c103-e1b6-1e6a928f9b2e-928f9b2b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53038f44-e161-c103-e1b6-1e6a928f9b39-928f9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_53038f44-e161-c103-e1b6-1e6a928f9b3a-928f9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53038f44-e161-c103-e1b6-1e6a928f9b44-928f9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_53038f44-e161-c103-e1b6-1e6a928f9b45-928f9b2b, #w-node-_53038f44-e161-c103-e1b6-1e6a928f9b52-928f9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f989f39-9d0e-2c1c-3276-2becd4cc3864-aab34218 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_32d94a8e-8088-afb3-5fe8-122d08be94e6-aab34218 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-e7f40e7f-2330-9c49-4a08-5ac9a5d7f053-aab34218 {
  grid-area: Area-4;
}

#w-node-_24edd7c8-3f03-b5e7-1d34-d0767d3ad753-7d3ad74f, #w-node-_24edd7c8-3f03-b5e7-1d34-d0767d3ad754-7d3ad74f, #w-node-_24edd7c8-3f03-b5e7-1d34-d0767d3ad757-7d3ad74f, #w-node-_3e2508bd-62db-cac9-bd3b-78d0d05c7c3e-7d3ad74f, #w-node-b7375aef-9d0c-75c9-109e-010e9c95f781-9c95f781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcd1-e9b1dccf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcdd-e9b1dccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcde-e9b1dccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e3ba63-2b88-1843-0608-bce5b786dfa5-e9b1dccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_27e3ba63-2b88-1843-0608-bce5b786dfa6-e9b1dccf, #w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcf6-e9b1dccf, #w-node-_704ca0e0-7166-f8b0-a014-338551e7c740-6e9be5f5, #w-node-b95ca7ee-5c95-c3ec-8acb-8780b88359e0-b88359c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1defef19-0413-a1fb-8281-64ae1aaf16e8-1aaf16e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1defef19-0413-a1fb-8281-64ae1aaf16ee-1aaf16e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_1defef19-0413-a1fb-8281-64ae1aaf16ef-1aaf16e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1defef19-0413-a1fb-8281-64ae1aaf16f9-1aaf16e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_1defef19-0413-a1fb-8281-64ae1aaf16fa-1aaf16e6, #w-node-_1defef19-0413-a1fb-8281-64ae1aaf1701-1aaf16e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a599fab8-2e4a-e77a-94ad-73b5606611eb-606611dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f989f39-9d0e-2c1c-3276-2becd4cc3864-e56bfdf9 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_32d94a8e-8088-afb3-5fe8-122d08be94e6-e56bfdf9 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-e7f40e7f-2330-9c49-4a08-5ac9a5d7f053-e56bfdf9 {
  grid-area: Area-4;
}

#w-node-_88b00605-d794-687b-1a5f-1df030c2c0e9-e56bfdf9 {
  grid-area: Area;
}

#w-node-d47d5151-6fbc-8f91-4e11-f3d77263cac5-e56bfdf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6a028d-1797-9de9-0bc6-e89906414e73-e56bfdf9 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-_1a6a028d-1797-9de9-0bc6-e89906414e75-e56bfdf9 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_1a6a028d-1797-9de9-0bc6-e89906414e77-e56bfdf9 {
  grid-area: Area-5;
  align-self: center;
  justify-self: center;
}

#w-node-_1a6a028d-1797-9de9-0bc6-e89906414e79-e56bfdf9 {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-59a81704, #w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-d3ce0725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4f989f39-9d0e-2c1c-3276-2becd4cc385d-aab34218, #w-node-_4f989f39-9d0e-2c1c-3276-2becd4cc385d-e56bfdf9 {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d7209325-866f-112e-03f3-9bfcd2b0a87a-d2b0a85f, #w-node-_53038f44-e161-c103-e1b6-1e6a928f9b52-928f9b2b, #w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcf6-e9b1dccf, #w-node-b95ca7ee-5c95-c3ec-8acb-8780b88359e0-b88359c5, #w-node-_1defef19-0413-a1fb-8281-64ae1aaf1701-1aaf16e6, #w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-59a81704, #w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-d3ce0725 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7209325-866f-112e-03f3-9bfcd2b0a87a-d2b0a85f, #w-node-_53038f44-e161-c103-e1b6-1e6a928f9b52-928f9b2b, #w-node-_9d63ad34-7d4b-e222-5701-4ad9e9b1dcf6-e9b1dccf, #w-node-b95ca7ee-5c95-c3ec-8acb-8780b88359e0-b88359c5, #w-node-_1defef19-0413-a1fb-8281-64ae1aaf1701-1aaf16e6, #w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-59a81704, #w-node-fa247a5d-06bd-81fd-9d4d-41345388d307-d3ce0725 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f87b5349-07a5-f3f8-21b2-cf50027fdeef-027fdee0, #w-node-a599fab8-2e4a-e77a-94ad-73b5606611eb-606611dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


