:root {
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --white-smoke: #f8f6f4;
  --gainsboro: #dbdbdb;
  --light-coral: #d77474;
  --black: black;
  --orange-red: #ff5f0f;
  --white: white;
  --transparent: #fff0;
  --dark-grey: #a1a1a1;
  --grey: #858585;
  --dim-grey-2: #4d4d4d;
}

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

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

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

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

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

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

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

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

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

.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;
  height:100vh;
}

.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-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-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-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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h4.heading-5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--firebrick);
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

div.prod-tab-pane {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.prod-tab-pane > ul > li, .prod-tab-pane > ol > li {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.item-tittle {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.wrapper-pages {
  overflow: hidden;
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-14.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.fireproducts {
  background-image: linear-gradient(90deg, var(--white-smoke) 30%, transparent), url('../images/smouldering-ashes.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 110px;
}

.hero-section.about-us.fireembers {
  background-image: linear-gradient(90deg, var(--white-smoke) 30%, transparent), url('../images/smouldering-ashes.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 110px;
}

.nav-link {
  opacity: 1;
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: var(--firebrick);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 100px;
  font-weight: 500;
  position: relative;
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding: 120px 20px 20px;
  position: relative;
}

.section.footer-section {
  color: #0000;
  background-color: #dbdbdb1a;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  color: #fff;
  border-top-style: solid;
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(60deg, #ffffffe3 45%, #fff0 78%), url('../images/smouldering-ashes.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sale-section {
  color: #0000;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.section.prod-section {
  color: #0000;
  padding-top: 350px;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  position: relative;
}

.section.contact {
  padding-bottom: 0;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
  transition: all .45s;
}

.brand.w--current:hover {
  transform: translate(0, -6px);
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%px;
  right: auto;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--light-coral);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--black);
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.top-text.hero-vid {
  color: var(--orange-red);
  text-align: left;
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.top-text.hero-vid.black {
  color: var(--black);
  margin-bottom: -10px;
}

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

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.vid-more-info ul li, .vid-more-info ol li {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom:4px;
  line-height: 24px;
}

.vid-more-info ul, .vid-more-info ol {
  margin-top:10px;
  margin-bottom:20px;
}

.container.about-section {
  padding-left: 0;
  padding-right: 0;
}

.container.left {
  text-align: left;
  padding-top: 90px;
}

.container.video {
  padding-left: 0;
  padding-right: 0;
}

.footer-subscribe {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  display: inline-block;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .4s;
}

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

.top-padding {
  text-align: left;
  margin-top: 40px;
}

.top-padding.small {
  margin-top: 20px;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--firebrick);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0 0 6px;
  flex-flow: row;
  min-width: 210px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.button.dark.black {
  background-color: var(--black);
  text-align: center;
  min-width: 210px;
  height: auto;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.button.dark.black:hover {
  background-color: var(--firebrick);
}

.button.black {
  background-color: var(--black);
  color: #fff;
  height: 38px;
  font-family: Poppins, sans-serif;
}

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

.product-page-image {
  aspect-ratio: 1;
  text-align: center;
  background-image: url('../images/kit-BodyR90-f.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.product-page-image.main {
  transition: all .45s;
}

.product-page-image.main:hover {
  transform: scale(1.025);
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: #0c152f99;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.page-title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom:10px;
}

.page-title.big {
  color: #fff;
  text-shadow: 0 0 6px #000000ba;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.main {
  font-family: Montserrat, sans-serif;
}

.paragraph.main.hero {
  color: var(--white);
}

div.section-tittle {
  margin-top: 20px;
}

.section-tittle {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.sub-footer {
  background-color: #dbdbdb1a;
  border-top: 1px solid #ebebeb;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--transparent);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

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

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

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

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

.color-block {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: left;
  width: 70%;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

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

.button-link.product {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 275px;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Montserrat, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-info-wrapper.feature {
  max-width: 100%;
  margin-top: 0;
}

.div-column-left {
  float: left;
  width: 90%;
}

.div-column-right {
  float: right;
  width: 90%;
}

.image-2 {
  position: static;
  top: 19px;
  left: 53px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: url('../images/mt-team-pic.jpg');
  background-position: 65% 45%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 135px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 80px;
}

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

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 90%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.sticky-navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 5px #00000012;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 370px;
  position: relative;
  overflow: hidden;
}

.project-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  margin-right: 18px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  display: inline;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

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

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.div-block.right {
  top: 90px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  margin-right: 0%;
}

.hero-image {
  width: auto;
  height: auto;
  margin-left: 0;
}

.hero-image-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  max-height: 575px;
  display: flex;
}

.discount {
  border-top-style: none;
  margin-bottom: 20px;
}

.logo-image {
  min-width: 145px;
  height: auto;
}

.image-6 {
  min-width: 300px;
}

.paragraph-2, .paragraph-3 {
  font-family: Montserrat, sans-serif;
}

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

.f11 {
  background-color: #fff;
  padding: 100px 5%;
}

.f11.with-line {
  background-color: #eeeeeebf;
  border-top: 1px solid #eee;
  font-family: Montserrat, sans-serif;
}

.f11_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.f11_link_wrap {
  flex-wrap: wrap;
  display: flex;
}

.f11_link {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.f11_text {
  color: #4e5d78;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

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

.f11_link_span {
  text-decoration: none;
}

.f11_logo {
  margin-bottom: 0;
}

.feature {
  color: #ee5f26;
  text-align: left;
  font-family: Changa One, Impact, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.img-shrink.feat {
    aspect-ratio: 1;
    max-width: 90%;
}

a.expand img.img-shrink.feat {
    transition: all .45s;
}

a.expand img.img-shrink.feat:hover {
    transform: scale(1.025);
}

.footer-logo {
  margin-top: 6px;
}

.footer-logo.w--current {
  transition: all .45s;
}

.footer-logo.w--current:hover {
  transform: translate(0, -6px);
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form01_h5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form01_line {
  background-color: #ebecf0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form01_paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.form01_button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #2487c7;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
  transition: all .45s;
}

.form01_button:hover {
  background-color: #000;
}

.form01_input {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  width: 49%;
  min-height: 48px;
  font-size: 14px;
  font-weight: 400;
}

.form01_input:focus {
  border-color: #5d3eff;
}

.form01_input::placeholder {
  color: #8a94a6;
}

.form_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.form01 {
  border: 1px solid #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.form01_logo {
  background-color: #fff;
  border-radius: 100px;
  width: 120px;
  margin-top: -50px;
  padding: 10px;
  box-shadow: 7px 7px 40px #ebecf0;
}

.form_alert_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form01_form_block {
  font-family: Montserrat, sans-serif;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form01_form {
  font-size: 12px;
}

.form01_bar {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form01_success {
  background-color: #fff;
}

.form01_input_full {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5d3eff;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.form01_dropdown {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  min-height: 48px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}

.form01_dropdown.w--open {
  width: 100%;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.contact-text {
  margin-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.shop-video-cta {
  background-image: linear-gradient(#0006, #0006), url('../images/fire-bkg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  display: flex;
  position: relative;
}

.play-icon {
  grid-column-gap: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.group-link {
  color: #000;
  text-align: left;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.feature-logo {
  text-align: left;
  max-width: 375px;
}

.group-link-text {
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .45s;
}

.group-link-text:hover {
  transform: translate(0, -6px);
}

.dropdown-text {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.dropdown-toggle {
  color: var(--dim-grey);
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: 22px;
}

.dropdown-toggle:hover {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.ea-logo {
  height: 100vh;
  max-height: 475px;
}

.rich-text-block {
  line-height: 24px;
}

.collection-item {
  font-family: Montserrat, sans-serif;
}

.drop-link {
  color: var(--dim-grey);
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 500;
  transition: all .45s;
}

.drop-link:hover {
  color: var(--black);
  background-color: #eee9;
  font-weight: 500;
}

.drop-link.first {
  border-top: 1px solid #eee;
}

.drop-nav.w--open {
  background-color: #fff;
}

.product-tabs {
  text-align: left;
  margin-top: 60px;
}

.prod-tab-link {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #eee;
  border-top-right-radius: 6px;
  width: 32.5%;
  margin-right: .5%;
  font-family: Montserrat, sans-serif;
  transition: all .45s;
}

.prod-tab-link:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.prod-tab-link.w--current {
  background-color: #eee9;
}

.prod-tab-link.w--current:hover {
  background-color: var(--black);
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.prod-tab-pane {
  padding: 30px 240px 30px 30px;
}

.video-tab-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .45s;
}

.video-tab-link:hover {
  letter-spacing: .5px;
}

.lightbox-link {
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
}

.lightbox-link.no-image {
  object-fit: fill;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 320px;
  transition: all .45s;
  display: flex;
}

.lightbox-link.no-image:hover {
  transform: translate(0, -6px);
}

.banner {
  background-color: #184fc2;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.banner.landing {
  background-color: #0000;
  background-image: linear-gradient(45deg, #0009, #fff0 62%), linear-gradient(#7800004d, #7800004d), url('../images/ember-attack-bushfire-bkg.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.bottom-arrow {
  z-index: 10;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.sub-title-slider {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.sub-title-slider.sub-left {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  font-style: italic;
}

.play-icon-2 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-icon-2.half {
  max-width: 50px;
}

.video-lightbox {
  background-image: url('../images/project-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -15px 0 50px #00000040;
}

.video-lightbox.photo-2 {
  background-image: url('../images/mark-tailby-video.jpg');
  background-position: 50% 40%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 385px;
  margin-top: 60px;
  display: flex;
  box-shadow: -15px 0 50px #00000080;
}

.video-lightbox.video-1 {
  background-image: url('../images/ember-attack-bushfire-bkg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 385px;
  margin-top: 60px;
  display: flex;
  box-shadow: -15px 0 50px #00000080;
}

.big-title-banner {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.big-title-banner.bold {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

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

.scroll-down {
  background-image: url('../images/angle-arrow-down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 40px;
  height: 40px;
}

.hero-left {
  text-align: left;
  padding-right: 20px;
}

.columns-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.break-large {
  display: block;
}

.section-content-title-left {
  color: #000;
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-overview {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.video-subhead {
  text-transform: uppercase;
  font-size: 20px;
}

.list-heading {
  color: var(--firebrick);
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.vid-more-info {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-list-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .45s;
}

.video-list-link:hover {
  letter-spacing: .5px;
}

.video-lightbox-link {
  object-fit: fill;
  background-image: url('../images/ember-attack-bushfire-bkg.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 175px;
  margin-left: auto;
  margin-right: auto;
  transition: all .45s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -15px 0 20px #00000040;
}

.video-lightbox-link:hover {
  transform: translate(0, -6px);
}

.video-lightbox-link.page {
  min-height: 375px;
}

.vid-base {
  box-sizing: content-box;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.vid-link-text {
  color: var(--dim-grey-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.quick-stack-video-guide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.vid-more-info-list {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
}

.vid-link-text-list {
  color: var(--dim-grey-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.more-info-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-logo-link {
  transition: all .45s;
}

.hero-logo-link:hover {
  transform: translate(0, -6px);
}

/* Add smooth fade transition for cart */
[data-node-type="commerce-cart-container-wrapper"] {
  transition: opacity 0.3s ease;
  opacity: 0;
}

[data-node-type="commerce-cart-container-wrapper"].cart-open {
  opacity: 1;
}

/* Add backdrop fade */
[data-node-type="commerce-cart-container-wrapper"]::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
  z-index: -1;
}

[data-node-type="commerce-cart-container-wrapper"].cart-open::before {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

 .number, .number-short {
  color: #ee5f26;
  text-align: left;
  font-family: Changa One, Impact, sans-serif;
  font-size: 154px;
  line-height: 154px;
  margin-bottom:-154px;
  position:relative;
  top:-428px;
  left:-40px;
  opacity:0.18;
 }

 .number-short {
  margin-bottom:-154px;
  top:-260px;
  right:100%;
  left:none;  
 }

 .guide-diag {
  margin-top:90px;
  margin-bottom:-90px;
}

.div-four {
  margin-top:90px;
}

.img-link {transition: all .45s;}

.img-link:hover {
  transform: translate(0, -6px);
}

.container.w-container.shop {margin-top:130px;}

.section.shop {border-top:none;padding-top:30px;}

.text-box {
  z-index: 1;
  width: 100%;
  max-width: 750px;
  position: relative;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

.spacer {
  background-color: #0000;
  width: 48px;
  height: 48px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.question-container {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #edf0f3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.answer {
  color: #4c5458;
  padding-right: 50px;
  display: block;
  overflow: hidden;
}

.question {
  color: #343a3d;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.question-arrow-icon {
  margin-top: 16px;
}

.container-4 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.questions-section {
  text-align: left;
  margin-bottom: 36px;
}

.hide {display:none;}

@media screen and (max-width: 1441px) {
.vertical-category {
  left: -3.5%;
  }

.vertical-category.wide {
  left: -8.0%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: #dbdbdb00;
    background-image: linear-gradient(#ffffff36, #ffffff36);
    background-position: 0 0;
    height: 100vh;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .hero-section.about-us.fireproducts {
    background-color: #0000;
    background-image: linear-gradient(90deg, var(--white-smoke) 31%, #ffffff8c), url('../images/smouldering-ashes.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    border-top-width: 0;
  }

  .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.hero, .top-text.hero-vid {
    text-align: left;
    margin-bottom: 10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero-alt {
    max-width: 70%;
  }

  .container.hero-install {
    max-width: 90%;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .product-page-image {
    aspect-ratio: 1;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: var(--black);
    margin-top: 0;
  }

  .page-title.big {
    color: #fff;
    text-align: center;
    width: 70%;
  }

  .paragraph.main {
    text-align: center;
    width: 45%;
  }

  .paragraph.main.hero {
    width: 75%;
  }

  .history-tittle {
    font-size: 28px;
    line-height: 34px;
  }

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

  .right-footertext {
    text-align: right;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image-wrapper {
    max-height: 222px;
  }

  .item-overlay {
    aspect-ratio: 1;
  }

  .about-hero-block {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 20px;
    padding-right: 9px;
    display: block;
  }

  .div-block.right {
    width: 100%;
  }

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
  }

  .hero-image {
    background-image: none;
    width: 65%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-div {
    width: 100%;
    padding-bottom: 100px;
  }

  .feature {
    font-size: 48px;
    line-height: 48px;
  }

  .group-link {
    font-family: Montserrat, sans-serif;
  }

  .dropdown-toggle {
    width: 100%;
    max-width: 100%;
  }

  .dropdown {
    border-top: 1px solid var(--gainsboro);
    border-bottom: 1px none var(--gainsboro);
    width: 100%;
    max-width: 100%;
  }

  .ea-logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prod-tab-pane {
    padding-right: 30px;
  }

  .video-lightbox.photo-2, .video-lightbox.video-1 {
    height: 300px;
  }

  .big-title-banner {
    font-size: 33px;
    line-height: 43px;
  }

  .hero-left {
    padding-right: 0;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .video-lightbox-link.page {
    min-height: 225px;
  }

  .vid-link-text, .vid-link-text-list {
    font-family: Montserrat, sans-serif;
  }

  .img-shrink {
    aspect-ratio: 1;
    max-width: 90%;
  }

  .hero-section.about-us.fireembers {
  background-image: linear-gradient(60deg, var(--white-smoke) 45%, transparent), url('../images/smouldering-ashes.jpg');
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media screen and (max-width: 821px) {
 .container.w-container.shop {margin-top:30px;}
 .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: linear-gradient(#73000066, #73000066), linear-gradient(45deg, #0009, #fff0), url('../images/ember-attack-bushfire-bkg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, 2080px;
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 24%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.about-us.fireproducts {
    height: auto;
    padding-top: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .left-block.hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.cta {
    background-image: linear-gradient(90deg, var(--gainsboro) 44%, #fff0), url('../images/smouldering-ashes.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .vertical-category {
    display: none;
  }

  .top-text.hero, .top-text.hero-vid.black {
    color: var(--orange-red);
  }

  .container {
    height: auto;
  }

  .container.hero-alt {
    max-width: 85%;
  }

  .container.hero-centre {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .container.hero-install {
    max-width: 90%;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .product-page-image {
    height: 485px;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 45%;
  }

  .paragraph.main.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block, .info-sale-block.padding {
    margin-top: 0;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .cta-text {
    color: var(--black);
    width: 75%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .image-wrapper {
    height: auto;
    max-height: 475px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
    padding-left: 20px;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-div.small {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    background-size: 500px;
    height: 400px;
  }

  .hero-image-div {
    justify-content: center;
    align-items: center;
    max-height: 400px;
    display: block;
  }

  .flex-block {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .f11_container {
    flex-wrap: wrap;
  }

  .feature {
    font-size: 34px;
    line-height: 36px;
  }

  .shop-video-cta {
    background-image: linear-gradient(#0003, #0003), url('../images/fire-bkg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 450px;
  }

  .play-icon {
    grid-column-gap: 15px;
    width: 150px;
    height: 150px;
  }

  .group-link-text {
    margin-bottom: 20px;
  }

  .ea-logo {
    height: 320px;
  }

  .prod-tab-link {
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link.no-image {
    height: 285px;
  }

  .sub-title-slider.sub-left {
    font-size: 12px;
    line-height: 20px;
  }

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

  .video-lightbox.photo-2, .video-lightbox.video-1 {
    height: 285px;
  }

  .hide-small {
    display: none;
  }

  .video-lightbox-link {
    margin-top: 30px;
  }

  .video-lightbox-link.page {
    min-height: 275px;
  }

  .img-shrink {
    max-width: 90%;
  }

  .hero-section.about-us.fireembers {
  background-image: linear-gradient(60deg, var(--white-smoke) 50%, transparent), url('../images/smouldering-ashes.jpg');
  }

  .section.collections {
  padding: 80px 20px 20px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#6f000080, #6f000080), linear-gradient(45deg, #00000080, #fff0), url('../images/ember-attack-bushfire-bkg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, var(--white-smoke) 46%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.fireproducts {
    height: auto;
    padding-top: 80px;
  }

  .section.sale-section {
    padding-top: 120px;
    padding-bottom: 40%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text.cta {
    color: var(--firebrick);
  }

  .top-text.hero {
    text-align: center;
  }

  .container {
    height: auto;
  }

  .container.hero-alt, .container.hero-install {
    max-width: 100%;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    width: 100%;
    display: block;
  }

  .button.dark.black {
    margin-top: 0;
    margin-left: 0;
  }

  .product-page-image {
    aspect-ratio: 1;
    height: auto;
    min-height: 235px;
  }

  .product-info {
    padding-right: 0;
  }

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

  .page-title.big {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph.main {
    width: 100%;
  }

  .paragraph.main.hero {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sale-block, .sale-block.padding {
    margin-top: 0;
  }

  .color-block {
    height: auto;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 0;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .team-wrapper {
    text-align: center;
  }

  .column.feature-prod {
    margin-top: 0;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .cta-text {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-image {
    background-size: 300px;
    height: 200px;
  }

  .hero-image-div {
    max-height: 300px;
  }

   .logo-image {
    min-width: 175px;
    max-width: 200px;
    margin-left: 10px;
  }

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

  .f11_link {
    margin-bottom: 10px;
  }

  .f11_logo {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .footer-logo {
    text-align: center;
    margin-top: 10px;
  }

  .form01_input {
    width: 100%;
  }

  .form01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .contact-text {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-video-cta {
    background-position: 50%;
  }

  .ea-logo {
    height: 275px;
    max-height: 300px;
  }

  .prod-tab-pane {
    padding: 20px;
  }

  .video-lightbox {
    height: 200px;
  }

  .video-lightbox.photo-2, .video-lightbox.video-1 {
    height: 185px;
    margin-top: 40px;
  }

  .big-title-banner {
    font-size: 28px;
    line-height: 38px;
  }

  .big-title-banner.bold {
    font-size: 32px;
    line-height: 40px;
  }

  .force-return {
    display: block;
  }

  .break-large {
    display: inline;
  }

  .video-lightbox-link {
    height: 200px;
  }

  .video-lightbox-link.page {
    height: 185px;
    min-height: 185px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .cart-button {
  border-left: none;
  }

  .guide-diag {
  margin-top:60px;
  margin-bottom:-30px;
  }

  .div-column-left, .div-column-right {
  width: 100%;
  }

  .div-four {
    padding-right:10px;
    padding-left:10px;
    margin-top:30px;
  }

  .container-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 376px) {
.hide-ex-small {
    display: none;
  }
}

#w-node-_05f41280-1106-df1d-18e5-952718e972eb-1ea548e2, #w-node-_05f41280-1106-df1d-18e5-952718e972ed-1ea548e2, #w-node-ac44eb99-d265-a123-eb9a-436a8b3fd8e1-1ea548e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f5-1ea548e2, #w-node-_05f41280-1106-df1d-18e5-952718e972f8-1ea548e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_370b03ec-3f53-aedf-b610-ec11db011d8a-193d9c9c, #w-node-e340ca70-3e01-c464-18d0-9985aedfbbe6-193d9c9c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e340ca70-3e01-c464-18d0-9985aedfbbe6-63439795 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972eb-158bdb44, #w-node-_05f41280-1106-df1d-18e5-952718e972ed-158bdb44, #w-node-ac44eb99-d265-a123-eb9a-436a8b3fd8e1-158bdb44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f5-158bdb44, #w-node-_05f41280-1106-df1d-18e5-952718e972f8-158bdb44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972eb-fa3d7be7, #w-node-_05f41280-1106-df1d-18e5-952718e972ed-fa3d7be7, #w-node-ac44eb99-d265-a123-eb9a-436a8b3fd8e1-fa3d7be7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f5-fa3d7be7, #w-node-_05f41280-1106-df1d-18e5-952718e972f8-fa3d7be7 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_370b03ec-3f53-aedf-b610-ec11db011d8a-193d9c9c, #w-node-e340ca70-3e01-c464-18d0-9985aedfbbe6-193d9c9c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_370b03ec-3f53-aedf-b610-ec11db011d8a-193d9c9c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e340ca70-3e01-c464-18d0-9985aedfbbe6-63439795 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e340ca70-3e01-c464-18d0-9985aedfbbe6-193d9c9c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


