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

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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #6c6c73;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h1 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

h2 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.563em;
}

h3 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.455em;
}

h4 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

h5 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

h6 {
  color: #121213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: #368ff9;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #121213;
}

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

li {
  margin-bottom: 10px;
  padding-left: 16px;
}

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

label {
  color: #121213;
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: #121213;
  font-weight: 700;
}

blockquote {
  color: #121213;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/blog-bg-blur-bottom-codely-webflow-ecommerce-template.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #e6e6eb;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 104px 72px 102px;
  font-size: 20px;
  line-height: 1.6em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.hero-v1 {
  grid-column-gap: 80px;
}

.grid-2-columns.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-2-columns.blog-card-featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: auto auto;
  margin-bottom: 32px;
}

.grid-2-columns.gap-48px.colums-auto {
  grid-template-columns: auto auto;
}

.grid-2-columns.gap-48px.colums-auto.top {
  align-items: start;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 180px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 120px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.text-left-short {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid #f2f2f7;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 80px;
  grid-template-columns: 1.1fr .9fr;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.gap-row-18px {
  grid-row-gap: 18px;
}

.grid-2-columns.cta {
  grid-template-columns: 1fr 1.1fr;
}

.grid-2-columns.hero-4-images-grid {
  max-width: 45%;
  grid-column-gap: 36px;
  position: absolute;
  top: 30px;
  right: -16px;
}

.grid-2-columns.blog-card-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.gap-column-52px {
  grid-column-gap: 52px;
}

.grid-2-columns.radio-button-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
}

.grid-2-columns._75fr---1fr {
  grid-template-columns: .75fr 1fr;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 1px 0 14px rgba(18, 18, 19, .04);
}

.style---main-wrapper {
  background-color: #f9fafc;
}

.card {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 62px;
  display: flex;
}

.card.content-center.max-width-374px {
  max-width: 374px;
}

.card.testmonial {
  text-align: center;
  border-radius: 8px 8px 34px 34px;
  flex-direction: column;
  align-items: center;
  padding: 106px 72px;
  display: flex;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.testimonial-tab {
  padding: 58px 60px;
}

.card.job-opening {
  width: 100%;
  color: #6c6c73;
  transform-style: preserve-3d;
  padding: 40px 34px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.job-opening:hover {
  transform: scale3d(.96, .96, .01);
}

.card.job-post {
  padding: 70px 62px 86px;
}

.card.team-member {
  z-index: 1;
  max-width: 780px;
  text-align: center;
  border-color: #e6e6eb;
  border-radius: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 124px 64px 94px;
  position: relative;
  overflow: hidden;
}

.card.blog-featured {
  color: #6c6c73;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.blog-featured:hover {
  transform: scale3d(.98, .98, .01);
}

.card.blog-link {
  color: #6c6c73;
  transform-style: preserve-3d;
  border-style: none;
  text-decoration: none;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(18, 18, 19, .06);
}

.card.blog-link:hover {
  transform: scale3d(.98, .98, .01);
}

.card.contact-form {
  min-height: 790px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card.link-horizontal {
  color: #6c6c73;
  transform-style: preserve-3d;
  border-radius: 16px;
  padding: 34px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(18, 18, 19, .06);
}

.card.link-horizontal:hover {
  transform: scale3d(.96, .96, .01);
}

.card.pricing-card {
  max-width: 376px;
  color: #6c6c73;
  transform-style: preserve-3d;
  padding: 52px 28px 56px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.pricing-card:hover {
  transform: scale3d(.98, .98, .01);
}

.card.add-to-cart {
  padding: 56px 40px 46px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.style---color-block {
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: #121213;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.bg-accent-1 {
  background-color: #368ff9;
}

.bg-secondary-1 {
  background-color: #5142fb;
}

.bg-secondary-2 {
  background-color: #1ebbff;
}

.bg-secondary-3 {
  background-color: #e44b95;
}

.bg-secondary-4 {
  background-color: #3f81e3;
}

.bg-neutral-800 {
  background-color: #121213;
}

.bg-neutral-700 {
  background-color: #3b3b3f;
}

.bg-neutral-600 {
  background-color: #6c6c73;
}

.bg-neutral-500 {
  background-color: #a8a8b5;
}

.bg-neutral-400 {
  background-color: #e6e6eb;
}

.bg-neutral-300 {
  background-color: #f2f2f7;
}

.bg-neutral-200 {
  background-color: #f9fafc;
}

.bg-neutral-200.bottom-52 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 52%;
  left: 0%;
  right: 0%;
}

.bg-neutral-200.top-42 {
  z-index: -1;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-neutral-200.hero-4-images-bg-bottom {
  z-index: -1;
  width: 100%;
  min-height: 130px;
  position: absolute;
  bottom: 0;
}

.bg-neutral-100 {
  background-color: #fff;
}

.bg-neutral-100.bototm {
  z-index: -1;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
}

.style---color-block-text-example {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #121213;
}

.color-accent-1 {
  color: #368ff9;
}

.color-secondary-1 {
  color: #5142fb;
}

.color-secondary-2 {
  color: #1ebbff;
}

.color-secondary-3 {
  color: #e44b95;
}

.color-secondary-4 {
  color: #3f81e3;
}

.color-neutral-800 {
  color: #121213;
}

.color-neutral-800.link-hover {
  transition: color .3s;
}

.color-neutral-800.link-hover:hover {
  color: #368ff9;
}

.color-neutral-700 {
  color: #3b3b3f;
}

.color-neutral-600 {
  color: #6c6c73;
}

.color-neutral-500 {
  color: #a8a8b5;
}

.color-neutral-300 {
  color: #f2f2f7;
}

.color-neutral-200 {
  color: #f9fafc;
}

.color-neutral-100 {
  color: #fff;
}

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #e6e6eb;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid #e6e6eb;
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: #e6e6eb;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

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

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-56px {
  margin-top: 56px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-32px {
  margin-right: 32px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: #121213;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.044em;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-56px {
  grid-column-gap: 56px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: #121213;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-3 {
  color: #121213;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.238em;
}

.display-4 {
  color: #121213;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.6em;
}

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

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: #121213;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.stats {
  grid-column-gap: 90px;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap---column-96px---row-102px {
  grid-column-gap: 96px;
  grid-row-gap: 102px;
}

.style---shadow-card {
  min-height: 220px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.style---shadow-card.button-shadow-color-01 {
  box-shadow: 0 4px 10px rgba(54, 143, 249, .06);
}

.style---shadow-card.button-shadow-color-02 {
  box-shadow: 0 6px 20px rgba(54, 143, 249, .06);
}

.style---shadow-card.button-shadow-color-03 {
  box-shadow: 0 10px 28px rgba(54, 143, 249, .06);
}

.shadow-02 {
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.shadow-03 {
  box-shadow: 0 8px 28px rgba(18, 18, 19, .1);
}

.shadow-04 {
  box-shadow: 0 11px 44px rgba(18, 18, 19, .14);
}

.shadow-05 {
  box-shadow: 0 24px 65px rgba(18, 18, 19, .16);
}

.shadow-06 {
  box-shadow: 0 32px 72px rgba(20, 20, 43, .24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px rgba(54, 143, 249, .06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px rgba(74, 58, 255, .08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px rgba(74, 58, 255, .08);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px rgba(18, 18, 19, .06);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px rgba(18, 18, 19, .12);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px rgba(18, 18, 19, .16);
}

.style---heading {
  min-height: 70vh;
  background-color: #fff;
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
  box-shadow: 0 2px 6px rgba(18, 18, 19, .06);
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._864px {
  max-width: 864px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._544px {
  max-width: 544px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._570px {
  max-width: 570px;
}

.inner-container._976px {
  max-width: 976px;
}

.inner-container._824px {
  max-width: 824px;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container._814px {
  max-width: 814px;
}

.inner-container._350px {
  max-width: 350px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._330px {
  max-width: 330px;
}

.inner-container._776px {
  max-width: 776px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._674px {
  max-width: 674px;
}

.inner-container._484px {
  max-width: 484px;
}

.inner-container._790px {
  max-width: 790px;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._566px {
  max-width: 566px;
}

.inner-container._720px {
  max-width: 720px;
}

.inner-container._706px {
  max-width: 706px;
}

.inner-container._522px {
  max-width: 522px;
}

.style---content-heading {
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 6px rgba(18, 18, 19, .06);
}

.style---heading-icon-wrapper {
  background-color: #121213;
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-24px {
  border-radius: 24px;
  transform: translate(0);
}

.border-radius-32px {
  border-radius: 32px;
}

.style---card-wrapper {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(18, 18, 19, .04);
}

.style---components-wrapper {
  background-color: #fff;
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: #121213;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #121213;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 28px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #368ff9;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 16px;
}

.btn-primary.small.discount {
  width: 100%;
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  color: #121213;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #368ff9;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: auto;
  right: 10px;
}

.btn-primary.inside-input.default, .btn-primary.inside-input.newsletter-button {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 26px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.hover-none {
  transform-style: preserve-3d;
  transition: none;
}

.btn-primary.hover-none:hover {
  background-color: #121213;
  transform: none;
}

.btn-secondary {
  color: #121213;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 48px;
  padding: 20px 28px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(18, 18, 19, .06);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #121213;
  border-color: #121213;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  color: #121213;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary.width-100.buy-now-button {
  margin-top: 0;
  margin-bottom: 16px;
}

.badge-primary {
  color: #fff;
  background-color: #121213;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  color: #121213;
  background-color: #fff;
}

.badge-primary.light {
  color: #121213;
  background-color: #f2f2f7;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-primary.dark {
  background-color: #121213;
  border-color: #121213;
}

.badge-primary.dark.link {
  transform-style: preserve-3d;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.badge-primary.dark.link:hover {
  color: #fff;
  background-color: #368ff9;
  border-color: #368ff9;
  transform: translate3d(0, -3px, .01px);
}

.badge-secondary {
  color: #121213;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6eb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .04);
}

.badge-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.badge-secondary.light {
  box-shadow: none;
  background-color: #f9fafc;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  box-shadow: none;
  transform-style: preserve-3d;
  margin-left: 24px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  color: #fff;
  background-color: #121213;
  border-color: #121213;
  transform: translate3d(0, -3px, .01px);
}

.badge-secondary.category-badges.w--current {
  color: #fff;
  cursor: default;
  background-color: #121213;
  border-color: #121213;
}

.badge-secondary.category-badges.all {
  color: #fff;
  background-color: #121213;
  border-color: #121213;
}

.badge-secondary.link {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.badge-secondary.link:hover {
  transform: translate3d(0, -3px, .01px);
}

.input {
  min-height: 70px;
  background-color: #f9fafc;
  border: 1px solid #f2f2f7;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(18, 18, 19, .06);
}

.input:hover {
  border-color: #a8a8b5;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .1);
}

.input:focus, .input.-wfp-focus {
  color: #121213;
  border-color: #121213;
}

.input::-ms-input-placeholder {
  color: #6c6c73;
  font-size: 18px;
}

.input::placeholder {
  color: #6c6c73;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 76px;
}

.input.input-subscribe-footer {
  min-height: 56px;
  color: #fff;
  background-color: #6c6c73;
  border-style: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.input.input-subscribe-footer::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
}

.input.input-subscribe-footer::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.search-bar {
  min-height: 72px;
  padding: 26px 54px;
}

.input.contact-form {
  min-height: 72px;
  box-shadow: none;
  color: #121213;
  background-color: #f9fafc;
  border-radius: 108px;
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 1.111em;
}

.input.contact-form:hover {
  border-color: #a8a8b5;
}

.input.contact-form:focus {
  border-color: #121213;
}

.input.contact-form::-ms-input-placeholder {
  color: #3b3b3f;
}

.input.contact-form::placeholder {
  color: #3b3b3f;
}

.input.dropdown {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.input.cart-input {
  min-height: 52px;
  padding-left: 17px;
  padding-right: 17px;
}

.position-relative {
  position: relative;
}

.position-relative.z-index---1 {
  z-index: 1;
}

.text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #121213;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .1);
}

.text-area:focus {
  color: #121213;
  border-color: #121213;
}

.text-area::-ms-input-placeholder {
  color: #6c6c73;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6c6c73;
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.contact-form {
  min-height: 200px;
  color: #121213;
  background-color: #f9fafc;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.667em;
}

.text-area.contact-form:hover {
  border-color: #a8a8b5;
}

.text-area.contact-form:focus {
  border-color: #121213;
}

.text-area.contact-form::-ms-input-placeholder {
  color: #3b3b3f;
}

.text-area.contact-form::placeholder {
  color: #3b3b3f;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e6eb;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
  box-shadow: 0 1px 6px rgba(18, 18, 19, .04);
}

.checkbox:hover {
  border-color: #368ff9;
}

.checkbox.w--redirected-checked {
  background-color: #368ff9;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  border-color: #368ff9;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #fff;
  border-color: #e6e6eb;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  transition: border-color .3s, border-width .3s, background-color .3s;
  box-shadow: 0 2px 6px rgba(18, 18, 19, .04);
}

.radio-button:hover {
  border-color: #121213;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #121213;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 20px;
  min-width: 20px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  max-width: 32px;
}

.avatar-circle._02 {
  max-width: 48px;
}

.avatar-circle._03 {
  max-width: 64px;
}

.avatar-circle._04 {
  max-width: 80px;
}

.avatar-circle._05 {
  max-width: 120px;
}

.avatar-circle._06 {
  max-width: 188px;
}

.avatar-circle._06.team-member {
  border: 8px solid #fff;
  box-shadow: 0 8px 28px rgba(18, 18, 19, .06);
}

.avatar-circle._07 {
  max-width: 240px;
}

.avatar-circle._08 {
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 16px;
}

.square-icon.width-48px {
  width: 48px;
  border-radius: 10px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  color: #fff;
  background-color: #368ff9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #368ff9;
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.footer-icon {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s;
}

.social-icon-square.team-member-links {
  width: 46px;
  height: 46px;
  min-height: 46px;
  min-width: 46px;
  color: #121213;
  transform-style: preserve-3d;
  background-color: #fff;
  font-size: 24px;
  transition: transform .3s, background-color .3s, color .3s;
}

.social-icon-square.team-member-links:hover {
  color: #368ff9;
  transform: translate3d(0, -3px, .01px);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.search-input {
  color: #a8a8b5;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.line-rounded-icon.success-message-check {
  color: #121213;
  margin-right: 6px;
  font-size: 22px;
}

.line-rounded-icon.accordion-icon {
  color: #121213;
  font-size: 28px;
}

.line-rounded-icon.accordion-icon.tab, .line-rounded-icon.accordion-icon.tab-vertical {
  font-size: 16px;
}

.line-rounded-icon.circle-icon {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  color: #fff;
  background-color: #121213;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 12px;
}

.rich-text h3 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 32px;
}

.rich-text ol {
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text h5, .rich-text h4 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  color: #6c6c73;
  border-bottom: 1px solid #f2f2f7;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: #3b3b3f;
}

.style---dropdown-toggle.w--open {
  color: #121213;
}

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

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f7;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: #6c6c73;
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  color: #3b3b3f;
  background-color: #f9fafc;
  border-right-color: #121213;
}

.style---dropdown-link-sidebar.w--current {
  color: #121213;
  background-color: #f2f2f7;
  border-right-color: #121213;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: #121213;
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  color: #6c6c73;
  text-align: center;
  background-color: #f9fafc;
  border-bottom: 1px solid #f2f2f7;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1224px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-neutral-200.bg-blur-left {
  background-image: url('../images/testimonial-tabs-bg-blur-codely-webflow-ecommerce-template.svg');
  background-position: -120px 126px;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.bg-neutral-200.full-width-image-right {
  z-index: 1;
  margin-bottom: 246px;
  padding-top: 240px;
  padding-bottom: 175px;
  position: relative;
}

.section.pd-310px {
  padding-top: 310px;
  padding-bottom: 310px;
}

.section.top {
  padding-top: 82px;
}

.section.top.blog-post {
  z-index: 1;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.template-pages-hero {
  background-color: #121213;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.main-hero {
  background-image: url('../images/home-background-codely-webflow-template.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 116px;
}

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

.section.cta {
  background-image: url('../images/cta-main-bg-blur-codely-webflow-ecommerce-template.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 146px;
  padding-bottom: 196px;
}

.section.pd---top-130px-bottom-210px {
  padding-top: 130px;
  padding-bottom: 210px;
}

.section.hero-4-images-right {
  padding-top: 156px;
  padding-bottom: 300px;
  position: relative;
}

.section.pd-top-62px {
  padding-top: 62px;
}

.section.bg-blur-bottom-left {
  background-image: url('../images/careers-single-blur-bg-2-codely-webflow-ecommerce-template.svg');
  background-position: -260px 100px;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.medium {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.medium---pd-top-128px {
  padding-top: 128px;
  padding-bottom: 150px;
}

.link-wrapper {
  color: #121213;
  line-height: 1.125em;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #368ff9;
}

.link-wrapper.color-primary:hover {
  color: #121213;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #1ebbff;
}

.link-text {
  display: inline-block;
}

.heading-h1-size {
  color: #121213;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.heading-h2-size {
  color: #121213;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.563em;
}

.heading-h3-size {
  color: #121213;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.455em;
}

.heading-h4-size {
  color: #121213;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-h5-size {
  color: #121213;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.heading-h5-size.color-neutral-600 {
  color: #6c6c73;
}

.heading-h6-size {
  color: #121213;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  padding: 0;
}

.header-nav-link:hover {
  color: #368ff9;
}

.header-nav-link.w--current {
  color: #121213;
}

.header-nav-link.w--current:hover {
  color: #368ff9;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #368ff9;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.dropdown-link {
  width: 100%;
  color: #6c6c73;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #368ff9;
}

.dropdown-link.w--current {
  color: #6c6c73;
}

.dropdown-link.w--current:hover {
  color: #368ff9;
}

.dropdown-link.special {
  color: #368ff9;
  border-bottom: 3px solid #368ff9;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.dropdown-link.special:hover {
  color: #121213;
  border-bottom-color: #121213;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  max-width: 200px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #121213;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #121213;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: #fff;
  background-color: #368ff9;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  color: #368ff9;
  background-color: #fff;
}

.btn-circle-primary.white:hover {
  color: #fff;
  background-color: #368ff9;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #121213;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #121213;
  border-color: #368ff9;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-circle-secondary.white:hover {
  color: #121213;
  background-color: #fff;
  border-color: #fff;
}

.utility-page-wrap {
  z-index: 1;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: 100%;
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content._404 {
  max-width: 668px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 132px 74px;
  box-shadow: 0 8px 28px rgba(18, 18, 19, .06);
}

.utility-page-form {
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.team-member-links {
  grid-template-columns: repeat(auto-fit, 46px);
  justify-content: center;
}

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

.flex-vertical.center {
  align-items: center;
}

.footer-wrapper {
  z-index: 1;
  color: #fff;
  background-color: #121213;
  position: relative;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.8fr auto auto;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.left {
  margin-right: 16px;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-link {
  color: #e6e6eb;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
}

.footer-link:hover {
  color: #368ff9;
}

.footer-link.special {
  color: #368ff9;
  border-bottom: 3px solid #368ff9;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-link.special:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 140px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #6c6c73;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message {
  color: #121213;
  background-color: #f9fafc;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.white-message {
  color: #368ff9;
  background-color: #fff;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.social-media-link-wrapper {
  color: #368ff9;
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-link-wrapper:hover {
  color: #368ff9;
}

.social-media-link-text {
  color: #e6e6eb;
  margin-left: 8px;
  transition: none;
}

.grid-subscribe-form-button-down {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-subscribe-card {
  background-color: rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 40px 28px;
}

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

.text-center.mobile-l {
  text-align: left;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.floating-item {
  position: absolute;
}

.floating-item.cta---big-item-2 {
  width: 22%;
  border-radius: 23px;
  bottom: 26%;
  right: 24px;
  box-shadow: 0 24px 68px rgba(18, 18, 19, .06);
}

.floating-item.cta-big---item-1 {
  width: 24%;
  border-radius: 23px;
  bottom: 14%;
  left: 24px;
  box-shadow: 0 24px 68px rgba(18, 18, 19, .06);
}

.floating-item.cta---item-bottom {
  z-index: 2;
  width: 50%;
  border-radius: 17.4px;
  bottom: -18%;
  left: -14%;
  box-shadow: 0 20px 60px rgba(18, 18, 19, .06);
}

.floating-item.cta---item-top {
  z-index: 2;
  width: 42%;
  border-radius: 17.4px;
  top: -10%;
  right: -20px;
  box-shadow: 0 18px 56px rgba(18, 18, 19, .06);
}

.floating-item.card-section {
  z-index: -1;
  max-width: 640px;
  top: 96px;
  right: -125px;
}

.floating-item.top--276px-right--408px {
  z-index: -1;
  top: -276px;
  right: -408px;
}

.floating-item.top-400px---left--440px {
  z-index: -1;
  top: 400px;
  left: -440px;
}

.floating-item.right--440px---bottom--260px {
  z-index: -1;
  bottom: -260px;
  right: -440px;
}

.floating-item.blog-post-bg-blur {
  z-index: -1;
  width: 150%;
  max-width: none;
  top: -388px;
}

.floating-item.top--200px---left--500px {
  z-index: -1;
  top: -200px;
  left: -500px;
}

.floating-item.right-bottom {
  z-index: -1;
  bottom: -366px;
  right: -359px;
}

.floating-item.contact-form-bg-blur {
  z-index: -2;
  width: 140%;
  max-width: none;
  top: -20%;
  bottom: 0%;
  left: -20%;
  right: 0%;
}

.floating-item.top--490px---right--660px {
  z-index: -1;
  top: -490px;
  right: -660px;
}

.floating-item.bottom--324px---left--56px {
  z-index: -1;
  bottom: -56px;
  left: -324px;
}

.floating-item.hero-full-width-image-right-bg-blur {
  z-index: -1;
  width: 82%;
  max-width: none;
  top: -6px;
  right: -202px;
}

.floating-item.pricing-top-left {
  z-index: -1;
  top: -174px;
  left: -300px;
}

.floating-item.pricing-bottom-right {
  z-index: -1;
  top: 504px;
  right: -434px;
  transform: rotate(180deg);
}

.floating-item.top--248px---left--590px {
  z-index: -1;
  top: -248px;
  left: -590px;
}

.floating-item.right--322px---bottom--242px {
  z-index: -1;
  bottom: -242px;
  right: -322px;
}

.floating-item.utility-page-bg {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.floating-item.utility-page-bg.fixed {
  position: fixed;
}

.floating-item.top--284px---right--596px {
  z-index: -1;
  top: -284px;
  right: -596px;
}

.floating-item.bottom-left {
  bottom: -234px;
  right: 638px;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  margin-right: 22px;
}

.hero-full-with-right {
  max-width: 45%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-full-with-right.image {
  width: 56%;
  max-width: 780px;
  top: 186px;
  bottom: auto;
  right: 0;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(18, 18, 19, .16);
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #368ff9;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.subtitle.mg-bottom-24px {
  margin-bottom: 24px;
}

.subtitle.mg-bottom-16px {
  margin-bottom: 16px;
}

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

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

.cta-card {
  background-color: #368ff9;
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.cta-card.newsletter {
  background-color: #121213;
  border-radius: 24px;
}

.cta-card.newsletter.bg-blur {
  background-image: url('../images/newsletter-cta-bg-blur-bottom-right-codely-webflow-ecommerce-template.png'), url('../images/newsletter-cta-bg-blur-top-left-codely-webflow-ecommerce-template.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 40%;
}

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

.grid-6-columns.logo-strip {
  grid-column-gap: 66px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

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

.grid-5-columns.logo-strip {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  border: 1px solid #e6e6eb;
  border-radius: 24px;
  padding: 34px 40px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.space-between {
  justify-content: space-between;
}

.accordion-item-wrapper.tab {
  box-shadow: none;
  transform-style: preserve-3d;
  border-style: none;
  border-radius: 0;
  margin-top: 14px;
  padding: 0;
  display: block;
}

.accordion-item-wrapper.tab:hover {
  transform: none;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  overflow: hidden;
}

.acordion-body.tab {
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.accordion-content-wrapper.tab {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-content-wrapper.width-720px {
  max-width: 720px;
}

.accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-icon-wrapper.tab {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.accordion-icon-wrapper.tab-vertical {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}

.accordion-title {
  margin-bottom: 0;
}

.tabs-wrapper.testimonial {
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.tabs-wrapper.tabs-left {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.tabs-wrapper.faqs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 224px 224px 224px;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.tabs-menu.tabs-vertical {
  max-width: 476px;
  flex-direction: column;
  margin-bottom: 0;
}

.tabs-menu.faqs {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.avatar-image.link {
  transition: transform .3s;
}

.avatar-image.link:hover {
  transform: scale(1.1);
}

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: #368ff9;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.pd---content-inside-card.pd---74px---86px {
  padding: 74px 86px;
}

.image.width-154px {
  width: 154px;
}

.image.max-height-40px {
  max-height: 40px;
}

.tab-line {
  max-width: 224px;
  min-height: 90px;
  opacity: .5;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 18px 48px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.tab-line:hover {
  opacity: 1;
}

.tab-line.w--current {
  opacity: 1;
  background-color: #fff;
  border-color: #e6e6eb;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.pricing-column.featured {
  background-color: #eef3ff;
  border-radius: 24px;
}

.pricing-table-top {
  min-height: 230px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6eb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 56px 24px 48px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-table-top.first {
  align-items: flex-start;
  padding-left: 0;
}

.pricing-table-top.featured {
  background-color: #eef3ff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.pricing-content-wrapper {
  min-height: 94px;
  border-bottom: 1px solid #e6e6eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
}

.pricing-content-wrapper.left.last, .pricing-content-wrapper.empty.last, .pricing-content-wrapper.last {
  border-bottom-style: none;
}

.blog-card-image.featured-v6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-image.image-right {
  min-height: 100%;
  object-fit: cover;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.blog-card-image-wrapper.featured-v6 {
  height: 100%;
  border-radius: 24px 0 0 24px;
  position: relative;
  transform: translate(0);
}

.blog-card-image-wrapper.image-right {
  height: 100%;
  border-radius: 0;
}

.blog-card-image-wrapper.image-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.blog-card-featured-inner-content {
  border-top: 1px solid #e6e6eb;
  border-bottom: 1px solid #e6e6eb;
  border-right: 1px solid #e6e6eb;
  border-radius: 0 24px 24px 0;
  padding: 60px 40px 70px 50px;
}

.divider-details {
  width: 24px;
  height: 1px;
  background-color: #a8a8b5;
  margin-left: 24px;
  margin-right: 24px;
}

.tab-left-icon {
  width: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 14px;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 30px 16px 24px;
  font-weight: 700;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.tab-left-icon:hover {
  transform: scale3d(.96, .96, .01);
}

.tab-left-icon.w--current {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 30px;
}

.tab-left-icon.last {
  margin-bottom: 0;
}

.tab-left-icon.first {
  margin-top: 0;
}

._404-not-found {
  color: #121213;
  font-size: 130px;
  font-weight: 500;
  line-height: 1.077em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: #6c6c73;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: #fff;
  background-color: #3b3b3f;
}

.template-pages---nav-item-link.w--current {
  color: #fff;
  background-color: #121213;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary, .apple-pay-btn.cart {
  height: 50px;
}

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

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: -webkit-sticky;
  position: sticky;
}

.checkout-block-header {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 1px;
  border-bottom-color: #f2f2f7;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border: 0 solid #000;
  border-bottom: 1px solid #f2f2f7;
  padding: 31px 0;
}

.shipping-price {
  color: #121213;
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid #f2f2f7;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: #121213;
  font-weight: 700;
}

.order-list-title {
  color: #121213;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: #121213;
  font-weight: 700;
}

.order-summary-price {
  color: #121213;
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: #f2f2f7;
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.color-gradient-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(59.94deg, #9097f7, #6a9af8 53.81%, #46c6fd 100%, #64a2f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.flex {
  display: flex;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-center.align-center {
  align-items: center;
}

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

.flex.align-center {
  align-items: center;
}

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

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.align-end {
  align-items: flex-end;
}

.pd---top-bottom-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.paragraph-default {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

.mg-right-12px {
  margin-right: 12px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.bg-blur-image-left-1 {
  z-index: -1;
  width: 220%;
  max-width: none;
  top: -270px;
  left: -350px;
  transform: rotate(160deg);
}

.position-absolute.testimonial-border-top {
  width: 125%;
  top: 0;
}

.position-absolute.bg-blur-tabs-center {
  z-index: -1;
  top: -68px;
  left: -40px;
  transform: scale(2);
}

.position-absolute.footer-blur-bg {
  z-index: -1;
  width: 580px;
  opacity: .95;
  bottom: -220px;
  left: -228px;
}

.position-absolute.video-bg-blur {
  z-index: -1;
  top: -22px;
  transform: scale(1.5);
}

.position-absolute.bg-blur-image-left-2 {
  z-index: -1;
  top: -60px;
  left: -126px;
  transform: scale(1.8);
}

.position-absolute.team-member-bg-top {
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.inner-section {
  padding: 180px 96px;
}

.inner-section.dark {
  color: #a8a8b5;
  background-color: #121213;
  border-radius: 40px;
}

.inner-section.dark.bg-top-right {
  background-image: url('../images/inner-section-dark-bg-blur-codely-webflow-ecommerce-template.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.inner-section.medium {
  padding: 140px 114px 176px;
}

.inner-section.medium.dark-bg {
  background-color: #121213;
  background-image: url('../images/bg-blur-top-right-corner-codely-webflow-ecommerce-template.svg'), url('../images/bg-blur-bottom-left-corner-codely-webflow-ecommerce-template.svg');
  background-position: 790px -470px, -520px 30px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 40px;
}

.pd-top-216px {
  padding-top: 216px;
}

.pd-top-216px.blur-bg-big {
  background-image: url('../images/cta-big-bg-blur-codely-webflow-ecommerce-template.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.width-82 {
  max-width: 82%;
}

.image-half-right {
  width: 50%;
  position: absolute;
  right: 0;
}

.link.white {
  color: #fff;
}

.link.white:hover {
  color: #368ff9;
}

.footer-menu-content._2-columns {
  max-width: 324px;
  justify-content: space-between;
  display: flex;
}

.logo-row-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.logo-row-grid.top {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
}

.logo-row-grid.bottom {
  max-width: 860px;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-4-images {
  border-radius: 24px;
}

.hero-4-images.image-1 {
  margin-top: 60px;
  margin-bottom: 34px;
}

.hero-4-images.image-2 {
  margin-bottom: 34px;
}

.display-none {
  display: none;
}

.tab-left-icon-small {
  width: 100%;
  opacity: .7;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f2f2f7;
  border-radius: 24px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 26px 40px;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .06);
}

.tab-left-icon-small:hover {
  transform: scale3d(.96, .96, .01);
}

.tab-left-icon-small.w--current {
  opacity: 1;
  background-color: #fff;
}

.tab-left-icon-small.last {
  margin-bottom: 0;
}

.blog-card-inner-content {
  border-top: 1px solid #e6e6eb;
  border-bottom: 1px solid #e6e6eb;
  border-left: 1px solid #e6e6eb;
  border-radius: 24px 0 0 24px;
  padding: 76px 54px 76px 48px;
}

.blog-card-inner-content.bottom {
  border-top-style: none;
  border-top-width: 0;
  border-right: 1px solid #e6e6eb;
  border-top-left-radius: 0;
  border-bottom-right-radius: 24px;
  padding: 46px 48px 56px;
}

.pd-bottom-220px {
  padding-bottom: 220px;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.badge-secondary-tab {
  color: #121213;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e6e6eb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(18, 18, 19, .04);
}

.badge-secondary-tab:hover {
  transform: scale3d(.96, .96, .01);
}

.badge-secondary-tab.w--current {
  color: #fff;
  background-color: #121213;
}

.icon._76px {
  width: 76px;
  height: 76px;
  min-height: 76px;
  min-width: 76px;
}

.pd-bottom-234px {
  padding-top: 0;
  padding-bottom: 234px;
}

.mg-bottom-146px {
  margin-bottom: 146px;
}

.dropdown-input-wrapper {
  background-color: #f9fafc;
  border: 1px solid #f2f2f7;
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.width-32 {
  width: 32%;
}

.pricing-title-tablet {
  margin-bottom: 12px;
  display: none;
}

.width-194px {
  width: 194px;
}

.cart {
  margin-right: 16px;
}

.cart-button {
  color: #121213;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-number {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  color: #fff;
  background-color: #121213;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-footer {
  padding-top: 33px;
  padding-bottom: 33px;
}

.cart-icon {
  width: 40px;
}

.empty-state-cart {
  flex-direction: column;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-column-gap: 90px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.hero-4-images-grid {
    max-width: 36%;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .grid-3-columns.stats {
    grid-column-gap: 100px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .floating-item.cta---item-top {
    right: -8%;
  }

  .floating-item.blog-post-bg-blur {
    width: 130%;
  }

  .floating-item.hero-full-width-image-right-bg-blur {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2-columns.hero-4-images-grid {
    max-width: 36%;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .floating-item.blog-post-bg-blur {
    width: 110%;
  }

  .floating-item.contact-form-bg-blur {
    width: 100%;
    left: 0%;
  }

  .floating-item.top--490px---right--660px {
    width: 90%;
    max-width: none;
    top: -645px;
    right: -1062px;
  }

  .floating-item.hero-full-width-image-right-bg-blur {
    width: 70%;
  }

  .hero-full-with-right {
    width: 100%;
    max-width: 46%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured, .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.text-left-default, .grid-2-columns.text-right-default, .grid-2-columns.text-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

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

  .grid-2-columns.cta, .grid-2-columns.blog-card-horizontal {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-52px, .grid-2-columns.top {
    align-items: start;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.testmonial {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-form {
    padding: 54px 32px;
  }

  .card.pricing-card {
    max-width: 440px;
  }

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

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg-neutral-200.hero-4-images-bg-bottom {
    display: none;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

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

  .display-1 {
    font-size: 64px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 58px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.stats {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._480px.max-width-tablet-100, .inner-container._464px.max-width-tablet-100, .inner-container._522px.max-width-100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .badge-secondary.category-badges.center {
    margin-left: 8px;
    margin-right: 8px;
  }

  .text-area.contact-form {
    box-shadow: none;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-neutral-200.full-width-image-right {
    margin-bottom: 148px;
    padding-top: 118px;
    padding-bottom: 148px;
  }

  .section.pd-310px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.main-hero {
    padding-top: 60px;
    padding-bottom: 116px;
  }

  .section.cta {
    background-position: 40%;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.pd---top-130px-bottom-210px {
    padding-top: 80px;
  }

  .section.hero-4-images-right {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.medium, .section.medium---pd-top-128px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .link-wrapper.header-link-hidde-on-tablet {
    display: none;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: rgba(255, 255, 255, .82);
    border-top: 1px solid #f2f2f7;
    border-bottom: 1px solid #f2f2f7;
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.mg-bottom-16px {
    margin-bottom: 16px;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .footer-list-wrapper.left {
    margin-right: 24px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .floating-item.cta---big-item-2, .floating-item.cta-big---item-1 {
    border-radius: 18px;
  }

  .floating-item.cta---item-bottom {
    width: 40%;
    bottom: 4%;
    left: -20px;
  }

  .floating-item.cta---item-top {
    width: 36%;
    top: -2%;
  }

  .floating-item.blog-post-bg-blur {
    width: 140%;
    top: 64px;
  }

  .floating-item.top--490px---right--660px {
    top: -320px;
    right: -610px;
  }

  .floating-item.utility-page-bg {
    width: 150%;
    max-width: none;
  }

  .hero-full-with-right {
    height: 450px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .hero-full-with-right.image {
    height: auto;
    top: 82px;
    left: auto;
  }

  .play-button-large {
    max-width: 50%;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5-columns.logo-strip {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .tabs-menu.bottom {
    width: 100%;
    flex-direction: column;
  }

  .tab-line {
    padding: 22px 18px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 134px;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v6 {
    height: 100%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .blog-card-featured-inner-content {
    border-top-style: none;
    border-left: 1px solid #e6e6eb;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-left-icon.w--current {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .position-absolute.bg-blur-image-left-1 {
    width: 180%;
  }

  .inner-section {
    padding: 118px 72px;
  }

  .inner-section.medium {
    padding: 118px 80px;
  }

  .max-width-tablet-100 {
    max-width: 100%;
  }

  .pd-top-216px {
    background-position: 50% 15%;
    padding-top: 180px;
  }

  .pd-top-216px.blur-bg-big {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-half-right {
    width: 100%;
    position: static;
  }

  .logo-row-grid.top, .logo-row-grid.bottom {
    grid-row-gap: 24px;
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  }

  .tab-left-icon-small {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-card-inner-content {
    border-top-style: none;
    border-right: 1px solid #e6e6eb;
    border-top-left-radius: 0;
    border-bottom-right-radius: 24px;
    padding: 32px 50px 42px;
  }

  .pd-bottom-220px {
    padding-bottom: 180px;
  }

  .pd-bottom-234px {
    padding-bottom: 148px;
  }

  .mg-bottom-146px {
    margin-bottom: 80px;
  }

  .pricing-title-tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  li {
    padding-left: 8px;
  }

  blockquote {
    border-radius: 18px;
    padding: 72px 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.title-and-categories {
    margin-bottom: 24px;
  }

  .grid-2-columns.gap-48px.colums-auto, .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-4-images-grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .grid-2-columns.radio-button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._75fr---1fr {
    grid-template-columns: 1fr;
  }

  .card.content-center {
    padding-bottom: 52px;
  }

  .card.content-center.max-width-374px {
    max-width: 100%;
  }

  .card.testmonial {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.testimonial-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.job-post {
    padding: 58px 34px;
  }

  .card.team-member.mg-bottom-80px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card.contact-form {
    min-height: 730px;
    padding: 56px 32px;
  }

  .card.pricing-card {
    max-width: 100%;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px, .mg-bottom-80px {
    margin-bottom: 48px;
  }

  .mg-top-16px.mg-top-0-mbl {
    margin-top: 0;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .mg-top-48px, .mg-top-64px {
    margin-top: 40px;
  }

  .mg-right-24px {
    margin-right: 18px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.stats {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns._2-col-mbp {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap---column-96px---row-102px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._400px.max-width-mbl-100, .inner-container._350px.max-width-mbl-100 {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default, .btn-primary.inside-input.newsletter-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    border-radius: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    max-width: 40px;
  }

  .avatar-circle._03 {
    max-width: 56px;
  }

  .avatar-circle._04 {
    max-width: 64px;
  }

  .avatar-circle._05 {
    max-width: 80px;
  }

  .avatar-circle._06 {
    max-width: 120px;
  }

  .avatar-circle._07 {
    max-width: 160px;
  }

  .avatar-circle._08 {
    max-width: 240px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 22px;
    line-height: 24px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text ul, .rich-text ol {
    padding-left: 30px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.bg-neutral-200.full-width-image-right {
    margin-bottom: 124px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.pd-310px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.top {
    padding-top: 64px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.main-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd---top-130px-bottom-210px {
    padding-top: 64px;
    padding-bottom: 164px;
  }

  .section.hero-4-images-right {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.medium, .section.medium---pd-top-128px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-content._404 {
    padding: 74px 56px;
  }

  .social-media-grid-top.team-member-links.center {
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

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

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .text-center.color-neutral-100.mg-bottom-72px {
    margin-bottom: 48px;
  }

  .floating-item.cta---big-item-2 {
    border-radius: 14px;
    bottom: 14%;
  }

  .floating-item.cta-big---item-1 {
    border-radius: 14px;
    bottom: 4%;
  }

  .floating-item.cta---item-bottom {
    left: 8px;
  }

  .floating-item.cta---item-top {
    right: 12px;
  }

  .floating-item.top--200px---left--500px {
    top: -62px;
    left: -446px;
  }

  .floating-item.top--490px---right--660px {
    top: -224px;
    right: -306px;
  }

  .floating-item.bottom--324px---left--56px {
    left: -224px;
  }

  .floating-item.hero-full-width-image-right-bg-blur {
    width: 140%;
    top: 376px;
    right: -156px;
  }

  .hero-full-with-right.image {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    position: static;
  }

  .subtitle {
    font-size: 18px;
  }

  .cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-wrapper.tabs-left {
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.bottom {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .tabs-menu.tabs-vertical {
    max-width: 100%;
  }

  .tabs-menu.faqs {
    grid-template-columns: minmax(min-content, max-content);
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pd---content-inside-card.pd---74px---86px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .tab-line {
    padding-left: 26px;
    padding-right: 26px;
  }

  .pricing-table-top {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 130px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.last-featured, .pricing-content-wrapper.last-tablet {
    border-bottom-width: 0;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-item-wrapper.center {
    justify-content: center;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper.center {
    justify-content: center;
  }

  .blog-card-featured-inner-content {
    padding: 32px 32px 48px;
  }

  .tab-left-icon {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 32px 32px 24px;
  }

  .tab-left-icon.w--current {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .position-absolute.bg-blur-image-left-1 {
    top: -184px;
    left: -226px;
  }

  .inner-section {
    padding: 100px 52px;
  }

  .inner-section.dark {
    border-radius: 30px;
  }

  .inner-section.dark.bg-top-right {
    padding-left: 26px;
    padding-right: 26px;
  }

  .inner-section.medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-section.medium.dark-bg {
    border-radius: 24px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .pd-top-216px {
    padding-top: 125px;
  }

  .hero-4-images {
    border-radius: 16px;
  }

  .hero-4-images.image-1 {
    margin-top: 34px;
  }

  .tab-left-icon-small {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog-card-inner-content {
    padding: 32px 32px 48px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .pd-bottom-220px {
    padding-bottom: 120px;
  }

  .badge-secondary-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pd-bottom-234px {
    padding-bottom: 124px;
  }

  .empty-state-cart {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    background-position: 50% 102%;
    padding: 54px 24px;
    font-size: 18px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-4-images-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.radio-button-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card.content-center {
    padding: 24px 24px 40px;
  }

  .card.testmonial {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 72px 25px;
  }

  .card.testimonial-tab, .card.job-post {
    padding: 48px 24px;
  }

  .card.team-member.mg-bottom-80px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .card.pricing-card {
    max-width: 100%;
  }

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

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-48px, .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .mg-bottom-64px, .mg-bottom-80px {
    margin-bottom: 40px;
  }

  .mg-top-48px, .mg-top-64px {
    margin-top: 32px;
  }

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

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

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns._2-col-mbp.gap-row-64px {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    border-radius: 16px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.newsletter-button {
    color: #121213;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.hidden-on-mbl {
    display: none;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.search-bar {
    min-height: 56px;
  }

  .input.contact-form {
    min-height: 58px;
  }

  .text-area.contact-form {
    min-height: 190px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 20px;
  }

  .line-rounded-icon.circle-icon {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .rich-text h2, .rich-text h3 {
    margin-top: 24px;
  }

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

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.bg-blur-left {
    background-position: -50px 126px;
    background-size: 100%;
  }

  .section.bg-neutral-200.full-width-image-right {
    margin-bottom: 118px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.top {
    padding-top: 48px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.main-hero {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section.cta {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd---top-130px-bottom-210px, .section.hero-4-images-right {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section.medium, .section.medium---pd-top-128px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 86%;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-content._404 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-subscribe-form-button-down {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-card {
    padding: 48px 24px;
  }

  .text-center.mg-bottom-72px {
    margin-bottom: 48px;
  }

  .floating-item.cta---item-bottom {
    left: -10px;
  }

  .floating-item.cta---item-top {
    right: -10px;
  }

  .floating-item.blog-post-bg-blur {
    width: 160%;
    top: 88px;
  }

  .floating-item.top--490px---right--660px {
    top: -96px;
    right: -159px;
  }

  .floating-item.bottom--324px---left--56px {
    bottom: 94px;
    left: -133px;
  }

  .floating-item.hero-full-width-image-right-bg-blur {
    top: 390px;
    right: -64px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .hero-full-with-right {
    height: 50%;
    object-fit: fill;
  }

  .hero-full-with-right.image {
    border-radius: 6px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cta-card.newsletter.bg-blur {
    background-size: 64%, 60%;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu.bottom {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .tabs-menu.faqs {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pd---content-inside-card.pd---74px---86px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-line {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-line.w--current {
    min-height: 70px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .categories-badges-item-wrapper.center, .categories-badges-wrapper.center {
    justify-content: center;
  }

  .blog-card-featured-inner-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider-details {
    margin-left: 12px;
    margin-right: 12px;
  }

  .tab-left-icon {
    padding: 16px 20px 24px;
  }

  .tab-left-icon.w--current {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .color-gradient-1 {
    color: #368ff9;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .position-absolute.bg-blur-tabs-center {
    max-width: none;
  }

  .inner-section {
    padding: 96px 24px;
  }

  .inner-section.dark {
    border-radius: 24px;
  }

  .inner-section.medium {
    padding: 96px 24px;
  }

  .inner-section.medium.dark-bg {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pd-top-216px {
    padding-top: 100px;
  }

  .logo-row-grid.top, .logo-row-grid.bottom {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .hidden-on-mbp {
    display: none;
  }

  .hero-4-images.image-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-4-images.image-2 {
    margin-bottom: 0;
  }

  .hero-4-images.image-3, .hero-4-images.image-4 {
    display: none;
  }

  .tab-left-icon-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .blog-card-inner-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-inner-content.bottom {
    padding-top: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .pd-bottom-220px {
    padding-bottom: 100px;
  }

  .badge-secondary-tab {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .pd-bottom-234px {
    padding-bottom: 118px;
  }

  .mg-bottom-146px {
    margin-bottom: 72px;
  }
}

#w-node-a268409a-531f-a4ae-bb97-3da524abaf8b-9826cd37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a268409a-531f-a4ae-bb97-3da524abaf9c-9826cd37 {
  align-self: center;
  justify-self: stretch;
}

#w-node-ee46bc2e-3937-ccac-212c-e3df9224f70e-9826cd37, #w-node-_34668c2d-20c1-3fa7-30e5-0da2ad0f3266-9826cd37, #w-node-a2326ead-c88b-a106-b4a4-ac7a115ae962-9826cd37 {
  justify-self: end;
}

#w-node-_555684ba-e4a1-9bcd-7e57-7429dc0b6983-dc0b6971 {
  align-self: center;
  justify-self: start;
}

#w-node-c2ac369a-bb01-2411-3913-ecdf6c5877f1-6c5877a2, #w-node-_5233ea16-0b38-0dbf-964c-9b6719648e7f-cf26cd86, #w-node-cbc84818-a4c3-a397-f659-209dbb339ed3-cf26cd86 {
  align-self: start;
}

#w-node-_1990168f-9f35-6e8c-89af-fc0e1a54b811-cf26cd86 {
  justify-self: end;
}

#w-node-d9d503cc-27a7-ffc1-6df7-9b3f2eb415fc-fa26cda0 {
  align-self: center;
}

#w-node-f5740c12-bdfe-634a-7b2b-72584d0a5cda-fa26cda0 {
  justify-self: end;
}

#w-node-_6f4b5bd8-0f81-6a7c-c5bb-6ae19b54e42c-fa26cda0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f4b5bd8-0f81-6a7c-c5bb-6ae19b54e465-fa26cda0 {
  align-self: center;
  justify-self: end;
}

#w-node-_327eaca8-9a16-b984-9a5d-96d8b0d66c9d-fa26cda0 {
  justify-self: end;
}

#w-node-_9df137bb-e9a5-a6cf-8cd7-cd2b5efd5567-0726cda3, #w-node-_17aa1a62-fee4-aad1-a9d1-88ef83a15a81-0726cda3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17aa1a62-fee4-aad1-a9d1-88ef83a15a85-0726cda3 {
  justify-self: start;
}

#w-node-_9b659ebc-5aa3-cf77-51b1-b0b01464a15d-a726cda7 {
  justify-self: end;
}

#w-node-_81781fed-11d1-ad3f-14ec-b02b28b38326-b326cda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a2d2830-96eb-3c3e-74a5-4ae72fee2955-b326cda9, #w-node-_5c191bef-3d15-1788-059f-18075119a344-b326cda9 {
  justify-self: end;
}

#w-node-_73a53848-9742-fabb-95aa-df455720c22e-2626cdaa {
  justify-self: center;
}

#w-node-_70db5cd6-cad1-b676-af96-029ea6c80570-3126cdab {
  justify-self: end;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-2626cdbf {
  align-self: start;
}

#w-node-e6f588dc-a3df-01f7-6bfc-f00a08fab926-0526ce54, #w-node-_2e5537ef-9a65-7372-535b-1bdc8fd22360-0b26ce61, #w-node-_70f12ed8-424d-9f2f-e2ac-149c827fba9d-0b26ce61, #w-node-ec8cc936-abf8-1085-51c9-8730e7ac22ab-0b26ce61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-8c26ce62 {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-8326ce67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ee46bc2e-3937-ccac-212c-e3df9224f70e-9826cd37 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_34668c2d-20c1-3fa7-30e5-0da2ad0f3266-9826cd37 {
    justify-self: start;
  }

  #w-node-_555684ba-e4a1-9bcd-7e57-7429dc0b6976-dc0b6971 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-aa0a9297-96dd-3368-0248-d33271b3e7a2-71b3e794 {
    justify-self: stretch;
  }

  #w-node-_376c8543-5874-116f-32cb-e01bab08d488-cf26cd86 {
    justify-self: center;
  }

  #w-node-_198dc252-f718-09d3-5c21-7174b6986671-0126cd9c, #w-node-d9d503cc-27a7-ffc1-6df7-9b3f2eb415fc-fa26cda0, #w-node-da61ef48-08c1-2197-1e75-8f018716326d-a726cda7, #w-node-_76a1f876-f5b1-048d-ab42-af485558a1b0-8a26cda8 {
    order: -9999;
  }

  #w-node-_73a53848-9742-fabb-95aa-df455720c22e-2626cdaa, #w-node-_5c3a082f-ec1f-5812-c5e5-2362d59bb6d0-7326ce5f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a2326ead-c88b-a106-b4a4-ac7a115ae962-9826cd37 {
    justify-self: start;
  }

  #w-node-_9b300f07-c5de-57fa-af3b-8d8f902afb4a-9826cd37, #w-node-_40a26550-a891-7967-bd0d-0a4764ec2b6a-9826cd37, #w-node-_5553747f-4035-b8a9-fadf-0ae0f5570554-9826cd37 {
    justify-self: center;
  }

  #w-node-_555684ba-e4a1-9bcd-7e57-7429dc0b6976-dc0b6971 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1990168f-9f35-6e8c-89af-fc0e1a54b811-cf26cd86, #w-node-f5740c12-bdfe-634a-7b2b-72584d0a5cda-fa26cda0, #w-node-_9b659ebc-5aa3-cf77-51b1-b0b01464a15d-a726cda7, #w-node-_1a2d2830-96eb-3c3e-74a5-4ae72fee2955-b326cda9, #w-node-_70db5cd6-cad1-b676-af96-029ea6c80570-3126cdab {
    justify-self: start;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-8326ce67, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-8326ce67, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-8326ce67, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-8326ce67, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-8326ce67, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-8326ce67, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-8326ce67, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-8326ce67, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-8326ce67, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-8326ce67, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-8326ce67, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-8326ce67, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-8326ce67, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-8326ce67, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-8326ce67, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-8326ce67, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-8326ce67, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-8326ce67, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-8326ce67, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-8326ce67, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-8326ce67, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-8326ce67, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-8326ce67, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-8326ce67, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-8326ce67, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-8326ce67 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34668c2d-20c1-3fa7-30e5-0da2ad0f3266-9826cd37 {
    justify-self: stretch;
  }

  #w-node-_555684ba-e4a1-9bcd-7e57-7429dc0b6976-dc0b6971 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa0a9297-96dd-3368-0248-d33271b3e7a2-71b3e794 {
    justify-self: stretch;
  }

  #w-node-a9103c72-4c41-dd36-7c41-6a8052428452-cf26cd86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9df137bb-e9a5-a6cf-8cd7-cd2b5efd5567-0726cda3, #w-node-_17aa1a62-fee4-aad1-a9d1-88ef83a15a81-0726cda3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}