:root {
  --text-color: #19202b;
  --primary-color: #2c80f0;
  --white: white;
  --green: #42b46c;
  --orange: #faad3d;
  --blue: #0090ff;
  --paragraph: #384559;
  --paragraph-light: #616f85;
  --border-color: #d5ddea;
}

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

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-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-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-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-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-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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.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-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #19202b;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #384559;
  margin-bottom: 16px;
  line-height: 1.6;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary-color);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 2.4;
}

li {
  margin-bottom: 0;
}

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

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  border-left: 3px solid var(--primary-color);
  padding-left: 24px;
  font-style: normal;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.template-header {
  background-image: linear-gradient(#fff0e7, rgba(255, 255, 255, 0));
}

.container {
  max-width: 1344px;
  padding-left: 12px;
  padding-right: 12px;
}

.container.is-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-navbar {
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.button {
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color .3s;
}

.button:hover {
  color: var(--white);
  background-color: #4e95f3;
}

.template-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.template-hero-heading {
  margin-bottom: 16px;
}

.template-hero-text {
  max-width: 70ch;
}

.template-body {
  padding-top: 100px;
  padding-bottom: 40px;
}

.template-track {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.template-track-item {
  grid-column-gap: 60px;
  flex: none;
  display: flex;
}

.template-track-text {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #19202b;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .3s;
  display: inline-block;
}

.template-track-text:hover {
  color: #19202b;
  -webkit-text-stroke-color: #19202b;
}

.template-guide-wrap {
  border: 1px solid #d5ddea;
  border-radius: 5px;
  margin-bottom: 60px;
}

.template-guide-block {
  text-align: center;
  padding: 30px;
}

.template-guide-heading {
  color: #19202b;
  margin-bottom: 10px;
  font-size: 48px;
}

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

.typography-item-row {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.block-divider {
  width: 100%;
  height: 1px;
  background-color: #d5ddea;
  margin-top: 20px;
  margin-bottom: 20px;
}

.typography-tittle {
  margin-bottom: 16px;
}

.pargraph-large {
  font-size: 18px;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  background-color: #f0f2f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 30px;
  display: grid;
}

.outline-button {
  grid-column-gap: 8px;
  background-color: var(--white);
  border: 1px solid #c6cfdd;
  border-radius: 8px;
  margin-top: 0;
  padding: 14px 24px;
  transition: box-shadow .3s;
  display: flex;
}

.outline-button:hover {
  box-shadow: 0 11px 20px -6px rgba(26, 31, 44, .16);
}

.outline-button.pricing {
  justify-content: center;
}

.outline-button.pagination {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.outline-button.cancle-button {
  padding-left: 34px;
  padding-right: 34px;
  display: block;
}

.outline-button.pricing-copy {
  justify-content: center;
  margin-top: 20px;
}

.button-text {
  color: var(--text-color);
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.button-text.text-white {
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.primary-button {
  grid-column-gap: 8px;
  background-color: var(--primary-color);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  color: #fff;
  background-color: #4e95f3;
}

.primary-button.large {
  width: 100%;
  color: var(--white);
  justify-content: center;
}

.primary-button.large:hover {
  background-color: #4e95f3;
}

.primary-button.large.cart-button {
  height: 64px;
  margin-bottom: 0;
}

.primary-button.large.resize-font {
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.primary-button.cart-button {
  grid-column-gap: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.primary-button.submit-button {
  width: 188px;
  background-image: url('../images/Button-Icon.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
}

.primary-button.large-copy {
  width: 100%;
  color: var(--white);
  justify-content: center;
  margin-top: 20px;
}

.primary-button.large-copy:hover {
  background-color: #4e95f3;
}

.primary-button.large-copy.cart-button {
  height: 64px;
  margin-bottom: 0;
}

.primary-button.large-copy.resize-font {
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.color-block {
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block.is-primary {
  background-color: var(--primary-color);
}

.color-block.is-green {
  background-color: var(--green);
}

.color-block.is-orange {
  background-color: var(--orange);
}

.color-block.is-blue {
  background-color: var(--blue);
}

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

.color-block.is-white {
  background-color: var(--white);
  border: 1px solid #d5ddea;
}

.color-block.text-light {
  background-color: #19202a;
}

.color-block.paragraph {
  background-color: var(--paragraph);
}

.color-block.paragraph-light {
  background-color: var(--paragraph-light);
}

.color-block.border {
  background-color: var(--border-color);
}

.text-white {
  color: var(--white);
}

.single-color-block {
  text-align: center;
}

.color-code {
  background-color: #f0f2f5;
  padding: 15px;
}

.template-footer {
  padding-bottom: 32px;
}

.template-copy-right {
  max-width: 1120px;
  border-top: 1px solid var(--border-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.copyright-text {
  color: var(--paragraph);
  margin-top: 32px;
}

.navbar {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  margin-right: auto;
}

.nav-cta {
  margin-left: auto;
}

.nav-cta.visible-on-mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-link {
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--primary-color);
}

.nav-link.dropdown {
  margin-right: 0;
  padding-right: 8px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.nav-link.visible-on-mobile {
  display: none;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.icon {
  margin-right: 8px;
}

.section-hero {
  background-image: none;
  padding-top: 74px;
  padding-bottom: 0;
}

.hero-main {
  padding-top: 165px;
  padding-bottom: 110px;
}

.sub-haading {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ebf6ff;
  background-clip: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.button-group {
  grid-column-gap: 16px;
  margin-bottom: 32px;
  display: flex;
}

.button-group.cta {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.button-group.mb-none {
  margin-bottom: 0;
}

.button-group.user-account {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.reviews-holder {
  grid-column-gap: 16px;
  display: flex;
}

.reviewer-image {
  margin-left: -20px;
}

.reviewer-image.margin-none {
  margin-left: 0;
}

.hero-review-text {
  margin-top: 4px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-heading {
  margin-bottom: 16px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.hero-text {
  margin-bottom: 32px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
}

.hero-right {
  position: relative;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-main-image {
  z-index: 10;
  width: 624px;
  margin-top: 54px;
  position: relative;
}

.hero-thumbnail-image {
  z-index: 10;
  box-shadow: none;
  border-radius: 8px;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 45px;
  right: auto;
}

.hero-thumbnail-image.right {
  top: 3%;
  bottom: auto;
  left: auto;
  right: 20%;
  box-shadow: 0 28px 64px -16px rgba(0, 8, 80, .3);
}

.hero-image-wrap {
  justify-content: flex-end;
  display: flex;
}

.thumbnail-image-wrap {
  background-color: var(--white);
  border-top-left-radius: 16px;
  position: relative;
}

.graph-backgroun {
  max-width: 672px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.rotate-arrow-icon {
  position: absolute;
  top: -9%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.text-span {
  background-image: url('../images/Text-Line.svg');
  background-position: 50% 85%;
  background-repeat: repeat-x;
  background-size: contain;
}

.featured-logos-wrap {
  max-width: 1240px;
  text-align: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.featured-logos-tittle {
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.logos-wrap {
  margin-top: 56px;
}

.logos-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.empty-space {
  min-height: 120px;
}

.empty-space.details-page {
  min-height: 100px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 64px;
}

.section-heading-wrap.feature-section {
  margin-bottom: 0;
}

.section-heading-wrap.pricing {
  margin-bottom: 32px;
}

.pill-button {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ebf6ff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.pill-button.blog-category {
  margin-bottom: 0;
}

.primary-color {
  color: var(--primary-color);
}

.primary-color.with-underline {
  background-image: url('../images/Text-Line-Shap.svg');
  background-position: 20% 102%;
  background-repeat: no-repeat;
  background-size: 165px;
}

.primary-color.text-underline {
  background-image: url('../images/Text-Underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 315px;
  padding-bottom: 4px;
  display: inline-block;
}

.primary-color.with-underline-copy {
  color: var(--white);
  background-image: url('../images/Text-Line-Shap.svg');
  background-position: 20% 102%;
  background-repeat: no-repeat;
  background-size: 165px;
}

.section-heading {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.section-heading.integration {
  width: 80%;
}

.tool-process-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tools-process-card {
  text-align: center;
}

.process-bg {
  background-color: #f0f2f5;
  border-radius: 16px 16px 0;
  margin-right: 1px;
  padding-top: 32px;
  padding-left: 32px;
  overflow: hidden;
}

.process-tittle {
  color: #2d3a4f;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.process-text {
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
}

.thumnail-image {
  z-index: 2;
  border-top-left-radius: 16px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-left: 1px;
  position: relative;
}

.thumbnail-bg {
  width: 110%;
  height: 110%;
  background-color: var(--blue);
  border-top-left-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.thumbnail-bg.is-primary {
  background-color: var(--primary-color);
}

.thumbnail-bg.is-green {
  background-color: var(--green);
}

.thumbnail-bg.is-orange {
  background-color: var(--orange);
}

.hero-thumbnail-wrap {
  background-color: var(--white);
  border-top-left-radius: 16px;
}

.feature-main-wrap {
  padding-bottom: 40px;
}

.feature-main-wrap.middle {
  padding-top: 75px;
}

.feature-grid {
  grid-column-gap: 114px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
}

.feature-text {
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
}

.features-counter-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-top-tool {
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: 117px;
}

.feature-top-tool.green {
  left: 117px;
  right: auto;
}

.feature-image {
  z-index: 2;
  position: relative;
}

.feature-bottom-tool {
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 117px;
  right: auto;
}

.feature-bottom-tool.green {
  left: auto;
  right: 117px;
}

.feature-middle-grid {
  grid-column-gap: 114px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.feature-list-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.feature-list-item {
  grid-column-gap: 8px;
  text-decoration: none;
  display: flex;
  position: static;
}

.feature-list-text {
  align-self: center;
  font-family: Mulish, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.button-wrap {
  margin-top: 32px;
  display: inline-block;
}

.counter-item {
  grid-column-gap: 2px;
  align-items: flex-end;
  display: flex;
}

.counter-single-number {
  height: 58px;
}

.counter-single-number.number-one, .counter-single-number.number-two {
  overflow: hidden;
}

.single-number {
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  font-size: 56px;
}

.feature-counter-tittle {
  margin-top: 8px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.counter-text {
  color: var(--primary-color);
  margin-bottom: 0;
}

.favourite-main-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.integration-cell {
  text-align: center;
  background-color: #ecf7f0;
  border: 1px solid #9cebb6;
  border-radius: 24px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 32px;
}

.tools-track {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  padding-top: 18px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.tools-track.inner-page {
  margin-top: 0;
  padding-top: 0;
}

.download-block {
  background-color: #fff7ec;
  border: 1px solid #f2cc99;
  border-radius: 24px;
  padding: 56px 48px;
}

.download-counter-text {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1;
}

.show-button {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.show-text {
  color: var(--text-color);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.experience-block {
  background-color: #fff0ed;
  border: 1px solid #f2ad9e;
  border-radius: 24px;
  padding: 56px 48px;
}

.testimonial-block {
  background-color: #e5f4ff;
  border: 1px solid #85b4dc;
  border-radius: 24px;
  padding: 64px 48px 48px;
}

.top-track {
  grid-column-gap: 16px;
  display: flex;
}

.track-pannel {
  grid-column-gap: 16px;
  flex: none;
  display: flex;
}

.tools-item {
  width: 120px;
  height: 60px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  transition: border-color .3s, background-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.tools-item:hover {
  background-color: var(--white);
  border-width: 0;
  transform: translate(0, -6px);
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, .2);
}

.bottom-track {
  grid-column-gap: 16px;
  display: flex;
}

.bottom-track-pannel {
  grid-column-gap: 16px;
  flex: none;
  display: flex;
}

.hide {
  display: none;
}

.testimonial-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.client-info {
  display: inline-block;
}

.client-name {
  margin-bottom: 8px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.client-profession {
  color: var(--paragraph-light);
  line-height: 1.2;
}

.testimonial-text {
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 24px;
}

.slider-nav {
  color: var(--primary-color);
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-analytics.inner-page {
  margin-top: -30px;
}

.analytics-main-wrap {
  grid-column-gap: 24px;
  margin-bottom: 60px;
  padding: 0;
}

.analytics-block {
  text-align: center;
  align-items: center;
}

.analytics-tittle {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.analytics-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-badges-wrap {
  max-width: 1120px;
  background-color: #f0f2f5;
  border-radius: 24px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.reviews-tittle {
  align-self: center;
  line-height: 1.5;
  display: block;
}

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

.single-badge {
  border-radius: 8px;
  padding: 9px 10px;
  transition: color .3s;
}

.section-pricing.inner-page {
  margin-top: -30px;
}

.section-pricing.single-plan {
  padding-top: 26px;
}

.review-badge-holder {
  grid-column-gap: 48px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 40px 96px;
  display: flex;
}

.accordion-main-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-item {
  margin-bottom: 24px;
}

.accordion-item.mb-none {
  margin-bottom: 0;
}

.accordion-toggle {
  border-bottom: 1px solid var(--text-color);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: transform .3s;
  display: flex;
}

.accordion-toggle:hover {
  transform: translate(0, -5px);
}

.accordion-tittle {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.accordion-icon-block {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.horizental-line {
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
}

.vertical-line {
  width: 2px;
  height: 24px;
  background-color: var(--text-color);
}

.accordion-text {
  margin-bottom: 6px;
}

.promo-box {
  background-color: #19202a;
  border-radius: 32px;
  padding: 84px 10px;
}

.cta-content-block {
  max-width: 992px;
  text-align: center;
  background-image: url('../images/CTA-BG.svg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.cta-offer-text {
  color: var(--orange);
  margin-bottom: 16px;
  font-weight: 500;
  display: inline-block;
}

.cta-heading {
  width: 95%;
  color: var(--white);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.cta-text {
  width: 60%;
  color: #a1aac9;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
}

.footer {
  padding-top: 80px;
}

.footer-holder {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.footer-top-block {
  margin-bottom: 90px;
}

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

.footer-bottom {
  border-top: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 20px;
  display: flex;
}

.footer-copyright-text {
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.bottom-page-wrap {
  grid-column-gap: 32px;
  display: flex;
}

.footer-page {
  color: var(--paragraph-light);
  font-family: Mulish, sans-serif;
  font-size: 14px;
}

.social-icon-wrap {
  grid-column-gap: 17px;
  display: flex;
}

.social-icon-wrap.blog-details {
  grid-column-gap: 18px;
  justify-content: center;
}

.footer-logo-wrap {
  margin-bottom: 26px;
}

.footer-mail {
  margin-bottom: 24px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.social-icon {
  filter: brightness(50%) grayscale();
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.footer-link {
  color: var(--paragraph-light);
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  transition: padding .3s, color .3s;
  display: block;
}

.footer-link:hover {
  padding-left: 5px;
}

.widget-tittle {
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.newslatter-from {
  position: relative;
}

.newslatter-email-field {
  width: 330px;
  min-height: 50px;
  border: 1px solid var(--border-color);
  color: var(--paragraph-light);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  transition: border .3s;
}

.newslatter-email-field:focus {
  border-color: var(--primary-color);
}

.newslatter-email-field::-ms-input-placeholder {
  color: var(--paragraph-light);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  line-height: 2;
}

.newslatter-email-field::placeholder {
  color: var(--paragraph-light);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  line-height: 2;
}

.newslatter-submit-button {
  min-width: 90px;
  background-color: var(--primary-color);
  background-image: url('../images/Sent-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pricing-switch {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.switch-button {
  width: 48px;
  height: 24px;
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.switch-circle {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: translate(24px);
}

.save-tag {
  color: var(--green);
  background-color: #dcf0e3;
  border-radius: 8px;
  margin-left: -5px;
  padding: 4px 8px;
}

.pricing-table {
  overflow: auto;
}

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

.pricing-plan-wrap {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--border-color);
  padding: 32px 40px;
  position: relative;
}

.pricing-plan-wrap.border-left {
  border-right-width: 0;
  border-top-left-radius: 24px;
}

.pricing-plan-wrap.border-right {
  border-left-width: 0;
  border-top-right-radius: 24px;
  margin-left: -1px;
}

.plan-name {
  color: var(--green);
  margin-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.plan-name.primary-color {
  color: var(--primary-color);
}

.plan-name.blue {
  color: var(--paragraph);
}

.pricing-amount {
  color: var(--paragraph);
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 500;
}

.pricing-amount.montly {
  display: none;
}

.pricing-amount.yearly {
  font-family: Montserrat, sans-serif;
}

.month-text {
  color: var(--paragraph-light);
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

.plan-text {
  font-family: Bricolage Grotesque, sans-serif;
  line-height: 1.3;
}

.pricing-content-wrap {
  height: 100%;
  grid-row-gap: 20px;
  border: 1px solid var(--border-color);
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px 40px 40px;
  display: flex;
}

.pricing-content-wrap.border-right {
  border-bottom-right-radius: 24px;
  margin-left: -1px;
}

.pricing-content-wrap.border-left {
  height: 100%;
  border-bottom-left-radius: 24px;
  margin-right: -1px;
}

.pricing-cotent-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--paragraph);
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
}

.pricing-button-icon {
  filter: brightness(30%);
}

.pricing-tittle-wrap {
  max-height: 380px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  padding: 32px 40px;
  display: flex;
}

.pricing-tittle {
  color: var(--paragraph);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.pricing-tag {
  color: var(--primary-color);
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #ebf6ff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.pricing-tag.planing-card {
  line-height: 1.2;
}

.dropdown-list {
  min-width: 230px;
  border: 0px solid var(--paragraph-light);
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 11px 22px -6px rgba(26, 31, 44, .16);
}

.dropdown-link {
  margin-bottom: 16px;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-weight: 500;
  transition: transform .3s, color .3s;
}

.dropdown-link:hover {
  transform: translate(5px);
}

.dropdown-link.w--current {
  color: var(--primary-color);
}

.dropdown-link.mb-none {
  margin-bottom: 0;
}

.dropdown {
  margin-right: 10px;
}

.section-tittle {
  margin-bottom: 24px;
  font-family: Mulish, sans-serif;
}

.breadcrumb {
  text-align: center;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  padding-top: 193px;
  padding-bottom: 81px;
  display: flex;
}

.all-integrations {
  margin-left: -20px;
  margin-right: -20px;
}

.tabs-menu {
  max-width: 1040px;
  grid-column-gap: 24px;
  border-bottom: 1px solid var(--border-color);
  flex-direction: row;
  justify-content: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 10px 24px;
  position: relative;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.tab-menu-text {
  color: var(--text-color);
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 500;
}

.tab-menu-holder {
  grid-column-gap: 8px;
  justify-content: center;
  display: flex;
}

.tab-menu-icon {
  filter: brightness(50%) grayscale();
}

.tab-link-line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.integration-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 20px 30px;
}

.integration-card {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 48px 24px;
  transition: box-shadow .3s;
}

.integration-card:hover {
  box-shadow: 0 16px 24px -2px rgba(16, 43, 64, .12);
}

.app-holder {
  width: 48px;
  height: 48px;
  background-color: #f0f2f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.app-name {
  margin-bottom: 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.app-description {
  margin-bottom: 15px;
}

.page-tittle {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.page-tittle.categories {
  width: 100%;
}

.section-track {
  margin-top: -32px;
}

.track-main-wrap {
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.track-holder {
  border: 0px solid var(--blue);
  background-color: var(--white);
  border-radius: 24px;
  padding-top: 0;
  padding-bottom: 24px;
}

.social-single-item {
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-nav {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ebf6ff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.breadcrumb-nav-text {
  display: inline-block;
}

.breadcrumb-nav-divider {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

.trail-notice {
  margin-top: 16px;
}

.single-plan-grid {
  grid-template-rows: auto;
}

.plan-features-card {
  max-width: 392px;
}

.plan-heading {
  color: var(--primary-color);
  margin-bottom: 6px;
  font-size: 48px;
}

.plan-features-heading {
  font-size: 24px;
  line-height: 1.2;
}

.plan-buying-card {
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  padding: 56px 32px;
  position: relative;
}

.bauying-card-heading {
  color: var(--primary-color);
  margin-bottom: 44px;
  font-weight: 500;
  line-height: 1.4;
}

.plan-price {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.plan-offer {
  margin-top: 8px;
  margin-bottom: 48px;
}

.field-label {
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 500;
  display: none;
}

.select-field {
  height: 64px;
  border: 1px solid var(--border-color);
  color: var(--paragraph);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 24px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cart-icon, .cart-text {
  color: var(--white);
}

.cart-quantity {
  color: var(--primary-color);
}

.section-tittle-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.breadcrumb-tittle {
  margin-left: auto;
  margin-right: auto;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.block-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
}

.input-field {
  min-height: 56px;
  border-color: var(--border-color);
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  transition: border .3s;
}

.input-field:focus {
  border: 1px solid var(--text-color);
}

.input-field::-ms-input-placeholder {
  color: var(--paragraph-light);
}

.input-field::placeholder {
  color: var(--paragraph-light);
}

.input-field.user-icon {
  background-image: url('../images/user-icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input-field.email-icon {
  background-image: url('../images/Light-mail-icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input-field.email-icon.padding-left {
  width: 450px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  padding-left: 54px;
}

.input-field.is-message {
  min-height: 140px;
}

.input-field.password-icon {
  background-image: url('../images/Password-icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.input-field.password-icon.padding-left {
  margin-bottom: 16px;
  padding-left: 54px;
}

.shipping-address, .shipping-method, .order-items {
  display: none;
}

.order-confirmation {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.order-item-list {
  margin-bottom: 0;
}

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

.feature-rich-text ul {
  font-size: 20px;
}

.option {
  line-height: 1.4;
}

.cart-visible-on-mobile {
  display: none;
}

.cart-wrapper {
  font-weight: 500;
}

.blog-inner-container {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

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

.meta-wrap {
  grid-column-gap: 24px;
  color: var(--paragraph-light);
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  display: flex;
}

.meta-wrap.details-page {
  grid-column-gap: 0px;
  justify-content: space-between;
}

.post-meta {
  align-items: center;
  display: flex;
}

.post-meta.blog-meta {
  grid-column-gap: 8px;
}

.post-author {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.author-name {
  color: var(--text-color);
  margin-left: -7px;
  font-weight: 600;
}

.meta-dase {
  padding-left: 5px;
  padding-right: 5px;
}

.blog-card-heading {
  margin-bottom: 24px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.section-blog-details {
  margin-top: -40px;
}

.blog-main-image {
  max-width: 1120px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.category-button {
  grid-column-gap: 8px;
  display: flex;
}

.post-description h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.post-description h4 {
  margin-top: 0;
  margin-bottom: 16px;
}

.post-description blockquote {
  color: #101630;
  background-color: #f0f2f5;
  border-left: 0 rgba(0, 0, 0, 0);
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 45px 64px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.post-description strong {
  color: var(--paragraph-light);
  margin-top: 14px;
  margin-left: 28px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.post-description img {
  margin-top: 24px;
  margin-bottom: 32px;
}

.divider {
  width: 100%;
  height: 1px;
  border: 1px dashed var(--border-color);
  margin-top: 16px;
  margin-bottom: 40px;
}

.divider.integration {
  border-color: rgba(56, 69, 89, .3);
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.feature {
  border-color: var(--border-color);
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.hero {
  max-width: 1000px;
  background-color: var(--border-color);
  border: 0 rgba(0, 0, 0, 0);
  margin: 0 auto;
}

.blog-content-wrap {
  margin-top: 24px;
  margin-bottom: 32px;
}

.category-and-time {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.blog-card-tittle {
  height: 65px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  overflow: hidden;
}

.category-block {
  grid-column-gap: 10px;
  display: flex;
}

.inner-container {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-grid {
  grid-column-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.page-tag-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.page-tag {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.about-hero-text {
  width: 90%;
  margin-bottom: 40px;
}

.popup-video-block {
  min-height: 596px;
  background-image: url('../images/Video-Image_1Video Image.webp');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button {
  width: 84px;
  height: 84px;
  border: 1px solid var(--white);
  background-image: linear-gradient(#19202b, rgba(255, 255, 255, 0));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-main-wrap {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 136px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-member-card {
  text-align: center;
  border-radius: 11px;
}

.member-name {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.member-profession {
  color: var(--paragraph-light);
  font-size: 14px;
  line-height: 1.2;
}

.mb-none {
  margin-bottom: 0;
}

.about-hero-right {
  position: relative;
}

.about-hero-image {
  transform: none;
}

.hero-absolute-image {
  border-radius: 12px;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: -7%;
  right: auto;
  box-shadow: 0 54px 64px -16px rgba(0, 8, 80, .15);
}

.hero-absolute-image.bottom {
  top: auto;
  bottom: 6%;
  left: auto;
  right: 0%;
}

.section-contact {
  margin-bottom: 72px;
}

.contact-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  display: block;
}

.get-in-touch {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 72px 50px;
  display: flex;
}

.contact-info {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 72px 50px;
}

.info-card {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.info-card-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-link {
  width: 83%;
  font-size: 24px;
  line-height: 1.2;
}

.contact-info-wrap {
  max-width: 415px;
}

.contact-heading {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 1.4;
}

.map {
  height: 550px;
}

.logo-item {
  width: auto;
  padding-right: 0;
}

.page-wrap {
  width: 100vw;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.page-content {
  width: 100%;
  max-width: 1536px;
  min-height: 95vh;
  background-image: url('../images/Brand-Tool-BG.svg'), linear-gradient(#fff0e7, rgba(255, 255, 255, 0));
  background-position: 12% 13%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: relative;
}

.page-content.reset-page {
  min-height: 90vh;
  background-image: linear-gradient(#f1faff, rgba(255, 255, 255, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.page-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  padding: 64px;
  box-shadow: 0 54px 64px -16px rgba(0, 8, 80, .15);
}

.page-block._404-page {
  flex-direction: column;
  display: flex;
}

.page-block.user-account {
  max-width: 900px;
  border: 1px solid var(--border-color);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.template-heading {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.inner-page-logo {
  margin-bottom: 40px;
}

.inner-page-logo.login-logo {
  margin-bottom: 32px;
}

.page-top-block {
  text-align: center;
  margin-bottom: 24px;
}

.close-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-button:hover {
  background-color: #eff2f8;
}

._404-text {
  margin-top: 16px;
  margin-bottom: 40px;
}

._404 {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 256px;
  font-weight: 700;
  line-height: .7;
}

.login-button {
  width: 450px;
  grid-column-gap: 16px;
  border: 1px solid var(--border-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 48px;
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.login-button:hover {
  color: var(--white);
  background-color: #fd5b38;
}

.login-button.mb-none {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: color .3s, background-color .3s;
}

.or-sign-text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.2;
}

.sign-up-text {
  grid-column-gap: 8px;
  justify-content: center;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
}

.sign-up-link {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

.sign-up-link:hover {
  color: var(--blue);
}

.resent-link-wrap {
  grid-column-gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  display: flex;
}

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

.licenses-block {
  text-align: center;
  background-color: #f9faff;
}

.licenses-asset.icon-asset {
  min-height: 200px;
  background-color: #fff0e7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asset-tittle-block {
  padding-top: 16px;
  padding-bottom: 16px;
}

.asset-tittle {
  margin-bottom: 5px;
}

.success-message {
  color: var(--text-color);
  text-align: center;
  background-color: rgba(0, 144, 255, .27);
  border-radius: 8px;
  padding: 14px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.error-message {
  text-align: center;
  background-color: rgba(255, 152, 152, .64);
  border-radius: 8px;
  padding: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.error-message.position-change {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 36%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.success-image {
  margin-bottom: 16px;
}

.from-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.from-text.password {
  margin-bottom: 32px;
}

.text-field {
  text-align: left;
  margin-bottom: 14px;
}

.form-header {
  margin-bottom: 24px;
}

.update-password-form {
  width: 660px;
}

.user-account-wrapper {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
}

.checkbox-field {
  margin-bottom: 24px;
}

.block-header {
  border-width: 0;
}

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

.subscription-price {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.subscription-name {
  font-size: 18px;
}

.forget-password {
  color: var(--primary-color);
  text-align: left;
  font-size: 14px;
  display: block;
}

.back-button {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 8px;
  margin-top: 8px;
  padding: 14px 30px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.back-button:hover {
  color: var(--white);
}

.cart-list {
  font-weight: 400;
}

.cart-item-remove {
  color: var(--primary-color);
}

.cart-option-text {
  font-size: 14px;
}

.cart-close-button {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  background-color: rgba(213, 221, 234, .3);
}

.checkbox {
  margin-top: 6px;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  max-height: 40px;
}

.image-8 {
  max-width: 150px;
}

.image-9 {
  max-width: 50px;
}

.image-10, .image-11 {
  max-width: 24px;
}

.image-12 {
  max-height: 24px;
  max-width: 24px;
  border-radius: 20px;
}

.image-13 {
  max-width: 16px;
}

.image-14 {
  margin-bottom: 0;
}

.div-block {
  min-height: 40px;
}

.image-15 {
  height: 30px;
}

.image-16 {
  height: 40px;
}

.div-block-2 {
  max-width: none;
  min-width: auto;
  display: inline-block;
}

.div-block-3 {
  background-color: #fafafa;
  border: 0 solid #ebebeb;
  border-radius: 15px;
  padding: 20px;
  display: block;
}

.div-block-4 {
  height: auto;
  margin-left: 0;
  display: block;
}

.feature-text-copy {
  color: #6f798a;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.feature-text-copy-copy {
  color: #b1b8c3;
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-6 {
  width: 300px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-6-copy {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.image-17 {
  max-width: 1000px;
  padding-top: 20px;
}

.div-block-7 {
  max-width: 100%;
  display: inline-block;
}

.outline-button-copy {
  grid-column-gap: 8px;
  background-color: var(--white);
  border: 1px solid #c6cfdd;
  border-radius: 8px;
  justify-content: center;
  margin-top: 20px;
  padding: 14px 24px;
  transition: box-shadow .3s;
  display: flex;
}

.outline-button-copy:hover {
  box-shadow: 0 11px 20px -6px rgba(26, 31, 44, .16);
}

.outline-button-copy.pricing {
  justify-content: center;
}

.outline-button-copy.pagination {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.outline-button-copy.cancle-button {
  padding-left: 34px;
  padding-right: 34px;
  display: block;
}

.outline-button-copy.pricing-copy {
  justify-content: center;
  margin-top: 20px;
}

.outline-button-copy-copy {
  grid-column-gap: 8px;
  background-color: var(--white);
  border: 1px solid #c6cfdd;
  border-radius: 8px;
  justify-content: center;
  margin-top: 0;
  padding: 14px 24px;
  transition: box-shadow .3s;
  display: flex;
}

.outline-button-copy-copy:hover {
  box-shadow: 0 11px 20px -6px rgba(26, 31, 44, .16);
}

.outline-button-copy-copy.pricing {
  justify-content: center;
}

.outline-button-copy-copy.pagination {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.outline-button-copy-copy.cancle-button {
  padding-left: 34px;
  padding-right: 34px;
  display: block;
}

.outline-button-copy-copy.pricing-copy {
  justify-content: center;
  margin-top: 20px;
}

.image-18, .image-19 {
  width: 24px;
  height: 24px;
}

.text-block, .text-block-2 {
  font-family: Mulish, sans-serif;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 40px;
}

.breadcrumb-copy {
  text-align: center;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  padding-top: 193px;
  padding-bottom: 0;
  display: flex;
}

.empty-space-small {
  min-height: 40px;
}

.empty-space-small.details-page {
  min-height: 100px;
}

.feature-text-2-copy {
  margin-bottom: 20px;
}

.empty-space-small-copy {
  min-height: 20px;
}

.empty-space-small-copy.details-page {
  min-height: 100px;
}

.container-copy {
  max-width: 1000px;
  padding-left: 12px;
  padding-right: 12px;
}

.container-copy.is-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-tittle-copy {
  font-family: Mulish, sans-serif;
}

.feature-text-llarge {
  margin-bottom: 20px;
  font-size: 18px;
}

.list-item {
  font-family: Mulish, sans-serif;
}

.text-block-3 {
  border: 1px solid #000;
  padding-bottom: 20px;
}

.image-20 {
  margin-bottom: 10px;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40 {
  border-radius: 300px;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 0;
  }

  .template-track {
    overflow: hidden;
  }

  .typography-item-row {
    grid-template-columns: 1fr .75fr;
  }

  .button-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .button-text.text-white {
    font-size: 16px;
  }

  .nav-cta {
    margin-right: 10px;
  }

  .nav-menu {
    background-color: #fff0ed;
    border: 1px solid #f2ad9e;
    padding: 24px;
  }

  .nav-link {
    transition: transform .3s, color .3s;
  }

  .nav-link:hover {
    transform: translate(5px);
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .hero-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-group.mb-none {
    justify-content: center;
  }

  .hero-grid {
    grid-row-gap: 160px;
    grid-template-columns: 1.1fr;
  }

  .hero-main-image {
    width: auto;
  }

  .hero-thumbnail-image.right {
    right: 25%;
  }

  .hero-image-wrap {
    justify-content: center;
  }

  .graph-backgroun {
    right: 8%;
  }

  .featured-logos-tittle {
    font-size: 32px;
  }

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

  .logos-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .empty-space {
    min-height: 100px;
  }

  .empty-space.details-page {
    min-height: 80px;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .section-heading {
    width: 85%;
    font-size: 36px;
  }

  .tool-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-tittle {
    margin-bottom: 12px;
  }

  .feature-main-wrap {
    padding-bottom: 32px;
  }

  .feature-main-wrap.middle {
    padding-top: 0;
  }

  .feature-grid, .feature-middle-grid {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .show-button {
    margin-top: 24px;
  }

  .client-name, .testimonial-text {
    font-size: 20px;
  }

  .analytics-main-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .review-badge-holder {
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .promo-box {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-heading {
    font-size: 36px;
  }

  .footer-top-block {
    margin-bottom: 64px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* .pricing-grid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(300px, auto) minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  } */

  .pricing-amount.yearly {
    font-size: 54px;
  }

  .dropdown {
    display: block;
  }

  .section-tittle {
    font-size: 26px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f2ad9e;
    border-radius: 8px;
    padding: 12px;
  }

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

  .menu-icon {
    color: var(--text-color);
  }

  .breadcrumb {
    padding-top: 160px;
  }

  .tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .integration-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .integration-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-tittle {
    width: 80%;
  }

  .plan-heading {
    font-size: 40px;
  }

  .plan-buying-card {
    padding-bottom: 41px;
  }

  .post-meta {
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .post-meta.blog-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-content-wrap {
    margin-bottom: 16px;
  }

  .category-and-time {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .page-tag-wrap {
    justify-content: center;
  }

  .about-hero-text {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-video-block {
    min-height: 550px;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 16px;
  }

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

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .map {
    height: 450px;
  }

  .page-block {
    padding: 40px;
  }

  .close-button {
    top: 6px;
    right: 10px;
  }

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

  .update-password-form {
    width: 500px;
  }

  .breadcrumb-copy {
    padding-top: 160px;
  }

  .empty-space-small {
    min-height: 100px;
  }

  .empty-space-small.details-page {
    min-height: 80px;
  }

  .empty-space-small-copy {
    min-height: 100px;
  }

  .empty-space-small-copy.details-page {
    min-height: 80px;
  }

  .section-tittle-copy {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0;
  }

  .template-hero {
    padding-bottom: 80px;
  }

  .template-body {
    padding-top: 80px;
  }

  .template-track-text {
    font-size: 64px;
  }

  .typography-item-row {
    grid-column-gap: 24px;
    grid-template-columns: 1fr .25fr;
  }

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

  .primary-button.large.resize-font, .primary-button.large-copy.resize-font {
    margin-top: 24px;
  }

  .colors-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading {
    width: 95%;
    font-size: 36px;
  }

  .hero-text {
    width: 100%;
  }

  .hero-thumbnail-image {
    left: 40px;
  }

  .hero-thumbnail-image.right {
    right: 5%;
  }

  .graph-backgroun {
    right: 0%;
  }

  .rotate-arrow-icon {
    top: -8%;
    left: -5%;
  }

  .featured-logos-tittle {
    font-size: 32px;
  }

  .logos-wrap {
    margin-top: 32px;
  }

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

  .empty-space, .empty-space.details-page {
    min-height: 60px;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .section-heading {
    width: 100%;
    font-size: 32px;
  }

  .section-heading.integration {
    width: 86%;
  }

  .process-bg {
    min-height: auto;
    padding-top: 24px;
    padding-left: 24px;
  }

  .feature-main-wrap {
    padding-bottom: 24px;
  }

  .feature-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .feature-middle-grid {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .feature-list-wrap {
    grid-row-gap: 20px;
  }

  .tools-track {
    margin-top: 32px;
  }

  .download-block {
    padding: 40px 24px;
  }

  .show-text {
    font-size: 18px;
  }

  .experience-block {
    padding: 40px 24px;
  }

  .tools-item {
    width: 60px;
    height: 60px;
  }

  .section-analytics.inner-page {
    margin-top: -40px;
  }

  .analytics-main-wrap {
    grid-row-gap: 32px;
  }

  .analytics-tittle {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .review-badges-wrap {
    margin-top: 60px;
  }

  .section-pricing.single-plan {
    padding-top: 0;
  }

  .review-badge-holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-tittle {
    font-size: 20px;
  }

  .accordion-icon-block {
    width: 24px;
    height: 24px;
  }

  .accordion-text {
    font-size: 14px;
  }

  .promo-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .cta-text {
    width: 85%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-top-block {
    margin-bottom: 54px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  }

  .footer-bottom {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .newslatter-from {
    width: 330px;
  }

  .newslatter-submit-button {
    top: 0%;
    bottom: 0%;
    right: 0;
  }

  /* .pricing-grid {
    grid-template-columns: minmax(250px, 1fr) 1fr 1fr 1fr;
  } */

  .pricing-plan-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-amount.yearly {
    margin-bottom: 5px;
    font-size: 54px;
    display: block;
  }

  .month-text {
    margin-left: 0;
  }

  .plan-text {
    margin-bottom: 24px;
    display: inline-block;
  }

  .pricing-content-wrap {
    margin-right: 0;
  }

  .pricing-content-wrap.border-right {
    border-right-color: var(--border-color);
  }

  .pricing-tag {
    top: 5%;
    right: 5%;
  }

  .breadcrumb {
    padding-top: 140px;
  }

  .all-integrations {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-direction: row;
    margin-bottom: 32px;
  }

  .tab-link {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

  .tab-menu-holder {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .integration-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .page-tittle {
    width: 90%;
    font-size: 34px;
  }

  .single-plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-heading {
    font-size: 36px;
  }

  .input-field.email-icon.padding-left {
    width: 350px;
  }

  .blog-card {
    margin-bottom: 24px;
  }

  .blog-grid {
    grid-row-gap: 32px;
  }

  .meta-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .post-meta {
    flex-direction: row;
    align-items: center;
  }

  .blog-card-heading {
    font-size: 28px;
  }

  .blog-card-tittle {
    height: auto;
  }

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

  .about-hero-grid {
    grid-row-gap: 54px;
  }

  .about-hero-text {
    margin-bottom: 32px;
  }

  .popup-video-block {
    min-height: 400px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

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

  .section-contact {
    margin-bottom: 60px;
  }

  .get-in-touch, .contact-info {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .info-link {
    font-size: 20px;
  }

  .contact-heading {
    font-size: 50px;
  }

  .map {
    height: 400px;
  }

  .page-wrap {
    padding: 0;
  }

  .page-content {
    padding: 54px;
  }

  .page-block {
    padding: 48px;
  }

  .close-button {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 10px;
  }

  ._404-text {
    margin-bottom: 32px;
  }

  ._404 {
    font-size: 200px;
  }

  .login-button {
    width: 350px;
  }

  ._404-heading {
    font-size: 32px;
  }

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

  .from-text, .from-text.password {
    width: 100%;
  }

  .update-password-form {
    width: 400px;
  }

  .breadcrumb-copy {
    padding-top: 140px;
  }

  .empty-space-small, .empty-space-small.details-page, .empty-space-small-copy, .empty-space-small-copy.details-page {
    min-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  li {
    line-height: 1.8;
  }

  .template-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .button:hover {
    color: var(--white);
  }

  .template-hero {
    padding-bottom: 60px;
  }

  .template-body {
    padding-top: 40px;
  }

  .template-track-text {
    font-size: 56px;
  }

  .template-guide-wrap {
    margin-bottom: 32px;
  }

  .template-guide-block {
    padding: 24px;
  }

  .template-guide-heading {
    font-size: 32px;
  }

  .typography-block {
    grid-row-gap: 32px;
    padding: 24px;
  }

  .typography-item-row {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button-block {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .outline-button {
    width: 168px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    margin-bottom: 0;
    font-size: 14px;
  }

  .primary-button.large {
    flex-direction: row;
  }

  .primary-button.large.resize-font {
    margin-top: 24px;
  }

  .primary-button.cart-button {
    margin-bottom: 0;
  }

  .primary-button.margin-none {
    width: 170px;
    grid-column-gap: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button.large-copy {
    flex-direction: row;
  }

  .primary-button.large-copy.resize-font {
    margin-top: 24px;
  }

  .colors-block {
    grid-template-columns: 1fr;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-cta {
    display: none;
  }

  .nav-cta.visible-on-mobile {
    margin-top: 10px;
    display: flex;
  }

  .nav-menu {
    border-color: var(--white);
    background-color: var(--white);
  }

  .nav-link.visible-on-mobile {
    margin-right: 0;
    display: flex;
  }

  .section-hero, .hero-main {
    padding-top: 60px;
  }

  .button-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .button-group.cta {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 32px;
  }

  .button-group.mb-none {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .hero-heading {
    width: 100%;
    font-size: 32px;
  }

  .hero-text {
    margin-bottom: 16px;
  }

  .hero-grid {
    grid-row-gap: 120px;
  }

  .hero-thumbnail-image {
    left: 20px;
  }

  .rotate-arrow-icon {
    display: none;
  }

  .logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .empty-space {
    min-height: 50px;
  }

  .empty-space.details-page {
    min-height: 40px;
  }

  .section-heading {
    width: 100%;
    font-size: 32px;
  }

  .section-heading.integration {
    width: 100%;
  }

  .tool-process-grid {
    grid-template-columns: 1fr;
  }

  .thumbnail-bg.is-primary {
    width: auto;
    height: auto;
  }

  .feature-main-wrap.middle {
    padding-bottom: 20px;
  }

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

  .feature-list-text {
    font-size: 14px;
  }

  .integration-cell {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .tools-track {
    margin-top: 24px;
    padding-top: 16px;
  }

  .testimonial-block {
    padding: 32px 32px 48px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-profession {
    font-size: 14px;
  }

  .testimonial-text {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .slider-nav {
    top: auto;
    bottom: -14%;
    left: 0%;
    right: auto;
  }

  .section-analytics.inner-page {
    margin-top: -20px;
  }

  .analytics-main-wrap {
    grid-row-gap: 16px;
  }

  .review-badges-wrap {
    margin-top: 40px;
  }

  .reviews-tittle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .badge-wrap {
    flex-direction: row;
    align-items: center;
  }

  .single-badge {
    padding: 0;
  }

  .section-pricing.inner-page {
    margin-top: -54px;
  }

  .section-pricing.single-plan {
    margin-top: -40px;
  }

  .review-badge-holder {
    grid-row-gap: 16px;
    padding: 20px 10px;
  }

  .accordion-item.mb-none {
    margin-bottom: 0;
  }

  .accordion-toggle {
    padding-top: 6px;
  }

  .accordion-tittle {
    font-size: 18px;
  }

  .promo-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-heading {
    margin-bottom: 16px;
    font-size: 22px;
  }

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

  .footer-top-block {
    margin-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .bottom-page-wrap {
    grid-column-gap: 22px;
  }

  .footer-logo-wrap {
    margin-bottom: 10px;
    display: block;
  }

  .newslatter-from, .newslatter-email-field {
    width: 100%;
  }

  .pricing-switch {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  /* .pricing-grid {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  } */

  .pricing-plan-wrap {
    flex-direction: column;
    display: flex;
  }

  .pricing-tag {
    top: 5px;
    right: 5px;
  }

  .section-tittle {
    font-size: 24px;
  }

  .menu-button {
    border-color: var(--border-color);
  }

  .breadcrumb {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 28px;
  }

  .tab-menu-holder {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .integration-wrap {
    grid-template-columns: 1fr;
  }

  .page-tittle {
    width: 100%;
    font-size: 30px;
  }

  .single-plan-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .plan-heading {
    font-size: 30px;
  }

  .plan-features-heading {
    font-size: 20px;
  }

  .plan-buying-card {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .bauying-card-heading {
    margin-bottom: 32px;
  }

  .plan-price {
    font-size: 40px;
  }

  .plan-offer {
    margin-bottom: 32px;
  }

  .select-field {
    margin-bottom: 16px;
  }

  .breadcrumb-tittle {
    font-size: 40px;
  }

  .input-field {
    padding-left: 16px;
  }

  .input-field.email-icon.padding-left {
    width: 250px;
    padding-left: 48px;
  }

  .input-field.is-message {
    min-height: 120px;
  }

  .input-field.password-icon.padding-left {
    padding-left: 48px;
  }

  .order-confirmation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-rich-text li {
    margin-bottom: 0;
    font-size: 16px;
  }

  .cart-visible-on-mobile {
    margin-top: 16px;
    display: block;
  }

  .section-blog {
    margin-top: 0;
  }

  .blog-grid {
    grid-row-gap: 32px;
  }

  .meta-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .post-meta {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .meta-dase {
    display: none;
  }

  .blog-card-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .post-description blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px 20px 40px 24px;
    font-size: 22px;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .divider.feature {
    margin-top: 24px;
  }

  .blog-content-wrap {
    margin-bottom: 8px;
  }

  .category-and-time {
    margin-bottom: 12px;
  }

  .about-hero-section {
    margin-top: -30px;
  }

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

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-tag-wrap {
    margin-bottom: 10px;
  }

  .about-hero-text {
    margin-bottom: 30px;
  }

  .popup-video-block {
    min-height: 300px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .mb-none {
    margin-bottom: 0;
  }

  .contact-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .get-in-touch, .contact-info {
    padding: 32px 24px;
  }

  .info-link {
    font-size: 18px;
  }

  .contact-heading {
    margin-bottom: 28px;
    font-size: 40px;
  }

  .map {
    height: 300px;
  }

  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-block {
    padding: 32px 24px;
  }

  .inner-page-logo {
    margin-bottom: 24px;
  }

  .close-button {
    width: 36px;
    height: 36px;
  }

  ._404-text {
    margin-bottom: 24px;
    font-size: 14px;
  }

  ._404 {
    font-size: 120px;
  }

  .login-button {
    width: 250px;
    grid-column-gap: 8px;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .login-button.mb-none {
    width: 250px;
    grid-column-gap: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sign-up-text {
    grid-row-gap: 9px;
    flex-direction: column;
  }

  ._404-heading {
    font-size: 28px;
  }

  .photography-grid {
    grid-row-gap: 32px;
    padding: 24px;
  }

  .from-text {
    font-size: 16px;
  }

  .from-text.password {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .update-password-form {
    width: 260px;
  }

  .mini-cart-wrap {
    z-index: 99999;
    text-align: left;
  }

  .breadcrumb-copy {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .empty-space-small {
    min-height: 50px;
  }

  .empty-space-small.details-page {
    min-height: 40px;
  }

  .empty-space-small-copy {
    min-height: 50px;
  }

  .empty-space-small-copy.details-page {
    min-height: 40px;
  }

  .section-tittle-copy {
    font-size: 24px;
  }
}

#w-node-_835c5264-c204-8397-9bdd-66db846f058d-b91efc72, #w-node-b20a27dc-5f57-12cc-a686-f62f39278830-b91efc72, #w-node-e4ccd970-2c04-f00d-8935-07de69c91ebd-b91efc72, #w-node-_5ab7584c-5947-2319-d9e1-839d84d2c0a3-b91efc72, #w-node-f2302a96-beea-f9ce-4046-05a72050739c-b91efc72, #w-node-_9fdd3ec9-3a32-c10e-d34f-579ace7d13ec-b91efc72, #w-node-_0b21b6af-3c90-d96c-e7c9-5a433835aaeb-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc98e408-8d1e-eb37-0ce9-4ec2df80592d-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c5517f9-fc2e-aa99-716b-6d45ff631ae2-b91efc72, #w-node-_16e6a73b-5d0d-ab28-b31d-d6e00c4a4ca8-b91efc72, #w-node-ecacb853-9eab-4c04-c9cd-b200323bd749-b91efc72, #w-node-ecacb853-9eab-4c04-c9cd-b200323bd74a-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9327306-425b-3194-41f2-d2f95c4df947-b91efc72, #w-node-_142f2066-3d37-b068-2152-9758328fea92-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-b91efc72, #w-node-_396d97f2-82f7-06a2-a48b-2e5c5c8e8dae-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_396d97f2-82f7-06a2-a48b-2e5c5c8e8dba-b91efc72, #w-node-ef13037c-65cc-8eb0-eff4-8e3474a7402c-b91efc72, #w-node-ef13037c-65cc-8eb0-eff4-8e3474a74035-b91efc72, #w-node-ef13037c-65cc-8eb0-eff4-8e3474a7403e-b91efc72, #w-node-ef13037c-65cc-8eb0-eff4-8e3474a74047-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_251870d9-f198-c805-eed4-694500e79a4d-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_251870d9-f198-c805-eed4-694500e79a65-b91efc72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0596a36e-1159-22d4-7095-e9928e601775-b91efc72, #w-node-_0596a36e-1159-22d4-7095-e9928e601792-b91efc72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6108b000-3c2e-d142-8daa-cbd83e79a47e-3e79a479, #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a48d-3e79a479, #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a49e-3e79a479, #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a4af-3e79a479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_648ff26d-e11f-72b2-211d-2f93e19deccf-e19decc6, #w-node-a6b0e4f4-82fa-7282-e65c-225dbfc0176c-bfc0176c, #w-node-ecf25800-6cbe-a26c-cf41-ef0c761bf944-761bf944, #w-node-_9342a9b3-0cc1-8e38-025a-428f5076539e-b91efc7f, #w-node-_32cf9f47-a3a2-1441-e858-7f2552d0b068-b91efc80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca0dcda2-79be-b418-04fb-bff7156426af-b91efc80, #w-node-cc4d0173-af41-2d79-0325-5d0252c836f5-b91efc80, #w-node-_36927b1d-d542-e6ee-1a47-8344d0dc0ce8-b91efc80, #w-node-_17f62dff-ccd0-86b6-1467-8d12c6f0895e-b91efc80, #w-node-_2929d485-7a8f-cc11-0cea-e55377260d0e-b91efc80, #w-node-_0fba26c6-d171-2735-7842-352cbbb0ea92-b91efc80, #w-node-c7c4fe84-7bcb-c6ce-5ef3-e4f6b62c6067-b91efc80, #w-node-f34dd827-5594-9e74-22b4-d1350fe48ca1-b91efc80, #w-node-de442c83-3514-41d9-0ad3-c028f5a3041a-b91efc80, #w-node-_3fc94fcc-ae82-7179-67f6-03f17faa5968-b91efc80, #w-node-_89db39e5-22de-306c-4460-116ca126b0d9-b91efc80, #w-node-_7e587ef2-ef5f-2ee1-9501-1ebc10f47c25-b91efc80, #w-node-_59fe9c71-bc66-c9fb-6340-e537b7fd00ec-b91efc80, #w-node-e726d5e5-21b4-4b54-c97f-1c379ea457d5-b91efc80, #w-node-f2cbea49-c084-b13d-30f2-d0054671b40d-b91efc80, #w-node-_07258ad9-a012-3cb0-aa71-351c98c7906e-b91efc80, #w-node-a258b32d-c6f8-5993-0745-01cb70b8a59a-b91efc80, #w-node-a4402df7-ada5-0385-b502-930f73a87424-b91efc80, #w-node-_4997e6ca-84ec-7a90-be94-c8a3df026666-b91efc80, #w-node-_8d603d05-afb1-90af-9e9b-b4989306575a-b91efc80, #w-node-_6c337ddd-c8d2-93d6-9c3e-ffe1a2f0c5eb-b91efc80, #w-node-_7f5050e6-80da-9c53-1316-4a6527b064a2-b91efc86, #w-node-_91e25cbe-0df0-f5d7-198b-52182317e53c-b91efc86, #w-node-_15d50853-159b-bc5d-1ecd-b3f56806430a-68064308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15d50853-159b-bc5d-1ecd-b3f568064372-68064308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b2f8c56-3b6f-9fce-f21b-d99eccf34cc0-b91efc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_403c4ca3-2669-f1b9-9292-aeb5ad65aaa7-b91efc8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce573731-ea9c-2f7f-f7a9-4b2da3729edd-a3729ed7, #w-node-_5214552d-8d10-c93c-90f3-a619cb45b8bb-a3729ed7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_39563dd8-f960-fe59-9a38-86bc9bca49d8-b91efc8d, #w-node-bf2634de-d6d4-dc6c-c597-7b18b0380606-b91efc8d, #w-node-_3cd889f1-9da8-8de7-aeb4-3dba92ad2be4-b91efc8d, #w-node-_092d50d7-0b0c-a3d1-50c8-a00ddc0bcd23-b91efc8d, #w-node-_62c98e7b-4439-7614-862c-9677e15a419f-b91efc8d, #w-node-d3d8eca6-1482-775e-a982-ffe700b5b093-b91efc8d, #w-node-f7a88667-34e9-2d3a-91f9-95aca0fef736-b91efc8d, #w-node-f766fa0f-0cff-3e99-e0d6-0eda9f3d56f4-b91efc8d, #w-node-_37444382-e1d0-72c6-35dc-c0f412279615-b91efc8d, #w-node-f70079b3-42d1-cd80-0cb3-acf16e50b97e-b91efc8d, #w-node-bb4ec64c-59ab-be54-cf65-6ca6aed6acba-b91efc8d, #w-node-c1172ecb-493e-8147-839c-791cdf285334-b91efc8d, #w-node-eec42e6a-5460-73ec-0b18-3e9339d4e87e-b91efc8d, #w-node-_6f2900a4-877e-bbb1-de66-0225cc9e0558-b91efc8d, #w-node-_6024424b-b792-69d2-bfb7-5ee44da7ead8-b91efc8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_998b2779-5a11-3c82-4bb2-8cecfb359a00-b91efc93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8339f088-7927-3c1c-6570-9453d1f4b907-b91efc93 {
  align-self: start;
}

#w-node-_8339f088-7927-3c1c-6570-9453d1f4b91d-b91efc93 {
  align-self: start;
  justify-self: auto;
}

#w-node-_8339f088-7927-3c1c-6570-9453d1f4b933-b91efc93 {
  align-self: start;
}

#w-node-_6d8e5ece-8804-ae58-bf94-b714b99f0f86-b91efcca, #w-node-bc166d39-d9e1-5ac5-bb7d-2128a0e2d88e-b91efcca, #w-node-a7053845-ec51-f532-5a92-944425153cdc-b91efcca, #w-node-fe0fb07c-e6fa-1709-489b-3f88c3570956-b91efcca, #w-node-bc220bb8-e6f8-4cf2-6a15-95fb0a25e0e6-b91efcca, #w-node-_65835364-585b-c2bd-93e9-deacaaf2aa2d-b91efcca, #w-node-_5cab33f4-7901-d59c-fea6-3d87063ef4b3-b91efcca, #w-node-_8a1f49f1-e20f-cb72-69ca-467a6fefc429-b91efcca, #w-node-_95ae0b21-120e-ee22-c124-ebc9651c8352-b91efcca, #w-node-_85be4af7-9aab-ab61-a379-3cebc1030eca-b91efcca, #w-node-_92ea3d8f-dacf-b0fe-2e0d-eabe5a8e568c-b91efcca, #w-node-f66047ea-25a8-b53e-ce9c-67665505fc0f-b91efcca, #w-node-_9d2002f8-cab7-9cb6-659a-fd22a39af90c-b91efcca, #w-node-_3675cc93-f861-c83c-c79b-4d971675daca-b91efcca, #w-node-_18b44536-a918-0159-e488-b600c3e7ea6c-b91efcca, #w-node-fc063914-b109-182b-cc02-9c6746140c74-b91efcca, #w-node-bad76868-ee96-242d-a508-994c713d282b-b91efcca, #w-node-f7a4b66f-b867-2adc-3cfb-a888abaf501b-b91efcca, #w-node-_23bbf049-c970-1488-335a-4c5ed0554ac6-b91efcca, #w-node-af09a95f-ea28-186f-d6e0-7596a47418b7-b91efcca, #w-node-_66547525-29ed-9033-f21c-d9b5abfac87b-b91efcca, #w-node-_78149af8-5a20-32c7-6d2d-4ef1d96eae28-b91efcca, #w-node-f1e2f622-47ef-a290-bfd0-e550a3096117-b91efcca, #w-node-f1e2f622-47ef-a290-bfd0-e550a3096119-b91efcca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce1d81b-2e5d-375c-d415-3f2f3faa2a37-b91efcca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_82f0a94c-ab30-df72-8cda-e92f09b62e4b-b91efcca, #w-node-a2b99ca8-4c6f-634f-e293-cf9482a68583-b91efcca, #w-node-_0452fdee-ece0-32ff-b5e2-735bcc2d6811-b91efcca, #w-node-_936f0a02-6219-1c32-b88a-9aa99d4b90e8-b91efcca, #w-node-_92561542-ad7e-0e59-b567-c2e213b21156-b91efcca, #w-node-abb0eaeb-01d3-c590-195b-c5aff313a69f-b91efcca, #w-node-_7878df56-300e-195d-e929-d166e3a0350a-b91efcca, #w-node-_7c9fa503-4d16-fa6a-0eb3-98f9a8e8f4ce-b91efcca, #w-node-_2756855e-f19d-1687-38b8-68707218b961-b91efcca, #w-node-_284b5adc-b404-8040-25ca-26cc57f43db2-b91efcca, #w-node-_835c5264-c204-8397-9bdd-66db846f058d-4b3e0093, #w-node-b20a27dc-5f57-12cc-a686-f62f39278830-4b3e0093, #w-node-e4ccd970-2c04-f00d-8935-07de69c91ebd-4b3e0093, #w-node-_0b21b6af-3c90-d96c-e7c9-5a433835aaeb-4b3e0093, #w-node-f2302a96-beea-f9ce-4046-05a72050739c-4b3e0093, #w-node-_5ab7584c-5947-2319-d9e1-839d84d2c0a3-4b3e0093, #w-node-_9fdd3ec9-3a32-c10e-d34f-579ace7d13ec-4b3e0093, #w-node-_811a6641-df70-609d-bb31-f7df23348e26-4b3e0093, #w-node-_4a6cc5f5-902d-352f-4efe-90f81ff4a5dc-4b3e0093, #w-node-cf2d0c3c-f7d9-6132-df4e-e08c69257484-4b3e0093, #w-node-_07fcad95-b9b3-b2f5-ce55-ac3ea21897ac-4b3e0093, #w-node-b38fc94a-bd33-4957-c035-b0f95a85ca69-4b3e0093, #w-node-_1452a908-9dad-ef43-e724-f5e944228bcf-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc98e408-8d1e-eb37-0ce9-4ec2df80592d-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c5517f9-fc2e-aa99-716b-6d45ff631ae2-4b3e0093, #w-node-_16e6a73b-5d0d-ab28-b31d-d6e00c4a4ca8-4b3e0093, #w-node-ecacb853-9eab-4c04-c9cd-b200323bd749-4b3e0093, #w-node-ecacb853-9eab-4c04-c9cd-b200323bd74a-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9327306-425b-3194-41f2-d2f95c4df947-4b3e0093, #w-node-_142f2066-3d37-b068-2152-9758328fea92-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-4b3e0093, #w-node-_396d97f2-82f7-06a2-a48b-2e5c5c8e8dae-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_396d97f2-82f7-06a2-a48b-2e5c5c8e8dba-4b3e0093 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ce25a8-81ad-663a-242f-b1e21f130788-4b3e0093 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee14b90f-2edf-a918-729e-3a5e9b04ac6f-4b3e0093, #w-node-f570b370-d763-f872-8531-3c659be60840-4b3e0093 {
  grid-column: span 2 / span 2;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-12356546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-12356546, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-12356546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-12356546, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-12356546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-12356546, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-12356546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-12356546, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-cf91174e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-cf91174e, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-cf91174e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cf91174e, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-cf91174e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-cf91174e, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-cf91174e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-cf91174e, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-f40aa753, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-f40aa753, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-f40aa753, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-f40aa753, #w-node-aeaa7b88-4613-dd31-7912-2ab425aa3005-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aeaa7b88-4613-dd31-7912-2ab425aa3013-f40aa753, #w-node-_5b159baf-41be-318f-2b05-75716e9a7a95-f40aa753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b159baf-41be-318f-2b05-75716e9a7a99-f40aa753, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-a4eb1cd5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a4eb1cd5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-a4eb1cd5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-a4eb1cd5, #w-node-_0a009c21-d65d-a6a7-c9eb-ef35887cbf3e-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a009c21-d65d-a6a7-c9eb-ef35887cbf45-a4eb1cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-50e3739c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-50e3739c, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-50e3739c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-50e3739c, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-50e3739c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-50e3739c, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-50e3739c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-50e3739c, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-a030312f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-a030312f, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-a030312f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a030312f, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-a030312f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-a030312f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-64215355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-64215355, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-64215355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-64215355, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-9a139889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-9a139889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-203bb0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-203bb0df, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-203bb0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-203bb0df, #w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055db2-203bb0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055dbb-203bb0df, #w-node-_3be04270-99c9-e884-e661-7c8745221d73-203bb0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3be04270-99c9-e884-e661-7c8745221d77-203bb0df, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-5b68a9a5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-5b68a9a5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c35-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c4d-5b68a9a5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6aa-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-5b68a9a5, #w-node-_7187e9cc-dfad-fd72-031b-1b08c339883a-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7187e9cc-dfad-fd72-031b-1b08c3398843-5b68a9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-cc445441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-cc445441, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-cc445441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cc445441, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-40243c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-40243c27, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-40243c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-40243c27, #w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055db2-40243c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055dbb-40243c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-dd48493a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-dd48493a, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-dd48493a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-dd48493a, #w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055db2-dd48493a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a8343bb-b1d1-c9d1-219b-6444b9055dbb-dd48493a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-34b3f9f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-34b3f9f5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-34b3f9f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-34b3f9f5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-1740073a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-1740073a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_874bc48d-791c-9609-fac8-83b1cab62f79-4f66efcf, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-4f66efcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c0f-4f66efcf, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c16-4f66efcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-4f66efcf, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-49c7d684, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0bcc-7ca1acef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-b91efc72 {
    order: -9999;
  }

  #w-node-_0596a36e-1159-22d4-7095-e9928e601775-b91efc72, #w-node-_0596a36e-1159-22d4-7095-e9928e601792-b91efc72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ca0dcda2-79be-b418-04fb-bff7156426af-b91efc80 {
    order: -9999;
    justify-self: center;
  }

  #w-node-ce573731-ea9c-2f7f-f7a9-4b2da3729edd-a3729ed7, #w-node-_5214552d-8d10-c93c-90f3-a619cb45b8bb-a3729ed7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-4b3e0093 {
    order: -9999;
  }

  #w-node-_32ce25a8-81ad-663a-242f-b1e21f130788-4b3e0093 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ee14b90f-2edf-a918-729e-3a5e9b04ac6f-4b3e0093, #w-node-f570b370-d763-f872-8531-3c659be60840-4b3e0093 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-12356546, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-12356546, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cf91174e, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-cf91174e, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-f40aa753, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-f40aa753, #w-node-_5b159baf-41be-318f-2b05-75716e9a7a99-f40aa753, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a4eb1cd5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-a4eb1cd5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-50e3739c, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-50e3739c, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a030312f, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-64215355, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-203bb0df, #w-node-_3be04270-99c9-e884-e661-7c8745221d77-203bb0df, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-5b68a9a5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-5b68a9a5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cc445441, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-40243c27, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-dd48493a, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-34b3f9f5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-4f66efcf {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-b91efc72 {
    order: -9999;
  }

  #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a4af-3e79a479 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8b2f8c56-3b6f-9fce-f21b-d99eccf34cc0-b91efc8a {
    justify-self: start;
  }

  #w-node-c14c8508-a277-2f7a-c028-fcc847cdf9af-4b3e0093, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-12356546, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-12356546, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cf91174e, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-cf91174e, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-f40aa753, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-f40aa753, #w-node-_5b159baf-41be-318f-2b05-75716e9a7a99-f40aa753, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a4eb1cd5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-a4eb1cd5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-50e3739c, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-50e3739c, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-a030312f, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-64215355, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-203bb0df, #w-node-_3be04270-99c9-e884-e661-7c8745221d77-203bb0df, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-5b68a9a5, #w-node-d6587ef8-10a4-5bc1-4202-78131773e6ae-5b68a9a5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-cc445441, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-40243c27, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-dd48493a, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-34b3f9f5, #w-node-_2dac814b-8842-86fc-565c-15d9f0cc0c1a-4f66efcf {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_835c5264-c204-8397-9bdd-66db846f058d-b91efc72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-b20a27dc-5f57-12cc-a686-f62f39278830-b91efc72, #w-node-e4ccd970-2c04-f00d-8935-07de69c91ebd-b91efc72, #w-node-_5ab7584c-5947-2319-d9e1-839d84d2c0a3-b91efc72, #w-node-f2302a96-beea-f9ce-4046-05a72050739c-b91efc72, #w-node-_9fdd3ec9-3a32-c10e-d34f-579ace7d13ec-b91efc72, #w-node-_0b21b6af-3c90-d96c-e7c9-5a433835aaeb-b91efc72 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0596a36e-1159-22d4-7095-e9928e601775-b91efc72, #w-node-_0596a36e-1159-22d4-7095-e9928e601792-b91efc72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a47e-3e79a479 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a48d-3e79a479 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6108b000-3c2e-d142-8daa-cbd83e79a4af-3e79a479 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b2f8c56-3b6f-9fce-f21b-d99eccf34cc0-b91efc8a {
    justify-self: start;
  }

  #w-node-ce573731-ea9c-2f7f-f7a9-4b2da3729edd-a3729ed7, #w-node-_5214552d-8d10-c93c-90f3-a619cb45b8bb-a3729ed7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2d14887c-0602-61b2-0ca1-2832cd2137f7-4b3e0093, #w-node-_0af5c66a-ec63-5252-f6ce-20ed9c8260fa-4b3e0093 {
    grid-column: span 2 / span 2;
  }
}


