:root {
  --text-gradient-01: #f5f5f8;
  --gradient-text-02: #bbbbbd;
  --black: #161b22;
  --hero-gradient-01: #eec5bd;
  --hero-gradient-02: #f3b1a5;
  --hero-gradient-03: #c6caf6;
  --hero-gradient-04: #dad9e9;
  --dark-blue: #13171d;
}

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

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

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

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

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

.w-commerce-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-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-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-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-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: var(--image-i5cec3e91);
  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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: #81859f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #b4bcd0;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  font-size: 18px;
  font-weight: 500;
}

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

li {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

blockquote {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, .41);
  border-left: 5px #e2e2e2;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

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

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.nav-container {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.wide-container {
  max-width: 1370px;
}

.container.about {
  max-width: 1300px;
}

.nav-menu-container {
  height: 50px;
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: rgba(33, 33, 33, .8);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 14px 20px rgba(0, 0, 0, .21);
}

.navbar {
  z-index: 20;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  height: 100%;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.white-text {
  color: #fff;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .5s;
}

.button:hover {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 0 13px rgba(255, 255, 255, .38);
}

.button.big {
  padding: 20px 40px;
}

.button.navbar-button {
  padding: 7px 16px;
  font-size: 14px;
}

.button.from {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 3px;
}

.button.add-to-cart {
  width: 100%;
  text-align: center;
  justify-content: center;
}

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

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

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

.utility-page-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #a8a8a8;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  width: 100%;
  height: 1px;
  background-color: #8d8d8d;
  margin-top: 2px;
}

.link-block-underline._02, .link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.footer {
  color: #000;
  background-color: #fff;
  align-items: flex-start;
  padding: 2em 0;
}

.footer-image {
  width: 100%;
  object-position: 0% 50%;
}

.nav-link {
  height: 100%;
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.grey-text {
  color: #b4b4b4;
}

.text-field-form {
  width: 460px;
  height: 50px;
  color: #fff;
  background-color: rgba(13, 13, 24, .5);
  border: 1px solid rgba(252, 252, 252, .2);
  border-radius: 160px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 26px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field-form:focus {
  border-color: #fff;
}

.text-field-form::-ms-input-placeholder {
  color: #a3a4bf;
}

.text-field-form::placeholder {
  color: #a3a4bf;
}

.instructions-image {
  width: 100%;
  border-radius: 12px;
}

.change-log-container {
  grid-column-gap: 60px;
  border: 2px solid #b8b8b8;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.center-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.style-guide-title-holder {
  flex-direction: column;
}

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

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.success-message {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(to right, #efb7ae 13%, #d9d8e8 78%);
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.headings-holder {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.link-block-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.link-block-2.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.x-icon {
  width: 14px;
}

.x-icon.invert {
  filter: invert(63%);
}

.content {
  grid-column-gap: 16px;
  align-items: center;
}

.right-underline {
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aa-font {
  font-size: 130px;
}

.colors-container {
  background-color: #fafafa;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--black);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-gray-background {
  background-color: var(--black);
}

.style-guide-gray-background.big-margins {
  margin-top: 90px;
  margin-bottom: 90px;
}

.style-guide-x-button {
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  background-color: #141b22;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  top: .3em;
  bottom: auto;
  left: auto;
  right: 2em;
}

.style-guide-x-button:hover {
  background-color: var(--black);
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.submit-button-arrow {
  height: 100%;
  color: #030303;
  background-color: #d9d9d9;
  border-radius: 0 8px 8px 0;
  padding: 0 21px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161b22;
  justify-content: space-between;
  margin-top: 30px;
  padding: 45px 70px;
  display: flex;
}

.style-guide-main-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.style-guide-left-panel {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  padding: 35px 8px 0 35px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.style-guide-home-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.style-guide-home-text.hide-mobile {
  display: block;
}

.headings-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.h6-fixed {
  font-size: 24px;
}

.h6-fixed.bold-text {
  font-weight: 700;
}

.h6-fixed.light-text {
  font-weight: 100;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.subscribe-form {
  position: relative;
}

.sg---color-black {
  width: 235px;
  height: 150px;
  background-color: #111;
}

.paragraph-m {
  font-size: 18px;
  line-height: 1.8;
}

.style-guide-panel-title {
  color: #b3b3b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-container {
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.style-guide-navbar-link {
  height: 35px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.borders-2 {
  width: 100%;
  opacity: .58;
  color: #fff;
  border: 1px solid #b9b9b9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.borders-2.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-empty-container {
  padding: 50px;
}

.style-guide-small-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px 380px 50px 50px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-navbar {
  z-index: 30;
  height: 60px;
  color: #fff;
  background-color: #151b22;
  border-bottom: 1px solid #151b22;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.style-guide-tab-holder {
  width: 120%;
  color: #fff;
  border-radius: 5px;
  margin-left: -25px;
  padding: 11px 25px 11px 49px;
  font-size: 16px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #2b333d;
}

.subscribe-field-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 30px 109px 30px 17px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .4s;
}

.subscribe-field-text:focus {
  border-color: #ffd660;
}

.subscribe-field-text::-ms-input-placeholder {
  color: #b9b9b9;
}

.subscribe-field-text::placeholder {
  color: #b9b9b9;
}

.contact-field-text {
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #595959;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .375s;
  display: inline-block;
}

.contact-field-text:hover {
  border-bottom-color: #fff;
}

.contact-field-text:focus {
  border-bottom-color: #ffd660;
}

.contact-field-text::-ms-input-placeholder {
  color: #595959;
  font-weight: 300;
}

.contact-field-text::placeholder {
  color: #595959;
  font-weight: 300;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.style-guide-left-panel-holder {
  width: 405px;
  background-color: #151b22;
  align-items: flex-start;
  display: flex;
}

.left-underline {
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-text {
  background-image: linear-gradient(to right, var(--hero-gradient-01), var(--hero-gradient-02) 31%, var(--hero-gradient-03) 66%, var(--hero-gradient-04));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: auto;
  font-size: 10svw;
  font-weight: 800;
}

.hero-text._02 {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 6%, #c6caf6 61%, #dad9e9 72%);
}

.hero-text._03 {
  position: absolute;
}

.hero-text._04 {
  font-size: 2vw;
}

.gradient-button-holder {
  position: relative;
}

.gradient-button {
  filter: blur(20px);
  background-image: linear-gradient(to right, #ffbbae, #c6caf6 73%, #958feb);
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-white-button {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.nav-link-holder {
  color: #81859f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: opacity .2s, color .35s;
  display: flex;
}

.nav-link-holder:hover {
  color: #fff;
}

.nav-link-holder.w--current {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 255, 255, .25);
  background-color: rgba(255, 255, 255, .1);
}

.nav-button-holder {
  display: flex;
}

.nav-button-holder.nav-button-on-mobile {
  display: none;
}

.brand {
  width: 64px;
  min-width: 64px;
}

.brand-image {
  width: 100%;
}

.nav-link-active-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cricle-active-holder {
  width: 70px;
  height: 70px;
  filter: blur(40px);
  background-image: linear-gradient(#eec5bd, #c6caf6 64%, #dad9e9);
  border-radius: 200px;
  display: none;
  position: absolute;
  top: 27.8984px;
}

.cricle-active-holder.w--current {
  width: 50px;
  height: 50px;
  opacity: .5;
  filter: blur(17px);
  display: flex;
  top: 11.8984px;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-sticky-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-holder {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  perspective: 1000px;
  white-space: nowrap;
  flex-flow: row;
  order: 0;
  align-content: space-between;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: auto;
  font-size: 16px;
  display: flex;
  position: absolute;
}

.hero-paragraph-holder {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-text-holder {
  width: 100%;
  min-height: 30vh;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 10vh;
  display: grid;
}

.iphone-holder {
  z-index: 1;
  height: 600px;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 6%;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iphone-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-section-sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
}

.hero-section-paragraph-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 140px;
  display: flex;
}

.iphone-screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
}

.iphone-screen-image.card {
  border-radius: 20px;
}

.iphone-screen-image.mobile {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.iphone-drop-shadow {
  width: 120%;
  height: 70%;
  filter: blur(64px);
  background-color: #000;
  position: absolute;
}

.iphone-drop-shadow.low {
  width: 100%;
  opacity: .37;
  filter: blur(18px);
}

.from-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.from-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.logo-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-small-container {
  height: 27px;
}

.logo-small {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.title-holder {
  max-width: 910px;
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.title.smaller {
  margin-bottom: 10px;
  line-height: 1.2;
}

.experience-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.experience-cards-holder {
  perspective: 1000px;
  margin-top: 90px;
}

.experience-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.experience-card {
  z-index: 5;
  width: 100%;
  background-color: #30363d;
  border-radius: 26px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-card-content {
  z-index: 5;
  width: 100%;
  opacity: 1;
  background-color: #161b22;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card-content.mobile {
  z-index: 6;
  flex-direction: row;
}

.experience-card-image-holder {
  width: 100%;
  position: relative;
}

.experience-card-image-holder._02 {
  height: 280px;
}

.experience-card-image-holder.smaller {
  height: 250px;
}

.experience-card-image {
  width: 100%;
}

.experience-card-text-holder {
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.experience-card-text-holder.padding {
  padding-left: 22px;
  padding-right: 22px;
}

.experience-card-text-holder._02 {
  padding-left: 24px;
  padding-right: 24px;
}

.card-title {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.experience-paragraph-holder {
  max-width: 510px;
}

.experience-paragraph-holder._02 {
  max-width: 280px;
}

.experience-gradient {
  height: 70px;
  background-image: linear-gradient(rgba(21, 27, 34, 0), #151b22);
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0%;
  right: 0%;
}

.effortlessly-integration-section {
  background-color: #161b22;
  overflow: hidden;
}

.effortlessly-integration-container {
  padding-top: 120px;
}

.effortlessly-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-holder-effortlessly-integration {
  z-index: 2;
  width: 95%;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 180px;
}

.iphone-holder-effortlessly-integration {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.effortlessly-integration---iphone-holder {
  z-index: 1;
  width: 430px;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 6%;
}

.logo-holder {
  width: 155px;
  height: 155px;
  min-height: 155px;
  min-width: 155px;
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-holder.s-size {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 24px;
}

.logo-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 44px;
  position: absolute;
}

.logo-image.blured {
  z-index: 1;
  filter: blur(20px);
}

.logo-image.s-size {
  border-radius: 24px;
}

.workflow-section {
  z-index: 4;
  width: 100%;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #161b22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.light-holder {
  width: 70%;
  height: 270px;
  opacity: .23;
  filter: blur(90px);
  background-image: linear-gradient(to right, #eec5bd, #c6caf6 46%, #dad9e9);
  position: absolute;
  top: auto;
  bottom: 0%;
}

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

.trusted-white-overlay {
  width: 48vw;
  height: 10em;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.trusted-white-overlay.bottom {
  height: 20vh;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 58%);
  top: 80vh;
}

.trusted-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.trusted-item-header {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.content-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.trusted-no {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #eec5bd, #f3b1a5 26%, #c6caf6 74%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -14px;
  margin-right: 10px;
  font-size: 75px;
  font-weight: 800;
}

.download-badge-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.download-badge-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-badge-button {
  width: 242px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.download-badge-button:hover {
  transform: scale(1.1);
}

.download-badge-button.small {
  width: 190px;
}

.dark-and-light-mode-holder {
  width: 100%;
  height: 250vh;
  background-color: #000;
}

.dark-and-light-mode-container {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dark-and-light-mode-sticky {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.dark-mode-holder {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-mode-hand-holder {
  z-index: 1;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dark-mode-hand {
  z-index: 1;
  width: 400px;
  position: relative;
}

.dark-mode-app-holder {
  padding: 2.6% 26% 26.2% 16%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-mode-app {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.white-mode-holder {
  z-index: 1;
  width: 100%;
  height: 50vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.center-iphone {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cards-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.black-text {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, rgba(27, 27, 28, .85));
  -webkit-background-clip: text;
  background-clip: text;
}

.cards-grid-holder {
  padding-top: 70px;
}

.cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-background {
  height: 100%;
  background-color: #f5f5f8;
  border-radius: 30px;
  overflow: hidden;
}

.card-container {
  height: 100%;
  max-height: 530px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.card-container._02 {
  height: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-image-holder {
  width: 100%;
}

.card-image-holder._02 {
  width: auto;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-image {
  width: 100%;
  height: 100%;
}

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

.card-text-holder._02 {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  padding: 46px 46px 46px 38px;
}

.card-text-holder.small {
  padding-left: 13px;
  padding-right: 13px;
}

.two-cards-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-logo-holder {
  height: 288px;
  min-height: 288px;
  perspective: 1000px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-logo-container {
  z-index: 1;
  width: 155px;
  height: 155px;
  background-color: #fff;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-bg-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-logo {
  width: 66px;
}

.card-iphone-holder {
  width: 100%;
  margin-top: -190px;
  position: relative;
  top: 190px;
}

.iphone-card {
  width: 270px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 24px;
}

.cards-second-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.simple-card-image {
  width: 100%;
}

.social-media-link {
  opacity: 1;
  transition: opacity .2s, color .2s;
}

.social-media-link:hover {
  opacity: .7;
}

.footer-list-item {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 1em;
}

.social-media-content {
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #35373d;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.hero-text-blur {
  opacity: .64;
  filter: blur(120px);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 35%, #c6caf6 72%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16vw;
  font-weight: 800;
  position: absolute;
}

.card-logo-wrapper {
  z-index: 1;
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
  position: relative;
}

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

.licensing-grid.feather-icon {
  justify-content: space-around;
  display: flex;
}

.licensing-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feather-icon-holder {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-to-use-image {
  height: 100%;
}

.licensing-icon {
  filter: invert();
}

.licensing-cards-wrapper {
  width: 100%;
  height: 100%;
  grid-row-gap: 45px;
  background-color: #151b22;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.licensing-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-to-use-holder {
  height: 24px;
}

.licensing-cards {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-title {
  font-size: 24px;
  font-weight: 500;
}

.feather-icon {
  width: 100%;
}

.licensing-cards-container {
  background-color: #000;
  margin-top: 50px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.licensing-image-holder {
  width: 100%;
}

.licensing-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
  display: flex;
}

.licensing-link-holder:hover {
  opacity: .7;
}

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

.hide {
  display: none;
}

.experience-wrapper {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  display: flex;
}

.experience-wrapper:hover {
  color: #fff;
}

.light-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.light {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.hero-text-wrapper._01 {
  align-self: auto;
  display: flex;
}

.hero-text-wrapper._04 {
  justify-content: center;
}

.light-inside {
  width: 200px;
  height: 200px;
  filter: blur(70px);
  background-color: #fff;
}

.light-wrapper-in-front {
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.light-outside {
  width: 200px;
  height: 200px;
  opacity: .1;
  filter: blur(70px);
  background-color: #fff;
}

.error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.buy-template-guide {
  z-index: 20;
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.buy-template-guide:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .23);
}

.buy-this-template-button-container {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  width: 20px;
  height: 20px;
  background-image: var(--image-60e9a79d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.features-hero-holder {
  margin-top: 60px;
  margin-bottom: 200px;
}

.features-hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-hero {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
}

.features-hero-text-holder {
  transform: perspective(1500px);
}

.features-phone-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-phone-container {
  z-index: 1;
  width: 250px;
  position: relative;
}

.features-phone {
  z-index: 1;
  width: 100%;
  position: relative;
}

.features-screenshot-holder {
  padding: .8em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.features-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(48deg, #000 22%, rgba(255, 255, 255, 0) 52%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28.9em;
  font-weight: 800;
  position: absolute;
  top: -34%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.features-number._2 {
  background-image: linear-gradient(to right, #000 36%, rgba(255, 255, 255, 0) 65%), linear-gradient(to right, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  top: -12%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.features-number._3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #000 33%, rgba(255, 255, 255, 0) 56%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  top: auto;
  bottom: -27%;
  left: -5%;
  right: auto;
}

.features-number._4 {
  z-index: -1;
  background-image: linear-gradient(#000 32%, rgba(255, 255, 255, 0) 59%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  top: auto;
  bottom: -47%;
  left: auto;
  right: -8%;
}

.company-number-facts-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 100px;
  overflow: hidden;
}

.company-number-facts-container {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-number-facts-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.your-needs-section-holder {
  grid-row-gap: 150px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.your-needs-section-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.your-needs-section-grid.rotated {
  grid-template-columns: 1fr 1.25fr;
}

.your-neeeds-content-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gradient-small-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.white-title {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.25;
}

.your-needs-image-holder {
  width: 100%;
  height: 100%;
  border: 1px solid #30363d;
  border-radius: 26px;
  overflow: hidden;
}

.your-needs-image-holder.small-image {
  height: 520px;
}

.your-needs-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-features-holder {
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-features-container {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.experience-card-text-holder-left {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

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

.experience-card-text-holder-small {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
  display: flex;
}

.download-badge-container-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.experience-card-mobile-holder, .experience-card-mobile-container {
  width: 100%;
}

.mobile-accessiblity-holder {
  width: 285px;
}

.mobile-accessibilty-container {
  z-index: 4;
  height: 360px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.iphone-screen-mobile {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.1%;
  padding-left: 4.6%;
  padding-right: 4.6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-hero-content-holder {
  width: 100%;
  perspective: 1500px;
}

.about-hero-content-wrapper {
  grid-row-gap: 9px;
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.about-hero-title {
  font-size: 24px;
  font-weight: 500;
}

.about-hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero-text-holder {
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

.about-hero-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-hero-image-holder {
  width: 100%;
  perspective: 1500px;
}

.about-hero-image {
  width: 100%;
}

.about-black-section {
  grid-row-gap: 80px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #3b3f45;
}

.about-black-list-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
}

.about-black-list-container {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.about-black-list-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  display: flex;
}

.about-black-list-icon-holder {
  width: 24px;
  height: 24px;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 30%, #c6caf6 72%, #dad9e9);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-black-list-icon {
  width: 12px;
}

.about-company-image-holder {
  width: 100%;
  height: 510px;
  border-radius: 32px;
  overflow: hidden;
}

.about-company-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open-roles-container {
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.open-roles-holder {
  margin-top: 75px;
  margin-bottom: 75px;
}

.role-container {
  grid-row-gap: 6px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.role-title {
  font-size: 24px;
  font-weight: 500;
}

.role-job-locaiton {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.more-info-text {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.normal-link {
  color: #b4bcd0;
  text-decoration: underline;
}

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

.open-roles-cta-holder {
  margin-bottom: 120px;
}

.open-roles-cta-container {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px undefined undefined;
  background-color: #161b22;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
}

.paragraph-open-roles {
  max-width: 520px;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  top: auto;
  bottom: -22%;
  left: auto;
  right: -1%;
}

.blog-hero {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-post-holder {
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 18px;
  flex-direction: row;
  align-items: stretch;
  transition: opacity .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  overflow: hidden;
}

.blog-post-holder:hover {
  opacity: .8;
  color: #fff;
  transform: scale(.95);
}

.blog-post-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.blog-post-thumbnail-holder {
  width: 100%;
  height: 100%;
}

.blog-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px 0 0 18px;
}

.blog-category {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 27%, #c6caf6 67%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.blog-title {
  font-size: 32px;
  font-weight: 500;
}

.blog-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.blog-cta-container {
  justify-content: space-between;
  display: flex;
}

.blog-cta-email-holder {
  width: 100%;
  grid-row-gap: 35px;
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subscribe-text {
  font-size: 24px;
  font-weight: 600;
}

.follow-us-holder {
  max-width: 250px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #3b3f45;
  border-left: 1px solid #3b3f45;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.blog-grid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.blog-item-holder {
  height: 100%;
  flex-direction: column;
  transition: transform .325s cubic-bezier(.175, .885, .32, 1.275), opacity .35s;
  display: flex;
}

.blog-item-holder:hover {
  opacity: .9;
  color: #fff6f6;
  transform: scale(.96);
}

.blog-item-thumbnail-holder {
  height: 270px;
}

.blog-item-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blog-category-holder {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.blog-content {
  height: 100%;
  background-color: var(--black);
  border: 1px solid #30363d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.blog-small-name {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-summery-holder {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.blog-details-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-details-title {
  max-width: 990px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.white-title-medium {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-xl {
  color: #959499;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.blog-main-image-holder {
  width: 100%;
  height: 550px;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-rich-text-holder {
  width: 90%;
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.social-media-content-blog {
  width: 200px;
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.blog-cta-wrapper {
  border-top: 1px solid #3b3f45;
  margin-top: 120px;
  padding-top: 30px;
}

.blog-cta-content-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-cta-content-container {
  max-width: 420px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.blog-cta-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.pricing-category-holder {
  z-index: 3;
  position: relative;
}

.pricing-category-wrapper {
  grid-column-gap: 6px;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 40px;
  padding: 6px;
  display: flex;
}

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

.pricing-button {
  background-color: rgba(61, 61, 61, 0);
  border-radius: 30px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: color .35s, background-color .425s;
}

.pricing-button:hover {
  color: #fff;
  background-color: rgba(45, 50, 56, .29);
}

.pricing-hero {
  margin-top: 100px;
  margin-bottom: 50px;
}

.pricing-table-holder {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pricing-table-container {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-item {
  z-index: 3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  position: relative;
}

.pricing-item.middle {
  z-index: 2;
  border-color: #d4c3df;
  box-shadow: 0 60px 70px rgba(239, 192, 183, .19), 0 -20px 50px rgba(210, 210, 238, .07), 0 0 60px 9px rgba(241, 178, 170, .14);
}

.pricing-item-container {
  padding: 35px;
}

.pricing-title {
  color: #f3b1a5;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.price-holder {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.price {
  font-size: 36px;
  font-weight: 700;
}

.pricing-indicator {
  color: #b4bcd0;
  margin-bottom: 11px;
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing-divider {
  width: 100%;
  height: 1px;
  background-color: #27272a;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-list-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pricing-button-holder {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.faq-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
}

.faq-container {
  width: 70%;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #161b22;
  border: 1px solid #969696;
  border-radius: 26px;
  padding: 32px;
  transition: background-color .5s;
}

.faq-block:hover {
  background-color: #06080a;
}

.faq-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-question-text {
  color: #f7f7f8;
  font-size: 24px;
  font-weight: 400;
}

.faq-icon-holder {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  border: 2px solid #eec5bd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-icon {
  width: 10px;
}

.faq-answer-holder {
  overflow: hidden;
}

.faq-answer {
  color: #b4bcd0;
  padding-top: 12px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cart-icon {
  width: 17px;
  min-width: 16px;
}

.cart-quantity {
  height: auto;
  min-width: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cart-button {
  grid-column-gap: 6px;
  outline-offset: 0px;
  background-color: #353535;
  border-radius: 30px;
  outline: 0 rgba(150, 150, 150, 0);
  padding: 8px 14px;
  transition-property: background-color;
}

.cart-button:hover {
  background-color: #464646;
}

.cart {
  z-index: 3;
  margin-right: 12px;
}

.cart-container {
  min-width: 390px;
  background-color: #212121;
  border-radius: 26px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.pricing-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-info-container {
  max-width: 780px;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  padding: 35px;
}

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

.pricing-avatar-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-icon-holder {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  border-radius: 11px;
  overflow: hidden;
}

.pricing-title-normal {
  color: #f3b1a5;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.pricing-tilte-info {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-info {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-list-wrapper {
  border-left: 1px solid #27272a;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  display: flex;
}

.pricing-long-decsription {
  padding-top: 60px;
}

.pricing-details-hero {
  margin-top: 44px;
  margin-bottom: 44px;
}

.black-list li {
  color: #fff;
  background-image: var(--image-i6d7ae045);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 33px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.black-list ul {
  padding-left: 0;
}

.pricing-link {
  color: #a3a3a3;
}

.pricing-link.w--current {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 20px;
}

.checkout-form {
  background-color: #000;
}

.block-header {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
}

.block-content {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
}

.customer-info {
  background-color: #101010;
  border: 1px solid #161616;
  border-radius: 16px;
}

.field-input {
  height: 60px;
  background-color: var(--black);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 11px;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.field-input:hover {
  background-color: var(--dark-blue);
}

.field-input:focus, .field-input.-wfp-focus {
  background-color: var(--dark-blue);
  border-color: rgba(255, 255, 255, .2);
}

.field-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
}

.field-input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.animate-on-load-04 {
  width: 100%;
}

.animate-on-load-04._100-width-and-height {
  height: 100%;
}

.cart-x-icon {
  width: 25px;
  min-width: 24px;
}

.close-button {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: #3b3f45;
  padding: 17px 22px;
}

.cart-icon-holder {
  width: 62px;
  height: 62px;
  min-height: 62px;
  min-width: 62px;
  border-radius: 10px;
  overflow: hidden;
}

.cart-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-quantity-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 9px;
  display: flex;
}

.cart-header-holder {
  width: 100%;
  display: flex;
}

.cart-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cart-item {
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-price-holder {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
}

.cart-price {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.remove-button-icon {
  width: 24px;
  min-width: 24px;
}

.remove-button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  transition-property: background-color;
  display: flex;
}

.remove-button:hover {
  background-color: #323232;
}

.quantity-wrapper {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.cart-quantity-inside {
  background-color: #323232;
  border-style: none;
  border-radius: 50px;
  margin-bottom: 0;
}

.cart-list {
  max-height: 60vh;
  padding: 0 13px 13px;
}

.cart-footer {
  border-top-style: none;
  padding-top: 0;
}

.empty-state {
  grid-row-gap: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 24px;
  flex-direction: column;
  margin: 36px;
  padding: 50px 27px;
  font-size: 16px;
  font-weight: 500;
}

.download-app-content {
  max-width: 490px;
  min-width: 490px;
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.iphone-image-home-page {
  z-index: 2;
  height: 100%;
  position: relative;
}

.prespective {
  perspective: 1500px;
  position: relative;
}

.cta-gradient {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 38%, #c6caf6 78%, #dad9e9);
  border-radius: 26px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 140px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  text-transform: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link {
  color: #323232;
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
  padding-top: 30px;
}

.footer-brand-holder {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.black-link {
  color: #000;
}

.order-summery {
  top: 83px;
}

.contact-form-block {
  width: 50%;
}

.paragraph {
  font-size: 20px;
}

.hero-subtext-holder {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  perspective: 1000px;
  white-space: nowrap;
  flex-flow: row;
  order: 0;
  align-content: space-between;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: auto;
  font-size: 16px;
  display: flex;
  position: absolute;
}

.colorful-section-contain {
  z-index: 2;
  position: relative;
}

.tab__curve {
  width: 12px;
  max-width: none;
}

.form-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.colorful-section {
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background-color: #434de7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10vh 5%;
  font-size: 17px;
  line-height: 29px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.short-page-wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

._100 {
  width: 100%;
}

.container-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.field-description {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.tab {
  width: 14vw;
  height: 100%;
  min-width: 140px;
  object-fit: fill;
  background-color: #35373b;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: hidden;
}

.tab.inactive {
  width: 13vw;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
}

.tab.inactive.light {
  color: rgba(0, 0, 0, .8);
  background-color: #dee1e5;
}

.tab.light {
  color: #000;
  background-color: #fff;
}

.favicon {
  width: 20px;
  flex: none;
  margin-right: 12px;
}

.footer-2 {
  text-align: center;
  border-bottom: 1px solid #dcdce5;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 13px;
}

.browser__wrapper {
  background-color: #1e2225;
  border-radius: 12px;
  flex: 1;
  overflow: hidden;
  box-shadow: -6px 60px 30px -40px rgba(0, 0, 0, .5);
}

.browser__wrapper.light {
  min-width: 1200px;
  transform-origin: 0 0;
  background-color: #fff;
  margin-top: 20vh;
  position: absolute;
  left: 0;
  transform: scale(.7);
  box-shadow: -6px 60px 30px -40px rgba(0, 0, 0, .16);
}

.text-field-wrapper {
  width: 100%;
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
}

.text-field-wrapper.half {
  width: 49%;
}

.new-tab__icon {
  width: 12px;
  opacity: .8;
  filter: invert();
}

.new-tab__icon.dark {
  filter: none;
}

.split-page-wrapper {
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field {
  height: 42px;
  background-color: rgba(13, 13, 24, .5);
  border: 1px solid #b4bcd0;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 7px 1px #fff;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .8);
  box-shadow: 0 1px 4px rgba(220, 220, 229, .9);
}

.text-field:focus {
  border: 1px solid #434de7;
}

.text-field::-ms-input-placeholder {
  color: #6e6e6e;
}

.text-field::placeholder {
  color: #6e6e6e;
}

.form-field-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.tab__close {
  width: 8px;
  opacity: .8;
  filter: invert();
}

.tab__close.inacvtive {
  transition: opacity .2s;
}

.tab__close.inacvtive:hover {
  opacity: .5;
}

.tab__close.inacvtive.dark {
  filter: none;
}

.tab__close.active {
  opacity: 1;
}

.tab__close.active.dark {
  filter: none;
}

.tab-list__wrapper {
  height: 100%;
  flex: 1;
  padding-top: 8px;
  padding-left: 12px;
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.navbar-2 {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.button-2 {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.button-2:hover {
  background-color: #272d88;
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

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

.social-content {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.tab-bar {
  height: 50px;
  align-items: flex-start;
  display: flex;
}

.tab-bar.light {
  background-color: #dee1e6;
}

.icon__forward-arrow {
  width: 14px;
  filter: invert();
  margin-right: 16px;
  display: block;
}

.icon__forward-arrow.inactive {
  width: 16px;
  opacity: .4;
  padding: 0;
}

.icon__forward-arrow.inactive.dark {
  filter: none;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  text-decoration: underline;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.signup-header-text {
  margin-bottom: 15px;
}

.form-div-line {
  width: 40%;
  height: .8px;
  background-color: #e4e4e4;
}

.icons-list__wrapper {
  flex: none;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.social-btn {
  width: 100%;
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::-ms-input-placeholder {
  color: #6e6e6e;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.social-btn.facebook:hover {
  border-color: #1777f2;
}

.social-btn.facebook.solid {
  color: #fff;
  background-color: #1777f2;
  border-style: none;
  font-weight: 400;
}

.social-btn.facebook.solid:hover {
  background-color: #0053bd;
}

.social-image {
  width: 24px;
}

.active-tab__wrapper {
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.inactive-tab__wrapper {
  height: 100%;
  align-items: center;
  display: flex;
}

.form-divider {
  width: 100%;
  color: #fff;
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.search__value-wrapper {
  width: 200%;
}

.signup-header {
  background-image: linear-gradient(to right, var(--hero-gradient-01), var(--hero-gradient-02) 29%, var(--hero-gradient-03) 54%, var(--hero-gradient-04));
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.checkbox-label {
  font-weight: 300;
}

.new-tab {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 4px;
  padding: 6px;
  display: flex;
}

.new-tab:hover {
  background-color: #2b3133;
  border-radius: 50%;
}

.colorful-section-bg-fade {
  z-index: 0;
  width: 150%;
  height: 20%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .25), #434de7);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -50%;
  right: auto;
  transform: rotate(25deg);
}

.search__input {
  height: 32px;
  color: rgba(255, 255, 255, .4);
  background-color: #1e2225;
  border: 1px #000;
  border-radius: 100px;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  padding: 6px 6px 6px 8px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search__input.light {
  color: rgba(0, 0, 0, .4);
  background-color: #f1f3f4;
}

.icon__back-arrow {
  width: 16px;
  filter: invert();
  border-radius: 50%;
  margin-right: 16px;
  padding: 0;
  transition: opacity .2s;
  display: block;
}

.icon__back-arrow:hover {
  opacity: .5;
  filter: invert();
}

.icon__back-arrow.dark {
  filter: none;
}

.gumdrop {
  width: 12px;
  height: 12px;
  background-color: #ffd9d9;
  border-radius: 50%;
  flex: none;
}

.gumdrop.minimize {
  background-color: #f4be4f;
  margin-right: 6px;
}

.gumdrop.close {
  background-color: #ed6a5d;
  margin-right: 6px;
}

.gumdrop.maximize {
  background-color: #61c454;
}

.insert-website-here {
  min-height: 500px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.tab__wrapper {
  height: 100%;
  display: flex;
}

.gumdrops__wrapper {
  align-items: center;
  padding: 20px 20px 20px 24px;
  display: flex;
  overflow: hidden;
}

.disconnect-image {
  width: 16px;
}

.disconnect-image.white {
  filter: invert();
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.field-label-2 {
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 600;
}

.fake-logo {
  height: 20px;
  font-size: 20px;
  font-weight: 600;
}

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

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.icon__refresh {
  width: 16px;
  filter: invert();
  border-radius: 0%;
  margin-right: 0;
  padding: 0;
  transition: opacity .2s;
  display: block;
}

.icon__refresh:hover {
  opacity: .5;
}

.icon__refresh.dark {
  filter: none;
}

.link {
  border-bottom: 1px #7b83ff;
  font-style: normal;
  text-decoration: underline;
}

.link:hover {
  color: #272d88;
}

.tab__close-wrapper {
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(255deg, #34383b, #34383c 0%, #34383c 60%, rgba(52, 56, 60, 0));
  flex: none;
  padding-bottom: 2px;
  padding-left: 30px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tab__close-wrapper.light {
  background-image: linear-gradient(255deg, #fff, #fff 0%, #fff 60%, rgba(255, 255, 255, 0));
}

.tab__close-wrapper.inactive {
  background-image: linear-gradient(255deg, #1e2325, #1e2325 0%, #1e2325 60%, rgba(30, 35, 37, 0));
}

.tab__close-wrapper.inactive.light {
  background-image: linear-gradient(255deg, #dee1e6, #dee1e6 0%, #dee1e6 60%, #dee1e6);
}

.tab__label {
  z-index: 1;
  width: 200px;
  flex: 1;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.tab-divider {
  z-index: 6;
  width: 1px;
  height: 20px;
  opacity: .2;
  background-color: #fff;
  margin-right: 1px;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tab-divider.dark {
  background-color: #000;
}

.search-bar {
  background-color: #35373b;
  align-items: center;
  padding: 6px 12px 6px 20px;
  display: flex;
}

.search-bar.light {
  background-color: #fff;
}

.search__overflow-gradient {
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(255deg, #34383b, #34383c 0%, #34383c 60%, rgba(52, 56, 60, 0));
  flex: none;
  padding-bottom: 2px;
  padding-left: 30px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.search__overflow-gradient.light {
  background-image: linear-gradient(255deg, #f1f3f4, #34383c 0%, #f1f3f4 0%, #f1f3f4);
}

.flex-stack-center {
  cursor: not-allowed;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .hero-text-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .experience-card-text-holder.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .experience-gradient {
    height: 130px;
  }

  .experience-gradient._02 {
    bottom: -26%;
  }

  .card-image-holder._02 {
    height: 100%;
  }

  .card-text-holder.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-text-blur {
    padding-right: 0;
  }

  .features-phone-container {
    width: 320px;
  }

  .features-number {
    font-size: 30em;
    top: -22%;
  }

  .features-number._2 {
    top: -3%;
  }

  .features-number._3 {
    bottom: -25%;
  }

  .features-number._4 {
    bottom: -29%;
  }

  .gradient-small-text {
    top: -22%;
  }

  .your-needs-image-holder.small-image {
    height: 580px;
  }

  .hero-subtext-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .social-btn.google {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  .nav-menu-container {
    grid-column-gap: 0px;
    text-align: center;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    overflow: visible;
  }

  .nav-menu {
    height: auto;
    max-width: 285px;
    background-color: #1a1a1a;
    border-radius: 20px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    left: 0;
    right: 0;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .nav-link {
    height: auto;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #1f1f1f;
    border-radius: 40px;
  }

  .center-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 17px;
    display: grid;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .style-guide-hero-holder {
    padding: 28px;
  }

  .style-guide-tab-holder {
    margin-left: 0;
    padding: 5px 0;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .nav-button-holder {
    margin-top: 10px;
    display: none;
  }

  .nav-button-holder.nav-button-on-mobile {
    display: flex;
  }

  .brand {
    width: 90px;
    min-width: 90px;
    margin-right: 60px;
  }

  .cricle-active-holder.w--current {
    opacity: .22;
    top: -8px;
  }

  .hero-text-holder {
    grid-column-gap: 30px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .effortlessly-integration---iphone-holder {
    width: 320px;
  }

  .logo-holder {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 8px;
  }

  .logo-image {
    border-radius: 20px;
  }

  .logo-image.blured {
    display: none;
  }

  .workflow-section {
    margin-top: -220px;
    padding: 42px;
  }

  .sticky-section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .trusted-item {
    margin-bottom: 5vh;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .card-container {
    max-height: none;
  }

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

  .cards-second-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-hero-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-hero-content-holder {
    align-items: center;
  }

  .features-hero {
    font-size: 60px;
  }

  .features-phone-holder {
    width: 60%;
  }

  .company-number-facts-holder {
    padding: 34px;
  }

  .your-needs-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-featured-grid {
    display: flex;
  }

  .mobile-accessiblity-holder {
    width: 220px;
  }

  .mobile-accessibilty-container {
    height: 370px;
  }

  .about-hero-container {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: 10%;
  }

  .blog-hero {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .blog-post-container {
    flex-direction: column;
    display: flex;
  }

  .blog-cta-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .blog-cta-email-holder {
    border-bottom-style: none;
  }

  .follow-us-holder {
    width: 100%;
    max-width: none;
    border: 1px #000;
  }

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

  .paragraph-xl {
    font-size: 18px;
  }

  .blog-rich-text-holder {
    width: 100%;
    flex-direction: column-reverse;
  }

  .social-media-content-blog {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

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

  .pricing-table-container {
    flex-direction: column;
    display: flex;
  }

  .faq-container {
    width: 100%;
  }

  .cart {
    margin-right: 0;
  }

  .cart-container {
    margin-top: 20px;
    margin-right: -110px;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .contact-form-block {
    width: 70%;
  }

  .hero-subtext-holder {
    grid-column-gap: 30px;
  }

  .colorful-section, .short-page-wrapper {
    height: auto;
    flex-direction: column;
  }

  .tab {
    width: 16vw;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-page-wrapper {
    height: auto;
    flex-direction: column;
  }

  .tab-list__wrapper {
    padding-left: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-template-columns: 1fr 1fr;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

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

  .experience-card-content.mobile {
    flex-direction: column;
  }

  .experience-card-image-holder._02, .experience-card-image-holder.smaller {
    height: auto;
  }

  .experience-card-text-holder._02 {
    padding-top: 3px;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

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

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

  .licensing-grid.feather-icon {
    flex-direction: row;
    justify-content: space-between;
  }

  .feather-icon-holder {
    width: 20px;
  }

  .features-phone-holder {
    width: 100%;
  }

  .company-number-facts-container {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .card-features-container {
    grid-template-columns: 1fr 1fr;
  }

  .download-badge-container-cta {
    flex-direction: row;
  }

  .about-black-list-holder {
    width: 100%;
  }

  .blog-post-holder:hover {
    transform: none;
  }

  .blog-post-content {
    padding: 24px;
  }

  .follow-us-holder {
    padding: 0;
  }

  .blog-grid-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .blog-main-image-holder {
    height: 250px;
  }

  .pricing-info-container {
    border-radius: 12px;
    padding: 13px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .pricing-list-wrapper {
    border-top: 1px solid #27272a;
    padding-left: 0;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

  .colorful-section, .short-page-wrapper {
    flex-direction: column;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .split-page-wrapper {
    flex-direction: column;
  }

  .tab-list__wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  blockquote {
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
  }

  .container {
    padding: 1em;
  }

  .nav-menu-container {
    justify-content: center;
  }

  .nav-menu {
    width: 100%;
    left: 0;
    right: 0;
  }

  .button.from {
    width: 100%;
    position: relative;
    right: 0;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    height: 420px;
    justify-content: space-between;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-form {
    width: 100%;
  }

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

  .headings-holder {
    padding: 10px;
  }

  .style-guide-x-button {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    top: .3em;
    right: 0;
  }

  .paragraph-container {
    width: 100%;
  }

  .style-guide-left-panel {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 23px 12px;
    display: flex;
  }

  .style-guide-home-text.hide-mobile {
    display: none;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-panel-title {
    font-size: 18px;
  }

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

  .style-guide-navbar-link {
    justify-content: center;
    align-items: center;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navbar {
    padding-left: .3em;
    padding-right: .3em;
  }

  .style-guide-tab-holder {
    font-size: 19px;
  }

  .hero-text {
    font-size: 16vw;
  }

  .hero-text-holder {
    grid-column-gap: 11px;
    flex-wrap: wrap;
  }

  .hero-section-paragraph-holder {
    padding-top: 40px;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .from-holder {
    grid-row-gap: 6px;
    align-items: center;
  }

  .form-block, .from-wrapper {
    width: 100%;
  }

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

  .experience-card-content {
    border-radius: 15px;
  }

  .experience-card-text-holder {
    padding: 15px;
  }

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

  .effortlessly-integration-wrapper {
    margin-top: 32px;
  }

  .logo-holder-effortlessly-integration {
    grid-column-gap: 24px;
    top: 142px;
  }

  .effortlessly-integration---iphone-holder {
    width: 200px;
  }

  .logo-holder {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .logo-holder.s-size {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 0;
  }

  .logo-image {
    border-radius: 9px;
  }

  .logo-image.s-size {
    border-radius: 7px;
  }

  .workflow-section {
    margin-top: -60px;
    padding: 20px;
  }

  .trusted-item {
    grid-row-gap: 8px;
  }

  .trusted-item-header {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .trusted-no {
    font-size: 50px;
  }

  .download-badge-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .dark-mode-hand-holder {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }

  .dark-mode-hand {
    width: 300px;
  }

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

  .card-image-holder._02 {
    height: 54%;
    bottom: -5%;
  }

  .card-image {
    position: relative;
  }

  .card-text-holder._02 {
    padding: 20px 20px 78px;
  }

  .card-logo-holder {
    height: 420px;
    min-height: 420px;
  }

  .card-iphone-holder {
    align-items: center;
  }

  .iphone-card {
    left: 0;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .licensing-grid {
    flex-direction: column;
    display: flex;
  }

  .licensing-grid.feather-icon {
    flex-direction: column;
    align-items: center;
  }

  .licensing-grid.feather-icon.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .feather-icon-holder {
    width: auto;
  }

  .licensing-cards-wrapper {
    padding: 27px;
  }

  .licensing-cards-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .left {
    display: block;
  }

  .buy-template-guide {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .features-hero-holder {
    margin-top: 0;
    padding-top: 30px;
  }

  .features-hero {
    font-size: 11vw;
    font-weight: 500;
  }

  .features-number {
    font-size: 19em;
  }

  .features-number._2 {
    top: -25%;
    right: -23%;
  }

  .features-number._3 {
    bottom: -20%;
    left: -17%;
  }

  .features-number._4 {
    bottom: -28%;
  }

  .features-number._1 {
    top: -34%;
  }

  .your-needs-section-grid {
    grid-row-gap: 70px;
  }

  .experience-card-text-holder-left {
    padding: 15px;
  }

  .card-featured-grid {
    flex-direction: column;
  }

  .experience-card-text-holder-small {
    padding: 15px;
  }

  .download-badge-container-cta {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .role-container {
    grid-row-gap: 24px;
    padding: 25px;
  }

  .open-roles-cta {
    border-radius: 12px;
    padding-bottom: 180px;
  }

  .h3-title {
    font-size: 32px;
  }

  .open-roles-illustation {
    width: 250px;
    bottom: -20%;
  }

  .blog-post-container {
    grid-row-gap: 0px;
  }

  .blog-category {
    font-size: 16px;
    font-weight: 400;
  }

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

  .blog-content-holder {
    margin-bottom: 20px;
  }

  .blog-cta-email-holder {
    flex-direction: column;
    justify-content: space-between;
  }

  .subscribe-text {
    font-size: 22px;
  }

  .blog-content {
    padding: 14px;
  }

  .blog-small-name {
    font-weight: 400;
  }

  .blog-summery-holder {
    font-weight: 300;
  }

  .paragraph-xl {
    font-size: 16px;
  }

  .blog-cta-wrapper {
    margin-top: 60px;
  }

  .blog-cta-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-item, .pricing-item.middle {
    border-radius: 12px;
  }

  .pricing-item-container {
    padding: 24px 20px 20px;
  }

  .price-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .price {
    font-size: 28px;
  }

  .faq-block {
    border-radius: 12px;
    padding: 16px;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 21px;
  }

  .faq-answer {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .cart-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    border-radius: 0;
    margin-top: 0;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 25px;
  }

  .pricing-avatar-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-long-decsription {
    padding-top: 12px;
  }

  .cart-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cart-icon-holder {
    width: 52px;
    height: 52px;
    min-height: 52px;
    min-width: 52px;
  }

  .cart-quantity-holder {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .cart-price {
    font-size: 15px;
  }

  .cart-quantity-inside {
    height: 30px;
    border-radius: 7px;
  }

  .cart-list {
    max-height: none;
  }

  .cart-footer {
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .download-app-content {
    max-width: none;
    min-width: 0;
    padding: 15px;
  }

  .default-state {
    justify-content: space-between;
  }

  .default-state-2 {
    margin-bottom: 0;
  }

  .footer-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .footer-block {
    align-items: flex-start;
  }

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

  .contact-form-block {
    width: 100%;
  }

  .hero-subtext-holder {
    grid-column-gap: 11px;
    flex-wrap: wrap;
  }

  .tab {
    width: 20vw;
  }

  .favicon {
    position: relative;
  }

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

  .text-field-wrapper.half, .form-divider {
    width: 100%;
  }

  .search__value-wrapper {
    width: 1000px;
    position: relative;
  }

  .search__input {
    flex-wrap: nowrap;
  }

  .search__value {
    width: 220%;
  }

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

  .tab__close-wrapper {
    padding-left: 20px;
  }

  .search-bar {
    flex: none;
    justify-content: space-between;
  }

  .search__overflow-gradient {
    padding-left: 20px;
  }
}

#w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-50579c41, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-50579c41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-50579c41, #w-node-c9a3eb7f-e26e-bb52-e19d-39f848eddb94-50579c41 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-50579c41, #w-node-_7c769986-af35-2c7e-a088-51a92c6e6099-50579c41, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-50579c41, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4d-50579c41 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-50579c41, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f98870-50579c41 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd17-50579c41, #w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd1f-50579c41 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_085c9765-501c-5617-011b-330ce3c599f9-0a144c54, #w-node-_0deefd36-474e-9b1c-4f05-307961aee71c-0a144c54, #w-node-_4ff05d65-0965-ed38-980d-1d68b8cfcfc2-0a144c54, #w-node-_085c9765-501c-5617-011b-330ce3c59a02-0a144c54, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202f7-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb20301-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb2030b-0bb202c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6fa7a78-2ff2-fced-8e8a-8103f25ce8f3-653f31ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: end;
}

#w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-50579c8c, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-50579c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ecca6df-2a0f-fb0c-c590-081f4c1c12e4-50579c8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c59db0e2-42cb-45bb-b899-0a897bca219c-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-50579c8c, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-50579c8c, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-50579c8c, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-50579c8c, #w-node-_27dc780f-c46d-97fd-b84b-d41942f2a8cc-50579c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c41893f6-77f1-aba0-bdf5-c28286a834ef-50579c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fdd6b3f9-ad6d-93e1-6fcb-85fbc3858e73-50579c8c, #w-node-_725e9958-a1cb-101d-3e2b-cea8a5b9c0c7-50579c8c, #w-node-_73f158c9-d084-628e-5757-50febde5ec6a-50579c8c, #w-node-cbb4e338-487f-fee9-3f18-49fbb39b5830-50579c8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-50579c90, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-50579c90, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d863-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d866-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d887-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d88a-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ab-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ae-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d1-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d3-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d5-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d7-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d9-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8db-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8dd-50579c93, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8df-50579c93, #w-node-_3e8df2a6-0970-1d56-9495-cbe5c4aa4a67-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe476-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe49f-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4c8-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f3-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f5-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f7-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f9-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fb-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fd-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4ff-50579c95, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe501-50579c95, #w-node-_375774ea-ffbc-052e-f720-5714ce596736-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-50579cab, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-50579cab, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-50579cab, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-50579cab, #w-node-f194965a-bbc7-d407-56bf-553dc41406ae-50579cab, #w-node-f194965a-bbc7-d407-56bf-553dc41406a4-50579cab, #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-50579cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fb7304-23b7-063e-5e90-8822816690ad-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_32392e41-ee06-ee24-24d2-a841c7b7fccc-50579cab, #w-node-_9844e7cd-262c-6419-9582-b6a82a55c16a-50579cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deb95fe1-5576-cd6e-d707-87432df62a1e-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0b7bb496-0244-b976-a66f-5923a4a35471-50579cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ee7b944-f444-155e-25f2-851c6a5a47a9-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-deb6c071-b9f9-b374-4ba4-ccc1809647d3-50579cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c6b325-8a7d-e7cf-d2eb-314af7b475f4-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417930-50579cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417931-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-50579cab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde800-50579cab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670687-50579cae, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670689-50579cae, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068b-50579cae, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068d-50579cae, #w-node-bb91ceaa-06d0-2ec1-a620-bfcd18bff0df-50579cb1, #w-node-_0006f261-face-d8e0-43a5-88aa60d5be8f-50579cb1, #w-node-_986159ab-d85b-4506-4c82-583c6f9332ef-50579cb1, #w-node-_986159ab-d85b-4506-4c82-583c6f9332f2-50579cb1, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9cb-50579cb1, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9ce-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-50579cb1, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-50579cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c331566-379f-cbef-9da9-4f92e2bbed1a-50579cb3, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed27-50579cb3, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed88-50579cb3, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed8e-50579cb3, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed93-50579cb3, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed98-50579cb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-50579c41 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-50579c41 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-50579c41 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-50579cab, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-50579cab {
    grid-column: span 2 / span 2;
  }

  #w-node-f194965a-bbc7-d407-56bf-553dc41406ae-50579cab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f194965a-bbc7-d407-56bf-553dc41406a4-50579cab {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-50579cab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32392e41-ee06-ee24-24d2-a841c7b7fccc-50579cab {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-50579c41 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-50579c41, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-50579c41, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-50579c41 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-50579c8c, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-50579c8c, #w-node-_27dc780f-c46d-97fd-b84b-d41942f2a8cc-50579c8c, #w-node-c41893f6-77f1-aba0-bdf5-c28286a834ef-50579c8c, #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-50579cab {
    grid-column: span 2 / span 2;
  }

  #w-node-_9844e7cd-262c-6419-9582-b6a82a55c16a-50579cab, #w-node-_0b7bb496-0244-b976-a66f-5923a4a35471-50579cab {
    grid-column: span 3 / span 3;
  }

  #w-node-deb6c071-b9f9-b374-4ba4-ccc1809647d3-50579cab, #w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417930-50579cab, #w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-50579cab {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-column: 1 / 3;
  }

  #w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-50579c8c, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-50579c8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


