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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

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

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

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

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

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: 'San Francisco';
  color: #000;
  font-size: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 2rem;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #393b3b;
  text-align: left;
}

a:hover {
  color: #393b3b;
}

a:active {
  color: #96a5ad;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #393b3b;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #393b3b;
}

.styleguide-content-wrap {
  text-align: center;
}

.section.footer {
  position: relative;
  z-index: 9999;
  background-color: #96a5ad;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  margin-top: 0px;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.cc-full-width-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.technical {
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7f8;
  border-radius: 20px;
  background-color: #fff;
}

.container.medical-tabs {
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 4%;
  padding-bottom: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7f8;
  border-radius: 20px;
  background-color: #fff;
}

.container.columnss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.paragraph-bigger {
  display: inline-block;
  opacity: 1;
  color: #393b3b;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 20px;
}

.paragraph-bigger.terms-ask {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
}

.paragraph-bigger.terms-ask._2 {
  color: #96a5ad;
  font-size: 0.9rem;
}

.paragraph-bigger.terms-ask.whitez {
  color: #fff;
}

.paragraph-bigger._2 {
  color: #ff5722;
}

.ae-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: transform 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  color: #ff5722;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ae-button:hover {
  background-color: #ff5722;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.ae-button:active {
  background-color: #ff5722;
}

.ae-button.w--current {
  background-color: #ff5722;
  color: #fff;
}

.ae-button.w--current:hover {
  color: #ff5722;
}

.ae-button.add {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  opacity: 1;
}

.ae-button.add:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-blog-date {
  margin-top: 20px;
  color: #96a5ad;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  color: #393b3b;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-transform: none;
}

.paragraph-light.arsat {
  color: #6b6b6b;
}

.paragraph-light.alice {
  max-width: 350px;
  color: #f4f7f8;
}

.paragraph-light.bold {
  font-weight: 700;
}

.heading-bigone {
  margin-top: 10px;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 700;
}

.heading-bigone.grey {
  margin-bottom: 20px;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 0;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9dee0;
  color: #fff;
  text-align: center;
}

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

.product-name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.text-field {
  height: 55px;
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 200px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.logo-image {
  width: 120px;
  padding-bottom: 5px;
}

.intro-content {
  margin-bottom: 40px;
}

.intro-content.product-page {
  position: relative;
  z-index: 6;
  width: 40%;
  max-width: 450px;
}

.intro-content.product-page-medical {
  position: relative;
  z-index: 6;
  width: 40%;
  max-width: 450px;
}

.intro-text {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.intro-text.middle {
  text-align: center;
}

.intro-text.medical {
  margin-left: 3vw;
}

.intro-text.minus {
  margin-top: -101px;
}

.footer {
  padding-top: 120px;
  padding-bottom: 60px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . . ."
    ". . . . .";
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.paragraph-contact-text {
  margin-bottom: 10px;
  color: #ff5722;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-detail-measurement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  position: relative;
  right: 0px;
  width: 45%;
  height: auto;
  max-width: 470px;
  margin-bottom: 20px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  overflow: hidden;
  width: 45vw;
  height: 45vw;
  max-height: 800px;
  max-width: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}

.product-detail-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #393b3b;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail-price {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.3em;
  line-height: 52px;
  font-weight: 700;
}

.product-detail-name {
  width: 80%;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 35px;
  font-weight: 700;
}

.product-detail-unit-text {
  margin-left: 40px;
  text-align: right;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  padding: 16px 24px;
  border-color: #e4e4e4;
}

.block-content {
  padding: 24px 24px 12px;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  font-weight: 400;
}

.full-width-form {
  margin-top: 100px;
  padding: 50px 0px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: transparent;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  padding: 20px 24px;
  border-bottom-color: #e4e4e4;
}

.shipping-method-list {
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
}

.blog-detail-header-wrap {
  margin: 60px auto 20px;
}

.blog-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  border-radius: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.order-wrap {
  -webkit-flex-basis: 750px;
  -ms-flex-preferred-size: 750px;
  flex-basis: 750px;
}

.order-summary {
  top: 140px;
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-label-2 {
  margin-bottom: 0px;
  text-transform: none;
}

.checkbox-2 {
  margin-top: 2px;
}

.heading.heading-jumbo-small {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 700;
}

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

.ae-body.black {
  background-color: #1d1d1d;
}

.text-block {
  display: inline;
  text-transform: none;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.color-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68.6px;
  height: 100%;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: #f44336;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.color-box:hover {
  border-width: 1px;
  border-color: #fff;
}

.color-box:active {
  opacity: 0.75;
}

.color-box:focus {
  border-color: #fff;
}

.color-box.cyan-800 {
  background-color: #00838f;
}

.color-box.indigo-50 {
  background-color: #e8eaf6;
}

.color-box.deep-purple-100 {
  background-color: #d1c4e9;
}

.color-box.orange-900 {
  background-color: #e65100;
}

.color-box.red-100 {
  background-color: #ffcdd2;
}

.color-box.purple-500 {
  background-color: #9c27b0;
}

.color-box.light-green-700 {
  background-color: #689f38;
}

.color-box.brown-700 {
  background-color: #5d4037;
}

.color-box.orange-50 {
  background-color: #fff3e0;
}

.color-box.orange-300 {
  background-color: #ffb74d;
}

.color-box.deep-purple-500 {
  background-color: #673ab7;
}

.color-box.lime-800 {
  background-color: #9e9d24;
}

.color-box.teal-50 {
  background-color: #e0f2f1;
}

.color-box.purple-700 {
  background-color: #7b1fa2;
}

.color-box.orange-100 {
  background-color: #ffe0b2;
}

.color-box.blue-grey-100 {
  background-color: #d9dee0;
}

.color-box.grey {
  background-color: #9e9e9e;
}

.color-box.teal-300 {
  background-color: #4db6ac;
}

.color-box.blue-700 {
  background-color: #1976d2;
}

.color-box.amber-700 {
  background-color: #ffa000;
}

.color-box.blue-300 {
  background-color: #64b5f6;
}

.color-box.amber-500 {
  background-color: #ffc107;
}

.color-box.light-blue-800 {
  background-color: #0277bd;
}

.color-box.grey-300 {
  background-color: #e0e0e0;
}

.color-box.light-green {
  background-color: #8bc34a;
}

.color-box.light-blue-600 {
  background-color: #039be5;
}

.color-box.deep-orange-600 {
  background-color: #f4511e;
}

.color-box.green-500 {
  background-color: #4caf50;
}

.color-box.teal-600 {
  background-color: #00897b;
}

.color-box.light-green-600 {
  background-color: #7cb342;
}

.color-box.purple-50 {
  background-color: #f3e5f5;
}

.color-box.pink-900 {
  background-color: #880e4f;
}

.color-box.lime-300 {
  background-color: #dce775;
}

.color-box.lime-400 {
  background-color: #d4e157;
}

.color-box.red-900 {
  background-color: #b71c1c;
}

.color-box.purple-400 {
  background-color: #ab47bc;
}

.color-box.red-800 {
  background-color: #c62828;
}

.color-box.red-200 {
  background-color: #ef9a9a;
}

.color-box.brown-200 {
  background-color: #bcaaa4;
}

.color-box.red-50 {
  background-color: #ffebee;
}

.color-box.green-50 {
  background-color: #e8f5e9;
}

.color-box.cyan-300 {
  background-color: #4dd0e1;
}

.color-box.orange-400 {
  background-color: #ffa726;
}

.color-box.green-900 {
  background-color: #1b5e20;
}

.color-box.deep-purple-200 {
  background-color: #b39ddb;
}

.color-box.orange-200 {
  background-color: #ffcc80;
}

.color-box.pink-600 {
  background-color: #d81b60;
}

.color-box.light-green-300 {
  background-color: #aed581;
}

.color-box.pink-200 {
  background-color: #f48fb1;
}

.color-box.yellow-400 {
  background-color: #ffee58;
}

.color-box.brown-100 {
  background-color: #d7ccc8;
}

.color-box.teal-500 {
  background-color: #009688;
}

.color-box.amber-800 {
  background-color: #ff8f00;
}

.color-box.teal-100 {
  background-color: #b2dfdb;
}

.color-box.teal-800 {
  background-color: #00695c;
}

.color-box.cyan-50 {
  background-color: #e0f7fa;
}

.color-box.orange {
  background-color: #ff9800;
}

.color-box.yellow-600 {
  background-color: #fdd835;
}

.color-box.cyan-200 {
  background-color: #80deea;
}

.color-box.blue-grey-900 {
  background-color: #263238;
}

.color-box.deep-purple-600 {
  background-color: #5e35b1;
}

.color-box.light-blue-100 {
  background-color: #b3e5fc;
}

.color-box.blue-grey-200 {
  background-color: #b0bec5;
}

.color-box.cyan-600 {
  background-color: #00acc1;
}

.color-box.red-700 {
  background-color: #d32f2f;
}

.color-box.deep-orange {
  background-color: #ff5722;
}

.color-box.pink-50 {
  background-color: #fce4ec;
}

.color-box.amber-900 {
  background-color: #ff6f00;
}

.color-box.cyan-400 {
  background-color: #26c6da;
}

.color-box.red-300 {
  background-color: #e57373;
}

.color-box.deep-orange-100 {
  background-color: #ffccbc;
}

.color-box.blue-50 {
  background-color: #e3f2fd;
}

.color-box.deep-orange-900 {
  background-color: #bf360c;
}

.color-box.cyan-500 {
  background-color: #00bcd4;
}

.color-box.deep-purple-800 {
  background-color: #4527a0;
}

.color-box.teal-900 {
  background-color: #004d40;
}

.color-box.light-blue-400 {
  background-color: #29b6f6;
}

.color-box.pink-700 {
  background-color: #c2185b;
}

.color-box.green-800 {
  background-color: #2e7d32;
}

.color-box.blue-900 {
  background-color: #0d47a1;
}

.color-box.blue-grey {
  background-color: #607d8b;
}

.color-box.lime-600 {
  background-color: #c0ca33;
}

.color-box.yellow-50 {
  background-color: #fffde7;
}

.color-box.lime-100 {
  background-color: #f0f4c3;
}

.color-box.deep-purple-700 {
  background-color: #512da8;
}

.color-box.amber-100 {
  background-color: #ffecb3;
}

.color-box.light-green-400 {
  background-color: #9ccc65;
}

.color-box.light-green-800 {
  background-color: #558b2f;
}

.color-box.grey-200 {
  background-color: #eee;
}

.color-box.deep-orange-300 {
  background-color: #ff8a65;
}

.color-box.cyan-900 {
  background-color: #006064;
}

.color-box.indigo-400 {
  background-color: #5c6bc0;
}

.color-box.yellow-200 {
  background-color: #fff59d;
}

.color-box.deep-purple-50 {
  background-color: #ede7f6;
}

.color-box.grey-600 {
  background-color: #757575;
}

.color-box.brown-400 {
  background-color: #8d6e63;
}

.color-box.deep-purple-900 {
  background-color: #311b92;
}

.color-box.brown-800 {
  background-color: #4e342e;
}

.color-box.green-200 {
  background-color: #a5d6a7;
}

.color-box.amber-50 {
  background-color: #fff8e1;
}

.color-box.amber-600 {
  background-color: #ffb300;
}

.color-box.light-blue-50 {
  background-color: #e1f5fe;
}

.color-box.brown-50 {
  background-color: #efebe9;
}

.color-box.green-400 {
  background-color: #66bb6a;
}

.color-box.purple-600 {
  background-color: #8e24aa;
}

.color-box.amber-400 {
  background-color: #ffca28;
}

.color-box.blue-800 {
  background-color: #1565c0;
}

.color-box.indigo-200 {
  background-color: #9fa8da;
}

.color-box.blue-100 {
  background-color: #bbdefb;
}

.color-box.deep-purple-300 {
  background-color: #9575cd;
}

.color-box.pink-800 {
  background-color: #ad1457;
}

.color-box.indigo-900 {
  background-color: #1a237e;
}

.color-box.light-green-900 {
  background-color: #33691e;
}

.color-box.lime {
  background-color: #cddc39;
}

.color-box.yellow-700 {
  background-color: #fbc02d;
}

.color-box.indigo-800 {
  background-color: #283593;
}

.color-box.orange-800 {
  background-color: #ef6c00;
}

.color-box.amber-200 {
  background-color: #ffe082;
}

.color-box.teal {
  background-color: #009688;
}

.color-box.blue-400 {
  background-color: #42a5f5;
}

.color-box.pink {
  background-color: #e91e63;
}

.color-box.deep-orange-800 {
  background-color: #d84315;
}

.color-box.yellow-800 {
  background-color: #f9a825;
}

.color-box.grey-900 {
  background-color: #393b3b;
}

.color-box.pink-400 {
  background-color: #ec407a;
}

.color-box.amber-300 {
  background-color: #ffd54f;
}

.color-box.cyan-100 {
  background-color: #b2ebf2;
}

.color-box.blue-200 {
  background-color: #90caf9;
}

.color-box.grey-100 {
  background-color: #f5f5f5;
}

.color-box.yellow-900 {
  background-color: #f57f17;
}

.color-box.grey-50 {
  background-color: #fafafa;
}

.color-box.yellow-300 {
  background-color: #fff176;
}

.color-box.deep-purple-400 {
  background-color: #7e57c2;
}

.color-box.teal-200 {
  background-color: #80cbc4;
}

.color-box.purple-200 {
  background-color: #ce93d8;
}

.color-box.lime-50 {
  background-color: #f9fbe7;
}

.color-box.blue-grey-800 {
  background-color: #37474f;
}

.color-box.green-300 {
  background-color: #81c784;
}

.color-box.purple-300 {
  background-color: #ba68c8;
}

.color-box.green-100 {
  background-color: #c8e6c9;
}

.color-box.blue-600 {
  background-color: #1e88e5;
}

.color-box.indigo-300 {
  background-color: #7986cb;
}

.color-box.blue-500 {
  background-color: #2196f3;
}

.color-box.brown-600 {
  background-color: #6d4c41;
}

.color-box.light-blue-900 {
  background-color: #01579b;
}

.color-box.yellow-500 {
  background-color: #ffeb3b;
}

.color-box.deep-orange-700 {
  background-color: #e64a19;
}

.color-box.blue-grey-400 {
  background-color: #78909c;
}

.color-box.light-blue-700 {
  background-color: #0288d1;
}

.color-box.teal-700 {
  background-color: #00796b;
}

.color-box.light-blue-300 {
  background-color: #4fc3f7;
}

.color-box.indigo-100 {
  background-color: #c5cae9;
}

.color-box.light-green-100 {
  background-color: #dcedc8;
}

.color-box.deep-orange-50 {
  background-color: #fbe9e7;
}

.color-box.light-blue {
  background-color: #03a9f4;
}

.color-box.green-700 {
  background-color: #388e3c;
}

.color-box.purple-800 {
  background-color: #6a1b9a;
}

.color-box.orange-700 {
  background-color: #f57c00;
}

.color-box.grey-400 {
  background-color: #bdbdbd;
}

.color-box.grey-700 {
  background-color: #616161;
}

.color-box.teal-400 {
  background-color: #26a69a;
}

.color-box.blue-grey-50 {
  background-color: #eceff1;
}

.color-box.blue-grey-700 {
  background-color: #455a64;
}

.color-box.lime-200 {
  background-color: #e6ee9c;
}

.color-box.light-green-50 {
  background-color: #f1f8e9;
}

.color-box.cyan-700 {
  background-color: #0097a7;
}

.color-box.brown {
  background-color: #795548;
}

.color-box.pink-100 {
  background-color: #f8bbd0;
}

.color-box.blue-grey-300 {
  background-color: #96a5ad;
}

.color-box.light-blue-200 {
  background-color: #81d4fa;
}

.color-box.red-600 {
  background-color: #e53935;
}

.color-box.purple-900 {
  background-color: #4a148c;
}

.color-box.lime-900 {
  background-color: #827717;
}

.color-box.red-400 {
  background-color: #ef5350;
}

.color-box.purple-100 {
  background-color: #e1bee7;
}

.color-box.pink-300 {
  background-color: #f06292;
}

.color-box.brown-900 {
  background-color: #3e2723;
}

.color-box.light-green-200 {
  background-color: #c5e1a5;
}

.color-box.deep-orange-400 {
  background-color: #ff7043;
}

.color-box.indigo-600 {
  background-color: #3949ab;
}

.color-box.deep-orange-200 {
  background-color: #ffab91;
}

.color-box.yellow-100 {
  background-color: #fff9c4;
}

.color-box.indigo {
  background-color: #3f51b5;
}

.color-box.lime-700 {
  background-color: #afb42b;
}

.color-box.brown-300 {
  background-color: #a1887f;
}

.color-box.green-600 {
  background-color: #43a047;
}

.color-box.blue-grey-600 {
  background-color: #546e7a;
}

.color-box.green {
  background-color: #4caf50;
}

.color-box.grey-800 {
  background-color: #424242;
}

.color-box.orange-600 {
  background-color: #fb8c00;
}

.color-box.indigo-700 {
  background-color: #303f9f;
}

.main-content {
  position: relative;
  overflow: auto;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content.colors {
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.copied-txt {
  position: absolute;
  left: 3px;
  bottom: 0px;
  display: none;
}

.ae-button-small {
  height: 18px;
  margin-right: 15px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 3px;
  background-color: #d9dee0;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #96a5ad;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ae-button-small:hover {
  background-color: #000;
  color: #fff;
}

.ae-button-small:active {
  background-color: #ff5722;
}

.ae-button-small.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ae-button-small.header:hover {
  background-color: #fff;
  color: #96a5ad;
}

.ae-button-small.header.orange {
  background-color: #ff5722;
  color: #fff;
  cursor: pointer;
}

.ae-button-small.header.orange:hover {
  background-color: #393b3b;
}

.ae-button-small.header.comp {
  background-color: transparent;
  color: #d9dee0;
  font-weight: 600;
}

.ae-button-small.header.comp:hover {
  background-color: #fff;
  color: #96a5ad;
}

.ae-button-small.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ae-button-small.search:hover {
  background-color: #fff;
  color: #96a5ad;
}

.astreea-t {
  padding-top: 21px;
  font-size: 12px;
}

.ae-sliders-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-header-big-menu {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f4f7f8;
}

.ae-header-big-menu._2 {
  border-bottom-color: transparent;
}

.nav-toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.paragraph {
  color: #393b3b;
  font-weight: 500;
}

.paragraph.stories {
  color: #ff5722;
}

.go-to-shop {
  display: block;
}

.ae-playvideo-pulse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-main {
  position: absolute;
  z-index: 0;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.61);
}

.circle-main._2 {
  background-color: rgba(150, 165, 173, 0.73);
}

.circle-parent {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #151614;
}

.tri {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae-all-pages-tags {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.heading-2 {
  line-height: 18px;
  font-weight: 700;
}

.heading-3 {
  font-weight: 700;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ae-buttons-top-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
}

.ae-buttons-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ae-buttons-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae-support-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ae-support-container._2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-bar-color-top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #96a5ad;
  line-height: 16px;
}

.heading-bigone-half {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
  font-size: 2.4rem;
  line-height: 0.95em;
  font-weight: 700;
}

.heading-bigone-half._2 {
  margin-bottom: 60px;
  color: #000;
}

.heading-bigone-half._1 {
  color: #f4f7f8;
}

.heading-bigone-half._3 {
  margin-bottom: 20px;
}

.ae-field-input {
  height: 55px;
  padding-left: 1.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 300px;
  background-color: transparent;
  color: #393b3b;
  font-size: 16px;
}

.ae-field-input:focus-visible {
  border-color: #000;
  color: #000;
}

.ae-field-input[data-wf-focus-visible] {
  border-color: #000;
  color: #000;
}

.ae-field-input::-webkit-input-placeholder {
  color: #393b3b;
}

.ae-field-input:-ms-input-placeholder {
  color: #393b3b;
}

.ae-field-input::-ms-input-placeholder {
  color: #393b3b;
}

.ae-field-input::placeholder {
  color: #393b3b;
}

.ae-field-input.intention {
  height: 140px;
  border-radius: 10px;
}

.ae-field-input._2 {
  margin-right: 40px;
  border-color: #96a5ad;
  color: #96a5ad;
}

.ae-field-input._2::-webkit-input-placeholder {
  color: #96a5ad;
  font-size: 16px;
  letter-spacing: 0px;
}

.ae-field-input._2:-ms-input-placeholder {
  color: #96a5ad;
  font-size: 16px;
  letter-spacing: 0px;
}

.ae-field-input._2::-ms-input-placeholder {
  color: #96a5ad;
  font-size: 16px;
  letter-spacing: 0px;
}

.ae-field-input._2::placeholder {
  color: #96a5ad;
  font-size: 16px;
  letter-spacing: 0px;
}

.ae-field-input.whitez {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.ae-field-input.whitez:active {
  color: #fff;
}

.ae-field-input.whitez:focus {
  color: #fff;
}

.ae-field-input.whitez:focus-visible {
  color: #fff;
}

.ae-field-input.whitez[data-wf-focus-visible] {
  color: #fff;
}

.ae-field-input.whitez::-webkit-input-placeholder {
  color: #fff;
}

.ae-field-input.whitez:-ms-input-placeholder {
  color: #fff;
}

.ae-field-input.whitez::-ms-input-placeholder {
  color: #fff;
}

.ae-field-input.whitez::placeholder {
  color: #fff;
}

.grid-2 {
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.ae-submit-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ae-check-mark {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 500px;
}

.ae-check-mark.w--redirected-checked {
  border-style: none;
  background-color: #96a5ad;
}

.ae-check-mark._2 {
  border-style: none;
  background-color: #f4f7f8;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  border-radius: 300px;
  background-color: #fff;
  color: #96a5ad;
}

.radio-button-label {
  display: none;
}

.ask-mic {
  line-height: 12px;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.search-input {
  height: 55px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #393b3b;
}

.search-input:focus-visible {
  border-style: none;
  border-color: transparent;
  color: #d9dee0;
}

.search-input[data-wf-focus-visible] {
  border-style: none;
  border-color: transparent;
  color: #d9dee0;
}

.search-input::-webkit-input-placeholder {
  color: #737777;
}

.search-input:-ms-input-placeholder {
  color: #737777;
}

.search-input::-ms-input-placeholder {
  color: #737777;
}

.search-input::placeholder {
  color: #737777;
}

.ae-buttons-navbar-right {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loved-by {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/loved-by_1loved by.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ae-container-headline-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-container-loved-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae-container-card-loved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 30vh;
  max-width: 1600px;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #f5f5f8;
}

.ae-autoslide-logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  margin-left: -1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: 80px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.logo-part.sq {
  width: 5em;
}

.ae-autoslide-logos-container-rand2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus {
  width: 14px;
  height: 14px;
}

.plus._2 {
  width: 8px;
  height: 8px;
}

.form {
  width: 100%;
}

.error-message {
  margin-top: 40px;
  padding-left: 1.5rem;
  background-color: #393b3b;
  color: #f4f7f8;
}

.ae-privacy-and-policy-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #96a5ad;
  cursor: pointer;
}

.ae-privacy-and-policy-link:hover {
  color: #ff5722;
}

.ae-privacy-and-policy-link._2 {
  color: #f5f5f8;
}

.ae-privacy-and-policy-link._2:hover {
  color: #ff5722;
}

.ae-container-arsat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-container-no-mistk {
  position: absolute;
  top: 15vh;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 500px;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ae-container-airplane {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  max-height: 650px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 20px;
  background-color: #000;
}

.ae-container-video-link-factory {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 4%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span-2 {
  color: #96a5ad;
}

.logo-arsat {
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-image: url('../images/logo-ARSAT_DRAFT.png');
  background-position: 0% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  text-align: left;
}

.ae-animatie-arsat-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ae-photo-arsat {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.arsat-bkg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 77%;
  min-width: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-airplane {
  margin-right: -7vw;
  margin-left: -13vw;
}

.footer-button {
  display: -ms-grid;
  display: grid;
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dee0;
  border-radius: 300px;
  background-color: #96a5ad;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #d9dee0;
  cursor: pointer;
}

.footer-button:hover {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  cursor: pointer;
}

.footer-grid {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto;
  grid-template-rows: auto auto;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.favicon {
  width: 60px;
  margin-bottom: 20px;
}

.footer-sec {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-links {
  margin-bottom: 30px;
  color: #f4f7f8;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links.fade {
  margin-bottom: 10px;
}

.footer-links.fade:hover {
  opacity: 1;
}

.footer-arrow {
  overflow: hidden;
  width: 10px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-arrow {
  height: 15px;
  -webkit-filter: brightness(86%);
  filter: brightness(86%);
}

.button-text {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 25px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  opacity: 1;
}

.footer-wrapper {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.link-arrow-text {
  display: inline-block;
  line-height: 12px;
}

.category {
  display: inline-block;
  height: 18px;
  padding-right: 0.7em;
  padding-left: 0.7em;
  border-radius: 3px;
  background-color: #2e323c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.category.post-card-v1-category {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
}

.blog-sidebar {
  width: 35%;
  margin-left: 20px;
  padding-top: 22px;
  padding-left: 20px;
  border-left: 1px solid #d9dee0;
  text-align: left;
}

.post-card-v1-header {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 28px;
}

.sidebar-featured-post-card {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 20px;
  text-decoration: none;
}

.post-card-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 10px;
  padding-right: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9dee0;
  line-height: 24px;
}

.sidebar-featured-post-header {
  margin-top: 0px;
  padding-right: 15px;
  font-size: 1.3rem;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-featured-post-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.zoom-on-hover {
  width: 100%;
  -webkit-transition: -webkit-transform 450ms ease;
  transition: -webkit-transform 450ms ease;
  transition: transform 450ms ease;
  transition: transform 450ms ease, -webkit-transform 450ms ease;
}

.zoom-on-hover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-sidebar-block {
  margin-bottom: 60px;
}

.sidebar-featured-post-category {
  margin-top: 20px;
  border-top: 1px solid #96a5ad;
  color: #96a5ad;
  font-size: 10px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stories-posts-home {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.7fr;
  grid-template-columns: 1fr 0.7fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.sidebar-tag {
  margin-right: 16px;
  color: #9096a4;
  font-size: 0.8em;
  line-height: 32px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.post-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.post-card-v1-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stories-posts-and-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1600px;
  margin: 100px auto;
  padding: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #d9dee0;
  border-radius: 20px;
  background-color: #fff;
}

.stories-posts-astreea {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stories-posts-astreea._2 {
  margin-bottom: 0px;
}

.sidebar-subscribe {
  display: block;
}

.ae-link-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9dee0;
  font-weight: 700;
}

.sidebar-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #393b3b;
  font-size: 0.9em;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.sidebar-category:hover {
  opacity: 0.74;
  text-decoration: none;
}

.ae-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.ae-section.home {
  height: auto;
}

.ae-section.home.aliceblue {
  background-color: #f4f7f8;
}

.ae-section.stories {
  height: auto;
  background-color: #f5f5f8;
}

.ae-section.light-grey {
  height: auto;
  padding-top: 114px;
  background-color: #f5f5f8;
}

.ae-section.light-grey.medical-tabs {
  padding-bottom: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ae-section.light-grey.full {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 800px;
  padding-top: 0px;
  padding-bottom: 0vh;
}

.ae-section.faq {
  height: auto;
}

.ae-section.faq.grey-light {
  background-color: #fff;
}

.ae-section.insta {
  overflow: hidden;
  height: auto;
  padding-top: 118px;
  background-color: #f5f5f8;
}

.ae-section.downtown-products {
  height: auto;
}

.ae-section.cut {
  overflow: hidden;
}

.ae-section.cut.light-grey {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.ae-section.about {
  overflow: hidden;
  height: auto;
  padding-top: 118px;
  background-color: #fff;
}

.ae-section.auto {
  padding-top: 0px;
}

.ae-section.auto.igloos {
  height: 130vh;
  padding-bottom: 0vh;
}

.ae-section.light-content {
  height: auto;
  margin-top: 50px;
  padding-top: 18vh;
  padding-bottom: 18vh;
}

.ae-section.ourbrand {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
}

.ae-section._2 {
  height: auto;
}

.ae-field-input-subscribe {
  height: 55px;
  margin-bottom: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1.2rem;
  border: 1px solid #fff;
  border-radius: 300px;
  background-color: #f4f7f8;
  color: #393b3b;
  font-size: 0.9em;
}

.ae-field-input-subscribe:focus-visible {
  border-color: #96a5ad;
  color: #393b3b;
}

.ae-field-input-subscribe[data-wf-focus-visible] {
  border-color: #96a5ad;
  color: #393b3b;
}

.ae-field-input-subscribe::-webkit-input-placeholder {
  color: #96a5ad;
}

.ae-field-input-subscribe:-ms-input-placeholder {
  color: #96a5ad;
}

.ae-field-input-subscribe::-ms-input-placeholder {
  color: #96a5ad;
}

.ae-field-input-subscribe::placeholder {
  color: #96a5ad;
}

.ae-button-subscribe {
  height: 55px;
  margin-top: 30px;
  padding-top: 11px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #ff5722;
  border-radius: 300px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ff5722;
  line-height: 32px;
}

.ae-button-subscribe:hover {
  background-color: #ff5722;
  color: #fff;
}

.empty-state {
  background-color: #f4f7f8;
}

.heading-4 {
  font-size: 2rem;
  line-height: 34px;
  font-weight: 700;
}

.footer-adress {
  margin-bottom: 40px;
}

.text-block-6 {
  color: #d9dee0;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #fff;
}

.ae-container-stories {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.collection-list-wrapper-2 {
  z-index: 2;
}

.blog-posts-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-v2 {
  width: 33.33333333%;
  padding: 20px 15px 48px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.post-v2:hover {
  background-color: #f4f7f8;
}

.post-card-v2-image-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #2e323c;
}

.post-card-v2-header {
  margin-top: 22px;
  margin-bottom: 14px;
}

.section-header-wrapper {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-small-header {
  color: #ff5722;
  font-weight: 300;
}

.social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.reflection-gradient {
  position: absolute;
  left: 0%;
  top: 15px;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(189deg, #7a9e74 43%, #434c3b 53%, #7a9e74 65%);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: perspective(1000px) scale(0.85);
  transform: perspective(1000px) scale(0.85);
  -o-object-fit: cover;
  object-fit: cover;
}

.reflection-gradient.join {
  background-image: linear-gradient(189deg, #dfad94 43%, #fca387 53%, #f3d2aa 65%);
}

.reflection-gradient.legal {
  background-image: linear-gradient(189deg, #88749e 43%, #e9abdc 53%, #9e7496 65%);
}

.link-block-facebook {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.link-block-instagram {
  width: 30px;
  height: 30px;
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.link-block-youtube {
  width: 30px;
  height: 30px;
  background-image: url('../images/youtube_1youtube.png');
  background-position: 50% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}

.form-block-subscribe-stories {
  display: block;
  margin-bottom: 60px;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7vw;
  cursor: pointer;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
}

.text-block-8 {
  font-size: 0.8em;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-3 {
  color: #393b3b;
  text-decoration: none;
}

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

.div-block-16 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.gallery-photo {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 15px;
  background-color: #ccd0d9;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/plus-circle-icon.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.2)), to(rgba(46, 50, 60, 0.2)));
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(180deg, rgba(46, 50, 60, 0.2), rgba(46, 50, 60, 0.2));
  background-position: 50% 50%, 0px 0px;
  background-size: 36px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 1;
}

.support-language {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: scroll;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(244, 247, 248, 0.82);
}

.language-wrapper {
  position: absolute;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #393b3b;
}

.underline._100 {
  width: 100%;
}

.underline.long {
  width: 0%;
}

.static-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.title {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  cursor: pointer;
}

.title._32px {
  color: #393b3b;
  font-size: 2.5em;
  line-height: 40px;
  font-weight: 700;
}

.popup-links {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #393b3b;
  font-size: 28px;
  line-height: 60px;
  cursor: pointer;
}

.popup-links:hover {
  opacity: 1;
}

.popup-links.english {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 28px;
}

.support-language-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.support-wrapper {
  position: absolute;
  z-index: 9999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.ae-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon-ae {
  margin-bottom: 0px;
  margin-left: 26px;
}

.text-block-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d9dee0;
  font-size: 0.8em;
}

.ed-mark {
  display: none;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-eduardmihaila-com {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.team-member-color-card {
  position: relative;
  width: 22.4%;
  border-radius: 8px;
}

.gallery-photo-2 {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 6px;
  background-color: #ccd0d9;
}

.slider-arrow-button {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  height: 18px;
  margin: auto;
}

.testimonials-slider-arrow {
  left: 40%;
  top: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7f8;
  border-radius: 200px;
}

.testimonials-slider-arrow:hover {
  background-color: #f4f7f8;
}

.testimonials-slider-arrow.right {
  left: auto;
  right: 40%;
}

.review-slide {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.ae-container-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 65vh;
  max-height: none;
  max-width: none;
  min-height: 220px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-astreea-igloo---product-page {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tabs-content {
  overflow: visible;
}

.tabs-igloo {
  height: 50px;
}

.ae-dim-products {
  position: absolute;
  left: 0px;
  top: 65.1vh;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ae-button-dim-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 5px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.ae-button-dim-product:hover {
  border-color: #ff5722;
  color: #ff5722;
}

.ae-button-dim-product.w--current {
  border-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
}

.slide-nav-3 {
  z-index: 50;
  display: none;
  background-color: #ff5722;
}

.igloo-slider {
  padding-right: 3vw;
  padding-left: 3vw;
}

.ae-sliders-container-product {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mask-astreea-products-sliders {
  height: 100vh;
  padding-top: 15vh;
}

.ae-sliders-size {
  width: 100%;
  height: 75vh;
}

.ae-sliders-container-product-tab {
  position: static;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-container-video-link-installation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-container-video-link-installation._2 {
  margin-top: 40px;
}

.ae-customer-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-title-quo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-title-quo.right {
  left: auto;
  top: 52px;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae-title-quo.left {
  top: auto;
  right: auto;
  bottom: 114px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-11 {
  font-size: 4em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.ae-tehnical-tab--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-top: 80px;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-tech-tabs {
  overflow: visible;
  width: 100%;
}

.ae-tab-tech-frame {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(57, 59, 59, 0.63);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, opacity 200ms ease;
  transition: border-color 200ms ease, opacity 200ms ease;
  color: rgba(57, 59, 59, 0.64);
  letter-spacing: -0.3px;
  cursor: pointer;
}

.ae-tab-tech-frame:hover {
  border-bottom-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
}

.ae-tab-tech-frame.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.ae-container-45 {
  position: relative;
  z-index: 10;
  width: 45%;
  height: 50vh;
  min-height: 300px;
}

.ae-container-45.install {
  background-image: url('../images/igloo-model-prinderi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ae-container-45.frame {
  background-image: url('../images/frame-lighting-system.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-container-45.downtown-pic {
  background-image: url('../images/Outdoor-Frame---macro-4-edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-container-45.pedal-dispens {
  overflow: hidden;
  padding-top: 0px;
  background-image: url('../images/pedal-scene.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-container-45.hand-dispens {
  overflow: hidden;
  padding-top: 0px;
  background-image: url('../images/hand-scene.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-container-45.wall-dispens {
  overflow: hidden;
  padding-top: 0px;
  background-image: url('../images/Wall-scene.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-container-45.special-dispens {
  overflow: hidden;
  padding-top: 0px;
  background-image: url('../images/black-scene.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-content-2 {
  overflow: visible;
}

.ae-container-text-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-12 {
  margin-bottom: 20px;
  color: #393b3b;
  letter-spacing: -0.3px;
}

.text-span-7 {
  color: #ff5722;
}

.ae-container-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.ae-container-55 {
  position: relative;
  z-index: 1;
  width: 55%;
  height: 50vh;
  min-height: 300px;
  margin-right: 20px;
  margin-left: 0px;
}

.ae-container-55.scroll {
  overflow: scroll;
}

.ae-tab-meniu-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.ae-list-shop-covers {
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.link-block-product-covers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dee0;
  color: #393b3b;
  text-decoration: none;
}

.link-block-product-covers:hover {
  border-bottom-color: #96a5ad;
}

.ae-container-install-table {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  height: 50vh;
  max-width: 1200px;
  min-height: 300px;
  border-radius: 10px;
  background-color: #fff;
}

.ae-install-table-bkg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #f4f7f8;
}

.ae-table-grid-install {
  position: absolute;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  width: 100%;
  height: 90%;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.6fr 0.5fr 0.5fr;
  grid-template-columns: 1.6fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #393b3b;
  text-decoration: none;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  height: 50px;
  margin-left: 0px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.6fr 0.5fr 0.5fr;
  grid-template-columns: 1.6fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #d9dee0;
}

.text-block-13 {
  margin-right: 5px;
  color: #ff5722;
  font-size: 0.8em;
  line-height: 12px;
  text-align: center;
}

.ae-product-image-install {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 8vw;
  height: 8vw;
  max-height: 80px;
  max-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #d9dee0;
}

.ae-product-image-install.frame {
  background-image: url('../images/install-avatar-frame.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ae-product-image-install.canopy {
  background-image: url('../images/install-avatar-canopy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-product-image-install.umbrella {
  background-image: url('../images/install-avatar-umbrella.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-product-image-install.panorama {
  background-image: url('../images/install-avatar-panorama.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-product-image-install.pvc {
  background-image: url('../images/install-avatar-pvc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-product-image-install.wind {
  background-image: url('../images/install-avatar-wind.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-product-image-install.plus {
  background-image: url('../images/install-avatar-plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.type-product-install {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 325ms ease, -webkit-transform 325ms ease;
  transition: color 325ms ease, -webkit-transform 325ms ease;
  transition: color 325ms ease, transform 325ms ease;
  transition: color 325ms ease, transform 325ms ease, -webkit-transform 325ms ease;
  cursor: pointer;
}

.type-product-install:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: rgba(57, 59, 59, 0.67);
}

.ae-title-product-mini-install {
  width: auto;
  min-width: auto;
  margin-right: 10px;
  margin-left: 20px;
  font-size: 0.9em;
  font-weight: 700;
}

.check-dot {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-left: -3px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 300px;
  background-color: #fff;
}

.check-dot.right {
  opacity: 0.27;
}

.check-dot.right.cold {
  background-color: #96a5ad;
  opacity: 0.59;
}

.check-dot.left {
  opacity: 0.26;
}

.check-dot.left.warm {
  background-color: #ff5722;
  opacity: 0.59;
}

.recomm-season {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-bkg-seaon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  margin-right: 10px;
  margin-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.6fr 0.5fr 0.5fr;
  grid-template-columns: 1.6fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bkg {
  width: 100%;
  height: 100vh;
  margin-top: 45px;
}

.bkg.warm {
  background-color: rgba(255, 87, 34, 0.12);
}

.bkg.cold {
  background-color: rgba(150, 165, 173, 0.27);
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ae-time-install {
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}

.matt-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/igloo-matt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-page-product {
  margin-right: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #393b3b;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.text-block-page-product.white {
  color: #fff;
}

.div-block-35 {
  width: 50px;
  height: 40px;
  margin-left: 20px;
}

.container-icons-certs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-container-matt {
  z-index: 3;
  max-width: 450px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.ae-product-imgs {
  z-index: 0;
}

.images-scroll {
  display: inline-block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collection-list-wrapper-3 {
  width: 40vh;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-38 {
  width: 110px;
  height: 110px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-41 {
  width: auto;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.ae-container-maybe {
  position: relative;
  z-index: 1;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.ae-list-shop {
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.ae-list-shop.off {
  display: none;
}

.cart-space {
  position: static;
  top: 48px;
  right: 6%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-space._2 {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-button {
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-color: #000;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
}

.cart-navbar {
  z-index: 99999;
  text-decoration: none;
}

.cart-navbar:hover {
  text-decoration: none;
}

.cart-navbar:active {
  text-decoration: none;
}

.cart-navbar.index {
  z-index: 101;
}

.cart-quantity-2 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #ff5722;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.apple-pay-2 {
  height: 55px;
  border-radius: 300px;
}

.cart-header-2 {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f4f7f8;
}

.close-button-2 {
  border: 1px none #000;
  text-decoration: none;
}

.close-button-2:hover {
  border-style: none;
  text-decoration: none;
}

.cart-list-2 {
  overflow: scroll;
  padding-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cart-item {
  margin-bottom: 20px;
}

.image-19 {
  width: 70px;
  border-radius: 5px;
}

.ae-search {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
}

.search-result-item {
  margin-bottom: 40px;
}

.text-block-15 {
  color: #ff5722;
  font-size: 0.8em;
}

.link-4 {
  font-weight: 700;
}

.search-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.cart-wrapper {
  z-index: 99999;
  border: 1px none #000;
  background-color: rgba(57, 59, 59, 0.15);
  text-decoration: none;
}

.text-block-16 {
  display: none;
}

.empty-state-2 {
  background-color: transparent;
}

.overlay-video-youtube {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-video-youtube.matt {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-video-youtube.how-is-made {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-block {
  position: absolute;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 40vw;
  max-height: 500px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
}

.downtown-video-background {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 94vw;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: transparent;
}

.background-video-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-36-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-config {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
}

.ae-container-config {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-add-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #96a5ad;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.ae-add-cart-item:hover {
  border-color: #393b3b;
}

.ae-add-cart-item.w--current {
  background-color: transparent;
}

.ae-container-item {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ae-container-item.horz {
  margin-bottom: 20px;
}

.ae-container-item.marg {
  margin-bottom: 20px;
}

.ae-plus-label {
  position: relative;
  z-index: 3;
  width: 26px;
  height: 26px;
  border-radius: 300px;
  background-color: #000;
  background-image: url('../images/plus-white.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.hover-tag-product {
  position: absolute;
  left: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dee0;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.84);
}

.hover-tag-product.m1 {
  left: 31px;
  top: 19px;
  right: 0px;
  display: none;
}

.hover-tag-product.m2-2 {
  left: 38px;
  top: 11px;
  display: none;
}

.hover-tag-product.m3 {
  left: 35px;
  top: 14px;
  bottom: auto;
  display: none;
}

.tag-plus {
  position: absolute;
  z-index: 5;
}

.tag-plus._1-material {
  left: 10.5vw;
  top: 316px;
  display: inline;
}

.tag-plus.lightning {
  left: 35vw;
  top: 230px;
  width: 23px;
  height: 23px;
}

.tag-plus.door-pvc {
  left: 31.1vw;
  top: 344px;
}

.tag-plus.terrace-page {
  left: auto;
  top: 201px;
  right: 53vw;
}

.tag-plus.downtown-page {
  left: 85.7vw;
  top: 28.9vh;
  width: 23px;
  height: 23px;
}

.tag-plus.downtown-page {
  left: auto;
  top: 304px;
  right: 18vw;
}

.tag-plus.igloo-page {
  top: 398px;
  right: 46.5vw;
  display: inline;
}

.text-block-18 {
  display: block;
  min-width: 90px;
  margin-bottom: 2px;
  color: #393b3b;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.2px;
}

.text-block-18.minus {
  margin-top: 0px;
  text-align: center;
}

.text-block-19 {
  margin-bottom: 10px;
  color: #393b3b;
  font-size: 0.9em;
  line-height: 16px;
  font-weight: 700;
}

.ae-add-cart-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-config {
  display: block;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-list {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-44 {
  z-index: 3;
  overflow: hidden;
  width: auto;
  height: 90px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.ae-houses-appoi {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-categ-holder {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 90vw;
  height: 80vh;
  max-height: 700px;
  max-width: 1400px;
  min-width: 950px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
}

.card-categ-holder.terreece {
  top: 0px;
  width: 45vw;
  height: 55vw;
  max-height: 680px;
  max-width: 550px;
  min-width: 280px;
}

.card-categ-holder.housess {
  height: 70vh;
  max-height: 800px;
}

.big-title--nav-categ {
  z-index: 9999;
  color: #f4f7f8;
  font-size: 2.8em;
  line-height: 44px;
  font-weight: 700;
}

.big-title--nav-categ._2 {
  font-style: italic;
}

.ae-btn-play-pause {
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 15%;
  z-index: 33333;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 300px;
  background-color: #000;
  cursor: pointer;
}

.header-menu-categ {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-categ._2 {
  top: 3%;
  display: none;
  width: 100%;
  max-width: 450px;
  padding-right: 0px;
}

.close-btn-categ-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f4f7f8;
  cursor: pointer;
}

.ae-close-btn-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vh;
  height: 3vh;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}

.icon-scroll {
  position: relative;
  width: 30px;
  height: 50px;
  margin-top: 30px;
  border: 2px solid #000;
  border-radius: 25px;
}

.scroll-dot {
  position: absolute;
  left: 50%;
  top: 4px;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scroll-dot.big {
  width: 4px;
  height: 4px;
}

.text-colour-white {
  margin-top: 16px;
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.margin-bottom-xlarge._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 48vh;
  color: #393b3b;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 2px;
  height: 100%;
  background-color: #d9dee0;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-timeline-heading {
  position: relative;
  z-index: 3;
  margin-top: 50px;
  padding-top: 18vh;
  padding-bottom: 18vh;
  background-color: #fff;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #393b3b;
  font-size: 0.9em;
  line-height: 22px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #393b3b;
}

.timeline_quote-text-wrapper.verto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #d9dee0;
  border-radius: 12px;
}

.timeline_quote-wrapper.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timeline_badge {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  padding: 6px 8px;
  border-radius: 5px;
  background-color: #ff5722;
  color: #fff;
  font-size: 0.7em;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_badge.last {
  margin-right: 0px;
}

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_definition-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
}

.timeline_quote-title {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.timeline_text {
  color: #393b3b;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.inline-block {
  display: inline-block;
}

.paragraph-large {
  margin-bottom: 40px;
  color: #96a5ad;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 2px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f7f8), color-stop(54%, #d9dee0), to(#ff5722));
  background-image: linear-gradient(180deg, #f4f7f8, #d9dee0 54%, #ff5722);
}

.timeline_image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}

.timeline_image-wrapper.margin-bottom-medium {
  height: 550px;
}

.timeline_quote-image {
  width: 60px;
  height: 60px;
  margin-right: 24px;
  border-radius: 8px;
}

.margin-bottom-medium {
  margin-bottom: 32px;
  color: #393b3b;
}

.padding-vertical-xlarge {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #ff5722;
  box-shadow: 0 0 0 8px #f4f7f8;
}

.ae-how-we-start---container---intro {
  width: auto;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.section-timeline {
  position: relative;
  z-index: 1;
  background-color: #f4f7f8;
}

.text-colour-lightgrey {
  display: none;
}

.title-our-brand {
  font-size: 2.4rem;
  line-height: 44px;
}

.ae-container-icon-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-support {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  color: #393b3b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.text-support-2 {
  display: inline-block;
  margin-bottom: 20px;
  opacity: 1;
  color: #96a5ad;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.left-suport {
  width: 50%;
  margin-right: 40px;
  margin-bottom: 20px;
}

.right-suport {
  width: 50%;
  margin-bottom: 20px;
}

.contact-chat {
  width: 55px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-image: url('../images/contact-page-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ae-container-ctn {
  max-width: 450px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae-container-ctn.gdpr {
  max-width: none;
}

.card-text {
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.3px;
}

.card-text.night {
  color: #393b3b;
}

.testcollection-wrap {
  margin-top: 12vh;
}

.ae-info {
  position: absolute;
  left: 4%;
  right: 0%;
  z-index: 3;
  width: 90%;
  max-width: 500px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ae-container-video-teaser {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  max-width: 640px;
  min-height: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
}

.div-block-62 {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.19);
}

.badge {
  position: fixed;
  left: 0px;
  top: 162px;
  z-index: 99;
  width: 70px;
  height: 100px;
  background-image: url('../images/product-of-the-year-astreea_flatten.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-thumb-product {
  position: relative;
  z-index: 3;
  width: 140px;
  height: 140px;
  margin-right: -25px;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-26 {
  position: relative;
  width: 200%;
  min-width: 280px;
}

.img-product-and-tags {
  position: absolute;
  z-index: 1;
  width: 60vw;
  max-width: 1400px;
  min-height: 550px;
  margin-top: 29px;
}

.igloo-media-lightbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ccd0d9;
}

.igloo-media-lightbox.canopy-m {
  background-image: url('../images/canopy-ls.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.canopy-detail {
  background-image: url('../images/canopry-details.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.canopy-l {
  background-image: url('../images/canopy-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.canopy-xl {
  background-image: url('../images/canopy-xL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.umbrella-detail {
  background-image: url('../images/umbrella-detail-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.umbrella-xl {
  background-image: url('../images/umbrella-XL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.umbrella-l {
  background-image: url('../images/umbrella-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.umbrella-m {
  background-image: url('../images/umbrella-M.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.crystal-m {
  background-image: url('../images/crystal-ls.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.crystal-detail {
  background-image: url('../images/crystal-details.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pvc-l {
  background-image: url('../images/crystal-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pvc-detail {
  background-image: url('../images/crystal-L-detail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pvc-xl {
  background-image: url('../images/crystal-detailsxl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.plus-cover-m {
  background-image: url('../images/plus-ls.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.plus-cover-m-detail {
  background-image: url('../images/plus-detail-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.plus-cover-l {
  background-image: url('../images/plus-L.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.plus-detail-l {
  background-image: url('../images/plus-detail-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.plus-cover-scene-xl {
  background-image: url('../images/Astreea-Plus---XL-evenng_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.panorama-detail-m {
  background-image: url('../images/2panorama-M-config-igloo-media.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pano-m {
  background-image: url('../images/panorama-m.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pano-l {
  background-image: url('../images/Astreea-Panorama---XL-2_slideshow-scenes--igloo.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pano-l-detail {
  background-image: url('../images/2panorama-M-config-igloo-media.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.igloo-media-lightbox.pano-xl {
  background-image: url('../images/1panorama-L-config-igloo-media.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-media-lightbox.pano-xl-detail {
  background-image: url('../images/2panorama-M-config-igloo-media.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-landscape-container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.ae-landscape-container.orange {
  height: 33vh;
  min-height: 300px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ff5722;
  background-image: radial-gradient(circle farthest-side at 100% 0%, #ff6f08, #ff5722);
}

.metrics-cards {
  width: 50%;
  height: 60%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.metrics-cards.installation {
  max-width: 400px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.metrics-cards.all-year-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-card-left-metrics {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3em;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.title-card-right-metrics {
  margin-bottom: 10px;
  color: #fff;
  font-size: 4em;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.title-card-right-metrics.half {
  font-size: 2em;
  text-align: center;
}

.icon-all-year-long {
  width: 55px;
  height: 40px;
  margin-right: 20px;
}

.icon-all-year-long.spring {
  background-image: url('../images/spring-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.icon-all-year-long.summer {
  background-image: url('../images/6293a7ac74c4069348f6373c_summer-cover-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.icon-all-year-long.autumn {
  background-image: url('../images/autumn.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.icon-all-year-long.winter {
  margin-right: 0px;
  background-image: url('../images/winter.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title---all-year-long-icons {
  width: 55px;
  margin-right: 20px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

.title---all-year-long-icons._2 {
  margin-right: 0px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zoom-icons-all-year {
  max-width: 350px;
}

.text-block-333 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.line {
  width: 1px;
  height: 60%;
  background-color: #fff;
}

.text-block-334 {
  display: inline;
}

.text-block-335 {
  display: inline;
}

.jump-section-installation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.jump-section-installation:hover {
  color: #d9dee0;
}

.available-sizes {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 7;
  margin-left: -5px;
  color: #393b3b;
  font-size: 0.8em;
  line-height: 14px;
  font-weight: 400;
}

.collection-list-wrapper-4 {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ae-add-to-cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  margin-left: 10px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 300px;
  background-color: #000;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  font-size: 0.7em;
}

.ae-add-to-cart:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.content-scroll-houses {
  position: relative;
  z-index: 3;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.ae-pre-order-one {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-appoiment {
  position: absolute;
  top: auto;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding-right: 4%;
  padding-bottom: 3em;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.div-block-68 {
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-scooter-coming-soon {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-soon {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.scooter-preorder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.signt-asttrreea {
  position: absolute;
  top: 55px;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: block;
  color: #f4f7f8;
  font-size: 0.9em;
  line-height: 14px;
  font-weight: 300;
}

.left-arrow-7 {
  display: none;
}

.right-arrow-7 {
  display: none;
}

.slide-nav-8 {
  top: 123px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: 0px;
  padding-left: 4%;
}

.slider-4 {
  background-color: transparent;
}

.ae-coming-soon-terrace {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ae-button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: transform 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 200ms ease;
  color: #ff5722;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ae-button-copy:hover {
  background-color: #ff5722;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.ae-button-copy:active {
  background-color: #ff5722;
}

.ae-button-copy.w--current {
  background-color: #ff5722;
  color: #fff;
}

.ae-button-copy.w--current:hover {
  color: #ff5722;
}

.text-block-337 {
  position: fixed;
  left: auto;
  top: 50px;
  right: 0%;
  bottom: auto;
  width: 45%;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-337.frame {
  display: block;
}

.config-collection {
  position: relative;
}

.text-block-3390 {
  margin-bottom: 10px;
  color: #ff5722;
  font-size: 0.9em;
}

.text-block-3391 {
  font-size: 0.7em;
}

.text-block-3392 {
  color: #393b3b;
  font-size: 0.9em;
  font-weight: 700;
}

.cart-quantity-ae {
  width: 55px;
  height: 55px;
  margin-bottom: 0px;
  padding-left: 6px;
  border-color: #f4f7f8;
  border-radius: 5px;
  background-color: #f5f5f8;
  font-family: Inter, sans-serif;
  color: #393b3b;
  font-weight: 400;
  text-align: center;
}

.cart-quantity-ae.small {
  width: 60px;
  height: 36px;
  margin-left: 10px;
  font-size: 0.8em;
}

.ae-navbar-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 105px;
}

.ae-search-all {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(244, 247, 248, 0.82);
}

.ae-search-container-fixed {
  position: absolute;
  z-index: 3;
  width: 70vw;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.ae-search-button {
  position: absolute;
  right: 0px;
  width: 55px;
  height: 55px;
  border-left: 1px solid #535555;
  background-color: transparent;
  background-image: url('../images/search_1search.png');
  background-position: 52% 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-block-71 {
  width: 12px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/search-topnav.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-bigone-slides {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-bigone-slides.caps {
  text-transform: uppercase;
}

.heading-bigone-slides.opening {
  color: #ffffff;
  font-size: 2.6em;
}

.ae-blur-head-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: transparent;
}

.brand {
  z-index: 1;
}

.brand.w--current {
  z-index: 1;
}

.btn-parent-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.14);
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

.btn-parent-white:hover {
  color: #fff;
}

.btn-txt-1 {
  position: absolute;
  text-transform: uppercase;
}

.btn-txt-2 {
  position: absolute;
  text-transform: uppercase;
}

.ae-cont-info-btn {
  margin-top: 40px;
}

.icons-head-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 40px;
}

.icons-head-title.invert {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-spring {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/spring-w.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-spring.invert {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-summer {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/summer-w.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-summer.inverrt {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-autumn {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/autumn-w.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-autumn.invert {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-winter {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/winter-w.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-winter.invert {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.btn-parent-orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #ff5722;
  font-size: 0.9em;
  text-decoration: none;
}

.btn-parent-orange:hover {
  color: #ff5722;
}

.btn-parent-orange.center {
  margin-top: -77px;
  margin-right: auto;
  margin-left: auto;
}

.btn-parent-orange.submit:hover {
  background-color: #ff5722;
  color: #fff;
}

.btn-parent-orange._77 {
  margin-top: -77px;
}

.ae-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ae-nav-links-brand {
  height: 25px;
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 375ms ease, -webkit-transform 275ms ease;
  transition: background-color 375ms ease, -webkit-transform 275ms ease;
  transition: transform 275ms ease, background-color 375ms ease;
  transition: transform 275ms ease, background-color 375ms ease, -webkit-transform 275ms ease;
  color: #96a5ad;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-decoration: none;
  cursor: pointer;
}

.ae-nav-links-brand:hover {
  border-radius: 5px;
  background-color: #f4f7f8;
  color: #96a5ad;
}

.ae-nav-links-brand.w--current {
  background-color: #96a5ad;
  color: #fff;
}

.ae-middle-nav {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  max-width: 500px;
  margin-right: 20px;
  margin-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 14px;
}

.ae-middle-nav.off {
  display: none;
}

.navbar-menu-products {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3394 {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.nav-categ-wrapper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 375ms ease;
  transition: background-color 375ms ease;
  text-decoration: none;
  cursor: pointer;
}

.nav-categ-wrapper-btn:hover {
  border-radius: 5px;
  background-color: #f4f7f8;
}

.nav-categ-wrapper-btn.w--current {
  color: #000;
}

.close-search {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.crazyarrow {
  width: 12px;
  height: 12px;
  background-image: url('../images/crazy-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.7fr;
  grid-template-columns: 1fr 0.7fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list.grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pagination {
  width: 100%;
  margin-top: 20px;
}

.ae-containers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu-products-outdoor {
  position: relative;
  z-index: 2;
  display: none;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ae-goback {
  position: absolute;
  left: -35px;
  display: none;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.ae-goback:hover {
  border-radius: 3px;
  background-color: #f4f7f8;
}

.team-member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.team-member-links:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: -1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea;
  text-decoration: none;
}

.team-member-link.mail {
  width: 25%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.61;
  -webkit-transition-property: none;
  transition-property: none;
}

.team-member-link.mail:hover {
  opacity: 1;
}

.team-member-role {
  margin-top: -12px;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.team-member-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.team-member-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-link-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.team {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.navbar-menu-products-medical {
  position: relative;
  z-index: 2;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close-support-lang {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.accordion-columns-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.large-open-close-line---brix {
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  background-color: #393b3b;
}

.large-open-close-line---brix.second-line---brix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.open-close-icon-wrapper---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  min-height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 14px;
  min-height: 14px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #96a5ad;
}

.accordion-3-open-close-icon-wrapper---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  min-height: 30px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #f7f7fb;
}

.accordion-trigger---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}

.accordion-item---brix.accordion-3---brix {
  margin-bottom: 24px;
  padding-right: 4%;
  padding-left: 4%;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dee0;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0px;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.accordion-item-title---brix.accordion-3---brix {
  color: #393b3b;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
}

.ae-faq-container-all {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.js-clock {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 2em;
  font-weight: 700;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.header-title {
  position: relative;
  top: 60px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ae-check-mark-white {
  width: 4vh;
  height: 4vh;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 500px;
  background-color: transparent;
}

.ae-check-mark-white.w--redirected-checked {
  border-style: none;
  background-color: #fff;
}

.release-date {
  z-index: 9999;
  display: block;
  margin-right: 10px;
  color: #f4f7f8;
  font-size: 0.9em;
  line-height: 14px;
  font-weight: 300;
}

.div-block-77 {
  z-index: 3;
  width: 20px;
  height: 20px;
  background-image: url('../images/map-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.release-location-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-left {
  position: absolute;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
  z-index: 1;
  display: block;
}

.houses-preorder-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
}

.text-block-3398 {
  position: absolute;
  left: 392.484375px;
  right: auto;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-bottom: 20px;
  padding-right: 6px;
  padding-left: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ff5722;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
}

.text-block-3398._2 {
  left: auto;
  right: 49px;
}

.div-block-78 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: linear-gradient(78deg, rgba(0, 0, 0, 0.37), transparent);
}

.faq-btn {
  text-decoration: none;
}

.faq-btn.company-pages {
  display: none;
}

.text-block-3400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-slider {
  display: none;
  width: 83.33333333%;
  height: auto;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #393b3b;
}

.header-wrapper_right {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-slider_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45vw;
  min-height: 140px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #d9dee0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 16px 8px #f4f7f8;
}

.btn {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 12px;
  padding: 8px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 200%;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  background-color: #f4f7f8;
  color: #fff;
}

.btn.left {
  right: 96px;
  border-color: #393b3b;
}

.card-img {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #aeb0b5;
}

.container-insta {
  overflow: hidden;
  width: 94vw;
  margin-top: 0px;
  margin-right: 3vw;
  margin-left: 3vw;
  padding: 60px 4% 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7f8;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-82 {
  width: 7px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/ae-left.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow-inst {
  width: 7px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/ae-right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.technical-details-sliders {
  padding-top: 10px;
}

.column-2 {
  padding-left: 0px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide-icon-play {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  background-color: #000;
  background-image: url('../images/play.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-3401 {
  display: inline-block;
  margin-top: 5px;
  color: #393b3b;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.heading-numbers {
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #393b3b;
  font-size: 3em;
  text-align: center;
}

.heading-numbers.followers {
  text-align: center;
}

.heading-numbers.sale-products {
  text-align: center;
  letter-spacing: -5px;
}

.heading-numbers.patents {
  text-align: center;
  letter-spacing: -5px;
}

.heading-numbers.established {
  text-align: center;
  letter-spacing: -5px;
}

.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-87 {
  width: 94vw;
  margin-top: 40px;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 96px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.carousel-slider {
  left: -93%;
}

.carousel-slider._4 {
  left: -78%;
}

.carousel-slider._3 {
  left: -83%;
}

.carousel-slider._5 {
  left: -73%;
}

.carousel-slider._2 {
  left: -88%;
}

.carousel-slider._6 {
  left: -68%;
}

.carousel-slider._7 {
  right: -85%;
}

.carousel-slider._7 {
  left: -63%;
  right: auto;
}

.carousel-slider._7-1 {
  right: -90%;
}

.carousel-slider._8 {
  right: -105%;
}

.carousel-mask {
  overflow: visible;
  width: 45vw;
  margin-bottom: 0px;
}

.slide-nav-11 {
  display: none;
}

.ae-container-aboutus {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.link-7 {
  color: #ff5722;
  text-align: center;
}

.mm__menu-button {
  display: none;
  height: 40px;
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #ebebeb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #131313;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
}

.mm__menu-button:hover {
  background-color: #fff;
}

.mm__hamburger {
  margin-left: 12px;
}

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

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-mobi-side-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.mm__sidebar-body {
  position: fixed;
  left: 32px;
  top: 31px;
  bottom: 31px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 448px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #131313;
}

.mm__sidebar-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.mm__sidebar-scrim {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(19, 19, 19, 0.5);
}

.pic-dekstop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pic-mobi {
  display: none;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ae-container-100 {
  width: 100%;
  height: 40vh;
}

.link-block-menu-2 {
  width: 100%;
  cursor: pointer;
}

.block-buttons-2 {
  position: relative;
  z-index: 9;
  text-decoration: none;
}

.update-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.update-2:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.thumbnail-2 {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  border-radius: 5px;
}

.thumbnail-2.contact {
  border-radius: 5px;
  background-color: rgba(154, 185, 161, 0.87);
  background-image: url('../images/Mail.svg');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.thumbnail-2.social-media-icon {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 5px;
  background-color: #f4f7f8;
  opacity: 0.7;
  -webkit-transition: all 300ms ease, background-color 200ms ease;
  transition: all 300ms ease, background-color 200ms ease;
}

.thumbnail-2.social-media-icon:hover {
  background-color: rgba(217, 222, 224, 0.75);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.thumbnail-2.join {
  border-radius: 5px;
  background-image: url('../images/symbol-mark-ae®-2022_256px.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-2.gdpr {
  border-radius: 5px;
  background-color: rgba(152, 130, 197, 0.69);
  background-image: url('../images/faq.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.scooter-slider-coming-soon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #f4f7f8;
}

.movie-houses-make-app {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed-vimeo-pro {
  position: absolute;
  left: -10%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 120%;
  min-height: 700px;
}

.html-embed-vimeo-pro.one {
  left: -12%;
  top: -23%;
  bottom: -16%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed-vimeo-pro.dispensers {
  top: -18.8vw;
}

.html-embed-vimeo-pro.outdoor {
  left: -11%;
  top: -18%;
  bottom: -15%;
  z-index: 1;
}

.html-embed-vimeo-pro.charger {
  top: -6%;
  bottom: -7%;
}

.html-embed-vimeo-pro.one-home-page {
  left: -16.3vw;
  top: -14.9vw;
  right: 0px;
  bottom: -20vh;
  display: block;
  width: 130%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.preloud-home-designed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(52%, #fff), to(#efefef));
  background-image: linear-gradient(180deg, #ebebeb, #fff 52%, #efefef);
}

.div-block-48 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-23 {
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
}

.tags-outdoor-slider {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: block;
  width: 60%;
  height: 100%;
}

.video-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #f4f7f8;
}

.html-embed-2 {
  position: absolute;
  left: 0%;
  top: -1.5%;
  right: 0%;
  bottom: 0%;
  height: 103%;
}

.ae-slider-houses-intro-desk {
  display: inline-block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ae-slider-dispens-intro-desk {
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay-sliders {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: linear-gradient(29deg, rgba(0, 0, 0, 0.52), transparent 89%);
  opacity: 0.71;
}

.overlay-sliders.off {
  display: none;
}

.mask-scooter {
  height: 80vh;
  max-height: 700px;
}

.image-preorder-1 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-preorder-2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-preorder-3 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-preorder-4 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-29 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-29off {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preloader---ae-allpages {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.preloader-v6-logo-wrapper---brix {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-6-spiner---brix {
  width: 30px;
  margin-right: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-3411 {
  display: none;
}

.overlay-igloo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(35deg, rgba(0, 29, 44, 0.15) 23%, hsla(0, 0%, 100%, 0) 85%);
}

.image-31 {
  display: inline-block;
}

.div-block-93 {
  display: none;
}

.image-32 {
  width: 30px;
  height: 30px;
}

.div-block-94 {
  display: none;
}

.ae-playlist-install-guide-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8889;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-form-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-5 {
  height: 100%;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  height: 100%;
}

.paragraph-3 {
  font-size: 0.9em;
  line-height: 16px;
}

.image-35 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select-model-igloo {
  position: absolute;
  left: 340px;
  right: auto;
  bottom: auto;
  z-index: 7;
  color: #393b3b;
  font-size: 0.8em;
  line-height: 14px;
}

.tabs__link {
  display: block;
  padding: 24px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  cursor: pointer;
}

.tabs__link.w--current {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.home-content-wrap {
  max-width: 1300px;
  margin-right: 3vw;
  margin-left: 3vw;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.text-block-3414 {
  color: #ff5722;
  font-size: 0.8em;
  text-transform: uppercase;
}

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

.navbar-menu-products-mobility {
  position: relative;
  z-index: 2;
  display: none;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-escooter {
  width: 40px;
  height: 20px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/eScooter.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.icon-recycle {
  width: 50px;
  height: 22px;
  margin-right: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Recycle.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-certified {
  width: 50px;
  height: 20px;
  margin-top: 0px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/asi-certif-one.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-ce {
  width: 50px;
  height: 20px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/CE_1.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.icon-iot {
  width: 60px;
  height: 30px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/IoT-scooter-icon.svg');
  background-position: 50% 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.text-span-9 {
  color: #ff5722;
}

.text-block-3415 {
  margin-bottom: 60px;
  font-size: 2.5em;
  line-height: 26px;
  font-weight: 700;
}

.div-block-101 {
  position: absolute;
  left: 3vw;
  top: 62vh;
  right: 3vw;
  height: 30px;
  padding-left: 4%;
}

.left-arrow-igloo-season {
  position: absolute;
  left: 380px;
  top: 80vh;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 200px;
  background-image: url('../images/ae-left_orange.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.left-arrow-igloo-season:hover {
  border-color: #ff5722;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.right-arrow-igloo-season {
  position: absolute;
  left: 460px;
  top: 80vh;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 200px;
  background-color: transparent;
  background-image: url('../images/ae-right-orange.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.right-arrow-igloo-season:hover {
  border-color: #ff5722;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.lottie-swipe-igloos {
  display: block;
  max-height: 30px;
  max-width: 30px;
}

.icon-lock-system {
  width: 15px;
  height: 20px;
  margin-top: 0px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/lock-system---scooter-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-9 {
  display: inline;
}

.link-9:hover {
  color: #ff5722;
}

.link-10 {
  display: inline;
}

.link-10:hover {
  color: #ff5722;
}

.ae-how-we-start---container---timeline {
  width: 94vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.drake-background {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  height: 65vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/drake_background2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-drake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 2em auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-holder-medical {
  z-index: 1;
  width: 45vw;
  max-width: 1400px;
  min-height: 450px;
  margin-top: 29px;
}

.categ-pic-holder {
  overflow: hidden;
  height: 65vh;
  border-radius: 20px;
  background-color: #f4f7f8;
}

.categ-pic-holder.pedal-s {
  background-image: url('../images/pedal-scene-school.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categ-pic-holder.pedal-m {
  background-image: url('../images/pedal-scene-M.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categ-pic-holder.pedal-l {
  background-image: url('../images/pedal-scene-L.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categ-pic-holder.pedal-xl {
  background-image: url('../images/pedal-scene-XL.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categ-pic-holder.pedal-xxl {
  background-image: url('../images/pedal-scene-XXL.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ae-sliders-container-product-dispensers {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-igloo-dispensers {
  height: 50px;
}

.ae-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ae-dim-products-medical {
  position: absolute;
  left: 0px;
  top: 58.4vh;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.select-model-dispensers {
  z-index: 7;
  margin-top: 48vh;
  color: #393b3b;
  font-size: 0.7em;
  line-height: 14px;
}

.ae-container-medical-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-108 {
  margin-right: 4%;
  margin-left: 4%;
}

.tabs-dispensers-all-products {
  margin-right: 3vw;
  margin-left: 3vw;
}

.dispenser-tab-link {
  margin-right: 20px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #f4f7f8;
  opacity: 1;
  color: #393b3b;
  font-size: 0.9em;
}

.dispenser-tab-link:hover {
  background-color: #fff;
  opacity: 1;
  color: #393b3b;
}

.dispenser-tab-link.w--current {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #96a5ad;
  opacity: 1;
  color: #f4f7f8;
  font-size: 0.8em;
  font-weight: 600;
}

.tabs-menu {
  margin-bottom: 20px;
}

.product-drake {
  position: absolute;
  left: 30%;
  top: auto;
  right: auto;
  bottom: 26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vh;
  height: 12vh;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 87, 34, 0.89);
  text-decoration: none;
}

.text-block-3418 {
  color: #fff;
  font-size: 0.9em;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
}

.text-block-3418._2 {
  margin-top: 10px;
  font-size: 0.7em;
  text-decoration: underline;
}

.text-block-3419 {
  margin-top: 10px;
  font-size: 0.81em;
  font-weight: 700;
}

.icon-drop-disp {
  width: 15px;
  height: 20px;
  margin-top: 0px;
  margin-right: 47px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/drop-dispensers.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-link {
  display: inline;
  color: #ff5722;
}

.faq-link:hover {
  color: #96a5ad;
}

.text-block-33989 {
  position: absolute;
  left: 281.484375px;
  right: auto;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-bottom: 20px;
  padding-right: 6px;
  padding-left: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ff5722;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-preload {
  opacity: 1;
}

.nav-order-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.nav-order-btn.grey {
  border-radius: 200px;
  background-color: #393b3b;
  color: #f5f5f8;
}

.nav-order-btn.grey:hover {
  background-color: #000;
  color: #fff;
}

.cart-form-wrapper {
  text-decoration: none;
}

.dot-int {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #000;
  opacity: 0.83;
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
}

.dot-int:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.dot-int.orange {
  background-color: #fff;
}

.dot-ext {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: rgba(57, 59, 59, 0.3);
}

.dot-ext.orange {
  background-color: hsla(0, 0%, 100%, 0.22);
}

.dot-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.section-2.is-full-image {
  position: relative;
}

.html-embed-7 {
  height: 280px;
  margin-top: -19px;
}

.html-embed-9 {
  position: absolute;
  left: -10%;
  top: -14%;
  right: 0%;
  bottom: -16%;
  width: 120%;
  padding-top: 0px;
}

.html-embed-10 {
  position: absolute;
  left: -5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 110%;
}

.div-block-133 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.heading-28 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 14px;
}

.wrapper-employ {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.html-embed-12 {
  position: absolute;
  left: -22%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 140%;
  height: auto;
}

.image-39 {
  position: absolute;
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: 0%;
  height: 150%;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.image-41 {
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.background-video-6 {
  width: 100%;
  height: 300px;
}

.tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.7;
  color: #393b3b;
  font-size: 12px;
  line-height: 14px;
}

.tab-button:hover {
  opacity: 1;
  color: #000;
}

.tab-button.w--current {
  position: relative;
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.tab-panel {
  position: relative;
  z-index: 88;
  overflow: hidden;
  height: 74vh;
  max-height: 600px;
  min-height: 500px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, 0.31);
}

.tabs-content-5 {
  position: static;
  overflow: hidden;
  width: 94vw;
  height: 74vh;
  max-height: 600px;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 16px;
}

.tabs-menu-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94vw;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  width: 100%;
  height: 81vh;
}

.pic-content-desktop {
  width: 100%;
}

.div-block-137 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.load-bar-base {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  height: 2px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: #d9dee0;
}

.load-bar {
  width: 0%;
  height: 2px;
  border-radius: 500px;
  background-color: #000;
}

.container-info-slidere {
  position: absolute;
  left: 4%;
  z-index: 3;
  width: 37%;
  color: #fff;
}

.subtitle-hide {
  opacity: 0;
}

.overlay-sliders-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: linear-gradient(38deg, rgba(0, 0, 0, 0.34) 9%, hsla(0, 0%, 100%, 0) 85%);
}

.image-42 {
  border-radius: 16px;
}

.image-43 {
  border-radius: 16px;
}

.text-block-18-copy {
  display: block;
  min-width: 120px;
  color: #393b3b;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2px;
}

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

.ae-anima-video-charger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-13 {
  position: absolute;
  left: -11%;
  top: -3%;
  right: 0%;
  bottom: -9%;
  width: 120%;
}

.text-block-33993 {
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #393b3b;
  font-size: 1.3em;
  line-height: 33px;
  font-weight: 400;
}

.astreea-que {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-width: 700px;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-12 {
  display: inline;
  color: #96a5ad;
  cursor: pointer;
}

.link-12:hover {
  color: #ff5722;
}

.icon-ev {
  width: 60px;
  height: 30px;
  margin-top: -3px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/EV-icon.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.icon-nfc {
  width: 60px;
  height: 30px;
  margin-top: -3px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/nfc-icon.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.div-block-138 {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-image: url('../images/Stand-With-Ukraine-1024x1024.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-46 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-product {
  position: relative;
  z-index: 88;
  overflow: hidden;
  width: 96vw;
  height: 72vh;
  max-height: 800px;
  min-height: 530px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, 0.31);
}

.container-product-media {
  position: relative;
  overflow: hidden;
  width: 54vw;
  height: 100vh;
  max-width: 660px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #bbbcbe;
}

.container-product-media.m-size {
  display: none;
}

.container-product-media.l-size {
  display: none;
}

.container-product-media.xl-size {
  display: none;
}

.container-product-media.acc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #8fa5b6;
}

.config-all {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.right-container-steps {
  width: 48%;
  height: 100%;
  margin-left: auto;
}

.container-header-steps {
  height: 100%;
  margin-right: 3vw;
  margin-left: 3vw;
}

.brand-config {
  position: absolute;
  left: 3vw;
  top: 50px;
  z-index: 9;
  width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-config.w--current {
  z-index: 1;
}

.left-container-media-tabs {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
}

.left-container-media-tabs.covers-choose {
  display: block;
}

.tab-link {
  width: 33.3%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  opacity: 0.3;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tab-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
  cursor: pointer;
}

.tab-prev:hover {
  text-decoration: none;
}

.tab-next {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0vh;
  z-index: 999;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #000;
  color: #8e9292;
  font-size: 0.8em;
  cursor: pointer;
}

.tab-next:hover {
  color: #fff;
  text-decoration: none;
}

.footer-nav-steps {
  position: fixed;
  left: auto;
  top: auto;
  bottom: 4%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.text-block-33994 {
  width: 100%;
  padding-bottom: 5px;
  font-weight: 700;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroll-products {
  overflow: scroll;
  height: 60vh;
  margin-top: 20px;
  padding-bottom: 60px;
}

.scroll-products.m-size {
  display: none;
}

.scroll-products.l-size {
  display: none;
}

.scroll-products.xl-size {
  display: none;
}

.item-media {
  overflow: hidden;
  width: 9vw;
  height: 9vw;
  max-height: 130px;
  max-width: 130px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #f5f5f8;
}

.text-block-33998 {
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: 700;
}

.price-and-cart {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px none #96a5ad;
}

.tech-details-tabel {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tech-details-tabel.off {
  display: none;
}

.text-block-33999 {
  border-bottom: 1px solid #d9dee0;
  font-size: 0.7em;
  font-weight: 400;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-147._2 {
  min-height: 100px;
}

.product-model-lightbox {
  z-index: 2;
  height: 100%;
  max-height: none;
}

.product-model-lightbox.m-size {
  display: block;
}

.product-model-lightbox.l-size {
  display: none;
}

.product-model-lightbox.xl-size {
  display: none;
}

.product-model-lightbox.canopy-model {
  display: none;
}

.product-model-lightbox.crystal-model {
  display: none;
}

.product-model-lightbox.umbrella-model {
  display: none;
}

.product-model-lightbox.panorama-model {
  display: none;
}

.product-model-lightbox.plus-model {
  display: block;
}

.container-media-thumb-config {
  position: absolute;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-148 {
  position: relative;
  left: 96px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-149 {
  width: 40%;
}

.text-block-34000 {
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 16px;
  font-weight: 600;
}

.icon-frame-config {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-48 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-150 {
  width: 50px;
  margin-right: 15px;
}

.back-home-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-home-btn:hover {
  opacity: 0.66;
}

.div-block-152 {
  width: 12px;
  height: 15px;
  background-image: url('../images/crazy-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-block-34002 {
  margin-right: 10px;
  font-size: 0.7em;
  font-weight: 600;
}

.lightbox-igloo-configurator {
  width: 100%;
  max-height: 650px;
}

.lightbox-igloo-configurator.thumb {
  overflow: hidden;
  width: 9vw;
  height: 9vw;
  max-height: 120px;
  max-width: 120px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.div-block-154 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 34px 3vw 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-cover-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.6;
  color: #393b3b;
  font-size: 0.8em;
  font-weight: 400;
}

.size-cover-tab:hover {
  opacity: 1;
}

.size-cover-tab.w--current {
  border-color: #ff5722;
  background-color: transparent;
  opacity: 1;
  color: #ff5722;
}

.size-cover-tab.last {
  margin-right: 0px;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-navbar-compa {
  text-decoration: none;
}

.tabs-2 {
  width: 100%;
}

.tabs-menu-3 {
  position: absolute;
  left: auto;
  top: -65px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
}

.slide-nav {
  position: relative;
  display: none;
  margin-top: 15px;
  border-radius: 20px;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 9px;
  text-align: left;
}

.left-arrow {
  left: -17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(16, 11, 71, 0.11);
  color: #cfd2ec;
  font-size: 16px;
}

.bottom-case-div {
  border-top: 1px none #cfd2ec;
  color: #393b3b;
}

.bottom-case-div.white {
  color: #fff;
}

.slide {
  width: 100%;
  margin-right: 40px;
}

.mask {
  height: 60vh;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 20px;
  border-color: #fff;
  border-radius: 16px;
  text-decoration: none;
}

.portfolio-wrapper.plus-xl {
  background-image: url('../images/6426495301837-Astreea®-Igloo-PLUS-model-XL---Winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.panorama-xl {
  background-image: url('../images/Astreea-Panorama---XL_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.plus-2-xl {
  background-image: url('../images/Astreea-Plus---XL-evenng_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.panorama-2-xl {
  background-image: url('../images/Astreea-Panorama---XL-2_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.canopy-xl {
  background-image: url('../images/Astreea-Canopy---XL_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.crystal-l {
  background-image: url('../images/Astreea-Crystal---L_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.panorama-l {
  background-image: url('../images/Astreea-Panorama---XL_slideshow-scenes--igloo2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.umbrella-m {
  background-image: url('../images/Astreea-Umbrella-M_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.plus-xl---dining {
  background-image: url('../images/Astreea-Plus---XL_slideshow-scenes2--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.plus-xl---home {
  background-image: url('../images/Astreea-Plus-L_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-wrapper.plus-l---dining {
  background-image: url('../images/Astreea-Plus---L_slideshow-scenes--igloo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.igloo-scenes-slider {
  width: 94vw;
  height: 100%;
  background-color: transparent;
}

.work-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}

.work-content.vertical {
  width: 30%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-content.vertical._2 {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.work-content.vertical.down {
  margin-top: auto;
  margin-bottom: 20px;
}

.work-content.vertical.down._2 {
  border-color: #393b3b;
  background-color: transparent;
}

.work-content.vertical.left {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.right-arrrow {
  right: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #cfd2ec;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(16, 11, 71, 0.11);
  color: #cfd2ec;
  font-size: 16px;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-29 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text-span-12 {
  text-decoration: underline;
}

.text-span-12:hover {
  color: #ff5722;
}

.lightbox-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.ae-pre-order-charger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-34003 {
  margin-top: 10px;
  color: #f4f7f8;
}

.footer-links-2 {
  margin-bottom: 30px;
  color: #f4f7f8;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.load-more-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #ff5722;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
}

.load-more-button:hover {
  border-style: none;
  background-color: #ff5722;
  color: #fff;
}

.previous-2 {
  display: none;
}

.previous-3 {
  display: none;
}

.submit-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5722;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #ff5722;
  font-size: 0.9em;
  text-decoration: none;
}

.submit-btn:hover {
  border-style: none;
  background-color: #ff5722;
  color: #fff;
}

.text-block-34004 {
  width: auto;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 14px;
  font-weight: 400;
}

.text-span-13 {
  text-decoration: underline;
}

.text-span-13:hover {
  color: #ff5722;
}

.lightbox-link-2 {
  text-decoration: none;
}

.lightbox-link-3 {
  display: none;
}

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

.close-forms {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #393b3b;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.close-forms:hover {
  background-color: #000;
}

.icons-legal {
  width: 30px;
  height: 30px;
  margin-right: 0px;
}

.icons-legal.warranties {
  background-image: url('../images/legal_icon_1.webp');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.icons-legal.intellectual {
  background-image: url('../images/legal_icon_3.webp');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.icons-legal.privacy {
  background-image: url('../images/legal_icon_4.webp');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.icons-legal.support {
  background-image: url('../images/legal_icon_2.webp');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-13 {
  color: #ff5722;
}

.text-block-34006 {
  color: #ff5722;
}

.icons-season-slidere-igloos {
  position: relative;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-34007 {
  position: absolute;
  right: 10px;
  bottom: 9px;
  display: block;
  opacity: 0;
  font-size: 0.9em;
  text-decoration: underline;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-link-4 {
  margin-right: 5px;
  border-radius: 5px;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-51 {
  display: none;
}

.cart-navbar-2 {
  z-index: 99;
  text-decoration: none;
}

.cart-navbar-2:hover {
  text-decoration: none;
}

.cart-navbar-2:active {
  text-decoration: none;
}

.text-block-34008 {
  display: block;
  margin-left: -15px;
  color: #000;
  font-size: 2.2em;
  font-weight: 700;
}

.text-block-34009 {
  color: #96a5ad;
  font-size: 0.7em;
}

.cart-header-3 {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f4f7f8;
}

.cart-quantity-4 {
  display: block;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #ff5722;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.cart-quantity-4.total {
  display: none;
}

.ae-button-subscribe-2 {
  height: 55px;
  margin-top: 30px;
  padding-top: 11px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #ff5722;
  border-radius: 300px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ff5722;
  line-height: 32px;
}

.ae-button-subscribe-2:hover {
  background-color: #ff5722;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.text-block-34010 {
  color: #96a5ad;
  font-size: 0.9em;
  font-weight: 700;
}

.cart-quantity-5 {
  height: 70px;
  padding-left: 6px;
  border-color: #f4f7f8;
  background-color: transparent;
  text-align: center;
}

.remove-btn {
  background-color: transparent;
  font-size: 0.8em;
  text-decoration: underline;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #393b3b;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-161.off {
  display: none;
}

.collection-list-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item-link {
  min-height: 130px;
  text-decoration: none;
}

.open-plus-item {
  position: relative;
  left: 7px;
  right: 0%;
  bottom: 23%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3000px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.open-plus-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.select-field {
  position: relative;
  right: 16px;
  margin-bottom: 0px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 0.7em;
}

.recaptcha {
  margin-bottom: 0px;
}

.form-ask {
  max-width: 950px;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recommended-season-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-1888 {
  display: block;
  min-width: 90px;
  margin-bottom: 10px;
  color: #393b3b;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.2px;
}

.swipe-anima-2-sec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  max-height: 90px;
  max-width: 90px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.77);
}

.text-block-34011 {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 400;
}

.trigger-swipe-anima {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.close-popups {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #393b3b;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.close-popups:hover {
  background-color: #000;
}

.grid-manual {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-34012 {
  margin-bottom: 8px;
  padding-bottom: 9px;
  font-weight: 700;
}

.text-block-34013 {
  margin-left: 10px;
  font-size: 0.8em;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-8:hover {
  color: #ff5722;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-167 {
  width: 20px;
  height: 20px;
  background-image: url('../images/ICON-PDF.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-34014 {
  font-size: 0.8em;
}

.select-field-ae {
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 10px;
  background-color: #f5f5f8;
  font-size: 0.8em;
  font-weight: 400;
}

.recommended-season-config {
  margin-top: 0px;
  margin-bottom: 20px;
}

.block-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
}

.block-item.xl {
  display: none;
}

.no-frame-selected {
  display: block;
  margin-top: 138px;
  font-size: 1.8em;
}

.checkout-btn {
  z-index: 9999;
  display: block;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #000;
  color: #8e9292;
  font-size: 0.8em;
  cursor: pointer;
}

.checkout-btn:hover {
  color: #fff;
  text-decoration: none;
}

.div-block-168 {
  position: fixed;
  left: auto;
  right: 3vw;
  bottom: 4%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.close-config-media-devices {
  position: fixed;
  left: auto;
  top: 2.5%;
  right: 2.5%;
  bottom: auto;
  z-index: 99999;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 200px;
  background-color: #000;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.add-to-cart-3 {
  position: relative;
}

.preload {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.preload-be-a-hero {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 385px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 62px;
}

.text-block-33991 {
  display: inline;
  color: #f5f5f8;
  font-size: 4em;
  line-height: 62px;
  font-weight: 700;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 35px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33992 {
  display: inline;
  color: #f5f5f8;
  font-size: 1.5em;
  font-weight: 300;
}

.div-block-132 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  height: 35px;
}

.btn-txt-1-2 {
  position: absolute;
  text-transform: uppercase;
}

.ae-cont-info-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-parent-black {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #393b3b;
  font-size: 0.9em;
  text-transform: uppercase;
}

.ae-info-2 {
  position: absolute;
  left: 4%;
  right: 0%;
  z-index: 3;
  width: 90%;
  max-width: 500px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
}

.ae-info-2.one-intro {
  display: block;
  margin-top: 0px;
  opacity: 0.89;
  color: #1d1d1d;
}

.btn-txt-2-2 {
  position: absolute;
  color: #ff5722;
  text-transform: uppercase;
}

.anima-one {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  min-height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-intro.home {
  height: auto;
}

.section-intro.home.one {
  position: relative;
  z-index: 998;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadada;
}

.price-footer---add-cart---one {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 77px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.price-footer---add-cart---one.trans {
  background-color: transparent;
}

.div-block-189 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  margin-left: 3vw;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-34034 {
  margin-bottom: 5px;
  color: #ff5722;
  font-size: 2em;
  font-weight: 700;
}

.text-block-34033 {
  border-radius: 0px;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
}

.btn-parent-white-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 55px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #ff5722;
  font-size: 0.9em;
}

.btn-parent-white-2:hover {
  color: #fff;
}

.btn-parent-white-2.padd {
  margin-right: 10px;
}

.one-tabs {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  max-width: 1200px;
  margin-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frame-info {
  position: absolute;
  left: -207px;
  top: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 700;
}

.frame-info.w {
  border-color: #fff;
}

.heading-lightweight {
  margin-top: 20px;
  color: #000;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.one-tabs_menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #393b3b;
  opacity: 0.81;
}

.one-tabs_menu._2 {
  background-color: #fff;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image__default-size {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.dot-holder-2 {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.dot-holder-2.shock-front {
  position: relative;
  left: 30%;
  top: 32%;
  right: auto;
}

.dot-holder-2.shock {
  position: relative;
  left: 73%;
  top: 56%;
  right: auto;
}

.dot-holder-2.framez {
  position: relative;
  left: 55%;
  top: 41%;
  right: auto;
}

.one-tabs_menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #6d7870;
}

.one-tabs_menu-link.is-red {
  background-color: #ca0a00;
}

.one-tabs_menu-link.is-red.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-yellow {
  background-color: #e2b62b;
}

.one-tabs_menu-link.is-yellow.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-pink {
  background-color: #cd78b7;
}

.one-tabs_menu-link.is-pink.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-white {
  background-color: #f4f7f8;
}

.one-tabs_menu-link.is-white.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-black {
  background-color: #000;
}

.one-tabs_menu-link.is-black.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-blue {
  background-color: #14bbca;
}

.one-tabs_menu-link.is-blue.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.one-tabs_menu-link.is-orange {
  background-color: #ff5722;
}

.one-tabs_menu-link.is-orange.w--current {
  box-shadow: 0 0 3px 2px #fff;
}

.animation {
  position: absolute;
  right: 0px;
  overflow: visible;
  width: 100%;
  height: 800vh;
}

.div-block-191 {
  width: 70%;
  margin-top: 10vh;
  margin-left: 100px;
}

.linksection {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 20px 0px 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 14px;
  text-decoration: none;
}

.linksection:hover {
  background-color: transparent;
}

.linksection.w--current {
  padding: 0px 20px 0px 0px;
  border-radius: 10px;
  background-color: transparent;
  opacity: 1;
  color: #1e1e1e;
  font-weight: 300;
}

.animation-rear-shock {
  position: absolute;
  top: auto;
  z-index: 5;
  min-width: 2900px;
  opacity: 0;
}

.intro-2-small {
  width: 50%;
  max-width: 600px;
  margin-bottom: 40px;
}

.full-image_text-wrap {
  position: absolute;
  top: auto;
  right: 3vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  max-width: 100%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image__cursor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagewrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-top: 12vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.motors-animation {
  position: absolute;
  left: -47%;
  top: -39%;
  right: 0%;
  bottom: 0%;
}

.text-block-34032 {
  color: #d9dee0;
  font-size: 1.4em;
  font-weight: 700;
}

.trick-salt {
  overflow: visible;
  margin-left: 0%;
}

.c-hours-600 {
  opacity: 1;
  font-weight: 700;
}

.full-image_photo {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.section-content._4 {
  height: 70vh;
  background-color: transparent;
}

.section-content._3 {
  height: 55vh;
  background-color: transparent;
}

.section-content._2 {
  height: 75vh;
  background-color: transparent;
}

.section-content._1 {
  height: 180vh;
  padding-top: 60px;
  background-color: transparent;
  text-decoration: none;
}

.battery-all {
  position: absolute;
  left: 0%;
  top: -12%;
  right: 0%;
  bottom: -12%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.battery-all.default {
  z-index: 5;
  background-image: url('../images/batt-animation-motors-astreea-one-.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.battery-all.mask-bask {
  z-index: 7;
  background-image: url('../images/basket-animation-motors-astreea-one-.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.battery-all.ext-batt {
  z-index: 6;
  background-image: url('../images/batt-ext-animation-motors-astreea-one-.png');
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0;
}

.image__enlarged-size {
  width: 100vw;
  height: 100vh;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.title-bike {
  position: relative;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.title-bike.zoomedout {
  font-size: 2.8em;
  line-height: 0.9;
  text-align: center;
}

.title-bike.midd {
  font-size: 2.8em;
  text-align: center;
}

.title-bike.bigone {
  position: absolute;
  opacity: 1;
  font-size: 2.8em;
  line-height: 1;
}

.title-bike.bigone-second {
  position: absolute;
  opacity: 0;
  font-size: 2.8em;
  line-height: 1;
}

.dot-int-b {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #202020;
  opacity: 0.83;
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
}

.dot-int-b:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.div-block-113 {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}

.add-color-one-item {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  color: #8e9292;
  font-size: 1.5em;
  line-height: 0.68em;
  cursor: pointer;
}

.add-color-one-item:hover {
  color: #fff;
  text-decoration: none;
}

.one-tabs_content-pane {
  width: 100%;
}

.text-block-34037 {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-top: 10vh;
}

.animation-frame-view {
  position: absolute;
  z-index: 3;
  min-width: 2900px;
  opacity: 0;
}

.heading-27 {
  margin-top: 20px;
  color: #1e1e1e;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.heading-27.tires {
  text-align: left;
}

.stickywrap {
  position: -webkit-sticky;
  position: sticky;
  top: 22vh;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.animation-image-one-no-seat {
  position: absolute;
  z-index: 1;
  min-width: 2900px;
  opacity: 1;
}

.expended-line-high {
  width: 30%;
  height: 1px;
  margin-top: 40px;
  background-color: #ff5722;
}

.section-pick-color {
  position: relative;
  z-index: 100;
  height: 140vh;
  padding-top: 5vh;
  background-color: #202020;
}

.section-motors-abd-battery {
  position: relative;
  z-index: 88;
  height: 250vh;
  background-color: #202020;
  opacity: 1;
}

.container-gen {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4em;
}

.container-gen.is-full-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-gen.is-stiki {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  text-align: center;
}

.lightweight-dots-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.image__default {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.section-one-overview {
  position: relative;
  display: block;
  min-height: 100vh;
  padding: 15vh 0vw 20vh;
  background-color: #dadada;
}

.pic-brakes {
  overflow: hidden;
  width: 14vw;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.one-tabs_content {
  top: -95px;
  width: 100%;
}

.shocks-info {
  position: absolute;
  left: 40px;
  top: -46px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 60px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 700;
}

.shocks-info.left {
  left: auto;
  right: 40px;
}

.navcontentwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-172 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.textcyclestyle {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 820vh;
}

.shocks-bullets {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.image__enlarged {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
  cursor: pointer;
}

.check {
  width: 50%;
  opacity: 0;
}

.image__cursor-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff5722;
  color: #131313;
}

.motors-content {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.animation-front-shock {
  position: absolute;
  top: auto;
  z-index: 4;
  min-width: 2900px;
  opacity: 0;
}

.text-block-34038 {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.text-block-34039 {
  margin-top: 10px;
  color: #393b3b;
  font-size: 1em;
  font-weight: 400;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.animation-image-seat {
  position: absolute;
  z-index: 2;
  min-width: 2900px;
  opacity: 1;
}

._750-battery {
  opacity: 1;
  color: #fff;
  text-align: left;
}

.div-block-188 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-123 {
  position: -webkit-sticky;
  position: sticky;
  top: 15.9vh;
  height: 100vh;
  background-color: transparent;
}

.tires-pic {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 6;
  width: 40vw;
  max-width: 700px;
  margin-right: auto;
}

.animationimagewrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-124 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-54 {
  display: inline-block;
}

.grid-3 {
  width: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
}

.image__pan-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
}

.navi {
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 250px;
  margin-left: 3vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.c-hours-750 {
  opacity: 1;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: right;
}

.section-one {
  padding-top: 15vw;
  padding-bottom: 15vw;
  padding-left: 4%;
}

.section-one.is-full-image {
  position: relative;
}

._600-battery {
  opacity: 1;
  color: #fff;
}

._4-sections-wrap {
  position: relative;
  z-index: 77;
  display: block;
  overflow: visible;
  max-width: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.full-image_photo-height {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section-co2 {
  position: relative;
  z-index: 999;
  background-color: #1a1a1a;
}

.text-block-34041 {
  width: 50%;
  margin-bottom: 20px;
  font-weight: 700;
}

.full-image_photo-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  margin-bottom: 30px;
}

.h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}

.image__cursor-icon {
  width: 24px;
  height: 24px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.infotext-bike {
  position: absolute;
  top: 25vh;
  width: 35%;
  margin-right: 3vw;
  margin-left: 3vw;
  opacity: 0;
}

.infotext-bike.pick-color {
  position: absolute;
  top: 15vh;
  z-index: 2;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  opacity: 0;
  color: #fff;
}

.infotext-bike.firsttitle {
  z-index: 9;
  width: 40%;
  opacity: 1;
}

.infotext-bike.zoomed-out {
  left: 0px;
  top: 20vh;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  color: #fff;
}

.infotext-bike.title-colors {
  position: absolute;
  top: 15vh;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  opacity: 1;
  color: #fff;
}

.infotext-bike.second-title {
  z-index: 8;
  color: #fff;
}

.infotext-bike.footer-details {
  position: relative;
  top: 67vh;
  bottom: auto;
  width: auto;
  opacity: 1;
}

._750w-motor {
  padding-top: 0px;
  padding-bottom: 20px;
  opacity: 0;
  color: #fff;
  text-align: right;
}

.motors-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5em;
}

._1000w-motor {
  opacity: 0;
  color: #fff;
  text-align: right;
}

.text-block-34042 {
  position: absolute;
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: 700;
}

.text-block-34042._2-0 {
  opacity: 0;
}

.text-block-34042._1-8 {
  opacity: 0;
}

.text-block-34042._1-7 {
  opacity: 0;
}

.text-block-34042._1-5 {
  opacity: 1;
}

.text-block-34042._1-6 {
  opacity: 0;
}

.text-block-34042._1-9 {
  opacity: 0;
}

.body-text {
  margin-right: auto;
  margin-left: auto;
  color: #393b3b;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.body-text.center {
  color: #393b3b;
  font-size: 1em;
  line-height: 22px;
  text-align: center;
}

.body-text.left {
  padding-left: 0px;
  font-size: 1em;
  line-height: 22px;
  text-align: left;
}

.body-text.kenda-subtitle {
  margin-top: -10px;
  font-size: 1em;
  line-height: 22px;
  font-weight: 700;
}

.body-text.kenda-title {
  margin-top: 61px;
  color: #1d1d1d;
  font-style: italic;
  font-weight: 800;
}

.body-text.right2 {
  padding-left: 0px;
  font-size: 1em;
  line-height: 22px;
  text-align: right;
}

.infotext {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: block;
  width: 50%;
  max-width: 600px;
  margin-bottom: 40px;
}

.infotext.tires {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 40px;
  opacity: 0;
}

.infotext.brakes {
  left: 20%;
  top: 4.5vh;
  z-index: 5;
  opacity: 0;
}

.infotext.position {
  z-index: 6;
  width: 60%;
  max-width: 800px;
  opacity: 0;
  text-align: center;
}

.infotext.reimagined {
  right: 3vw;
  z-index: 7;
  width: 50%;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  text-align: right;
}

.image-55 {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.text-block-34043 {
  margin-bottom: 20px;
  color: #393b3b;
  letter-spacing: -0.3px;
}

.text-block-34043.w {
  margin-top: 10px;
  color: #fff;
}

.container-2 {
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2.tabs {
  width: auto;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-184 {
  max-width: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-34031 {
  font-size: 0.6em;
}

.div-block-182 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.range-tabs-btns {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #393b3b;
  background-color: transparent;
  color: #585a5a;
  font-size: 0.9em;
}

.range-tabs-btns:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.range-tabs-btns.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.image-61 {
  width: 100%;
}

.tabs-menu-one {
  margin-bottom: 60px;
}

.tabs-menu-6 {
  margin-bottom: 20px;
}

.draw-flatsurface {
  position: absolute;
  left: 28px;
  top: 114px;
  width: 200px;
}

.ae-container-55-2 {
  position: relative;
  z-index: 1;
  width: 55%;
  height: 60vh;
  min-height: 300px;
  margin-right: 0px;
  margin-left: 20px;
}

.ae-container-55-2._2 {
  overflow: hidden;
  margin-right: 20px;
  margin-left: 0px;
}

.text-block-34023 {
  font-weight: 700;
}

.image-59 {
  display: inline-block;
}

.tab-link-technical-one {
  width: 33.3%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #393b3b;
  background-color: transparent;
  color: #444;
}

.tab-link-technical-one:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.tab-link-technical-one.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.tabs-3 {
  top: 20px;
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-34029 {
  width: 60%;
  font-size: 1.4em;
  line-height: 22px;
  font-weight: 700;
}

.text-block-34029.white {
  color: #fff;
}

.div-block-180 {
  position: absolute;
  left: -27%;
  right: -9%;
  bottom: 0px;
  z-index: 1;
  min-width: 450px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ae-container-45-2 {
  position: relative;
  overflow: hidden;
  width: 45%;
  height: 60vh;
  min-height: 300px;
}

.section-tabs.index {
  position: relative;
  z-index: 99;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
}

.div-block-185 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-speed---flat {
  position: absolute;
  right: 29px;
  width: 120px;
}

.div-block-187 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-181 {
  width: 100%;
  height: 100%;
  padding: 38px;
  background-color: #000;
}

.range-flatsurface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 36px;
  background-color: #f3f1ec;
}

.ae-container-text-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ae-container-visual-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-3 {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding-top: 10vh;
  background-color: #f5f5f8;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-7 {
  margin-bottom: 40px;
}

.div-content {
  position: static;
  bottom: 2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: auto;
  height: 70vh;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #393b3b;
  border-radius: 5px;
}

.grid-one {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  font-size: 0.8em;
}

._1st-column {
  margin-bottom: 0px;
  border-right: 1px none #000;
  font-weight: 600;
}

._2nd-column {
  margin-bottom: 0px;
  padding: 8px 0px 8px 23px;
  border-left: 1px solid #000;
}

.div-block-194 {
  width: 45%;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-340344 {
  margin-bottom: 5px;
  color: #000;
  font-size: 2em;
  font-weight: 700;
}

.text-block-340333 {
  color: #96a5ad;
  font-size: 0.8em;
}

.image-62 {
  display: none;
}

.icon-ue {
  width: 50px;
  height: 20px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/EU_1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.heading-47 {
  margin-top: 20px;
  color: #1e1e1e;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}

.vimeo-pro---motors--desk-anima {
  position: absolute;
  left: 6.5%;
  top: 0%;
  right: 8%;
  bottom: 0%;
}

.image-63 {
  margin-right: 20px;
  margin-bottom: 10px;
}

.motors-mobi-pic {
  position: absolute;
  left: 6.5%;
  top: 0%;
  right: 8%;
  bottom: 0%;
  z-index: 4;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-64 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-row.head {
  margin-bottom: 10px;
  opacity: 0;
}

.wrapper-row._600 {
  margin-bottom: 5px;
  opacity: 0;
}

.wrapper-row._750 {
  opacity: 0;
}

.paragraph-5 {
  font-weight: 700;
}

.ext-batteri-text {
  display: block;
}

.div-block-196 {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dots-accessories {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
}

.dot-holder-acc {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.dot-holder-acc.shock-front {
  position: relative;
  left: 30%;
  top: 32%;
  right: auto;
}

.dot-holder-acc.shock {
  position: relative;
  left: 73%;
  top: 56%;
  right: auto;
}

.dot-holder-acc.framez {
  position: relative;
  left: 55%;
  top: 41%;
  right: auto;
}

.dot-holder-acc.pet {
  position: absolute;
  left: auto;
  top: 519px;
  right: 42%;
  opacity: 1;
}

.dot-holder-acc.child-seat {
  position: absolute;
  left: auto;
  top: 373px;
  right: 22%;
  opacity: 1;
}

.dot-holder-acc.rear-b {
  position: absolute;
  left: auto;
  top: 356px;
  right: 30%;
  opacity: 1;
}

.dot-holder-acc.front-bask {
  position: absolute;
  left: auto;
  top: 350px;
  right: 70%;
  opacity: 1;
}

.dot-holder-acc.golf-bask {
  position: absolute;
  left: auto;
  top: 416px;
  right: 15%;
  opacity: 1;
}

.dot-ext-w {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.31);
}

.dot-ext-w.orange {
  background-color: hsla(0, 0%, 100%, 0.22);
}

.dot-int-w {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.83;
  -webkit-transition: -webkit-transform 325ms ease;
  transition: -webkit-transform 325ms ease;
  transition: transform 325ms ease;
  transition: transform 325ms ease, -webkit-transform 325ms ease;
}

.dot-int-w:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pic-acc {
  position: absolute;
  left: -169px;
  top: -177px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 700;
}

.pic-acc.w {
  border-color: #fff;
}

.pic-acc.rear-b {
  left: 37px;
  right: auto;
  background-image: url('../images/icon-rear-bask.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-acc.f-bask {
  background-image: url('../images/icon-front-bask.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-acc.child {
  left: 37px;
  right: auto;
  background-image: url('../images/icon-child-seat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-acc.golf-pic {
  left: 37px;
  top: -233px;
  right: auto;
  height: 220px;
  background-image: url('../images/icon-bask-golf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-acc.pet-bask-pic {
  left: -165px;
  top: -164px;
  display: none;
  background-image: url('../images/icon-pet-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iinfo-holder-acc {
  position: absolute;
  left: -169px;
  top: -177px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 16px;
  font-weight: 700;
}

.iinfo-holder-acc.w {
  border-color: #fff;
}

.iinfo-holder-acc.rear-b {
  left: 37px;
  right: auto;
  background-image: url('../images/icon-rear-bask.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iinfo-holder-acc.f-bask {
  background-image: url('../images/icon-front-bask.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iinfo-holder-acc.child {
  left: 37px;
  right: auto;
  background-image: url('../images/icon-child-seat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iinfo-holder-acc.golf-pic {
  left: 37px;
  top: -233px;
  right: auto;
  height: 220px;
  background-image: url('../images/icon-bask-golf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iinfo-holder-acc.pet-bask-pic {
  left: -165px;
  top: -164px;
  background-image: url('../images/icon-pet-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .ae-field-input._2 {
    margin-right: 20px;
  }

  .search-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-44 {
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 40px;
    border-radius: 10px;
    background-color: #f4f7f8;
  }

  .html-embed-vimeo-pro.outdoor {
    top: -14%;
    bottom: -18%;
  }

  .html-embed-vimeo-pro.charger {
    top: -7%;
    bottom: -13%;
  }

  .html-embed-vimeo-pro.one-home-page {
    left: -19.9vw;
    bottom: -23.9vh;
  }

  .select-model-igloo {
    left: 331px;
  }

  .tab-panel {
    max-height: 750px;
    min-height: 630px;
  }

  .tabs-content-5 {
    max-height: 750px;
    min-height: 630px;
  }

  .sliders-intro-astreea {
    min-height: 630px;
  }

  .intro-product {
    max-height: 800px;
    min-height: 630px;
  }

  .container-product-media {
    max-width: 730px;
  }

  .scroll-products {
    z-index: 7;
  }

  .work-content.vertical {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .anima-one {
    max-height: 1400px;
  }

  .heading-27.tires {
    width: auto;
  }

  .body-text.left {
    width: auto;
  }

  .body-text.kenda-subtitle {
    width: auto;
  }

  .body-text.kenda-title {
    width: auto;
  }

  .body-text.right2 {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .ae-section.light-grey.full {
    max-height: 1400px;
  }

  .ae-dim-products {
    top: 63vh;
  }

  .mask-astreea-products-sliders {
    padding-top: 17vh;
  }

  .div-block-39 {
    max-width: 1400px;
  }

  .tag-plus._1-material {
    top: 366px;
  }

  .tag-plus.lightning {
    left: 32.7vw;
    top: 265px;
  }

  .tag-plus.door-pvc {
    top: 365px;
  }

  .tag-plus.terrace-page {
    top: 278px;
    right: 51.7vw;
  }

  .tag-plus.downtown-page {
    top: 397px;
    right: 240px;
  }

  .tag-plus.igloo-page {
    top: 496px;
    right: 43.7vw;
  }

  .heading-numbers.sale-products {
    margin-bottom: 8px;
  }

  .heading-numbers.patents {
    margin-bottom: 8px;
  }

  .heading-numbers.established {
    margin-bottom: 8px;
  }

  .html-embed-vimeo-pro {
    top: -13%;
    min-height: 800px;
  }

  .html-embed-vimeo-pro.one {
    top: -34%;
    bottom: -23%;
    min-height: 950px;
  }

  .html-embed-vimeo-pro.outdoor {
    left: -10%;
    top: -30%;
    bottom: -28%;
  }

  .html-embed-vimeo-pro.charger {
    top: -14%;
    bottom: -35%;
  }

  .html-embed-vimeo-pro.one-home-page {
    left: -15.8vw;
    top: -17.2vw;
    bottom: -7.9vw;
    width: 120%;
  }

  .div-block-101 {
    top: 59.9vh;
  }

  .left-arrow-igloo-season {
    top: 80vh;
  }

  .right-arrow-igloo-season {
    top: 80vh;
  }

  .select-model-dispensers {
    left: 300px;
  }

  .html-embed-12 {
    left: -14%;
    top: -25%;
    bottom: -12%;
  }

  .tab-panel {
    max-height: 950px;
    min-height: 670px;
  }

  .tabs-content-5 {
    max-height: 950px;
    min-height: 670px;
  }

  .sliders-intro-astreea {
    min-height: 670px;
  }

  .intro-product {
    max-height: 950px;
    min-height: 670px;
  }

  .container-product-media {
    width: 52vw;
    max-width: 1600px;
  }

  .scroll-products {
    height: 60vh;
  }

  .case-title {
    margin-bottom: 20px;
    line-height: 32px;
  }

  .portfolio-overlay {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow {
    border-style: none;
  }

  .bottom-case-div {
    padding-top: 10px;
    border-top: 1px solid #cfd2ec;
  }

  .bottom-case-div.white {
    border-top-style: none;
  }

  .slide {
    width: 100%;
  }

  .mask {
    height: 70vh;
  }

  .portfolio-wrapper {
    height: 70vh;
    padding-left: 0px;
    border-style: solid;
    border-width: 20px;
    border-color: #fff;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
  }

  .portfolio-wrapper.panorama-xl {
    border-style: none;
  }

  .work-content {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .work-content.vertical {
    width: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .work-content.vertical.left {
    margin-bottom: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-arrrow {
    border-style: none;
  }

  .ae-info-2.one-intro {
    top: 30vh;
  }

  .anima-one {
    max-height: 1600px;
    min-height: 1100px;
  }

  .one-tabs {
    margin-top: 15vh;
  }

  .dot-holder-2.shock-front {
    top: 40%;
  }

  .div-block-191 {
    width: 60%;
  }

  .motors-animation {
    top: -51%;
  }

  .motors-content {
    min-height: 1100px;
  }

  .infotext-bike.pick-color {
    top: 5vh;
  }

  .infotext-bike.title-colors {
    top: 5vh;
  }

  .infotext.tires {
    max-width: 800px;
  }

  .dot-holder-acc.shock-front {
    top: 40%;
  }

  .dot-holder-acc.pet {
    top: 540px;
  }

  .dot-holder-acc.child-seat {
    right: 22%;
  }

  .dot-holder-acc.rear-b {
    right: 28%;
  }

  .dot-holder-acc.golf-bask {
    right: 17%;
  }
}

@media screen and (min-width: 1920px) {
  .lottie-animation-airplane {
    width: auto;
    margin-top: -72px;
    margin-right: -93px;
  }

  .tag-plus._1-material {
    top: 433px;
  }

  .tag-plus.door-pvc {
    top: 400px;
  }

  .available-sizes {
    left: 71.1562px;
  }

  .nav-categ-wrapper-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .html-embed-vimeo-pro {
    top: -10%;
    bottom: -9%;
  }

  .html-embed-vimeo-pro.one {
    left: -10%;
    top: -49%;
    bottom: -37%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed-vimeo-pro.outdoor {
    left: -10%;
    top: -49%;
    bottom: -45%;
  }

  .html-embed-vimeo-pro.charger {
    top: -25%;
    bottom: -41%;
  }

  .html-embed-vimeo-pro.one-home-page {
    left: -10.9vw;
    top: -20.2vw;
    bottom: -20.1vw;
  }

  .select-model-igloo {
    left: 320px;
  }

  .div-block-101 {
    bottom: 25%;
  }

  .select-model-dispensers {
    left: 285px;
  }

  .html-embed-12 {
    left: -21%;
    top: -30%;
    bottom: -18%;
  }

  .tab-panel {
    max-height: 1200px;
    min-height: 700px;
  }

  .tabs-content-5 {
    max-height: 1200px;
    min-height: 700px;
  }

  .tabs {
    height: 81vh;
  }

  .intro-product {
    max-height: 1200px;
    min-height: 850px;
  }

  .container-product-media {
    width: 52vw;
  }

  .scroll-products {
    height: 65vh;
  }

  .mask {
    height: 80vh;
  }

  .portfolio-wrapper {
    height: 80vh;
  }

  .work-content.vertical {
    background-color: transparent;
  }

  .ae-info-2.one-intro {
    top: 30vh;
  }

  .heading-lightweight {
    font-size: 34px;
  }

  .dot-holder-2.shock-front {
    left: 35%;
    outline-color: #1d1d1d;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .dot-holder-2.shock {
    left: 60.2vw;
  }

  .div-block-191 {
    width: 55%;
    margin-left: 0px;
  }

  .animation-rear-shock {
    min-width: 3300px;
  }

  .imagewrap {
    top: -10%;
    padding-top: 0vh;
  }

  .motors-animation {
    left: -37%;
    top: -35%;
    right: 16%;
    bottom: 26%;
  }

  .animation-frame-view {
    min-width: 3300px;
  }

  .heading-27 {
    font-size: 34px;
  }

  .animation-image-one-no-seat {
    min-width: 3300px;
  }

  .motors-content {
    min-height: 1400px;
  }

  .animation-front-shock {
    min-width: 3300px;
  }

  .text-block-34038 {
    font-size: 1.1em;
  }

  .animation-image-seat {
    min-width: 3300px;
  }

  .body-text.left {
    font-size: 1em;
  }

  .body-text.kenda-subtitle {
    font-size: 1em;
  }

  .body-text.kenda-title {
    font-size: 1em;
  }

  .body-text.right2 {
    font-size: 1em;
  }

  .infotext.tires {
    margin-left: 0px;
    opacity: 0;
  }

  .heading-47 {
    font-size: 34px;
  }

  .dot-holder-acc.shock-front {
    left: 35%;
    outline-color: #1d1d1d;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .dot-holder-acc.shock {
    left: 60.2vw;
  }

  .dot-holder-acc.child-seat {
    right: 30%;
  }

  .dot-holder-acc.rear-b {
    right: 35%;
  }

  .dot-holder-acc.golf-bask {
    right: 25%;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container.columnss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .paragraph-bigger.terms-ask._2 {
    font-size: 0.95rem;
  }

  .ae-button {
    width: 140px;
    height: 45px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 17px;
  }

  .ae-button.add {
    margin-left: 0px;
  }

  .paragraph-light.arsat {
    display: block;
  }

  .heading-bigone {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .intro-content {
    width: auto;
  }

  .intro-content.product-page {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
  }

  .intro-content.product-page-medical {
    max-width: none;
    margin-bottom: 20px;
  }

  .intro-text {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .product-image {
    width: 100%;
    height: 100%;
  }

  .product-detail-cta-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }

  .color-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .color-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-content.colors {
    margin-bottom: 20px;
  }

  .ae-button-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ae-playvideo-pulse {
    width: 14px;
    height: 14px;
  }

  .circle-main {
    width: 14px;
    height: 14px;
  }

  .circle-parent {
    width: 30px;
    height: 30px;
  }

  .ae-support-container {
    z-index: 99999;
  }

  .heading-bigone-half {
    font-size: 1.8rem;
  }

  .heading-bigone-half._1 {
    font-size: 1.8rem;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ae-check-mark._2 {
    border-style: none;
    border-color: #96a5ad;
  }

  .search-input {
    font-size: 16px;
  }

  .ae-container-loved-by {
    max-width: none;
    line-height: 16px;
  }

  .ae-container-card-loved {
    width: 100%;
    margin-top: 40px;
  }

  .logo-part {
    width: 5.5em;
  }

  .ae-container-arsat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ae-container-no-mistk {
    top: auto;
    bottom: 30px;
    width: auto;
  }

  .ae-container-airplane {
    height: 90vh;
    max-height: 750px;
  }

  .ae-container-video-link-factory {
    margin-bottom: 47px;
  }

  .arsat-bkg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .lottie-animation-airplane {
    margin-right: -43px;
    padding-right: 0px;
  }

  .footer-grid {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-sidebar {
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    padding-left: 16px;
  }

  .post-card-v1-header {
    margin-top: 24px;
  }

  .sidebar-featured-post-header {
    font-size: 1em;
    line-height: 18px;
  }

  .zoom-on-hover:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .stories-posts-home {
    display: block;
  }

  .post-card-v1 {
    margin-bottom: 32px;
  }

  .post-card-v1-image {
    max-height: none;
  }

  .stories-posts-and-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ae-section {
    padding-top: 15vh;
  }

  .ae-section.home {
    padding-bottom: 8vh;
  }

  .ae-section.light-grey.full {
    max-height: 450px;
  }

  .ae-section.about {
    padding-bottom: 100px;
  }

  .ae-container-stories {
    width: auto;
    margin-bottom: 15px;
  }

  .post-v2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .reflection-gradient {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .support-language {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title._32px {
    font-size: 2.2em;
  }

  .support-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-color-card {
    width: 32%;
    margin: 20px 60px 40px 20px;
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonials-slider-arrow {
    left: 30%;
  }

  .testimonials-slider-arrow.right {
    right: 30%;
  }

  .slide-nav-2 {
    display: none;
  }

  .ae-container-product {
    width: auto;
    height: 50vh;
  }

  .ae-dim-products {
    top: 77.4vh;
  }

  .ae-sliders-container-product {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ae-sliders-container-product-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ae-container-video-link-installation {
    display: none;
  }

  .ae-container-video-link-installation._2.zz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ae-customer-stories {
    height: 40vh;
  }

  .text-block-11 {
    font-size: 3em;
  }

  .ae-tehnical-tab--container {
    width: 92%;
    margin-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ae-tab-tech-frame {
    padding-right: 0px;
    font-size: 0.8em;
  }

  .ae-container-45 {
    height: 30vh;
  }

  .ae-container-45.hand-dispens {
    width: 100%;
  }

  .ae-container-text-tab {
    height: auto;
    margin-bottom: 20px;
  }

  .ae-container-visual {
    margin-bottom: 0px;
  }

  .ae-container-55 {
    height: 30vh;
  }

  .ae-container-55.scroll {
    width: 100%;
    height: 40vh;
    margin-bottom: 20px;
  }

  .ae-container-install-table {
    height: 70vh;
  }

  .ae-install-table-bkg {
    height: auto;
  }

  .ae-title-product-mini-install {
    font-size: 0.8em;
  }

  .check-dot.right {
    width: 12px;
    height: 12px;
  }

  .check-dot.left {
    width: 12px;
    height: 12px;
  }

  .check-dot.left.warm {
    width: 12px;
    height: 12px;
  }

  .ae-time-install {
    font-size: 0.8em;
  }

  .div-block-35 {
    width: 30px;
    height: 30px;
  }

  .images-scroll {
    margin-bottom: 40px;
  }

  .collection-list-wrapper-3 {
    width: 60vh;
  }

  .div-block-39 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-space {
    right: 3%;
    margin-right: 10px;
  }

  .video-block {
    width: 80vw;
    height: 50vw;
  }

  .ae-add-cart-item {
    margin-bottom: 20px;
  }

  .tag-plus._1-material {
    display: none;
  }

  .tag-plus.lightning {
    display: none;
  }

  .tag-plus.door-pvc {
    display: none;
  }

  .tag-plus.terrace-page {
    display: none;
  }

  .tag-plus.downtown-page {
    display: none;
  }

  .tag-plus.downtown-page {
    display: none;
  }

  .tag-plus.igloo-page {
    display: none;
  }

  .text-block-19 {
    margin-right: 20px;
  }

  .product-list {
    z-index: 1;
    width: 100%;
    padding-right: 0px;
  }

  .ae-houses-appoi {
    padding-top: 40px;
  }

  .card-categ-holder {
    min-width: 280px;
  }

  .card-categ-holder.terreece {
    width: 70vw;
    height: 85vw;
  }

  .card-categ-holder.housess {
    max-height: 500px;
  }

  .big-title--nav-categ {
    left: 20px;
    top: 1.4em;
    font-size: 2em;
    line-height: 33px;
  }

  .header-menu-categ {
    width: 100%;
  }

  .header-menu-categ._2 {
    width: 100%;
  }

  .section-timeline-heading {
    margin-top: 100px;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .timeline_image-wrapper.margin-bottom-medium {
    height: 350px;
  }

  .margin-bottom-medium {
    margin-bottom: 20px;
  }

  .padding-vertical-xlarge {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .title-our-brand {
    font-size: 2rem;
    line-height: 33px;
  }

  .text-support {
    font-size: 16px;
    line-height: 20px;
  }

  .text-support-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .ae-container-ctn {
    width: 92%;
    max-width: none;
    line-height: 16px;
  }

  .card-text {
    font-size: 0.9em;
    line-height: 18px;
  }

  .testcollection-wrap {
    margin-top: 142px;
  }

  .ae-info {
    top: 40px;
    margin-top: 0px;
  }

  .icon-wrap {
    display: none;
  }

  .ae-container-video-teaser {
    width: 90%;
  }

  .badge {
    top: 42vh;
    z-index: 99;
    width: 50px;
  }

  .img-thumb-product {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }

  .image-26 {
    left: 44px;
    top: -34px;
  }

  .img-product-and-tags {
    width: 100vw;
    min-height: 400px;
  }

  .title-card-left-metrics {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.8em;
  }

  .title-card-right-metrics {
    margin-bottom: 5px;
    font-size: 3em;
  }

  .title-card-right-metrics.half {
    font-size: 1.8em;
  }

  .available-sizes {
    left: -0.8438px;
  }

  .collection-list-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-scooter-coming-soon {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-soon {
    padding-right: 0vw;
    padding-left: 0px;
  }

  .signt-asttrreea {
    left: 4%;
    top: 47px;
  }

  .slide-nav-8 {
    display: none;
  }

  .ae-button-copy {
    width: 140px;
    height: 45px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 17px;
  }

  .text-block-337 {
    position: relative;
  }

  .text-block-337.frame {
    position: fixed;
    left: 3%;
    top: 109px;
    right: auto;
    width: auto;
    font-size: 1.2em;
  }

  .heading-bigone-slides {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .heading-bigone-slides.opening {
    font-size: 2em;
  }

  .brand {
    padding-left: 0px;
  }

  .btn-parent-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 44px;
    font-size: 0.8em;
  }

  .ae-cont-info-btn {
    margin-top: 20px;
  }

  .icons-head-title {
    margin-top: 20px;
  }

  .btn-parent-orange {
    width: 140px;
    height: 44px;
    font-size: 0.8em;
  }

  .btn-parent-orange.submit {
    margin-left: 40px;
  }

  .btn-parent-orange._77 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .ae-middle-nav {
    display: none;
  }

  .ae-containers {
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member-links {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .team-member-photo {
    height: 260px;
  }

  .team-member {
    padding-right: 8px;
    padding-left: 8px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 0.9em;
    line-height: 18px;
  }

  .accordion-item---brix.accordion-3---brix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
    font-size: 0.9em;
    line-height: 18px;
  }

  .js-clock {
    top: 51px;
  }

  .clock-number {
    font-size: 1.4em;
  }

  .clock-label {
    font-size: 0.6em;
  }

  .header-title {
    top: 40px;
  }

  .release-date {
    left: 20px;
    top: 20%;
    font-size: 0.7em;
  }

  .release-location-container {
    margin-top: 5px;
  }

  .container-left {
    max-width: 280px;
    margin-left: 40px;
  }

  .card-slider_item {
    width: 45vw;
    min-height: 160px;
  }

  .btn {
    display: none;
  }

  .btn.left {
    display: none;
  }

  .hide-icon-play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-3401 {
    margin-top: 20px;
  }

  .heading-numbers {
    font-size: 3em;
  }

  .carousel.is_contained {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .carousel-mask {
    width: 45vw;
  }

  .ae-container-aboutus {
    width: auto;
    margin-bottom: 15px;
  }

  .mm__menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    background-color: #f4f7f8;
  }

  .div-block-88 {
    display: none;
  }

  .menu-mobi-side-bar {
    z-index: 9;
  }

  .mm__sidebar-body {
    left: auto;
    right: 3vw;
  }

  .mm__sidebar-close {
    top: 21px;
    z-index: 21;
  }

  .symbol-mark-menu {
    width: 50px;
    height: 50px;
    margin-top: -8px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/symbol-mark---Primary.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-89 {
    overflow: scroll;
    margin-top: 20px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #f4f7f8;
  }

  .products-tab-nav-mobi {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .pic-dekstop {
    display: none;
  }

  .pic-mobi {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .ae-container-100 {
    height: 60vh;
  }

  .container-btn-nav-mobi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f7f8;
    border-radius: 5px;
  }

  .text-block-3403 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #96a5ad;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: none;
  }

  .text-block-3404 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 400;
  }

  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #f4f7f8;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-left: 0px;
    background-color: transparent;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .link-block-2:hover {
    color: #ff5722;
  }

  .container-btn-nav-mobi-drop {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f7f8;
    border-radius: 5px;
  }

  .dropdown-toggle {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-3405 {
    font-weight: 700;
  }

  .link-block-menu-2 {
    text-decoration: none;
  }

  .block-buttons-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .update-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon-4 {
    margin-right: 15px;
  }

  .text-block-3406 {
    font-weight: 700;
  }

  .text-block-3407 {
    font-weight: 700;
  }

  .text-block-3408 {
    font-size: 0.8em;
  }

  .text-block-3409 {
    font-size: 0.8em;
  }

  .text-block-3410 {
    font-size: 0.8em;
  }

  .image-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .html-embed-vimeo-pro.one-home-page {
    left: -51%;
    top: -94%;
    right: 0%;
    bottom: -56%;
    display: none;
    width: 160%;
  }

  .ae-slider-houses-intro-mobi {
    position: relative;
    top: -189px;
    bottom: 27.5vw;
    display: inline-block;
    width: 100%;
  }

  .ae-slider-outdoor-intro-mobi {
    position: absolute;
    top: -26vw;
  }

  .overlay-sliders {
    background-image: linear-gradient(144deg, rgba(0, 0, 0, 0.22) 24%, hsla(0, 0%, 100%, 0) 85%);
  }

  .image-preorder-1 {
    height: 800px;
  }

  .image-preorder-2 {
    height: 800px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-preorder-3 {
    height: 800px;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-preorder-4 {
    height: 800px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-29off {
    display: block;
    padding-top: 0px;
    -o-object-position: 50% 60%;
    object-position: 50% 60%;
  }

  .link-block-3 {
    width: 100%;
    text-decoration: none;
  }

  .text-block-3411 {
    display: inline;
  }

  .text-block-3412 {
    display: none;
  }

  .overlay-igloo {
    background-image: linear-gradient(153deg, rgba(0, 0, 0, 0.22) 9%, hsla(0, 0%, 100%, 0) 85%);
  }

  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
  }

  .image-32 {
    width: 22px;
    height: 22px;
  }

  .div-block-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
  }

  .ae-slider-igloo-intro-mobi {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .select-model-igloo {
    left: 199px;
    display: none;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-3415 {
    font-size: 1.6em;
  }

  .div-block-101 {
    top: 75vh;
    padding-left: 0%;
  }

  .left-arrow-igloo-season {
    left: 10px;
    right: auto;
    bottom: 11.4vh;
    z-index: 8;
    display: none;
    margin-top: 0px;
  }

  .right-arrow-igloo-season {
    left: 80px;
    right: auto;
    bottom: 11.4vh;
    z-index: 8;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lottie-swipe-igloos {
    z-index: 99;
  }

  .product-holder-medical {
    right: 18px;
  }

  .categ-pic-holder {
    height: 55vh;
  }

  .link-block-6 {
    width: 60px;
  }

  .ae-sliders-container-product-dispensers {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ae-tab-container {
    margin-top: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ae-dim-products-medical {
    top: 47.9vh;
  }

  .select-model-dispensers {
    left: auto;
    right: 0vw;
    margin-top: 39vh;
  }

  .ae-container-medical-products {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-drake {
    left: 124px;
  }

  .html-embed-7 {
    margin-top: -40px;
    margin-left: -139px;
  }

  .html-embed-9 {
    left: -20%;
    top: -14%;
    right: 0%;
    bottom: -12%;
    width: 140%;
  }

  .html-embed-10 {
    margin-left: 0px;
  }

  .tab-panel {
    height: 80vh;
    max-height: none;
  }

  .tabs-content-5 {
    height: 80vh;
    max-height: none;
  }

  .wrapper-slide {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs {
    height: 79vh;
  }

  .pic-content-desktop {
    display: none;
  }

  .container-info-slidere {
    width: 80%;
    margin-top: 40px;
  }

  .subtitle-hide {
    font-size: 10px;
    line-height: 12px;
  }

  .overlay-sliders-dark {
    background-image: linear-gradient(144deg, rgba(0, 0, 0, 0.22) 24%, hsla(0, 0%, 100%, 0) 85%);
  }

  .image-slide-mobi {
    width: 100%;
    margin-top: -252px;
  }

  .sliders-intro-astreea {
    min-height: auto;
  }

  .astreea-que {
    height: 40vh;
  }

  .intro-product {
    height: 80vh;
    max-height: none;
  }

  .container-product-media {
    width: 100vw;
    max-width: none;
  }

  .right-container-steps {
    width: 100%;
  }

  .brand-config {
    top: 33px;
    padding-left: 0px;
  }

  .left-container-media-tabs.frame-model {
    display: none;
  }

  .left-container-media-tabs.covers-choose {
    display: none;
  }

  .tab-next {
    bottom: 0px;
  }

  .footer-nav-steps {
    width: 94%;
    padding-top: 10px;
  }

  .scroll-products {
    height: 62vh;
  }

  .item-media {
    width: 16vw;
    height: 16vw;
    max-height: 120px;
    max-width: 120px;
  }

  .div-block-147 {
    min-height: 140px;
  }

  .lightbox-igloo-configurator.thumb {
    width: 14vw;
    height: 14vw;
  }

  .div-block-154 {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .small-navbar-compa {
    display: none;
  }

  .tabs-menu-3 {
    top: -12%;
  }

  .case-title {
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 18px;
  }

  .left-arrow {
    left: -7px;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }

  .work-content.vertical {
    width: 50%;
    padding: 10px 10px 30px;
  }

  .right-arrrow {
    right: -6px;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }

  .heading-29 {
    font-size: 0.8em;
    line-height: 14px;
  }

  .lightbox-link {
    margin-left: 147px;
  }

  .load-more-button {
    width: 140px;
    height: 44px;
  }

  .submit-btn {
    width: 140px;
    height: 44px;
  }

  .lightbox-link-2 {
    display: none;
  }

  .lightbox-link-3 {
    display: block;
  }

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

  .text-block-34007 {
    opacity: 0.87;
    font-size: 0.8em;
  }

  .text-block-34008 {
    font-size: 1.8em;
  }

  .collection-list-grid {
    display: block;
  }

  .item-link {
    min-height: 90px;
  }

  .swipe-anima-2-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 477px;
  }

  .trigger-swipe-anima {
    top: -15%;
  }

  .link-block-7 {
    margin-right: 10px;
  }

  .div-block-168 {
    bottom: 2%;
  }

  .close-config-media-devices {
    top: 28px;
    right: 3%;
    display: none;
    width: 40px;
    height: 40px;
  }

  .preload-be-a-hero {
    width: 285px;
  }

  .text-block-33991 {
    font-size: 3em;
  }

  .div-block-131 {
    margin-top: 0px;
  }

  .text-block-33992 {
    font-size: 1.3em;
  }

  .image-38 {
    height: 25px;
  }

  .btn-parent-black {
    width: 160px;
    height: 44px;
  }

  .ae-info-2 {
    top: 40px;
    margin-top: 0px;
  }

  .ae-info-2.one-intro {
    left: 3%;
    top: auto;
    bottom: 7vh;
    padding-left: 0vw;
  }

  .anima-one {
    height: 100vh;
    max-height: none;
  }

  .section-intro {
    padding-top: 15vh;
  }

  .text-block-34034 {
    font-size: 1.6em;
  }

  .text-block-34033 {
    font-size: 0.7em;
  }

  .btn-parent-white-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 44px;
    margin-top: 10px;
    font-size: 0.8em;
  }

  .one-tabs {
    width: 100%;
    margin-top: 20vh;
  }

  .frame-info {
    left: 67px;
    top: -60px;
  }

  .heading-lightweight {
    font-size: 1.8em;
  }

  .one-tabs_menu {
    top: 60vh;
  }

  .dot-holder-2.shock {
    left: 69%;
    top: 40%;
  }

  .div-block-191 {
    margin-left: 100px;
  }

  .animation-rear-shock {
    max-width: 90%;
    min-width: 1900px;
  }

  .full-image_text-wrap {
    width: 64em;
  }

  .imagewrap {
    padding-top: 55vh;
  }

  .motors-animation {
    bottom: -36%;
  }

  .title-bike {
    font-size: 3em;
  }

  .title-bike.zoomedout {
    font-size: 4em;
  }

  .div-block-113 {
    top: 12%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .add-color-one-item {
    bottom: 0px;
  }

  .animation-frame-view {
    max-width: 90%;
    min-width: 1900px;
  }

  .heading-27 {
    font-size: 1.8em;
  }

  .animation-image-one-no-seat {
    max-width: 90%;
    min-width: 1900px;
  }

  .section-pick-color {
    height: 120vh;
  }

  .container-gen {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container-gen.is-full-image {
    min-height: 100vh;
    padding-bottom: 4.4em;
  }

  .section-one-overview {
    position: relative;
    padding-top: 5vh;
  }

  .pic-brakes {
    width: 18vw;
  }

  .textcyclestyle {
    padding-top: 110px;
  }

  .animation-front-shock {
    max-width: 90%;
    min-width: 1900px;
  }

  .text-block-34038 {
    font-size: 0.8em;
  }

  .animation-image-seat {
    max-width: 90%;
    min-width: 1900px;
  }

  .div-block-188 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .tires-pic {
    left: -15%;
    display: none;
    width: 60vw;
  }

  .grid-3 {
    width: 180px;
  }

  .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 80px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-4 {
    width: auto;
  }

  .h2 {
    font-size: 3em;
  }

  .infotext-bike.pick-color {
    top: 16.9vh;
  }

  .infotext-bike.firsttitle {
    top: 10vh;
    width: 90%;
  }

  .infotext-bike.zoomed-out {
    width: 80%;
  }

  .infotext-bike.second-title {
    top: 10vh;
    width: 90%;
    opacity: 0;
  }

  .infotext-bike.footer-details {
    top: 65vh;
  }

  .infotext {
    width: 80%;
  }

  .infotext.tires {
    width: 60%;
    margin-left: 0px;
  }

  .infotext.brakes {
    left: 4%;
    top: 2.2vh;
    opacity: 0;
  }

  .container-2.tabs {
    height: auto;
  }

  .ae-container-55-2 {
    height: 30vh;
  }

  .ae-container-55-2._2 {
    width: 100%;
    height: 45vh;
    margin-bottom: 20px;
  }

  .div-block-180 {
    left: -18%;
  }

  .ae-container-45-2 {
    width: 100%;
    height: 50vh;
  }

  .ae-container-45-2._23 {
    margin-bottom: 20px;
  }

  .div-block-185 {
    margin-top: 0px;
  }

  .range-flatsurface {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ae-container-text-tab-2 {
    height: 180px;
    margin-bottom: 20px;
  }

  .ae-container-visual-2 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3 {
    height: auto;
  }

  .div-block-193 {
    width: auto;
  }

  .div-block-194 {
    width: auto;
  }

  .text-block-340344 {
    font-size: 1.6em;
  }

  .text-block-340333 {
    font-size: 0.7em;
  }

  .image-62 {
    position: absolute;
    left: 0%;
    top: -20%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-47 {
    font-size: 1.8em;
  }

  .vimeo-pro---motors--desk-anima {
    display: none;
  }

  .motors-mobi-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-64 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dot-holder-acc.shock {
    left: 69%;
    top: 40%;
  }

  .pic-acc {
    left: 67px;
    top: -60px;
  }

  .iinfo-holder-acc {
    left: 67px;
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .container.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .paragraph-bigger.terms-ask {
    text-align: left;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.alice {
    display: none;
  }

  .paragraph-light.alice.matt {
    display: block;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading.heading-jumbo-small {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .footer-links {
    text-align: left;
  }

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

  .blog-sidebar {
    padding-left: 12px;
  }

  .post-card-v1-header {
    margin-top: 16px;
  }

  .stories-posts-astreea {
    padding-right: 0px;
  }

  .ae-link-stories {
    font-size: 11px;
    line-height: 32px;
  }

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

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .post-v2 {
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .review-slide {
    padding-right: 12%;
    padding-left: 12%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .team-member-photo {
    height: 360px;
  }

  .team {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .accordion-columns-wrapper---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0px;
  }

  .column---brix.left---brix {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .ae-faq-container-all {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .box {
    width: auto;
    height: auto;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .testimonials-slider {
    width: 100%;
  }

  .btn {
    padding: 7px 15px;
  }

  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .text-block-23 {
    font-size: 1.4em;
  }

  .tab-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu-auto {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-slide-mobi {
    margin-top: 0px;
  }

  .slide-nav {
    margin-top: 0px;
    padding-left: 10px;
  }

  .slide {
    padding-left: 0px;
  }

  .mask {
    overflow: hidden;
  }

  .portfolio-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .work-content.vertical {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-2 {
    text-align: left;
  }

  .one-tabs {
    width: 100%;
  }

  .trick-salt {
    width: 90%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container.medical-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ae-button {
    position: absolute;
    left: auto;
    top: 70vh;
    right: 0%;
    bottom: 3%;
  }

  .ae-button.add {
    top: auto;
    bottom: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .logo-image {
    width: 90px;
  }

  .intro-content.product-page {
    margin-bottom: 26px;
  }

  .intro-content.product-page-medical {
    width: 100%;
  }

  .product-details-wrap {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 20px;
  }

  .list-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .nav-toggle-wrap {
    z-index: 99;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .heading-bigone-half {
    font-size: 1.8rem;
  }

  .heading-bigone-half._2 {
    margin-bottom: 20px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ae-submit-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-6 {
    padding-left: 0px;
  }

  .ae-container-loved-by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ae-container-no-mistk {
    top: auto;
    bottom: 89px;
  }

  .ae-container-airplane {
    height: 85vh;
    max-height: none;
  }

  .ae-container-video-link-factory {
    margin-bottom: 20px;
  }

  .logo-arsat {
    margin-bottom: 0px;
  }

  .blog-sidebar {
    width: 100%;
    padding-top: 24px;
    padding-left: 8px;
  }

  .post-card-v1-bottom {
    padding-top: 10px;
  }

  .stories-posts-and-sidebar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ae-section.light-grey.full {
    max-height: 240px;
  }

  .blog-posts-v2 {
    margin-bottom: 0px;
  }

  .post-v2 {
    width: 100%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .support-language {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-eduardmihaila-com {
    width: 97%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team-member-color-card {
    width: 83.33%;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide-nav-2 {
    display: block;
    font-size: 7px;
  }

  .review-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .ae-container-product {
    height: 40vh;
    margin-right: 28px;
  }

  .ae-dim-products {
    top: 69.6vh;
  }

  .slide-nav-3 {
    display: none;
  }

  .ae-container-45 {
    width: 100%;
  }

  .ae-container-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ae-container-55 {
    width: 100%;
    margin-left: 0px;
  }

  .ae-container-55.scroll {
    height: 60vh;
  }

  .ae-tab-meniu-tech {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ae-list-shop-covers {
    width: 100%;
  }

  .ae-container-install-table {
    width: 90vw;
  }

  .ae-table-grid-install {
    -ms-grid-columns: 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }

  .header-grid {
    -ms-grid-columns: 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }

  .text-block-13 {
    font-size: 0.6em;
  }

  .ae-title-product-mini-install {
    font-size: 0.7em;
    line-height: 14px;
  }

  .grid-bkg-seaon {
    -ms-grid-columns: 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }

  .ae-time-install {
    font-size: 0.7em;
  }

  .matt-background {
    background-position: 40% 50%;
  }

  .div-block-35 {
    width: 30px;
    height: 30px;
  }

  .container-icons-certs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ae-container-matt {
    bottom: 0px;
  }

  .collection-list-wrapper-3 {
    width: 45vh;
  }

  .div-block-38 {
    height: 100%;
  }

  .ae-container-maybe {
    width: 100%;
    margin-left: 0px;
  }

  .ae-list-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-space {
    margin-right: 10px;
  }

  .downtown-video-background {
    background-position: 40% 50%;
  }

  .ae-add-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-18 {
    font-size: 0.7em;
  }

  .card-categ-holder.terreece {
    width: 94vw;
    height: 115vw;
  }

  .card-categ-holder.housess {
    height: 600px;
    max-height: none;
  }

  .big-title--nav-categ {
    font-size: 1.8em;
  }

  .ae-btn-play-pause {
    bottom: 19%;
  }

  .header-menu-categ._2 {
    top: -2%;
    max-width: 350px;
  }

  .timeline_item {
    -ms-grid-columns: 28px 1fr;
    grid-template-columns: 28px 1fr;
  }

  .timeline_badge {
    font-size: 0.6em;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_image-wrapper.margin-bottom-medium {
    height: 380px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .ae-container-icon-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-suport {
    width: 100%;
  }

  .right-suport {
    width: 100%;
  }

  .ae-container-video-teaser {
    min-height: 230px;
  }

  .badge {
    top: 64.5vh;
  }

  .img-thumb-product {
    bottom: 64px;
    width: 90px;
    height: 90px;
  }

  .image-26 {
    left: 36px;
  }

  .img-product-and-tags {
    top: 187.878px;
    margin-top: 0px;
  }

  .ae-landscape-container.orange {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metrics-cards.installation {
    width: 100%;
    margin-bottom: 10px;
  }

  .metrics-cards.all-year-long {
    width: 100%;
    margin-top: 10px;
  }

  .line {
    width: 70%;
    height: 1px;
  }

  .form-block-appoiment {
    padding-bottom: 1em;
  }

  .grid-scooter-coming-soon {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-soon {
    margin-bottom: 80px;
  }

  .signt-asttrreea {
    top: 41px;
  }

  .slide-nav-8 {
    display: none;
  }

  .slider-4 {
    height: 190px;
  }

  .mask-4 {
    height: 650px;
  }

  .text-block-337.frame {
    top: 80px;
  }

  .btn-parent-orange {
    margin-top: 27px;
  }

  .btn-parent-orange.center {
    left: auto;
    bottom: auto;
  }

  .collection-list {
    margin-bottom: -16px;
  }

  .ae-containers {
    margin-top: 46px;
  }

  .team-member-photo {
    height: 400px;
  }

  .team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team-member {
    width: 100%;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    margin-right: 0px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 25px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .ae-faq-container-all {
    padding: 40px 0px 0px;
  }

  .js-clock {
    left: 20px;
    top: 165px;
    width: auto;
    margin-right: -16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box.box-1 {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .header-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .release-location-container {
    margin-top: -7px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-left {
    margin-left: auto;
  }

  .text-block-3400 {
    display: none;
  }

  .testimonials-slider {
    padding-right: 8px;
    padding-bottom: 36px;
    padding-left: 8px;
  }

  .card-slider_item {
    width: 65vw;
  }

  .hide-icon-play {
    width: 15px;
    height: 15px;
  }

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

  .carousel.is_contained {
    left: 0px;
  }

  .carousel-slider {
    left: -20%;
  }

  .carousel-slider._4 {
    left: 7%;
    right: 0%;
  }

  .carousel-slider._3 {
    left: -3%;
    right: 0%;
  }

  .carousel-slider._5 {
    left: 20%;
    right: 0%;
  }

  .carousel-slider._2 {
    left: -11%;
    right: 0%;
  }

  .carousel-slider._6 {
    left: 33%;
  }

  .carousel-slider._7 {
    left: 48%;
  }

  .carousel-mask {
    left: -59px;
    width: 65vw;
  }

  .mm__sidebar-body {
    width: 94vw;
  }

  .pic-mobi {
    background-image: none;
  }

  .ae-container-100 {
    width: 100%;
    height: 60vh;
    margin-left: 0px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .scooter-slider-coming-soon {
    height: auto;
  }

  .html-embed-vimeo-pro.one-home-page {
    left: -88%;
    top: -99%;
    bottom: -58%;
    width: 200%;
  }

  .ae-slider-houses-intro-mobi {
    top: 0px;
  }

  .ae-slider-outdoor-intro-mobi {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
  }

  .mask-scooter {
    height: 650px;
  }

  .image-preorder-1 {
    height: 700px;
  }

  .image-preorder-2 {
    height: 650px;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-preorder-3 {
    height: 650px;
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
  }

  .image-preorder-4 {
    height: 650px;
  }

  .preloader-v6-logo-wrapper---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preloader-6-spiner---brix {
    width: 44px;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .astreea-form-ask {
    padding-bottom: 100px;
  }

  .ae-slider-igloo-intro-mobi {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .icon-recycle {
    display: none;
  }

  .div-block-101 {
    top: 65.5vh;
  }

  .left-arrow-igloo-season {
    left: 0px;
    right: 11vw;
    bottom: 16.5vh;
  }

  .right-arrow-igloo-season {
    left: 91px;
    right: auto;
    bottom: 16.5vh;
  }

  .lottie-swipe-igloos {
    top: 87.7vh;
  }

  .drake-background {
    background-position: 40% 50%;
  }

  .title-drake {
    margin-top: 0em;
  }

  .product-holder-medical {
    left: auto;
    bottom: 30px;
    width: 100%;
    margin-top: 90px;
  }

  .categ-pic-holder {
    height: 35vh;
  }

  .ae-sliders-container-product-dispensers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ae-tab-container {
    margin-top: 46px;
  }

  .ae-dim-products-medical {
    top: 33.5vh;
  }

  .select-model-dispensers {
    margin-top: 24vh;
  }

  .ae-container-medical-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-108 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .product-drake {
    left: 28px;
    bottom: 100px;
    width: 12vh;
    height: 12vh;
  }

  .html-embed-9 {
    left: -4%;
  }

  .html-embed-10 {
    left: -2%;
    width: auto;
    height: 120%;
    margin-top: -34px;
  }

  .tab-panel {
    height: 71vh;
    min-height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content-5 {
    height: 71vh;
    min-height: 400px;
    margin-bottom: 3vw;
  }

  .container-info-slidere {
    width: 90%;
  }

  .subtitle-hide {
    display: none;
  }

  .image-slide-mobi {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-18-copy {
    font-size: 0.7em;
  }

  .intro-product {
    min-height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-container-steps {
    height: auto;
  }

  .container-header-steps {
    height: auto;
  }

  .brand-config {
    top: 37px;
  }

  .footer-nav-steps {
    top: 81%;
  }

  .text-block-33994 {
    font-size: 0.8em;
  }

  .item-media {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .container-media-thumb-config {
    bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-148 {
    left: 302px;
    bottom: 242px;
  }

  .div-block-149 {
    width: 70%;
  }

  .lightbox-igloo-configurator.thumb {
    width: 28vw;
    height: 28vw;
  }

  .div-block-154 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .tabs-menu-3 {
    top: -13%;
  }

  .slide {
    padding-left: 0px;
  }

  .portfolio-wrapper {
    margin-bottom: 10px;
  }

  .portfolio-wrapper.plus-xl {
    background-position: 30% 50%;
  }

  .portfolio-wrapper.panorama-2-xl {
    background-position: 25% 50%;
  }

  .portfolio-wrapper.canopy-xl {
    background-position: 45% 50%;
  }

  .portfolio-wrapper.panorama-l {
    background-position: 57% 70%;
    background-size: auto;
  }

  .portfolio-wrapper.plus-xl---dining {
    background-position: 20% 50%;
  }

  .lightbox-link {
    margin-left: 9px;
  }

  .load-more-button {
    margin-top: 27px;
  }

  .submit-btn {
    margin-top: 27px;
  }

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

  .close-forms {
    right: 20px;
  }

  .text-block-34008 {
    font-size: 1.4em;
  }

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

  .recaptcha {
    margin-bottom: 30px;
  }

  .div-block-162 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recommended-season-container {
    margin-top: 10px;
  }

  .text-block-1888 {
    font-size: 0.7em;
  }

  .swipe-anima-2-sec {
    margin-top: 349px;
  }

  .close-popups {
    right: 20px;
  }

  .recommended-season-config {
    margin-top: 10px;
  }

  .div-block-168 {
    width: 120px;
  }

  .anima-one {
    height: 100vh;
    background-color: #dbdadb;
  }

  .text-block-34034 {
    margin-bottom: 0px;
    font-size: 1.4em;
  }

  .text-block-34033 {
    font-size: 0.5em;
  }

  .btn-parent-white-2 {
    margin-top: 0px;
  }

  .frame-info {
    left: 28px;
  }

  .heading-lightweight {
    font-size: 1.4em;
  }

  .one-tabs_menu {
    top: 54.4vh;
  }

  .dot-holder-2.shock-front {
    top: 30%;
  }

  .dot-holder-2.shock {
    top: 68%;
  }

  .dot-holder-2.framez {
    left: 26%;
    top: 28%;
  }

  .one-tabs_menu-link {
    width: 1rem;
    height: 1rem;
  }

  .animation {
    width: 100%;
    max-width: 100%;
  }

  .div-block-191 {
    width: 70%;
    margin-top: 0vh;
    margin-left: 4%;
  }

  .linksection {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .animation-rear-shock {
    min-width: 1200px;
  }

  .full-image_text-wrap {
    line-height: 1.2px;
  }

  .imagewrap {
    top: -64px;
    padding-top: 3vh;
  }

  .motors-animation {
    top: -30%;
    right: -17%;
  }

  .trick-salt {
    width: 100%;
  }

  .c-hours-600 {
    font-size: 0.8em;
  }

  .title-bike {
    font-size: 2.4em;
  }

  .title-bike.zoomedout {
    font-size: 2.4em;
  }

  .title-bike.midd {
    font-size: 2.4em;
  }

  .div-block-113 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .animation-frame-view {
    min-width: 1200px;
  }

  .heading-27 {
    font-size: 1.2em;
  }

  .animation-image-one-no-seat {
    min-width: 1200px;
  }

  .one-colors {
    height: 40vh;
  }

  .one-colors._2 {
    height: auto;
  }

  .pic-brakes {
    width: 33vw;
  }

  .one-tabs_content {
    top: 27px;
  }

  .shocks-info {
    left: -150px;
    top: -75px;
  }

  .shocks-info.left {
    left: 44px;
    right: auto;
  }

  .shocks-info.righht {
    top: 31px;
  }

  .animation-front-shock {
    min-width: 1200px;
  }

  .div-block-192 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .animation-image-seat {
    min-width: 1200px;
  }

  ._750-battery {
    font-size: 0.8em;
  }

  .tires-pic {
    display: none;
  }

  .div-block-124 {
    top: 22px;
  }

  .navi {
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-hours-750 {
    font-size: 0.8em;
  }

  ._600-battery {
    font-size: 0.8em;
  }

  .h2 {
    font-size: 2.4em;
  }

  .infotext-bike.pick-color {
    top: 12vh;
    width: 70%;
  }

  .infotext-bike.zoomed-out {
    top: -24.4vh;
  }

  .infotext-bike.title-colors {
    top: 12vh;
    width: 70%;
  }

  .infotext-bike.footer-details {
    top: 17.1vh;
  }

  ._750w-motor {
    font-size: 0.8em;
    line-height: 14px;
  }

  .heading-26 {
    font-size: 12px;
  }

  ._1000w-motor {
    font-size: 0.8em;
    line-height: 14px;
  }

  .infotext.tires {
    width: auto;
  }

  .infotext.position {
    width: 80%;
  }

  .infotext.reimagined {
    width: 80%;
  }

  .container-2.tabs {
    height: auto;
  }

  .div-block-184 {
    width: 70%;
  }

  .div-block-182 {
    width: 90%;
  }

  .tabs-menu-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-menu-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .draw-flatsurface {
    left: 20px;
    top: 105px;
  }

  .ae-container-55-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-183 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-34029 {
    font-size: 1.2em;
  }

  .text-block-34029.white {
    width: auto;
    margin-bottom: 10px;
  }

  .ae-container-45-2 {
    width: 100%;
  }

  .ae-container-45-2._23 {
    margin-bottom: 20px;
  }

  .div-block-185 {
    margin-top: -29px;
  }

  .top-speed---flat {
    right: 10px;
    width: 60px;
  }

  .div-block-181 {
    padding: 15px;
  }

  .range-flatsurface {
    padding: 15px;
  }

  .ae-container-text-tab-2 {
    margin-bottom: 20px;
  }

  .ae-container-visual-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-content-7 {
    margin-top: 40px;
  }

  .text-block-340344 {
    margin-bottom: 0px;
    font-size: 1.4em;
  }

  .text-block-340333 {
    font-size: 0.5em;
  }

  .image-62 {
    top: -4%;
  }

  .heading-47 {
    font-size: 1.2em;
  }

  .dot-holder-acc.shock-front {
    top: 30%;
  }

  .dot-holder-acc.shock {
    top: 68%;
  }

  .dot-holder-acc.framez {
    left: 26%;
    top: 28%;
  }

  .pic-acc {
    left: 28px;
  }

  .iinfo-holder-acc {
    left: 28px;
  }
}

#Name-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e38-87e29718 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Company-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e3a-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e3b-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Phone-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e3c-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e3d-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Area-Code-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e3e-87e29718 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Division-Ask.w-node-ad928834-1e67-d514-a4d1-104a9970cc94-87e29718 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Message-2.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e41-87e29718 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
}

#Name-Pre-order-2.w-node-b8673187-b66b-f337-01ab-1ba065236236-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-2.w-node-b8673187-b66b-f337-01ab-1ba065236237-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-2.w-node-b8673187-b66b-f337-01ab-1ba065236238-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-Order-Astreea-One.w-node-b8673187-b66b-f337-01ab-1ba06523628a-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Pre-Order-Astreea-One.w-node-b8673187-b66b-f337-01ab-1ba06523628b-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-Order-Astreea-One.w-node-b8673187-b66b-f337-01ab-1ba06523628c-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-Order-Charger.w-node-b8673187-b66b-f337-01ab-1ba0652362c7-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-Charger.w-node-b8673187-b66b-f337-01ab-1ba0652362c8-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Phone-Pre-Order-Charger.w-node-b8673187-b66b-f337-01ab-1ba0652362c9-0d6325b2 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e16b69c4-01c2-0683-76ae-1cc65547f8dc-66363c2a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e16b69c4-01c2-0683-76ae-1cc65547f8e7-66363c2a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e16b69c4-01c2-0683-76ae-1cc65547f8e9-66363c2a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e16b69c4-01c2-0683-76ae-1cc65547f8f4-66363c2a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4d75396c-a1c5-7297-b789-abc5a92fd459-66363c2a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4d75396c-a1c5-7297-b789-abc5a92fd462-66363c2a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b366-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b367-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b368-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b369-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b36a-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b36b-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b36c-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b62253-1bd1-14cf-3c30-ebf71f98b36d-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a898-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a899-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89a-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89b-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89c-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89d-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89e-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c65722e4-8c29-76cf-787f-c4cf22c6a89f-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228a-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228b-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228c-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228d-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228e-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c20772228f-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c207722290-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-accf5201-8416-4006-2641-81c207722291-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31da-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31db-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31dc-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31dd-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31de-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31df-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31e0-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0cf8cd0-15d9-3401-be82-32a7aebc31e1-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5cd-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5ce-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5cf-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5d0-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5d1-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5d2-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5d3-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9a1da408-754c-9cba-e6e4-99b8163db5d4-da363c56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Name-Pre-order-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e887-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e888-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e889-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-order-3.w-node-_9059e57b-6307-e7d0-90ac-343665c0e8da-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-3.w-node-_9059e57b-6307-e7d0-90ac-343665c0e8db-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-3.w-node-_9059e57b-6307-e7d0-90ac-343665c0e8dc-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-Order-Charger-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e917-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-Charger-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e918-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Phone-Pre-Order-Charger-2.w-node-_9059e57b-6307-e7d0-90ac-343665c0e919-65c0e74f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-order-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea958-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea959-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea95a-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-order-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea991-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea992-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea993-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-Order-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9ce-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9cf-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Phone-Pre-Order-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9d0-a3363c58 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972936d-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972936f-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729371-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729373-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729375-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729377-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729379-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972937b-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729381-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729383-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729385-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729387-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729389-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972938b-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972938d-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972938f-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729391-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729393-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729395-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729397-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f9729399-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972939b-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972939d-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f972939f-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293a1-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293a3-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293aa-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293ac-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293b8-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293ba-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293bc-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5522c049-f066-e7b8-db59-d804f97293be-a3363c58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674eb-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674ec-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674ed-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674ee-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674ef-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_482e369a-94df-70f0-afb9-e816a04674f0-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faed5-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faed6-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faed7-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faed8-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faed9-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c16dffb6-616f-79c4-b558-cc65166faeda-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717a6-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717a7-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717a8-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717a9-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717aa-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40bb86da-444d-f2ab-b12c-c8a92a6717ab-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892f6-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892f7-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892f8-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892f9-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892fa-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047531b9-8480-c9d0-a59c-2671c3b892fb-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c16-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c17-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c18-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c19-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c1a-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b40fa08a-3f62-b1b9-9168-a08fb6371c1b-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac6737-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac6738-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac6739-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac673a-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac673b-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82c47d19-d34d-1313-f7ed-d9da60ac673c-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25ab7-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25ab8-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25ab9-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25aba-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25abb-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_88903b7d-8813-af76-1239-243c31b25abc-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a49ff-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a4a00-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a4a01-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a4a02-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a4a03-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12afa015-5767-36f4-d262-bb02ad1a4a04-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5dd-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5de-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5df-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5e0-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5e1-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5e2-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b3-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b4-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b5-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b6-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b7-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b5b8-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b607-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b608-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b609-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b60a-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b60b-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b60c-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd5534259-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd553425a-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd553425b-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd553425c-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd553425d-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c96647-4a47-5bd3-d13e-eb2dd553425e-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b631-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b632-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b633-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b634-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b635-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5767094d-ddc3-3437-4ec0-b06abd40b636-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24202c-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24202d-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24202e-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24202f-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242030-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242031-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242002-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242003-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242004-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242005-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242006-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242007-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242056-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242057-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242058-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242059-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24205a-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f24205b-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242080-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242081-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242082-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242083-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242084-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f242085-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420a9-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420aa-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420ab-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420ac-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420ad-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5be430ea-4846-982e-4beb-33710f2420ae-1f363c5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc33e-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc33f-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc340-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc341-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc342-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc343-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc344-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f9ea2be-aa4b-dcbd-5626-ea5c00ccc345-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db59-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5a-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5b-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5c-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5d-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5e-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db5f-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52d23f44-a1b8-bdd2-103f-6d642631db60-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874385b-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874385f-cc363c78 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743861-cc363c78 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743865-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743869-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874386b-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874386e-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743871-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743872-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743874-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743876-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743879-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874387c-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874387d-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874387f-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743881-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743884-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743887-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743888-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874388a-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874388c-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874388f-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743892-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743893-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743895-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b58743897-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874389a-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874389d-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b5874389e-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438a0-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438a2-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438a5-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438a8-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438a9-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438ab-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438ad-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438b0-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ac5096e-91f6-8580-00fc-f22b587438b3-cc363c78 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f2-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f3-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f4-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f5-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f6-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f7-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f8-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aca0f2be-ed2c-e652-5216-2680bc5790f9-cc363c78 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed3442b8-00ad-3678-0af4-115cc774f3a7-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865538-26363c7d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286553a-26363c7d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286553d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865541-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865543-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865546-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865548-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865549-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286554b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286554d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865550-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865552-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865553-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865555-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865557-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286555a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286555c-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286555d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286555f-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865561-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865564-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865566-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865567-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865569-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286556b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286556e-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865570-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865571-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865573-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865575-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865578-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286557a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286557b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286557d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb286557f-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865582-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f7e50c7-d3ed-2e78-062a-c77cb2865585-26363c7d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af204b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af204c-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af204d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af204e-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af204f-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af2050-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af2051-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca491ba8-9ed2-92dc-1dde-6bd647af2052-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42c-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42e-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c42f-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c430-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2fd35647-cbef-c66f-1662-8e77bf52c431-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b825-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b826-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b827-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b828-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b829-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b82a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b82b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64c973e9-4218-5fee-add8-702791e5b82c-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a13-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a14-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a15-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a16-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a17-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a18-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a19-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45149152-6fe5-6a5a-4e0f-650940274a1a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5b-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5c-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5d-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5e-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b5f-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b60-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4e17672-6eb9-9664-432e-1031378b7b61-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbfed-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbfee-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbfef-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbff0-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbff1-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbff2-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbff3-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e806d693-c9bb-0597-24ee-a0fbe08cbff4-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a082-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a083-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a084-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a085-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a086-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a087-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a088-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_09550410-b99b-ca6b-56ef-431224c9a089-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f63-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f64-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f65-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f66-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f67-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f68-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f69-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9168070e-b429-0af6-c714-14ffbaed6f6a-26363c7d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4909c828-f4f2-3756-395d-98b833145d05-1c363c7e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_918732dd-a851-2e1c-6297-d0da00036207-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b2e287e-98ff-3dc7-fa90-ecffdf70d42b-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4909c828-f4f2-3756-395d-98b833145cff-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ded8d299-0718-2800-6226-0641bf49f9b2-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ded8d299-0718-2800-6226-0641bf49f9bc-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ded8d299-0718-2800-6226-0641bf49f9c0-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_077d1546-42d6-ea2d-9a07-c97e2ac2976f-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_077d1546-42d6-ea2d-9a07-c97e2ac29779-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_077d1546-42d6-ea2d-9a07-c97e2ac2977d-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5b04684d-2908-71d7-6da9-8cc86ab81a8f-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b04684d-2908-71d7-6da9-8cc86ab81a99-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5b04684d-2908-71d7-6da9-8cc86ab81a9d-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c2c994de-6669-294c-616b-e3374e25d831-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2c994de-6669-294c-616b-e3374e25d83b-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c2c994de-6669-294c-616b-e3374e25d83f-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_892a3eb3-0c32-5a89-7cb9-adcde353d553-1c363c7e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_892a3eb3-0c32-5a89-7cb9-adcde353d55d-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_892a3eb3-0c32-5a89-7cb9-adcde353d561-1c363c7e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#Name-Pre-order-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea958-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea959-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea95a-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-order-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea991-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea992-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#E-Mail-Pre-order-3.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea993-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Name-Pre-Order-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9ce-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#City-Preorder-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9cf-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#Phone-Pre-Order-Charger-2.w-node-_5eba4575-b8eb-0a1e-4e8f-dad8eaaea9d0-a2363c80 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8de8c-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8de8d-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8de8e-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8def1-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8def2-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8decd-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8decf-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8ded0-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8ded2-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8ded4-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53c2bdda-5d42-69a6-a48c-05b534d8ded6-a2363c80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e16b69c4-01c2-0683-76ae-1cc65547f8dc-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e16b69c4-01c2-0683-76ae-1cc65547f8e7-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e16b69c4-01c2-0683-76ae-1cc65547f8e9-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-e16b69c4-01c2-0683-76ae-1cc65547f8f4-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_4d75396c-a1c5-7297-b789-abc5a92fd459-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4d75396c-a1c5-7297-b789-abc5a92fd462-66363c2a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de63-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de66-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de68-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de6f-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de72-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de82-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de85-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ee0cdc47-02f3-1a79-5419-26b225ec20b7-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ee0cdc47-02f3-1a79-5419-26b225ec20ba-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de9c-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1de9f-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1deb8-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1debb-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1ded5-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1ded8-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1def3-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8099217-95de-8c01-b8d8-ae9558d1def6-38363c5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #Name-Ask.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e38-87e29718 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Message-2.w-node-a9c4e171-0b39-7af0-7fdf-b1e036b22e41-87e29718 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

