:root {
  --transparent: #0000;
  --black22222: #222;
  --f1f1f1f1f1: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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;
  }
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.body {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.div-block-89 {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  display: flex;
}

.div-block-91 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.image-3 {
  width: 70px;
  margin-right: 20px;
}

.div-block-92 {
  margin-bottom: 10px;
  display: block;
}

.image-4 {
  margin-right: 0;
}

.link-block {
  color: #1b1b1b;
  background-color: #f1f1f1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: #272727;
  transform: translate(0, -5px);
}

.link-block.priv-home {
  width: 200px;
  margin-bottom: 100px;
}

.div-block-93 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: static;
  top: 0;
}

.text-block-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-101 {
  background-image: url('../images/IMG-20240427-WA0002_1.avif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  position: sticky;
  overflow: hidden;
}

.div-block-101.pic-block-2 {
  background-image: url('../images/IMG-20240428-WA0010_1.avif');
  background-position: 50% 20%;
  background-size: cover;
  height: 350px;
}

.div-block-101.pblock3 {
  background-image: url('../images/IMG-20240427-WA0000_1.avif');
  background-position: 50% 48%;
  background-size: cover;
  height: 350px;
}

.div-block-101.pblock3.info-4 {
  background-image: url('../images/mika-baumeister-HADjLtjoe2E-unsplash_1.avif');
}

.div-block-101.pblock3.info-5 {
  background-image: url('../images/benjamin-lehman-GNyjCePVRs8-unsplash_1.avif');
}

.div-block-101.pblock3.info-6 {
  background-image: url('../images/infralist-com-Sc1GJCninik-unsplash_1.avif');
  background-repeat: no-repeat;
}

.div-block-101.pblock3.info-7 {
  background-image: url('../images/jordan-harrison-40XgDxBfYXM-unsplash_1.avif');
  background-repeat: no-repeat;
}

.div-block-101.pblock3.info-8 {
  background-image: url('../images/towfiqu-barbhuiya-FnA5pAzqhMM-unsplash-1_1.avif');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-102 {
  z-index: 10;
  background-color: #f1f1f1;
  width: 120%;
  height: 300px;
  position: relative;
  top: -606px;
  left: -60px;
  overflow: visible;
  transform: rotate(-3deg);
}

.div-block-102.rb2 {
  top: -357px;
}

.div-block-102.top-rotate {
  top: -54px;
}

.div-block-102.top-rotate.header-rotate {
  top: 548px;
}

.div-block-102.rb1 {
  top: -606px;
}

.div-block-102.rb1.extra {
  top: -1260px;
}

.div-block-102.rb3 {
  top: -357px;
}

.div-block-103 {
  margin-bottom: 40px;
}

.div-block-104 {
  -webkit-backdrop-filter: invert(80%);
  backdrop-filter: invert(80%);
  width: 2px;
  height: 60%;
  margin-left: 5px;
}

.div-block-106 {
  background-color: #050937;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-right: 0;
  padding: 40px 35px 20px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-106.infoin-2 {
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
}

.div-block-106.infoin-3, .div-block-106.infoin-4 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-6 {
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-6.text-2 {
  margin-top: 35px;
}

.text-block-7 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.text-block-7.priv-info {
  margin-bottom: 0;
}

.div-block-107 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-107.testimonial-section-div {
  margin-bottom: 20px;
}

.div-block-108 {
  width: 50%;
  height: 600px;
}

.div-block-108.meetpic2 {
  height: 600px;
  margin-left: auto;
  margin-right: 0;
}

.div-block-108.meetpic1 {
  background-image: url('../images/Screenshot_20240705-021903_1.avif');
  background-position: 50% 45%;
  background-size: cover;
  width: 50%;
  height: 600px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-108.meetpic1.testimonial-pic {
  background-image: url('../images/FB_IMG_1720617132746_1.avif');
  background-position: 50% 60%;
}

.text-block-8 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/IMG-20240427-WA0003_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 100px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.text-block-8.testmonial-text {
  background-image: linear-gradient(#0000, #0000), url('../images/IMG-20240427-WA0003_1.avif');
  margin-bottom: 20px;
  font-size: 60px;
}

.text-block-9 {
  width: 100%;
}

.section {
  overflow: hidden;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 0;
  transition: transform .2s;
  display: flex;
  position: relative;
  top: -285px;
  transform: translate(0, -40px);
}

.div-block-109:hover {
  transform: translate(0);
}

.text-block-10 {
  color: #dedede;
}

.image-5 {
  filter: invert();
  mix-blend-mode: normal;
  width: 20px;
  margin-right: 10px;
}

.div-block-110 {
  color: #dcdcdc;
  background-color: #8f5858;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  display: flex;
}

.image-6 {
  filter: invert();
  width: 22px;
  margin-right: 10px;
}

.div-block-111 {
  height: 500px;
  transition: transform .4s;
  position: relative;
  top: -299px;
  transform: translate(0, -50px);
}

.div-block-111:hover {
  transform: translate(0, -2px);
}

.div-block-112 {
  background-color: #23185b;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-size: 14px;
}

.image-7 {
  filter: invert();
  width: 20px;
  margin-right: 5px;
}

.div-block-113 {
  background-color: #f1f1f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-114 {
  width: 80vw;
  height: auto;
}

.background-video {
  z-index: 20;
  width: 100%;
  height: 350px;
  display: block;
}

.div-block-115 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-12 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-116 {
  background-color: #e8e8e8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 170px;
  margin: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-116.special-test {
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.section-2 {
  background-color: #fafafa;
  background-image: url('../images/Computerfix.it-logo.png');
  background-position: 90% 140%;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  overflow: visible;
}

.div-block-117 {
  z-index: 10;
  background-color: #fafafa;
  width: 100%;
  height: 200px;
  position: relative;
  top: -67px;
  left: 3px;
  overflow: visible;
  transform: rotate(-3deg);
}

.div-block-118 {
  z-index: 20;
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: 400px;
  padding-top: 40px;
  padding-left: 60px;
  display: flex;
  position: static;
  top: -53px;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 100%;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.link {
  color: var(--black22222);
  margin-bottom: 10px;
  padding-bottom: 0;
  text-decoration: none;
}

.text-block-14 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  line-height: 25px;
  display: flex;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 600;
}

.div-block-121 {
  width: 70vw;
  height: auto;
  padding-left: 60px;
}

.text-block-15 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.body-2 {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-16 {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.bold-text {
  font-size: 30px;
  font-weight: 600;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-size: 30px;
  font-weight: 600;
}

.text-span-9 {
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .div-block-101 {
    background-repeat: repeat;
  }

  .div-block-101.pic-block-2, .div-block-101.pblock3 {
    background-repeat: no-repeat;
  }

  .div-block-101.pblock3.info-4 {
    box-sizing: border-box;
    background-repeat: no-repeat;
  }

  .div-block-101.pblock3.info-5 {
    background-image: url('../images/benjamin-lehman-GNyjCePVRs8-unsplash_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .div-block-101.pblock3.info-6 {
    background-image: url('../images/infralist-com-Sc1GJCninik-unsplash_1.avif');
    background-position: 50%;
  }

  .div-block-101.pblock3.info-7 {
    background-image: url('../images/jordan-harrison-40XgDxBfYXM-unsplash_1.avif');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-101.pblock3.info-8 {
    background-image: url('../images/towfiqu-barbhuiya-FnA5pAzqhMM-unsplash-1_1.avif');
    background-position: 0%;
    background-repeat: repeat;
    background-size: 2000px;
  }

  .div-block-116.special-test._1 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-118 {
    background-color: #fff0;
    padding-left: 60px;
    display: flex;
  }

  .div-block-119 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    padding-top: 100px;
    padding-bottom: 40px;
    display: flex;
  }

  .link {
    color: #1b1b1b;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .div-block-120 {
    background-color: #7c545400;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-13 {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-89 {
    padding-bottom: 0;
  }

  .div-block-90 {
    width: 90vw;
  }

  .div-block-101 {
    height: 250px;
    margin-bottom: 40px;
  }

  .div-block-101.pic-block-2, .div-block-101.pblock3 {
    height: 250px;
  }

  .div-block-102, .div-block-102.rb2, .div-block-102.top-rotate, .div-block-102.top-rotate.header-rotate, .div-block-102.rb1, .div-block-102.rb1.extra {
    display: none;
  }

  .div-block-106 {
    width: 40%;
    padding-bottom: 40px;
  }

  .div-block-106.infoin-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-6 {
    margin-top: 0;
    font-size: 15px;
  }

  .text-block-6.text-2 {
    margin-top: 0;
  }

  .div-block-107 {
    margin-bottom: 80px;
  }

  .div-block-108.meetpic1 {
    width: 55%;
    margin-right: 40px;
  }

  .text-block-8 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 20px;
  }

  .text-block-8.testmonial-text {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG-20240427-WA0003_1.avif');
    background-position: 0 0, 50%;
    font-size: 40px;
  }

  .div-block-111 {
    top: 3px;
  }

  .div-block-112 {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-7 {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-114 {
    width: 90vw;
  }

  .div-block-115 {
    margin-top: 40px;
  }

  .div-block-116 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-116.special-test._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116.special-test._3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-116.special-test._1 {
    height: 170px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116.testimonal-exeption-1 {
    width: 100%;
  }

  .text-block-16 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .div-block-89 {
    padding-top: 40px;
  }

  .link-block {
    width: 45%;
  }

  .div-block-93 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .div-block-101, .div-block-103 {
    margin-bottom: 20px;
  }

  .div-block-106 {
    width: 50%;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .div-block-107 {
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-107.testimonial-section-div {
    margin-bottom: 0;
  }

  .div-block-108.meetpic2 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-108.meetpic1 {
    background-position: 50% 30%;
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .div-block-108.meetpic1.testimonial-pic {
    background-position: 50% 45%;
  }

  .text-block-8 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 15px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-115 {
    margin-top: 0;
  }

  .text-block-12 {
    font-size: 14px;
    line-height: 16px;
  }

  .section-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
  }

  .div-block-118 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .text-block-14 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .div-block-89, .div-block-90 {
    width: 100%;
  }

  .div-block-91 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 20px;
    display: flex;
  }

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

  .div-block-92 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-4 {
    width: 90%;
    margin-bottom: 20px;
  }

  .link-block {
    flex-flow: row;
    width: 40%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 10px;
    display: flex;
  }

  .link-block.priv-home.w--current {
    margin-right: auto;
  }

  .div-block-93 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-3 {
    padding-left: 0;
  }

  .div-block-101 {
    background-position: 0%;
    background-size: auto;
    height: 250px;
    margin-bottom: 10px;
  }

  .div-block-101.pic-block-2 {
    height: 250px;
  }

  .div-block-101.pblock3 {
    background-position: 100% 100%;
    background-size: contain;
    height: 250px;
  }

  .div-block-101.pblock3.info-6 {
    background-position: 100%;
    background-size: cover;
  }

  .div-block-103 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-106 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-106.infoin-2, .div-block-106.infoin-3, .div-block-106.infoin-3.connection-info, .div-block-106.infoin-3.security-info, .div-block-106.infoin-4.recovery-info, .div-block-106.infoin-4.cloning-info, .div-block-106.infoin-4.console-repair-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    line-height: 18px;
  }

  .text-block-7 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-7.priv-info {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-107 {
    flex-flow: wrap;
    height: auto;
  }

  .div-block-108.meetpic2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .text-block-8 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 40px;
    font-size: 60px;
    line-height: 20px;
    display: flex;
  }

  .text-block-8.testmonial-text {
    height: 80px;
    margin-bottom: 0;
    font-size: 35px;
  }

  .text-block-9 {
    text-align: left;
    width: 80vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    width: 100%;
  }

  .div-block-114 {
    width: 100vw;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .div-block-116 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116.special-test._2 {
    height: 200px;
  }

  .div-block-116.special-test._3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-116.special-test._1 {
    height: 200px;
  }

  .div-block-116.testimonal-exeption-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-118 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80vw;
    height: auto;
    padding-left: 0;
  }

  .div-block-119 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-bottom: 20px;
  }

  .link {
    margin-bottom: 5px;
  }

  .text-block-14 {
    text-align: left;
  }

  .div-block-121 {
    width: 80vw;
    padding-left: 0;
  }

  .text-block-16 {
    width: 100%;
    font-size: 16px;
  }

  .bold-text, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 24px;
  }
}


