@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #151614;
  --white: white;
  --accent-color: #b485f2;
  --grey: #222325;
  --dark-color: #353635;
  --black: #000;
  --medium-gap: 32px;
  --button-bg: #ade87e29;
  --small-gap: 24px;
  --very-small-gap: 12px;
  --big-gap: 60px;
  --dull-white: #fff3;
  --inner-shadow: #ade87e1a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.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 #00000040;
}

.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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-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-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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--bg-color);
  color: var(--white);
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

strong {
  color: var(--accent-color);
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.hero-v1 {
  height: 100vh;
  min-height: 100vh;
}

.section.hero-v2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.overflow {
  overflow: visible;
}

.section.hero-v3 {
  background-image: linear-gradient(0deg, #697182b3, #69718200 47%);
}

.section.accent {
  background-color: var(--accent-color);
}

.section.dark {
  background-color: var(--grey);
}

.section.cta-v2 {
  background-color: var(--white);
  margin-bottom: 100px;
  overflow: visible;
  box-shadow: inset 16px 16px 100px #0e0f0e66;
}

.section.cta-v1 {
  background-color: var(--dark-color);
}

.section.cta-v3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 80px;
}

.section.hero-service-v3 {
  background-image: linear-gradient(0deg, var(--black), #131412ba 43%, #1112105e 62%, #0e0f0e00 80%), url('../images/');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.gray {
  background-color: var(--grey);
}

.container {
  max-width: 1279px;
  padding: 100px;
}

.container.about-v1 {
  padding-top: 140px;
  padding-bottom: 0;
}

.container.cta-v1 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container.cta-v2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.hero-v3 {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 48px;
  display: flex;
}

.container.post-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 80px;
  padding-top: 140px;
  display: flex;
}

.container.short {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.price-hero {
  padding-top: 160px;
}

.container.cta-v3 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container.hero-service-v1 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-top: 140px;
  display: flex;
}

.container.hero-service-v3 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 70vh;
  display: flex;
}

.container.service-hero-v2 {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  display: flex;
}

.container.service-hero-v1 {
  border-bottom: 1px solid var(--button-bg);
  justify-content: center;
  align-items: flex-end;
  min-height: 70vh;
  display: flex;
}

.container.hero {
  min-height: 40vh;
  padding-top: 160px;
}

.container.blog-page {
  padding-top: 160px;
}

.background-video {
  height: 100%;
}

.video-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.hero-v1 {
  margin-top: auto;
}

.content-wrapper.narrow {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  width: 40%;
}

.content-wrapper.hero-v3 {
  width: 55%;
}

.content-wrapper.cta-v3 {
  width: 60%;
}

.content-wrapper.centered {
  justify-content: center;
  align-items: center;
}

.content-wrapper.narrow {
  width: 40%;
}

.heading-h1 {
  color: var(--white);
  font-variation-settings: "wght" 350;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 130%;
}

.heading-h1.large {
  font-size: 65px;
}

.heading-h1.small {
  font-size: 42px;
}

.heading-h1.small.dark {
  color: var(--bg-color);
}

.heading-h1.dark {
  color: var(--dark-color);
}

.heading-h1.accent {
  color: var(--accent-color);
  margin-bottom: auto;
  font-size: 60px;
}

.heading-h1.accent.home {
  color: var(--accent-color);
}

.video-cover {
  background-image: linear-gradient(180deg, #15161499 8%, #0000 41%), linear-gradient(0deg, var(--bg-color), #0000 73%);
  position: absolute;
  inset: 0%;
}

.button-wrap {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  display: flex;
}

.horizontal-wrap {
  grid-column-gap: var(--big-gap);
  grid-row-gap: var(--big-gap);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.horizontal-wrap.centered, .horizontal-wrap.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.horizontal-wrap.big {
  min-height: 30vh;
}

.horizontal-wrap.service-rich-wrapper {
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-wrap {
  width: 45%;
}

.paragraph-wrap.hero-v1 {
  width: 35%;
}

.paragraph-wrap.half-width {
  width: 50%;
}

.paragraph-wrap.hero-v2 {
  text-align: right;
  width: 35%;
}

.paragraph {
  opacity: .7;
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph.dark {
  color: var(--dark-color);
  font-weight: 400;
}

.paragraph.small {
  font-size: 16px;
}

.paragraph.small.dark {
  color: var(--bg-color);
  font-variation-settings: "wght" 350;
  font-weight: 300;
}

.paragraph.bold {
  font-variation-settings: "wght" 450;
  font-size: 16px;
}

.paragraph.big-centered {
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}

.paragraph.large {
  color: var(--bg-color);
  font-size: 24px;
  font-weight: 400;
}

.paragraph.large.light {
  color: var(--white);
  font-size: 28px;
  font-weight: 200;
  line-height: 140%;
}

.paragraph.accents {
  color: var(--accent-color);
}

.paragraph.big {
  font-size: 20px;
  line-height: 150%;
}

.paragraph.big.accent {
  color: var(--accent-color);
  font-size: 22px;
}

.button {
  background-color: var(--button-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--accent-color);
  font-variation-settings: "wght" 450;
  border-radius: 32px;
  padding: 14px 24px;
  font-weight: 400;
  transition: all .4s;
}

.button:hover {
  background-color: var(--accent-color);
  color: #383e4c;
}

.button.full {
  background-color: var(--button-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.full:hover {
  background-color: var(--accent-color);
  color: var(--bg-color);
}

.button.full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.dark {
  background-color: var(--dark-color);
  color: var(--accent-color);
}

.button.dark.full-width:hover {
  background-color: var(--accent-color);
  color: var(--dark-color);
}

.button-text {
  cursor: pointer;
  mix-blend-mode: normal;
}

.button-frame.full {
  flex: 1;
  align-self: stretch;
}

.secondery-button {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  border: 1px solid var(--dull-white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  font-variation-settings: "wght" 450;
  background-color: #00000005;
  border-radius: 32px;
  padding: 14px 24px;
  font-weight: 400;
  transition: all .4s;
  display: flex;
}

.secondery-button:hover {
  background-color: var(--white);
  color: #383e4c;
}

.secondery-button.phone-visible {
  display: none;
}

.secondery-button.white {
  color: var(--black);
  background-color: #fff;
}

.heading-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.heading-h2.dark {
  color: var(--bg-color);
}

.heading-h2.small {
  font-size: 28px;
}

.subtitle-text {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  font-variation-settings: "wght" 350;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 300;
}

.subtitle-text.dark {
  border-color: var(--dark-color);
  color: var(--dark-color);
  font-weight: 500;
}

.subtitle-text.small {
  border-color: var(--button-bg);
  letter-spacing: .6px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-text.centered {
  align-self: center;
}

.title-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap.half-width {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.title-wrap.half-width.sticky {
  position: sticky;
  top: 220px;
}

.title-wrap.full-on-tablet {
  width: 50%;
}

.title-wrap.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paralax-image {
  background-image: linear-gradient(0deg, var(--bg-color), #0e0f0f00 60%), url('../images/');
  object-fit: cover;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 48px;
  display: flex;
  position: relative;
}

.round-button {
  background-color: var(--dark-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.round-button:hover {
  background-color: var(--accent-color);
  color: var(--grey);
}

.round-button.v2 {
  background-color: var(--accent-color);
  width: 130px;
  height: 130px;
  box-shadow: 8px 8px 40px #22232526;
}

.round-button.v2.green {
  background-color: var(--accent-color);
  width: 130px;
  height: 130px;
}

.round-button.v3 {
  color: var(--accent-color);
  width: 140px;
  height: 140px;
  transform: rotate(7deg);
  box-shadow: 16px 16px 40px #22232533;
}

.round-button.v3:hover {
  background-color: var(--accent-color);
  color: var(--black);
}

.round-button-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.round-button-text.v2 {
  color: var(--bg-color);
}

.button-rounded {
  z-index: 100;
  border: 1px none var(--accent-color);
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  inset: 0% 100px auto auto;
  transform: rotate(4deg);
}

.button-arrow {
  mix-blend-mode: difference;
  width: 24px;
  height: 24px;
}

.general-wrap {
  margin-top: 60px;
}

.service-collection-list {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.service-card {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  background-color: var(--accent-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 24px;
  display: flex;
}

.service-card.dark {
  background-color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  min-height: 360px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 15px 30px #0000004d;
}

.service-icon {
  opacity: .8;
  align-self: center;
  width: 140px;
  height: 140px;
  position: absolute;
  inset: auto -20px -20px auto;
  transform: rotate(135deg);
}

.service-icon.v1 {
  align-self: flex-start;
  width: 32px;
  height: 32px;
  position: static;
  transform: rotate(0);
}

.content-wrap {
  z-index: 2;
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  flex-flow: column;
  display: flex;
  position: relative;
}

.content-wrap.narrow {
  width: 40%;
}

.content-wrap.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrap.centered.fill {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.content-wrap._1, .content-wrap._2, .content-wrap._3 {
  padding-bottom: 100px;
}

.content-wrap.testimonials {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  position: sticky;
  top: 220px;
}

.content-wrap.small-gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.content-wrap.about-v3 {
  z-index: 10;
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  position: relative;
}

.content-wrap.bottom-margin {
  margin-bottom: 100px;
}

.content-wrap.bottom-margin.half-width {
  width: 50%;
  margin-bottom: 32px;
}

.content-wrap.cutted {
  width: 60%;
}

.heading-h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-h3.dark {
  color: var(--bg-color);
  font-weight: 500;
}

.heading-h3.accent {
  color: var(--accent-color);
  font-size: 20px;
}

.heading-h3.big {
  font-variation-settings: "wght" 400;
  font-size: 28px;
}

.card {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.why-us-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.big-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.cta-v1-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pricing-card {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  background-color: var(--bg-color);
  border: 1px solid #ade87e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.pricing-card.v2 {
  background-color: var(--grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: none;
  border-style: none;
  box-shadow: inset 8px 8px 30px #0003;
}

.pricing-card.v3 {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  border-style: none;
  border-color: var(--button-bg);
  background-color: var(--grey);
}

.pricing-card.v1 {
  background-color: var(--dark-color);
}

.price-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--accent-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.price.thin {
  font-weight: 400;
}

.price.v3 {
  color: var(--white);
}

.price.smallest {
  opacity: .4;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 20px;
  display: flex;
}

.price.cart {
  font-size: 18px;
  font-weight: 400;
}

.price.dark {
  color: var(--dark-color);
}

.price.dark.big {
  font-size: 36px;
}

.list {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list.product-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.list-item {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.list-item.product-page {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  border-bottom: 1px solid #383e4c33;
  align-self: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
}

.check-mark {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  margin-top: 2px;
  text-decoration: none;
  display: flex;
}

.divider {
  border-bottom: 1px solid var(--accent-color);
  background-color: var(--white);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.divider.black {
  border-bottom-color: var(--black);
}

.pricing-collection-wrap {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  display: flex;
}

.price-bond {
  display: flex;
}

.price-bond.v3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.testimonials-wrap {
  column-count: 3;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 24px;
  height: 100%;
  margin-top: 60px;
  display: inline-block;
}

.testimonials-wrap.v2 {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  column-count: 0;
  flex-flow: column;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.testemonial-card {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  background-color: var(--dark-color);
  word-break: keep-all;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testemonial-card.v2 {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  background-color: var(--grey);
}

.accent-text {
  color: var(--accent-color);
  margin-bottom: 0;
  font-weight: 400;
}

.collection-item {
  flex: 1;
}

.testemonial-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: inline-block;
}

.blog-collection-list {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-list.v3 {
  grid-template-columns: 1fr 1fr;
}

.blog-grid-cell {
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-image-frame {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.blog-image-frame.v3 {
  height: 300px;
}

.full-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-content-wrapper {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  background-color: var(--dark-color);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.blog-content-wrapper.v2 {
  background-color: #383e4c00;
  padding: 0;
}

.blog-content-wrapper.v1 {
  background-color: var(--grey);
}

.blog-content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-content-wrap.v1 {
  margin-top: 20px;
}

.contact-info-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  flex-flow: column;
  display: flex;
}

.contact-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  display: flex;
}

.contact-wrap.centered {
  justify-content: flex-start;
  align-items: center;
}

.contact-icon {
  width: 28px;
  height: 28px;
}

.contact-icon.big {
  width: 32px;
  height: 32px;
}

.contact-text {
  opacity: .6;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
  transition: color .4s;
}

.contact-text:hover {
  color: var(--accent-color);
}

.contact-info-row {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  display: flex;
}

.text-field {
  color: #f9f9f9b3;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff24;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .3s;
  display: block;
}

.text-field:hover {
  color: #f9f9f9b3;
  font-variation-settings: "wght" 200;
  border-bottom-color: #6562ff;
}

.text-field:active {
  padding-bottom: 0;
}

.text-field:focus, .text-field.-wfp-focus {
  color: #f9f9f9b3;
  font-variation-settings: "wght" 200;
  line-height: 120%;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #f9f9f9b3;
  font-variation-settings: "wght" 200;
}

.text-field::placeholder {
  color: #fff9;
  font-variation-settings: "wght" 200;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.text-field.v1 {
  color: #f8f8f8;
  flex: 1;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  transition-duration: .4s;
}

.text-field.v1:hover {
  border-bottom-color: var(--accent-color);
}

.text-field.v1:focus {
  border-bottom-color: #f9f9f969;
}

.text-field.v1::placeholder {
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.text-field.v1.area {
  line-height: 120%;
}

.text-field.v2 {
  border-style: solid;
  border-color: var(--dull-white);
  color: #f8f8f8;
  flex: 1;
  min-height: 52px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 16px;
  transition-duration: .4s;
}

.text-field.v2:hover {
  font-variation-settings: "wght" 300;
  border-style: solid;
  border-color: #ade87e4d;
}

.text-field.v2:focus, .text-field.v2.-wfp-focus {
  border-bottom-color: #f9f9f969;
}

.text-field.v2::placeholder {
  color: #ffffff4d;
  text-align: left;
  font-size: 16px;
}

.text-field.v2.area {
  min-height: 100px;
  line-height: 120%;
}

.form {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form.horizontal {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  flex-flow: row;
}

.form.centered {
  justify-content: center;
  align-items: center;
}

.form-block {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 0;
  display: flex;
}

.form-block.v3 {
  width: 55%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-block.newsletter {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  width: 40%;
}

.form-block.full-width {
  width: 100%;
}

.footer {
  width: 100%;
  position: relative;
}

.footer-container {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  flex-flow: column;
  max-width: 1440px;
  padding: 20px 100px 10px;
  display: flex;
}

.footer-container.v2 {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
}

.footer-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-row.centered {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  justify-content: center;
}

.brand {
  order: -1;
}

.brand.w--current {
  z-index: 900;
}

.brand.footer {
  width: auto;
}

.brand.nav {
  z-index: 999;
}

.brand.nav.v3 {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.logo {
  width: 120px;
}

.footer-link-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--bg-color);
  font-size: 16px;
  font-weight: 500;
  transition: opacity .4s;
}

.footer-link:hover {
  opacity: .4;
}

.footer-link.light {
  color: var(--white);
  font-weight: 400;
  transition: opacity .4s, color .4s;
}

.footer-link.light:hover {
  opacity: 1;
  color: var(--accent-color);
}

.icon-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.sm-link {
  transition: opacity .4s;
}

.sm-link:hover {
  opacity: .4;
}

.addditional-link {
  opacity: .8;
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.addditional-link.light {
  opacity: .5;
  color: var(--white);
  transition: opacity .4s, color .4s;
}

.addditional-link.light:hover {
  opacity: 1;
  color: var(--accent-color);
}

.container-hero-v1 {
  max-width: 1440px;
  height: 100%;
  padding: 100px 100px 80px;
  display: flex;
}

.paralax-wrap {
  max-width: 1279px;
  height: 460px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.navbar {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.v3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
}

.navbar.v1 {
  background-color: #ddd0;
}

.navbar.v2 {
  background-color: var(--bg-color);
}

.navbar.v3 {
  position: fixed;
}

.navbar.global {
  z-index: 100;
  background-color: var(--bg-color);
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 100px;
  display: flex;
}

.navbar-container.v1 {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navbar-container._3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-container.v2 {
  z-index: 999;
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  position: relative;
}

.navlink {
  color: var(--white);
  padding: 12px;
  font-weight: 400;
  transition: color .35s;
}

.navlink:hover {
  color: var(--accent-color);
}

.navlink.v1 {
  color: var(--dark-color);
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.navlink.v3 {
  opacity: .7;
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
}

.navlink.v3:hover {
  opacity: 1;
}

.navlink.v2 {
  color: var(--bg-color);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  font-size: 36px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  margin-top: 0;
  margin-left: auto;
  padding: 24px;
  display: flex;
  inset: 97px 100px auto auto;
}

.nav-menu.v3 {
  background-color: var(--accent-color);
  box-shadow: none;
  border-radius: 80px;
  flex: 1;
  order: -1;
  align-self: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  position: relative;
  top: 0;
  right: auto;
}

.nav-menu.v1 {
  background-color: var(--accent-color);
}

.nav-menu.v2 {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e0f0e99;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin-top: 85px;
  margin-left: 0;
  padding: 0;
  inset: 0% 0% 0% auto;
}

.menu-button-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button-wrap.v1 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.cart-button {
  color: var(--accent-color);
  background-color: #ade87e33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  position: relative;
}

.cart-button:hover {
  background-color: var(--accent-color);
  color: var(--dark-color);
}

.cart-button.v1 {
  background-color: #ade87e33;
}

.cart-button.v3, .cart-button.v2 {
  background-color: var(--accent-color);
}

.cart-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: auto;
  display: flex;
}

.quantity-invisible {
  background-color: var(--accent-color);
  color: var(--dark-color);
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quantity-invisible.invisible {
  display: none;
}

.quantity-invisible.v3 {
  width: 20px;
  min-width: auto;
  height: 20px;
  display: none;
}

.humburger-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 50%;
  height: 50%;
  display: grid;
}

.menu-dot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent-color);
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 8px;
  height: 8px;
  display: grid;
}

.menu-button-frame {
  overflow: hidden;
}

.sm-icon {
  width: 24px;
  height: 24px;
}

.success-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-text {
  color: var(--accent-color);
  font-weight: 400;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.error-message {
  color: #af4f4f;
  background-color: #ffdede00;
  margin-top: 0;
  padding: 0;
  font-weight: 400;
}

.container-hero-v2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1279px;
  height: 100vh;
  padding: 100px 100px 60px;
  display: flex;
}

.hero-v2-image {
  z-index: -1;
  object-fit: cover;
  width: 40%;
  height: 93%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.about-image-wrap {
  background-color: var(--grey);
  width: 150%;
  height: 100%;
  padding-top: 32px;
  padding-left: 32px;
}

.about-image.v2 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: -32px;
}

.about-image-wrapper {
  align-self: stretch;
  width: 50%;
  position: relative;
}

.round-button-wrap {
  z-index: 100;
  border: 1px none var(--accent-color);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  inset: auto auto -17% -5%;
  transform: rotate(4deg);
}

.round-button-wrap.cta-v2 {
  inset: auto auto -60px 40%;
}

.round-button-wrap.about-v3 {
  inset: auto 0% 0% auto;
}

.service-link {
  border-top: 1px solid #ade87e4d;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: box-shadow .4s, padding .4s;
  display: flex;
}

.service-link:hover {
  box-shadow: inset 16px 16px 60px 0 var(--inner-shadow);
  padding-left: 24px;
  padding-right: 24px;
}

.service-inner-wrap {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  justify-content: center;
  align-items: center;
  width: 450px;
  display: flex;
}

.service-arrow {
  width: 32px;
  height: 32px;
}

.empower-wrap {
  grid-column-gap: var(--big-gap);
  grid-row-gap: var(--big-gap);
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-height: 220px;
  padding-top: 0;
  display: grid;
}

.empower-wrap.last {
  min-height: auto;
}

.dot-halo {
  background-color: #52b78833;
  border-radius: 50%;
  position: absolute;
  inset: auto;
}

.dot-halo._1 {
  align-self: center;
  width: 50px;
  height: 50px;
  inset: auto;
}

.segment {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
}

.segment.last {
  height: 10px;
}

.dot-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -12px auto 0%;
  overflow: hidden;
}

.dot {
  z-index: 5;
  background-color: #beded6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.dot._1, .dot._02, .dot._03, .dot._04 {
  z-index: 5;
  background-color: var(--accent-color);
  width: 28px;
  height: 28px;
}

.path {
  background-color: #007562;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 7px;
  height: 0%;
  display: flex;
  position: relative;
}

.path._1, .path._2, .path._3 {
  background-color: var(--accent-color);
  align-items: center;
}

.path._4 {
  background-color: var(--accent-color);
  align-items: center;
  height: 20%;
}

.number {
  z-index: 3;
  color: var(--bg-color);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.empty-path {
  background-color: var(--dull-white);
  justify-content: center;
  align-items: flex-start;
  width: 4px;
  height: 100%;
  margin-right: 1px;
  display: flex;
  position: relative;
}

.empower-wrapper {
  width: 50%;
}

.paragraph-button-wrap {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.year-price-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.pricing-button-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  width: 100%;
  display: flex;
}

.field-label {
  display: none;
}

.add-to-cart-button {
  background-color: #ade87e33;
  background-image: url('../images/Frame-14.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  transition: opacity .2s, background-color .3s;
}

.add-to-cart-button:hover {
  background-color: var(--accent-color);
  background-image: url('../images/Frame-15.svg');
}

.add-to-cart-button.dark {
  background-color: var(--dark-color);
}

.add-to-cart-button.dark:hover {
  background-color: var(--accent-color);
  background-image: url('../images/Frame-15.svg');
}

.default-state {
  margin-bottom: 0;
}

.stars-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.star {
  width: 16px;
  height: 16px;
}

.client-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.client-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.client-name {
  font-size: 16px;
  font-weight: 500;
}

.client-position {
  font-size: 16px;
}

.blog-cell-v2 {
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  display: flex;
}

.contact-card {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  background-color: var(--grey);
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.footer-v2 {
  background-color: var(--grey);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-v1 {
  background-color: var(--accent-color);
  width: 100%;
  position: relative;
}

.footer-row-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-row-copy.column {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex-flow: column;
}

.addditional-link-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  display: flex;
}

.hero-image-v3 {
  width: 60%;
  position: absolute;
  inset: auto -120px 0% auto;
}

.feature-wrapper {
  z-index: 2;
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-wrapper.absolute {
  position: absolute;
  inset: auto 100px 40px auto;
}

.feature-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-wrap.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-v3-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.row-wrap {
  grid-column-gap: var(--big-gap);
  grid-row-gap: var(--big-gap);
  margin-top: 60px;
  display: flex;
}

.review-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-arrow-pic {
  width: 20px;
}

.slider-arrow-pic.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slider-arrow {
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .4s;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slider-arrow:hover {
  background-color: var(--button-bg);
}

.slider-arrow.right {
  inset: 0% 0% 0% auto;
}

.avatar-image {
  object-fit: cover;
  border-radius: 50%;
}

.client-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.horizontal-divider {
  background-color: var(--white);
  opacity: .2;
  width: 1px;
  height: 50px;
}

.aditional-blog-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto auto -2px 0%;
}

.category {
  color: var(--white);
  letter-spacing: .4px;
  font-size: 16px;
  font-weight: 300;
}

.data {
  opacity: .8;
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
}

.field-wrap {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  align-self: stretch;
  display: flex;
}

.field-wrap.horizontal {
  flex-flow: column;
  width: 100%;
}

.footer-v3 {
  background-color: #222325;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-column {
  grid-column-gap: var(--medium-gap);
  grid-row-gap: var(--medium-gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-upper-wrap {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.mini-text {
  opacity: .7;
  font-size: 14px;
}

.slider-wrapper {
  margin-top: 40px;
}

.blog-cell-v3 {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.menu-wrap {
  order: 3;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 0;
}

.menu-wrap.w--open {
  z-index: 999;
  background-color: #c8c8c800;
}

.cart-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ade87e1a;
  min-width: 400px;
  box-shadow: 6px 6px 40px #ade87e14, 0 5px 25px #00000040;
}

.cart-container.v1 {
  background-color: var(--grey);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-top: 20px;
}

.heading-h4 {
  font-weight: 400;
}

.cart-footer {
  border-top-color: #35363533;
}

.cart-quantity {
  border-color: var(--dull-white);
  background-color: #fafafa00;
}

.cart-price {
  font-size: 16px;
}

.cart-item-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-left: 0;
}

.remove-button {
  color: var(--white);
  font-size: 16px;
  text-decoration: underline;
}

.remove-button.accent {
  color: var(--accent-color);
}

.checkout-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.cart-header {
  border-bottom-color: #35363533;
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-button {
  object-fit: cover;
  width: 16px;
  height: 16px;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cart-list {
  padding-top: 20px;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #000c;
}

.cart-wrapper.v1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.blog-post-wrap {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.post-image-frame {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rich-text-wrap {
  width: 70%;
}

.rich-text-wrap.centered {
  margin-left: auto;
  margin-right: auto;
}

.rich-text h1 {
  margin-bottom: 20px;
  font-weight: 500;
}

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-weight: 400;
}

.rich-text p {
  opacity: .6;
  margin-bottom: 20px;
}

.rich-text em {
  color: var(--accent-color);
}

.rich-text a {
  color: var(--accent-color);
  text-decoration: underline;
}

.rich-text blockquote {
  border-left-color: var(--accent-color);
}

.service-arrow-wrap {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.produt-description-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--accent-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-top: 160px;
  padding-left: 60px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.quantity {
  display: none;
}

.navbar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.cart-wrap.last {
  flex: 1;
  order: 3;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cover {
  position: absolute;
  inset: 0%;
}

.checkout-form {
  background-color: #f5f5f500;
}

.block-header {
  border-color: var(--dull-white) var(--dull-white) var(--button-bg);
  background-color: #fff0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.block-content {
  grid-column-gap: var(--very-small-gap);
  grid-row-gap: var(--very-small-gap);
  border-right-color: var(--button-bg);
  border-bottom-color: var(--button-bg);
  border-left-color: var(--button-bg);
  background-color: #fff0;
  flex-flow: column;
  display: flex;
}

.checkout-title {
  font-weight: 400;
}

.checkout-price {
  color: var(--accent-color);
  font-weight: 500;
}

.checkout-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.apple-pay {
  height: 48px;
}

.navmenu-container {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  padding-right: 100px;
  display: flex;
  box-shadow: inset 8px 8px 40px #0006;
}

.menu-container-v3 {
  display: flex;
}

.product-title {
  color: var(--dark-color);
  margin-bottom: 0;
  font-weight: 500;
}

.product-title.light {
  color: var(--white);
}

.hero-service-image.v1 {
  object-fit: cover;
  object-position: 50% 45%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 50px 0% 0% auto;
}

.quick-contact-wrapper {
  grid-column-gap: var(--small-gap);
  grid-row-gap: var(--small-gap);
  background-color: var(--black);
  flex-flow: column;
  width: 35%;
  margin-top: 20px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 140px;
}

.quick-contact-wrapper.v2 {
  background-color: var(--grey);
  padding: 32px;
}

.form-inner-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.checkout-list-wrap {
  margin-left: 0;
}

.utility-page-wrap {
  background-color: var(--accent-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.navbar-gradient {
  background-image: linear-gradient(180deg, var(--bg-color), #151614b3 40%, #15161400 95%);
  position: absolute;
  inset: 0%;
}

.version-image {
  border: 1px solid #ffffff0f;
}

.homes-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.dropdown-arrow {
  align-self: center;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-arrow.small {
  width: 10px;
  height: 8px;
}

.dropdown-arrow.small.white {
  display: none;
}

.dropdown-column {
  column-count: 2;
}

.dropdown-column.second {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.underline {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 1.5px;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.underline.white {
  background-color: #f8f8f8;
  align-self: flex-start;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.underline.colored {
  background-color: #6562ff;
  align-self: center;
  height: 2px;
  position: absolute;
  inset: auto 12px 0% 0%;
}

.dd-link-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--accent-color);
  justify-content: space-between;
  margin-top: 40px;
  padding: 32px;
  display: flex;
}

.dd-link-wrap.smaller {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 100px;
  display: flex;
}

.dropdown {
  z-index: 300;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.title {
  color: var(--bg-color);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.sm-link-2 {
  border: 1.5px solid #6562ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.sm-link-2:hover {
  opacity: .88;
  box-shadow: inset 3px 5px 30px #6562ff73;
}

.dropdownlink-text {
  color: var(--black);
  white-space: nowrap;
  align-self: flex-start;
  font-family: Generalsans Variable, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-list {
  background-color: #ddd;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% auto;
}

.dropdown-list.big.w--open {
  inset: 0% 0% 0% auto;
}

.dropdown-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -6px;
  padding: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link.w--current {
  align-items: flex-start;
}

.navlink-2 {
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
  padding-right: 20px;
  display: flex;
}

.phone-number-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink-text {
  padding-bottom: 6px;
  font-size: 18px;
  transition: color .3s;
}

.culumn-wrap {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0 12px 0 0;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.homes-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.version-image-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.green-box {
  border: 1px solid var(--button-bg);
  background-color: var(--bg-color);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link {
  color: #f9f9f9cc;
  text-decoration: underline;
  transition: color .3s;
}

.link:hover {
  color: var(--accent-color);
}

.licenseswrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

._404-text {
  color: var(--bg-color);
  font-size: 120px;
  line-height: 120%;
}

.global-nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span {
  overflow-wrap: normal;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1439px;
  }

  .service-collection-list {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .text-field {
    align-self: center;
    font-size: 16px;
  }

  .text-field:hover, .text-field:focus, .text-field.-wfp-focus, .text-field::placeholder {
    font-size: 16px;
  }

  .footer-container, .navbar-container {
    max-width: 1439px;
  }

  .quantity-invisible.v3 {
    background-color: var(--dark-color);
  }

  .container-hero-v2 {
    max-width: 1439px;
  }

  .nav-container {
    max-width: 1500px;
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-h1 {
    font-size: 50px;
  }

  .paragraph-wrap.hero-v1, .paragraph-wrap.hero-v2 {
    width: 30%;
  }

  .heading-h2 {
    font-size: 44px;
  }

  .content-wrap.centered, .content-wrap.cutted {
    width: 50%;
  }

  .footer-container, .container-hero-v1 {
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .paralax-wrap {
    max-width: 1600px;
  }

  .navbar-container {
    max-width: 1600px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .navbar-container.v1, .navbar-container._3, .navbar-container.v2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-hero-v2 {
    max-width: 1600px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .hero-image-v3 {
    width: 80%;
    max-width: 150%;
    height: 90vh;
    max-height: 55%;
  }

  .navmenu-container {
    padding-right: 120px;
  }

  .nav-container {
    padding: 20px 100px;
  }
}

@media screen and (min-width: 1920px) {
  .container.hero-service-v1 {
    height: 80vh;
  }

  .container.service-hero-v1 {
    min-height: 60vh;
  }

  .paralax-image {
    padding: 0;
  }

  .button-rounded {
    right: 160px;
  }

  .price.cart {
    font-size: 20px;
  }

  .text-field {
    font-variation-settings: "wght" 200;
    flex: 1;
    margin-bottom: 0;
  }

  .paralax-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
  }

  .hero-image-v3 {
    width: 65%;
    max-width: 100%;
    height: 70vh;
    max-height: 100%;
  }

  .cart-list {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-container {
    max-width: 1600px;
  }

  .navlink-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section.cta-v3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/');
    background-attachment: scroll, scroll;
  }

  .container {
    padding: 80px 40px;
  }

  .container.about-v1 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .container.cta-v1, .container.cta-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.post-hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 60vh;
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 40px;
    position: relative;
  }

  .container.short {
    padding-top: 60px;
  }

  .container.price-hero.flex {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
    flex-flow: column;
    padding-top: 140px;
    padding-bottom: 60px;
    display: flex;
  }

  .container.cta-v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.hero-service-v1 {
    flex-flow: column;
    height: auto;
    padding-bottom: 100px;
  }

  .container.hero {
    padding-top: 100px;
  }

  .content-wrapper.hero-v1 {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
  }

  .content-wrapper.narrow {
    width: 100%;
  }

  .heading-h1 {
    font-size: 38px;
  }

  .heading-h1.large {
    font-size: 50px;
  }

  .heading-h1.small {
    font-size: 34px;
  }

  .horizontal-wrap {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .horizontal-wrap.centered {
    flex-flow: column;
  }

  .horizontal-wrap.top-align.tablet-vertical {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-wrap.tablet-vertical {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
  }

  .horizontal-wrap.hero-v2 {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
  }

  .horizontal-wrap.service-rich-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-wrap.half-width {
    width: auto;
  }

  .paragraph-wrap.hero-v2 {
    width: 40%;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .button {
    background-color: var(--accent-color);
    color: var(--dark-color);
  }

  .button.full {
    background-color: var(--accent-color);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button.full-width {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-text {
    font-size: 16px;
  }

  .button-frame.full {
    width: 100%;
  }

  .secondery-button {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .secondery-button:hover {
    color: var(--white);
    background-color: #fff0;
  }

  .heading-h2 {
    font-size: 34px;
  }

  .subtitle-text {
    font-size: 14px;
  }

  .title-wrap {
    text-align: left;
  }

  .title-wrap.half-width {
    width: 50%;
  }

  .title-wrap.full-on-tablet {
    width: 100%;
  }

  .paralax-image {
    background-position: 50%;
    background-attachment: scroll;
  }

  .round-button.v2.green {
    width: 100px;
    height: 100px;
  }

  .round-button-text.v2 {
    color: var(--bg-color);
    font-size: 16px;
  }

  .button-rounded {
    right: 40px;
  }

  .general-wrap {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.dark {
    min-height: 320px;
  }

  .content-wrap.narrow {
    width: 55%;
  }

  .content-wrap.narrow.tablet-full, .content-wrap.centered {
    width: auto;
  }

  .content-wrap._1, .content-wrap._2, .content-wrap._3, .content-wrap._4 {
    padding-left: 12px;
  }

  .content-wrap.bottom-margin {
    margin-bottom: 80px;
  }

  .content-wrap.bottom-margin.half-width {
    width: 80%;
  }

  .content-wrap.cutted {
    width: auto;
  }

  .heading-h3.big {
    font-size: 24px;
  }

  .why-us-wrap {
    width: auto;
  }

  .pricing-card {
    justify-content: center;
    align-items: center;
  }

  .pricing-collection-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonials-wrap {
    column-count: 2;
    margin-top: 40px;
  }

  .accent-text {
    font-size: 16px;
  }

  .collection-item {
    flex: 0 auto;
    width: 70%;
  }

  .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-image-frame {
    height: 200px;
  }

  .contact-info-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-text:hover {
    color: var(--white);
  }

  .contact-info-row {
    flex-flow: row;
  }

  .text-field {
    border-radius: 0;
  }

  .text-field.v1:hover {
    border-bottom-style: solid;
    border-bottom-color: #ffffff24;
  }

  .text-field.v1:active {
    border-bottom-style: solid;
    border-bottom-color: var(--accent-color);
  }

  .text-field.v1:focus {
    border-bottom-color: var(--accent-color);
  }

  .text-field.v2:hover {
    border-bottom-style: solid;
    border-bottom-color: #ffffff24;
  }

  .text-field.v2:active {
    border-bottom-style: solid;
    border-bottom-color: var(--accent-color);
  }

  .text-field.v2:focus, .text-field.v2.-wfp-focus {
    border-bottom-color: var(--accent-color);
  }

  .form-block {
    width: 100%;
    margin-top: 40px;
  }

  .form-block.v3 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block.newsletter {
    width: 60%;
  }

  .form-block.full-width {
    margin-top: 0;
  }

  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-row {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .container-hero-v1 {
    padding: 100px 40px;
  }

  .navbar.global {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navlink.v3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-menu {
    right: 40px;
  }

  .nav-menu.v3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button-wrap {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
    order: 0;
    margin-left: auto;
  }

  .humburger-button {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    mix-blend-mode: difference;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center;
    width: 24px;
    height: 24px;
    display: grid;
  }

  .menu-dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-hero-v2 {
    padding: 100px 40px;
  }

  .hero-v2-image {
    width: 60%;
  }

  .about-image-wrapper {
    width: auto;
  }

  .round-button-wrap {
    right: 40px;
  }

  .service-link:hover {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .service-inner-wrap {
    width: 50%;
  }

  .empower-wrap {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .dot-wrap {
    width: 60px;
    height: 60px;
    top: -16px;
  }

  .path._1, .path._2, .path._3 {
    height: 0%;
  }

  .number {
    font-size: 14px;
  }

  .add-to-cart-button {
    background-color: var(--accent-color);
    background-image: url('../images/Frame-15.svg');
  }

  .add-to-cart-button.dark {
    background-image: url('../images/Frame-14.svg');
  }

  .contact-wrapper {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
  }

  .footer-row-copy {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .hero-v3-wrapper {
    height: 70vh;
  }

  .row-wrap {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .review-wrap {
    width: 80%;
  }

  .slider {
    margin-bottom: 20px;
  }

  .slider.v2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .mask {
    height: 100%;
  }

  .footer-column {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .footer-upper-wrap {
    flex-flow: column;
  }

  .slider-wrapper {
    margin-top: 40px;
  }

  .blog-post-wrap {
    z-index: 10;
    width: 70%;
    padding: 0;
    position: relative;
  }

  .post-image-frame {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 300px;
    margin-top: 40px;
    position: static;
  }

  .rich-text-wrap {
    width: 100%;
  }

  .rich-text-wrap.centered {
    width: 90%;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text p, .rich-text blockquote, .rich-text li {
    font-size: 16px;
  }

  .produt-description-wrap {
    background-color: #ade87e;
    order: 1;
    width: 100%;
    height: auto;
    padding: 32px;
    position: relative;
  }

  .cart-v2, .cart-wrap {
    margin-left: auto;
  }

  .cover {
    background-image: linear-gradient(356deg, #0e0f0e80, #0e0f0e00);
  }

  .navmenu-container {
    width: 60%;
    padding-right: 40px;
  }

  .product-title {
    font-size: 16px;
  }

  .hero-service-image.v1 {
    object-fit: cover;
    object-position: 50% 35%;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .quick-contact-wrapper {
    width: 80%;
  }

  .quick-contact-wrapper.v2 {
    position: static;
  }

  .dropdown-arrow.small {
    display: none;
  }

  .dropdown-arrow.small.white {
    width: 16px;
    display: block;
  }

  .underline.white, .underline.colored {
    display: none;
  }

  .dd-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--grey);
    box-shadow: none;
    flex-direction: column;
    height: 200px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .dd-link-wrap.smaller {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .dropdown {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .title {
    color: var(--white);
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #c8c8c800;
  }

  .dropdownlink-text {
    color: var(--white);
    font-size: 16px;
    line-height: 130%;
  }

  .dropdown-list.w--open {
    width: 300px;
    margin-top: 0;
    position: static;
    top: 0;
  }

  .dropdown-link {
    align-items: flex-end;
    margin-bottom: 2px;
    line-height: 120%;
  }

  .navlink-2 {
    align-items: flex-end;
    line-height: 120%;
  }

  .menu-container {
    z-index: 200;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 94%;
    margin-top: 80px;
    display: flex;
    position: relative;
  }

  .navlink-text {
    color: var(--white);
    font-size: 40px;
    line-height: 130%;
  }

  .culumn-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-end;
    margin-right: 0;
  }

  .green-box {
    padding: 20px;
  }

  .global-nav-menu {
    background-color: var(--grey);
    flex: none;
    width: 60vw;
    height: 100vh;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 80px 24px;
  }

  .container.cta-v1 {
    padding-top: 40px;
    padding-bottom: 340px;
  }

  .container.hero-v3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 140px;
  }

  .container.post-hero {
    padding-top: 140px;
  }

  .container.short {
    padding-top: 40px;
  }

  .container.cta-v3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.hero-service-v3 {
    height: 50vh;
    padding-bottom: 40px;
  }

  .content-wrapper.hero-v3 {
    width: 80%;
  }

  .content-wrapper.cta-v3 {
    width: auto;
  }

  .heading-h1.accent {
    margin-bottom: 0;
    font-size: 50px;
  }

  .horizontal-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .horizontal-wrap.top-align {
    grid-column-gap: var(--big-gap);
    grid-row-gap: var(--big-gap);
  }

  .horizontal-wrap.top-align.tablet-vertical {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
  }

  .horizontal-wrap.big {
    justify-content: flex-start;
  }

  .horizontal-wrap.service-rich-wrapper {
    grid-column-gap: var(--big-gap);
    grid-row-gap: var(--big-gap);
  }

  .paragraph-wrap.hero-v1 {
    width: auto;
  }

  .paragraph-wrap.hero-v2 {
    text-align: left;
    width: auto;
  }

  .button-frame.invisible-on-phone {
    display: none;
  }

  .secondery-button.phone-visible {
    display: flex;
  }

  .title-wrap.half-width {
    width: auto;
  }

  .title-wrap.half-width.sticky {
    position: static;
  }

  .title-wrap.centered {
    width: 80%;
  }

  .paralax-image {
    height: 300px;
  }

  .round-button.v2 {
    width: 110px;
    height: 110px;
  }

  .general-wrap {
    grid-column-gap: var(--medium-gap);
    grid-row-gap: var(--medium-gap);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-card {
    padding: 20px;
  }

  .content-wrap.narrow {
    width: auto;
  }

  .content-wrap.testimonials {
    width: auto;
    position: static;
  }

  .content-wrap.bottom-margin.half-width {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-h3 {
    font-size: 18px;
  }

  .heading-h3.big {
    font-size: 24px;
  }

  .big-icon {
    width: 36px;
    height: 36px;
  }

  .cta-v1-image {
    width: 100%;
    height: 300px;
    inset: auto 0% 0%;
  }

  .pricing-card.v2, .pricing-collection-wrap {
    align-items: stretch;
  }

  .testimonials-wrap.v2 {
    width: 100%;
  }

  .collection-item {
    width: auto;
  }

  .contact-info-wrap {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    justify-content: center;
    align-items: flex-start;
  }

  .contact-icon {
    object-fit: cover;
  }

  .footer-row {
    flex-flow: column;
  }

  .footer-row.space-between {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
  }

  .icon-wrap {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
  }

  .container-hero-v1 {
    padding-bottom: 60px;
  }

  .paralax-wrap {
    height: 360px;
  }

  .navbar {
    background-color: #00000026;
  }

  .navbar-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-container.v2 {
    justify-content: flex-end;
    align-items: center;
  }

  .navlink.v3 {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
    font-size: 32px;
  }

  .nav-menu {
    right: 24px;
  }

  .nav-menu.v3 {
    background-color: #fff0;
    border-radius: 0;
    flex: none;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-button {
    width: 50px;
    height: 50px;
  }

  .quantity-invisible {
    justify-content: center;
    align-items: center;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .humburger-button {
    place-items: center end;
  }

  .container-hero-v2 {
    background-image: linear-gradient(353deg, var(--bg-color), #0e0f0f00 65%);
    padding: 80px 24px;
  }

  .hero-v2-image {
    width: 100%;
    height: 100%;
  }

  .about-image.v2 {
    height: 300px;
  }

  .round-button-wrap {
    inset: auto auto -61px -20px;
  }

  .round-button-wrap.v2 {
    left: -7px;
  }

  .service-link {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .service-inner-wrap {
    width: 90%;
  }

  .service-arrow {
    position: absolute;
    inset: 24px 0% auto auto;
  }

  .empower-wrap {
    grid-column-gap: var(--big-gap);
    grid-row-gap: var(--big-gap);
    min-height: 140px;
  }

  .empower-wrapper {
    width: 100%;
  }

  .paragraph-button-wrap {
    width: auto;
  }

  .contact-wrapper {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-row-copy {
    flex-flow: column;
  }

  .hero-image-v3 {
    text-align: left;
    width: 100%;
    max-width: 80%;
    right: 0;
  }

  .feature-wrapper {
    margin-top: 20px;
  }

  .feature-wrapper.absolute {
    padding-bottom: 10px;
    padding-right: 20px;
    inset: auto 0% 0% auto;
  }

  .hero-v3-wrapper {
    justify-content: flex-end;
    align-self: center;
    height: 40vh;
  }

  .slider {
    height: auto;
  }

  .slider.v2 {
    margin-bottom: 0;
  }

  .footer-column {
    flex-flow: column;
  }

  .menu-wrap {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .blog-post-wrap, .post-image-frame, .rich-text-wrap {
    width: 100%;
  }

  .navbar-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
    display: flex;
  }

  .cart-wrap {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .cover {
    background-image: linear-gradient(356deg, #0e0f0e99, #0e0f0e00);
  }

  .navmenu-container {
    width: 70%;
  }

  .menu-container-v3 {
    background-color: var(--accent-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    margin-top: 90px;
    padding-top: 220px;
    padding-right: 40px;
    box-shadow: inset 16px 16px 60px #00000026;
  }

  .hamburger {
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    padding: 0;
  }

  .sm-link-2 {
    width: 40px;
    height: 40px;
  }

  .global-nav-menu {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-service-v3 {
    background-image: linear-gradient(0deg, var(--bg-color) 7%, #0e0f0e00 97%), url('../images/');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container {
    padding: 80px 20px 60px;
  }

  .container.about-v1 {
    padding-top: 60px;
  }

  .container.cta-v1 {
    padding-bottom: 290px;
  }

  .container.testimonials-v1 {
    padding-bottom: 32px;
  }

  .container.hero-v3 {
    padding-bottom: 20px;
  }

  .container.hero-service-v1 {
    padding-bottom: 80px;
  }

  .container.hero-service-v3 {
    height: 60vh;
  }

  .container.service-hero-v1 {
    min-height: auto;
    padding-top: 140px;
  }

  .container.hero {
    justify-content: center;
    align-items: center;
    padding-top: 140px;
  }

  .content-wrapper.hero-v3 {
    width: 100%;
  }

  .heading-h1 {
    font-variation-settings: "wght" 400;
    font-size: 34px;
  }

  .heading-h1.large {
    font-size: 40px;
  }

  .heading-h1.small {
    font-size: 26px;
  }

  .heading-h1.accent {
    font-size: 36px;
  }

  .video-cover {
    background-image: linear-gradient(0deg, var(--bg-color) 3%, #0e0e0da8 49%, #0000 73%);
  }

  .button-wrap {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
  }

  .horizontal-wrap, .horizontal-wrap.top-align.tablet-vertical {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
  }

  .horizontal-wrap.tablet-vertical {
    width: auto;
  }

  .paragraph.small.very-small {
    font-size: 14px;
  }

  .paragraph.big-centered {
    font-size: 18px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.large.light {
    font-size: 24px;
  }

  .heading-h2 {
    font-size: 28px;
  }

  .title-wrap {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    width: 100%;
  }

  .title-wrap.half-width {
    width: auto;
  }

  .title-wrap.centered {
    grid-column-gap: var(--small-gap);
    grid-row-gap: var(--small-gap);
    width: 90%;
  }

  .title-wrap.centered.full {
    width: 100%;
  }

  .paralax-image {
    height: 250px;
  }

  .round-button {
    width: 110px;
    height: 110px;
  }

  .round-button.v3 {
    width: 120px;
    height: 120px;
  }

  .round-button-text {
    font-size: 18px;
  }

  .button-rounded {
    right: 0;
  }

  .service-collection-list {
    flex-flow: column;
    display: flex;
  }

  .content-wrap.about-v3, .content-wrap.bottom-margin.half-width {
    width: auto;
  }

  .heading-h3.big {
    font-size: 22px;
  }

  .why-us-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .row {
    flex-flow: column;
  }

  .big-icon {
    object-fit: scale-down;
  }

  .cta-v1-image {
    height: 250px;
  }

  .price.thin {
    font-size: 24px;
  }

  .price.dark.big {
    font-size: 26px;
  }

  .list-item.product-page {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .check-mark {
    margin-top: 4px;
  }

  .testimonials-wrap {
    display: flex;
    overflow: auto;
  }

  .testemonial-card {
    width: 280px;
  }

  .testemonial-card.v2 {
    width: auto;
  }

  .blog-collection-list {
    flex-flow: column;
    display: flex;
  }

  .contact-info-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-text {
    font-size: 16px;
  }

  .contact-info-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .text-field {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .text-field::placeholder {
    text-align: left;
  }

  .form-block {
    margin-bottom: 0;
  }

  .form-block.v3, .form-block.newsletter {
    width: auto;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-row, .footer-row.space-between {
    justify-content: space-between;
    align-items: flex-start;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.nav {
    width: auto;
    padding-left: 0;
  }

  .logo {
    width: 110px;
  }

  .footer-link-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-hero-v1 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paralax-wrap {
    height: 300px;
    padding-top: 40px;
  }

  .navbar-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-container.v1 {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    padding: 14px 20px;
  }

  .nav-menu.v2 {
    width: 100%;
  }

  .cart-button {
    width: 45px;
    height: 45px;
  }

  .cart-button.v1 {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-button.v3, .cart-button.v2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cart-icon {
    object-fit: contain;
    width: 20px;
    height: 20px;
  }

  .humburger-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .container-hero-v2 {
    padding: 80px 20px 100px;
  }

  .round-button-wrap.cta-v2 {
    bottom: -50px;
  }

  .round-button-wrap.about-v3 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .dot-wrap {
    top: -4%;
  }

  .dot-wrap._3 {
    top: -10%;
  }

  .dot-wrap._4 {
    top: -66%;
  }

  .dot-wrap._2, .dot-wrap._1 {
    top: -10%;
  }

  .path._4 {
    height: 100%;
  }

  .client-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }

  .client-wrapper.centered {
    justify-content: center;
    align-items: center;
  }

  .contact-wrapper {
    display: flex;
  }

  .footer-row-copy.column {
    justify-content: center;
    align-items: flex-start;
  }

  .addditional-link-wrap {
    flex-flow: row;
  }

  .hero-image-v3 {
    width: 120%;
    max-width: 100%;
    height: 500px;
    max-height: 20%;
  }

  .feature-wrapper {
    margin-top: 60px;
  }

  .feature-wrapper.absolute {
    grid-column-gap: var(--very-small-gap);
    grid-row-gap: var(--very-small-gap);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 2%;
  }

  .hero-v3-wrapper {
    flex: 1;
    height: 40vh;
  }

  .row-wrap {
    flex-flow: column;
    margin-top: 40px;
  }

  .review-wrap {
    width: 100%;
  }

  .slider {
    height: auto;
    margin-right: 0;
  }

  .slider-arrow, .slider-arrow.right {
    width: 44px;
    height: 44px;
    bottom: -60px;
  }

  .client-content {
    justify-content: center;
    align-items: center;
  }

  .client-logo {
    width: 120px;
  }

  .horizontal-divider {
    display: none;
  }

  .slider-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .cart-container.v1 {
    width: 100%;
    min-width: auto;
    height: 90vh;
    margin-top: 87px;
  }

  .post-image-frame {
    height: 200px;
  }

  .rich-text-wrap.centered {
    width: 100%;
  }

  .rich-text h2 {
    font-size: 24px;
  }

  .produt-description-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 24px;
  }

  .cover {
    background-image: linear-gradient(356deg, #0e0f0ecc 11%, #0e0f0e99 68%, #0e0f0e00);
  }

  .navmenu-container, .quick-contact-wrapper, .quick-contact-wrapper.v2 {
    width: 100%;
  }

  .utility-page-content {
    width: 90%;
  }

  .homes-wrap {
    margin-top: 60px;
  }

  .underline.white {
    display: none;
  }

  .nav-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    align-self: flex-end;
  }

  .title {
    font-weight: 500;
  }

  .sm-link-2 {
    width: 44px;
    height: 44px;
  }

  .dropdownlink-text {
    white-space: nowrap;
  }

  .dropdown-link, .navlink-2 {
    padding-bottom: 0;
  }

  .menu-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navlink-text {
    white-space: nowrap;
    font-size: 36px;
  }

  .homes-row {
    flex-flow: column;
  }

  .version-image-wrap {
    width: auto;
  }

  .green-box {
    padding: 24px;
  }

  .section-2 {
    overflow: visible;
  }

  ._404-text {
    font-size: 90px;
  }

  .global-nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_4f67b6d2-d88a-aa24-5bb1-4aa212b42640-12b4263d {
  justify-self: start;
}

#w-node-_4f67b6d2-d88a-aa24-5bb1-4aa212b4264c-12b4263d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-af46eac3-e146-3f58-b74e-2d68cd5d1591-cd5d14e3, #w-node-_4f67b6d2-d88a-aa24-5bb1-4aa212b4267a-12b4263d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
