.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

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

li {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 17px;
  font-weight: 500;
}

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 3px solid #e0e0e0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.container {
  z-index: 5;
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  justify-content: center;
  align-items: center;
}

.loader {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  cursor: none;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  border-bottom: 1px solid #6e6e6e;
  padding: 120px 5%;
  position: relative;
}

.section.checkout {
  background-color: rgba(0, 0, 0, 0);
}

.section.image {
  max-width: 1000px;
  min-height: 560px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.image.hero {
  max-width: none;
  min-height: 1100px;
}

.section.footer {
  border-top: 1px solid rgba(129, 129, 139, .3);
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.inner {
  padding-bottom: 80px;
}

.margin-30px {
  margin-top: 30px;
}

.button {
  color: #fff;
  background-color: rgba(129, 129, 139, .2);
  border-radius: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: rgba(129, 129, 139, .3);
}

.button.large {
  border-radius: 23px;
  padding: 15px 24px;
  font-size: 15px;
}

.button.large:hover {
  background-color: rgba(129, 129, 139, .3);
}

.button.large.white {
  color: #061012;
  background-color: #fff;
  flex-flow: row;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
}

.button.large.white:hover {
  color: #fff;
  background-color: rgba(129, 129, 139, .3);
}

.button.large.white.discount {
  width: 100%;
  justify-content: center;
  margin-left: 0;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.text-field {
  height: 47px;
  color: #fff;
  background-color: #161616;
  border-color: rgba(129, 129, 139, .3);
  border-radius: 2px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  width: 100%;
  height: 40px;
  flex: none;
  margin-bottom: 10px;
}

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

.margin-60px {
  margin-top: 60px;
}

.title-1 {
  margin: 0 auto;
  font-size: 95px;
  font-weight: 600;
  line-height: .95;
  position: relative;
}

.title-1._2 {
  line-height: .9;
}

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

.margin-50px {
  margin-top: 50px;
}

.title-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.subtotal.dark {
  color: #6e6e6e;
}

.apple-pay {
  height: 48px;
  border-radius: 5px;
}

.checkbox-label-shop {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.discounts {
  background-color: #000;
  border-color: rgba(129, 129, 139, .3);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  font-size: 18px;
  font-weight: 500;
}

.price-pop.bold {
  font-weight: 700;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
}

.field-label {
  color: #6e6e6e;
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-wrapper {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 20;
  max-width: 1200px;
  min-height: 80px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  display: grid;
  position: relative;
}

.rb-logo {
  width: 80px;
}

.second-part {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.logo-absolute {
  color: rgba(255, 255, 255, .7);
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.block-header {
  background-color: #000;
  border-color: rgba(129, 129, 139, .4);
}

.block-content {
  background-color: #000;
  border-bottom-color: rgba(129, 129, 139, .4);
  border-left-color: rgba(129, 129, 139, .4);
  border-right-color: rgba(129, 129, 139, .4);
}

.quantity-text {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
}

.paypal-text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 400;
}

.hamburger {
  z-index: 2;
  cursor: pointer;
  order: 1;
  align-items: center;
  margin-left: 3px;
  display: flex;
  position: relative;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu._2 {
  width: 100%;
  flex-direction: row;
}

.rotator {
  margin-right: 20px;
}

.white {
  color: #fff;
}

.logo-wrapper {
  cursor: none;
  display: flex;
}

.logo-wrapper._2 {
  margin-right: 15px;
}

.logo-wrapper._2.logo-mobile, .logo-wrapper._2.logo-mobile.w--current {
  display: none;
}

.logo-wrapper._2.logo-desktop, .logo-wrapper._2.logo-desktop.w--current {
  cursor: pointer;
}

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

.photo-move {
  width: 80%;
  height: 600px;
  max-width: 80%;
  background-image: url('../images/Empfang.webp');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

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

.photo-animation {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-cart {
  width: 80px;
  height: 80px;
  background-color: #161616;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.photo-cart._2 {
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.margin-10px {
  margin-top: 10px;
}

.hero {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero._3 {
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 170px;
}

.body {
  background-color: #000;
}

.dots {
  width: 32px;
  position: relative;
}

.remove {
  width: 20px;
  position: absolute;
  transform: scale(0);
}

.lighter {
  font-family: Caveat, sans-serif;
  font-size: 82px;
  font-weight: 400;
  display: inline-block;
}

.lighter._2 {
  font-size: 80px;
  line-height: .7;
}

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

.button-flex.left {
  float: none;
  clear: none;
  justify-content: flex-start;
  display: block;
}

.menu {
  z-index: 15;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-circle {
  z-index: 2;
  width: 150vw;
  height: 150vw;
  background-color: #161616;
  border-radius: 100%;
  position: absolute;
}

.navigation-content {
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.number-text {
  color: rgba(255, 255, 255, .51);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Caveat, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.navigation-link {
  color: #fff;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.navigation-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.navigation-text._5.law {
  font-size: 25px;
  line-height: 35px;
}

.cursor {
  z-index: 9998;
  width: 24px;
  height: 24px;
  border: 2px solid #4253ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 48vw;
  right: auto;
}

.cursor-dot {
  width: 20%;
  height: 20%;
  background-color: #4253ff;
  border-radius: 100%;
}

.max-w-width {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width._2 {
  max-width: 380px;
}

.subhead {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.services-wrapper {
  width: 50%;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.max-w-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #fff;
  margin-top: 10px;
  line-height: 30px;
}

.paragraph._2 {
  font-size: 16px;
  font-weight: 500;
}

.social-icon {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-image.living {
  position: relative;
  top: 5px;
}

.filter-image.logo {
  margin-right: 15px;
}

.max-w-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-w-center._2 {
  max-width: 100%;
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.max-w-center._2.bottom-margin {
  margin-bottom: 140px;
}

.project-wrapper {
  float: none;
  color: #fff;
  text-decoration: none;
}

.view-work-content {
  font-size: 23px;
  line-height: 30px;
  overflow: hidden;
}

.view-work-text {
  color: rgba(255, 255, 255, .75);
  font-family: Caveat, sans-serif;
}

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

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.logo-wrapper-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.photo-section {
  width: 100%;
  height: 100%;
  opacity: .85;
  object-fit: cover;
  position: absolute;
  transform: scale(1.2);
}

.photo-section._3 {
  width: 100%;
  height: 100%;
  opacity: 1;
  flex: 0 auto;
  margin-top: -61px;
  position: absolute;
  transform: none;
}

.contact-field-form {
  height: 45px;
  color: #6e6e6e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(129, 129, 139, .4);
  margin-left: 32px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form:active, .contact-field-form:focus {
  border-bottom-color: #2f3330;
}

.contact-field-form::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form::placeholder {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form._2 {
  margin-left: 0;
}

.footer-grid {
  max-width: 80%;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 2fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-link {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #fff;
}

.paragraph-link._24px {
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: rgba(110, 110, 110, .77);
}

.copyright-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.white-link {
  color: #fff;
  display: inline-block;
}

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

.menu-text-wrapper {
  height: 20px;
  flex: none;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

.top-part {
  height: 260px;
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-part._3 {
  width: 100%;
  float: left;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.toogle-max-w {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.toggle-main {
  width: 100%;
  border-bottom: 1px solid rgba(129, 129, 139, .3);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(129, 129, 139, .3);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  color: rgba(255, 255, 255, .7);
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}

.toggle-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.presantation-link {
  color: #fff;
  text-align: center;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 26px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.presantation-link:hover {
  opacity: .8;
  color: #fff;
}

.photo-animation-2 {
  position: relative;
  overflow: hidden;
}

.link, .link-2 {
  color: #f4f5f8;
}

.title-centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-3, .link-4 {
  color: #6e6e6e;
}

.law-text {
  line-height: 22px;
}

.popup {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.popup-content {
  width: 600px;
  min-height: 100px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-head {
  color: #000;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 600;
  line-height: .95;
  position: relative;
}

.popup-close-button {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  margin: 5px 15px 0 10px;
}

.navigation-link-law {
  color: #fff;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .section {
    padding: 80px 2%;
  }

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

  .section.image {
    max-width: none;
    min-height: 450px;
  }

  .section.image.hero {
    min-height: 590px;
  }

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

  .title-3 {
    line-height: 1.2;
  }

  .title-1 {
    font-size: 59px;
    line-height: 1;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .navigation {
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-wrapper._2.logo-mobile {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
    padding-bottom: 148px;
  }

  .lighter {
    font-size: 60px;
  }

  .lighter._2 {
    font-size: 80px;
  }

  .button-flex.left {
    display: block;
  }

  .menu-circle {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    position: fixed;
  }

  .navigation-text {
    font-size: 40px;
    line-height: 40px;
  }

  .cursor {
    display: none;
  }

  .max-w-width, .max-w-width._2 {
    max-width: 80%;
  }

  .services-wrapper {
    width: 70%;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .max-w-center._2 {
    max-width: 80%;
  }

  .logo-grid {
    margin-top: 30px;
  }

  .logo-wrapper-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-grid {
    max-width: 100%;
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .copyright-flex {
    margin-top: 20px;
  }

  .top-part {
    height: 220px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .title-centered {
    font-size: 40px;
    line-height: 40px;
  }

  .popup-head {
    font-size: 59px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 33px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section.image {
    min-height: 420px;
  }

  .section.image.hero {
    min-height: 430px;
  }

  .margin-40px {
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 48px;
  }

  .title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .logo-wrapper._2.logo-mobile {
    display: flex;
  }

  .logo-wrapper._2.logo-mobile.w--current {
    cursor: pointer;
    display: flex;
  }

  .logo-wrapper._2.logo-desktop, .logo-wrapper._2.logo-desktop.w--current {
    display: none;
  }

  .lighter {
    font-size: 50px;
  }

  .lighter._2 {
    font-size: 60px;
  }

  .navigation-content {
    align-items: flex-start;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .max-w-center._2 {
    margin-left: 0;
  }

  .max-w-center._2.bottom-margin.footer {
    margin-left: auto;
  }

  .logo-grid {
    max-width: 100%;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    grid-template-columns: 1fr;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .sub-logo-text {
    display: none;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .title-centered {
    font-size: 36px;
    line-height: 40px;
  }

  .popup-head {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding: 60px 5%;
  }

  .section.product-page {
    padding-top: 80px;
  }

  .section.image {
    min-height: 350px;
  }

  .button.large.white {
    flex-flow: row;
    align-items: flex-start;
    display: inline-block;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .title-1 {
    font-size: 34px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .navigation {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 8%;
  }

  .rb-logo {
    width: 70px;
  }

  .hamburger {
    order: 1;
    margin-left: 10px;
  }

  .hamburger._2 {
    margin-left: 0;
  }

  .logo-wrapper._2.logo-mobile.w--current {
    justify-content: flex-start;
  }

  .photo-move {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .photo-cart {
    width: 50px;
    height: 50px;
    flex: none;
    margin-right: 18px;
  }

  .hero._3 {
    padding-top: 108px;
    padding-bottom: 52px;
  }

  .lighter {
    font-size: 45px;
  }

  .lighter._2 {
    font-size: 50px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.left, .navigation-content {
    align-items: flex-start;
  }

  .navigation-link._1.w--current {
    flex-direction: row;
  }

  .max-w-width, .max-w-width._2 {
    max-width: 100%;
  }

  .services-wrapper {
    width: 100%;
  }

  .max-w-right, .max-w-center._2 {
    max-width: 100%;
  }

  .logo-grid {
    max-width: 60%;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-field-form {
    height: 40px;
    margin-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-part, .top-part._3 {
    height: 220px;
  }

  .sub-logo-text {
    display: none;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 20px;
  }

  .presantation-link {
    padding: 15px;
  }

  .title-centered {
    font-size: 30px;
    line-height: 34px;
  }

  .popup-head {
    font-size: 34px;
  }

  .hide-on-mobile {
    display: none;
  }
}

#w-node-b18e1082-a0d6-6c98-2835-665648a8c908-48a8c8e2 {
  justify-self: start;
}

#w-node-_62455b3d-723f-dd9c-83b4-0d2970262028-8c3088ce {
  align-self: center;
  justify-self: center;
}

#w-node-_62455b3d-723f-dd9c-83b4-0d2970262029-8c3088ce {
  align-self: auto;
  justify-self: center;
}

#w-node-_62455b3d-723f-dd9c-83b4-0d297026202a-8c3088ce, #w-node-_62455b3d-723f-dd9c-83b4-0d297026202b-8c3088ce, #w-node-_62455b3d-723f-dd9c-83b4-0d297026202c-8c3088ce, #w-node-_62455b3d-723f-dd9c-83b4-0d297026202d-8c3088ce, #w-node-_900b9be8-8cd2-f894-03f3-91eb7ab1e58b-8c3088ce, #w-node-d361287b-4e93-2a08-b9ea-adbb22c81baa-8c3088ce, #w-node-d5f14231-d03f-5a92-3c14-96c64afefe0f-8c3088ce, #w-node-d1a9d146-3533-7488-2f5b-e562f5557e0b-8c3088ce, #w-node-de2632db-3b55-8adb-ee62-5205200758d5-8c3088ce, #w-node-e3305bde-cf3c-a443-26fc-5cb6e99d4d5a-8c3088ce {
  justify-self: center;
}

#w-node-_62455b3d-723f-dd9c-83b4-0d297026202e-8c3088ce {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-b18e1082-a0d6-6c98-2835-665648a8c908-48a8c8e2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b18e1082-a0d6-6c98-2835-665648a8c8f1-48a8c8e2, #w-node-b18e1082-a0d6-6c98-2835-665648a8c8ff-48a8c8e2, #w-node-b18e1082-a0d6-6c98-2835-665648a8c908-48a8c8e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}