.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

.w-commerce-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-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-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;
}

@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: #38384d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #15151d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #15151d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  color: #15151d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  color: #15151d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: #15151d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: #15151d;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  margin-bottom: 16px;
}

a {
  color: #78869c;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

a:hover {
  color: #6243ff;
}

a:focus-visible {
  outline-offset: 2px;
  outline: 1px dashed #6243ff;
}

a[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 1px dashed #6243ff;
}

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

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

label {
  color: #747694;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

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

.copyright-text {
  justify-content: center;
  align-items: center;
}

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

.block-divider.medium {
  background-color: #d6dced;
  margin-top: 32px;
  margin-bottom: 32px;
}

.template-hero {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.button {
  color: #fff;
  background-color: #6243ff;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #5033e2;
}

.button.with-linear {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #2fac66;
  background-image: linear-gradient(82deg, #2fac66, #6dca76);
  font-weight: 600;
}

.button.with-linear:hover {
  background-image: linear-gradient(220deg, #2fac66, #227c49);
}

.button.with-linear.mtop {
  margin-top: 10px;
}

.button.outline {
  color: #6243ff;
  background-color: rgba(98, 67, 255, 0);
  border: 2px solid #6243ff;
}

.button.outline:hover {
  color: #fff;
  background-color: #6243ff;
}

.button.outline.is-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border-color: #fff;
  justify-content: center;
  align-items: center;
}

.button.outline.is-white:hover {
  border-color: #6243ff;
}

.button.is-dark {
  background-color: #631f5d;
  font-weight: 600;
}

.button.nav-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(98, 67, 255, 0);
  border: 2px solid #fff;
}

.button.nav-button:hover {
  background-color: #2fac66;
  border-color: #2fac66;
  font-weight: 600;
}

.button.is-light {
  color: #15151d;
  background-color: #f2f7ff;
  border: 1px solid #d6dced;
  justify-content: center;
}

.button.is-light:hover {
  color: #fff;
  background-color: #6243ff;
  border-color: #6243ff;
}

.button.is-light.plan {
  min-height: 64px;
  align-items: center;
  font-size: 24px;
  line-height: 1;
}

.button.is-light.login {
  background-color: #fff;
  margin-bottom: 16px;
}

.button.is-light.login:hover {
  background-color: #6243ff;
}

.button.is-light.category {
  color: #6243ff;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 8px 16px;
}

.button.is-light.category:hover {
  color: #fff;
  background-color: #6243ff;
}

.button.full-width {
  width: 100%;
  justify-content: center;
}

.button.full-width.cart-button {
  min-height: 64px;
  font-size: 24px;
  font-weight: 500;
}

.button.is-submit {
  min-height: 58px;
  align-items: center;
  margin-left: -10px;
}

.color-code {
  color: #000;
  background-color: #e7e7e7;
  padding: 10px;
  font-size: 24px;
}

.button-icon-wrap {
  width: 24px;
  height: 24px;
  background-color: #e71d73;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

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

.underline-button {
  color: #6243ff;
  align-items: center;
  padding: 5px 8px;
  text-decoration: none;
  transition: color .3s, box-shadow .3s cubic-bezier(.25, .46, .45, .94), background-color .3s;
  display: none;
  box-shadow: inset 0 -1px #6243ff;
}

.underline-button:hover {
  color: #fff;
  border-bottom-color: #ea7a53;
  border-radius: 5px;
  box-shadow: inset 0 -40px #6243ff;
}

.container {
  max-width: 1352px;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

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

.container.is-footer {
  max-width: 1096px;
}

.template-hero-heading {
  font-size: 48px;
  font-weight: 600;
}

.buttons-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding: 30px;
  display: grid;
}

.link {
  padding-left: 5px;
  padding-right: 5px;
}

.link:hover {
  color: #f40;
}

.text-white {
  color: #fff;
}

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

.template-footer {
  background-color: #f9faff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.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;
}

.style-guide-text {
  font-size: 15px;
}

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

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

.template-hero-text {
  max-width: 70ch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

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

.color-block.color-primary {
  width: 100%;
  height: 150px;
  background-color: #6243ff;
  margin-left: auto;
  margin-right: auto;
}

.color-block.color-link {
  background-color: #78869c;
}

.color-block.heading-color {
  background-color: #f2f7ff;
}

.color-block.heading-3-color {
  background-color: #d6dced;
}

.color-block.color-linen {
  background-color: #fff4ea;
}

.color-block.color-heading {
  background-color: #15151d;
}

.color-block.linear-gradient {
  background-image: linear-gradient(252deg, #fff4ea, #f2f7ff);
}

.color-block.color-text {
  background-color: #38384d;
}

.template-guide-block {
  text-align: center;
  background-color: #f9faff;
  padding: 30px;
}

.template-guide-wrap {
  border: 1px solid #ccc;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 60px;
}

.template-header {
  background-color: #f9faff;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.full-screen {
  width: 100vw;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.header {
  z-index: 999;
}

.footer {
  color: #9f9fac;
  background-color: #1a1a38;
  background-image: url('../images/Lines-Down.svg'), linear-gradient(#631f5d, #15151d);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin-top: 90px;
}

.nav-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.brand {
  margin-right: auto;
}

.section-hero {
  background-image: url('../images/Lines-Down.svg'), url('../images/lines-up.svg'), url('../images/blur-shape.svg'), linear-gradient(#1a1a38, #15151d);
  background-position: 50% 100%, 50% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 220px;
}

.hero-card {
  text-align: center;
  background-image: url('../images/Gradient-Shape-2_1Gradient Shape 2.webp');
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 234px;
  background-attachment: scroll;
  position: relative;
}

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

.hero-heading {
  max-width: 700px;
  color: #fff;
  display: inline-block;
}

.nav-link {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  padding: 14px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #e71d73;
}

.hero-thumbnail {
  width: 800px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 46px;
}

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

.elements-wrap.align-left {
  display: flex;
}

.section-tools-key {
  padding-top: 35px;
}

.review-badges {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-link {
  width: 230px;
  margin-left: 20px;
  margin-right: 20px;
}

.center {
  text-align: center;
}

.section-heading.keys {
  max-width: 31ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.section-heading.services {
  max-width: 23ch;
  color: #fff;
  font-size: 40px;
}

.section-heading.reivews {
  max-width: 25ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.use-case {
  max-width: 30ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

.empty-space.heavy {
  min-height: 340px;
}

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

.keys-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.keys-card {
  width: 300px;
  padding-left: 24px;
}

.keys-card-heading {
  color: #15151d;
  -webkit-text-stroke-color: #e71d73;
  object-fit: fill;
  border: 0 solid #000;
  border-left: 2px solid #e71d73;
  margin-left: -24px;
  padding-left: 24px;
  font-size: 24px;
  line-height: 1.3;
}

.keys-card-icon {
  width: 56px;
  color: #951b81;
  margin-bottom: 16px;
}

.button-icon {
  width: 16px;
}

.button-icon.is-small {
  width: 8px;
}

.button-icon.is-large {
  width: 24px;
  margin-right: 16px;
}

.track-block {
  width: 200%;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-item {
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.track-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #951b81;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.track-text:hover {
  color: #ffd149;
}

.track-wrap {
  overflow: hidden;
}

.section-track {
  padding-top: 74px;
  padding-bottom: 74px;
}

.text-rotate-wrap {
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
  overflow: hidden;
}

.rotate-text {
  min-height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.featured-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(207deg, #f39200, rgba(243, 146, 0, .21));
  border-radius: 24px;
  grid-template-rows: auto;
  padding: 65px 80px 30px 114px;
}

.featured-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

/* .featured-image {
  background-image: url('../images/Gradient-Shape_1Gradient Shape.webp');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: auto;
} */

.hero-shape-image {
  width: 185px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 90px;
  right: auto;
}

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

.featured-sub-heading {
  color: #e71d73;
  margin-bottom: 8px;
}

.featured-list {
  color: #38384d;
  margin-bottom: 32px;
  padding-left: 34px;
}

.featured-list.white {
  color: #fff;
}

.featured-card-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  margin-top: 54px;
}

.featured-card {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(212deg, #f2f7ff, rgba(47, 172, 102, .74));
  border-radius: 24px;
  padding: 32px;
}

.featured-card.two {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#f7eeff, #e71d73);
}

.underline-button-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 24px;
}

.featured-card-image {
  border-radius: 16px;
  margin-bottom: 24px;
}

.section-tools {
  background-color: #631f5d;
}

.tools-card {
  width: 300px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 24px;
}

.tools-card.bordered {
  border: 1px solid #d6dced;
}

.tools-card-icon {
  width: 88px;
  height: 88px;
  background-color: #f2f7ff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tools-card-heading {
  font-size: 20px;
  line-height: 1.4;
}

.service-icon {
  width: 56px;
  height: 56px;
  color: #e71d73;
  -webkit-text-stroke-color: #e71d73;
}

.tools-slider {
  height: auto;
  max-width: 324px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  position: static;
}

.tools-slider-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mask {
  width: 100%;
  overflow: visible;
}

.tools-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.slide-nav-none {
  display: none;
}

.slider-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 15.68%;
  transition: background-color .3s;
  display: flex;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 60px;
}

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

.slider-arrow.right-arrow {
  top: -20%;
}

.right-arrow {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-arrow-icon.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.reviews-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  column-count: 3;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: baseline;
  margin-top: 48px;
  display: block;
}

.review-card {
  max-width: 424px;
  background-color: #e4ecf9;
  background-image: linear-gradient(210deg, #e4ecf9, #fcffe8);
  border: 1px solid #d6dced;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px;
  overflow: hidden;
}

.review-card.gradient-three {
  background-image: linear-gradient(207deg, #f2f7ff, #f7eeff);
}

.review-card.gradient-six {
  background-image: linear-gradient(207deg, #f2f7ff, #fff4ea);
}

.review-card.gradient-two {
  background-image: linear-gradient(220deg, #f4f9ff, #fff0f2);
}

.review-card.gradient-four {
  background-image: linear-gradient(197deg, #f0f6ff, #fefff2);
}

.review-card.gradient-five {
  background-image: linear-gradient(207deg, #f2f7ff, #fff4ea);
}

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

.reviewer-name {
  color: #15151d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.reviewer-position {
  color: #717184;
}

.reivewer-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-starts {
  width: 90px;
  margin-bottom: 16px;
}

.review-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.primary-color {
  color: #6243ff;
}

.section-pricing {
  background-color: #15151d;
}

.section-pricing.is-white {
  background-color: #fff;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: -340px;
}

.pricing-grid.in-pricing {
  margin-bottom: 0;
}

.switch-button {
  width: 48px;
  height: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  padding: 2px;
  transition: box-shadow .3s;
  display: flex;
}

.switch-button.is-primary {
  background-color: #6243ff;
}

.switch-circle {
  width: 20px;
  height: 20px;
  background-color: #6243ff;
  border-radius: 100%;
  transition: transform .3s;
}

.switch-circle.is-white {
  background-color: #fff;
}

.pricing-switch {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #9f9fac;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.pricing-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6dced;
  border-radius: 8px;
  padding: 24px 40px 32px;
  transition: border-color .3s;
}

.pricing-card:hover {
  border-color: #6243ff;
}

.pricing-amount {
  color: #15151d;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-wrap {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.trial-notice {
  color: #9f9fac;
  margin-bottom: 32px;
}

.plan-name {
  color: #6243ff;
  text-align: right;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.plan-paragraph {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.4;
}

.plan-list {
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 2.7;
  display: flex;
}

.accordion-body {
  z-index: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -8px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: relative;
}

.accordion-body.w--open {
  z-index: 2;
  background-color: #f6f9ff;
}

.accordion-dropdown {
  width: 100%;
  border: 1px solid #d6dced;
  border-radius: 4px;
  margin-bottom: 24px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
}

.accordion-dropdown:hover {
  transform: translate(0, -2px);
}

.accordion-wrap {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.accordion-toggle {
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.accordion-toggle.w--open {
  color: #15151d;
  background-color: #f6f9ff;
}

.accordion-icon-line {
  width: 16px;
  height: 2px;
  background-color: #2e334a;
  border-radius: 4px;
}

.accordion-icon-line.rotate {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-paragraph {
  margin-bottom: 0;
  line-height: 1.6;
}

.accordion-title {
  max-width: 100%;
  white-space: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

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

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  padding-top: 86px;
  padding-bottom: 72px;
}

.footer-widget {
  position: relative;
}

.footer-logo {
  width: 130px;
  margin-bottom: 16px;
}

.copyright-block {
  text-align: center;
  padding-bottom: 8px;
  font-size: 14px;
}

.social-media-block {
  grid-column-gap: 16px;
  align-items: center;
  display: none;
}

.social-icon {
  filter: contrast(0%);
  padding: 10px;
  line-height: 1;
  transition: filter .3s, color .3s, background-color .3s;
}

.social-icon:hover {
  filter: contrast();
}

.social-icon.in-team:hover {
  filter: brightness(400%) contrast();
}

.promo-block {
  grid-column-gap: 82px;
  grid-row-gap: 24px;
  background-color: #f2f7ff;
  background-image: linear-gradient(210deg, #fafafa 4%, #e71d73);
  border: 2px solid #631f5d;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding: 90px 96px;
}

.promo-content {
  max-width: 458px;
  float: left;
}

.promo-thumbnail {
  float: right;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}

.promo-heading {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 1.2;
}

.promo-notice {
  color: #631f5d;
  margin-bottom: 12px;
  font-weight: 500;
}

.promo-paragraph {
  color: #15151d;
  margin-bottom: 22px;
  line-height: 1.6;
}

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

.promo-wrap {
  margin-top: -90px;
}

.footer-link {
  color: #9f9fac;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
  transition: padding .3s, color .3s, background-color .3s;
  display: block;
}

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

.footer-menu-list {
  display: none;
}

.footer-about-text {
  padding-right: 39px;
  font-size: 16px;
  line-height: 1.6;
}

.widget-title {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}

.newsletter-email-field {
  width: 330px;
  min-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bdbfd4;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: border .3s;
}

.newsletter-email-field:focus {
  border-color: #6243ff;
}

.newsletter-email-field::-ms-input-placeholder {
  color: #9f9fac;
}

.newsletter-email-field::placeholder {
  color: #9f9fac;
}

.newslatter-form {
  align-items: center;
  position: relative;
}

.newsletter-submit-button {
  min-width: 74px;
  background-color: #e71d73;
  background-image: url('../images/sent-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 8px;
  margin: 5px;
  font-size: 0;
  transition: background-color .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.newsletter-submit-button:hover {
  background-color: #2fac66;
}

.footer-gradient-shape {
  width: 150px;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.promo-gradient-shape {
  z-index: 3;
  width: 166px;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: -19%;
  right: auto;
}

.promo-gradint-shape-two {
  z-index: 1;
  width: 155px;
  transform-style: preserve-3d;
  position: absolute;
  top: -24%;
  bottom: auto;
  left: auto;
  right: 20%;
  transform: rotateX(-146deg)rotateY(180deg)rotateZ(-35deg);
}

.promo-image {
  z-index: 2;
  max-width: 588px;
  position: relative;
}

.dropdown {
  color: #fff;
  display: none;
}

.dropdown-toggle {
  color: #78869c;
  padding: 0 20px 0 0;
}

.dropdown-list {
  min-width: 250px;
  background-color: #15151d;
  background-image: linear-gradient(#15151d, #1a1a38);
  border: 1px solid #78869c;
  border-radius: 9px;
  margin-top: 22px;
  padding: 12px;
}

.dropdown-list.is-two-column {
  min-width: 600px;
  column-count: 2;
  padding: 24px;
}

.dropdown-link {
  color: #78869c;
  padding: 6px 12px;
  transition: padding .2s, color .3s, background-color .3s;
}

.dropdown-link:hover {
  color: #fff;
  padding-left: 16px;
}

.menu-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.menu-card-title {
  color: #f2f7ff;
  margin-bottom: 6px;
  font-weight: 600;
}

.menu-card-text {
  color: #78869c;
  font-size: 14px;
  line-height: 1.3;
}

.menu-card-icon {
  width: 60px;
}

.breadcrumb {
  background-color: #1a1a38;
  background-image: url('../images/Ellipse-cirlce-shape-left.svg'), url('../images/Ellipse-cirlce-shape.svg'), url('../images/lines-up.svg'), linear-gradient(#1a1a38, #15151d);
  background-position: 0 0, 100% 0, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 180px, 180px, auto, auto;
}

.breadcrumb-content {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 115px;
}

.breadcrumb-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.page-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.use-case-description {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.use-case-description h2 {
  font-size: 40px;
}

.use-case-description h3 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.4;
}

.use-case-description strong {
  color: #6243ff;
}

.use-case-description img {
  width: 100%;
}

.use-case-description figure {
  max-width: 100%;
  margin-bottom: 32px;
}

.use-case-description figcaption {
  font-size: 14px;
  font-style: italic;
}

.underline-button-wrap {
  display: flex;
}

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

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

.popup-video-block {
  min-height: 800px;
  background-color: #15151d;
  background-image: url('../images/video-background-image_1video-background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button:hover {
  background-color: #d6dced;
}

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

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

.team-card-name {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.3;
}

.team-card-position {
  color: #717184;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.team-card-social {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: rgba(21, 21, 29, .9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-card-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.is-text-color {
  color: #38384d;
}

.contact-grid {
  grid-column-gap: 90px;
  grid-template-rows: auto;
}

.contact-heading {
  margin-bottom: 48px;
  font-size: 32px;
}

.field-label {
  font-size: 18px;
}

.field-label.plan {
  color: #15151d;
  font-size: 16px;
  font-weight: 500;
}

.input-field {
  min-height: 58px;
  color: #15151d;
  border: 1px solid #d6dced;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-left: 50px;
  transition: border .3s;
}

.input-field:hover, .input-field:focus {
  border-color: #6243ff;
}

.input-field::-ms-input-placeholder {
  color: #747694;
}

.input-field::placeholder {
  color: #747694;
}

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

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

.input-field.is-message {
  min-height: 115px;
  padding-left: 16px;
}

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

.info-card {
  grid-column-gap: 32px;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 5px;
  display: flex;
}

.info-card-icon {
  width: 64px;
  height: 64px;
  background-color: #f2f7ff;
  border: 1px solid #d6dced;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-link {
  color: #15151d;
  font-size: 24px;
  line-height: 1.4;
  display: block;
}

.info-icon-image {
  width: 32px;
}

.modal-block {
  max-width: 1536px;
  background-color: #f2f7ff;
  background-image: linear-gradient(to right, #f2f7ff, #fff4ea);
  border-radius: 24px;
  flex: 1;
  padding: 40px;
}

.modal-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.modal-left {
  max-width: 768px;
  min-height: 920px;
  background-color: #6243ff;
  border-radius: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 78px;
  padding-right: 85px;
  display: flex;
}

.modal-heading {
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 1.4;
}

.modal-right {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.modal-right.utility {
  position: relative;
}

.model-right-card {
  max-width: 456px;
  text-align: center;
  flex: 1;
  align-items: center;
}

.map {
  height: 680px;
  background-color: #15151d;
}

.success-message {
  background-color: #f2f7ff;
}

.error-message {
  background-color: #fff4ea;
}

.login-logo {
  width: 132px;
  margin-bottom: 40px;
}

.form-block {
  padding-top: 56px;
}

.or-sign-text {
  font-size: 14px;
}

.forgot-password-link {
  color: #6243ff;
  text-align: left;
  margin-top: -16px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sign-up-text {
  margin-top: 40px;
  font-size: 14px;
}

.modal-close {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #d6dced;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.modal-close:hover {
  background-color: #f2f7ff;
}

.login-block {
  flex-flow: column;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}

.reset-password-back {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.reset-arrow-back {
  width: 32px;
  filter: invert(50%);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.post-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.post-meta.single-post {
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 24px;
}

.blog-card-heading {
  font-size: 24px;
  transition: color .3s;
}

.blog-card-heading:hover {
  color: #6243ff;
}

.blog-card-thumbnail {
  min-height: 260px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 24px;
}

.utility-page-wrap {
  width: 100vw;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.utility-page-wrap.section-hero {
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
}

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

.utility-page-content.modal-block {
  margin-bottom: 0;
}

.utility-page-content.hero-card {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form.modal-grid {
  flex-direction: row;
}

.password-error {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 96px;
}

.protected-heading {
  margin-bottom: 32px;
  font-size: 32px;
}

.protected-label {
  display: none;
}

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

.back-arrow-icon {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-404 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.text-404 {
  color: #fff;
  margin-bottom: 40px;
}

.post-content {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.post-heading {
  max-width: 872px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}

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

.meta-date-and-read {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-description p {
  margin-bottom: 24px;
  line-height: 1.6;
}

.post-description h3 {
  font-size: 24px;
  line-height: 1.3;
}

.post-description h2 {
  font-size: 32px;
  line-height: 1.2;
}

.footer-meta {
  border-top: 1px solid #d6dced;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.share-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.category-meta-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.author-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.pagination {
  margin-top: 48px;
}

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

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

.plan-buying-card {
  max-width: 536px;
  background-color: #f2f7ff;
  border: 1px solid #6243ff;
  border-radius: 16px;
  padding: 48px 32px;
}

.buying-card-heading {
  color: #6243ff;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
}

.plan-price {
  color: #15151d;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.plan-heading {
  margin-bottom: 8px;
  line-height: 1.2;
}

.plan-features-heading {
  color: #38384d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.features-description ul {
  padding-left: 20px;
  font-size: 20px;
}

.features-description li {
  margin-bottom: 10px;
}

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

.select-field {
  min-height: 64px;
  background-color: #fff;
  border: 1px solid #d6dced;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.select-field:focus {
  border-color: #6243ff;
}

.variant-buttons {
  margin-bottom: 24px;
}

.unavailable-plan {
  background-color: #d6dced;
}

.variant-button {
  border-color: #d6dced;
  border-radius: 8px;
}

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

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

.block-heading {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.2;
}

.order-items {
  display: none;
}

.field-row {
  display: block;
}

.checkbox-label {
  font-size: 16px;
}

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

.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

.licence-asset {
  justify-content: center;
  align-items: center;
}

.licence-asset.icon-assets {
  min-height: 200px;
  background-color: #fff4ea;
  display: flex;
}

.asset-title-block {
  padding-top: 15px;
  padding-bottom: 20px;
}

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

.licence-image {
  height: 200px;
  object-fit: cover;
}

.cart-visiable-on-mobile {
  margin-top: 16px;
  display: none;
}

.plan-option {
  font-size: 14px;
  font-style: italic;
}

.cart-item {
  border-bottom: 1px solid #d6dced;
}

.cart-item:last-child {
  border-bottom-width: 0;
}

.text-block {
  text-align: center;
  margin-left: 175px;
  margin-right: 175px;
}

.logo {
  width: 12.5vw;
  max-width: 200px;
}

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

.highlighted {
  color: #e71d73;
}

.heading-405 {
  color: #000;
  line-height: 1.2;
}

.heading-406 {
  color: #fff;
  line-height: 1.2;
}

.list-item {
  color: #15151d;
}

.text-block-2 {
  font-weight: 600;
}

.form05_title {
  color: #38384d;
  letter-spacing: normal;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.rocket_icon {
  width: 25px;
  height: 25px;
}

.form05_input {
  width: 200px;
  height: 40px;
  opacity: 1;
  color: #15151d;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.form05_input:focus {
  opacity: 1;
  color: #2fac66;
  border-bottom-width: 2px;
  border-bottom-color: #2fac66;
  font-weight: 600;
}

.form05_input::-ms-input-placeholder {
  color: #4e5d78;
  font-weight: 400;
}

.form05_input::placeholder {
  color: #4e5d78;
  font-weight: 400;
}

.form05_input.project {
  width: 240px;
}

.form05_input.budget {
  width: 110px;
}

.form05_input.date {
  width: 120px;
  font-size: 16px;
}

.quote_form {
  z-index: 9999999;
  min-height: 100vh;
  background-color: #f6fcff;
  background-image: linear-gradient(#631f5d, #631f5d);
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.project_form {
  width: 100%;
  max-width: 550px;
  min-height: 400px;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.project_circle_wrap {
  width: 55px;
  height: 55px;
  background-color: #e71d73;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .16);
}

.exit {
  width: 12px;
  filter: invert();
}

.form_alert {
  height: 45px;
  background-color: #2fac66;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.link-block-2 {
  width: 45px;
  height: 45px;
  background-color: #f2f7ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

.rocket_link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

.form05_wrap {
  flex-flow: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.project_quote {
  z-index: 999999;
  align-items: center;
  padding: 10px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.form05_top_tag {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

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

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

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

.form05_success {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
}

.form_error {
  height: 45px;
  background-color: #e71d73;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.form05_icon {
  width: 80px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  padding: 5px;
  position: relative;
}

.quote_text {
  max-width: 710px;
  color: #15151d;
  text-align: left;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.form05_h5 {
  color: #15151d;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.form05_button {
  width: 100%;
  min-height: 55px;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: #2fac66;
  border-radius: 4px;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

.field-label-copy {
  clear: none;
  color: #c1c7d0;
  letter-spacing: 1px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.arrow {
  width: 100px;
  position: fixed;
  top: auto;
  bottom: 120px;
  left: auto;
  right: 250px;
  transform: rotate(50deg);
}

.success-message-2 {
  color: #fff;
  background-color: #2fac66;
}

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

.error-message-2 {
  background-color: #951b81;
}

.bold-text, .bold-text-2 {
  font-size: 19px;
}

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

  h3 {
    font-size: 32px;
    line-height: 1.3;
  }

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

  .button.nav-button {
    padding: 12px 16px;
    font-size: 14px;
  }

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

  .hero-heading {
    max-width: 570px;
  }

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

  .keys-card {
    width: 230px;
    padding-left: 12px;
  }

  .track-text {
    font-size: 60px;
  }

  .rotate-text {
    font-size: 24px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    padding-left: 65px;
  }

  .hero-shape-image {
    width: 100px;
    left: 0;
  }

  .featured-card-grid {
    grid-column-gap: 16px;
  }

  .featured-card {
    padding: 24px;
  }

  .slider-arrow {
    margin-right: 2%;
  }

  .reviews-grid {
    column-count: 2;
  }

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

  .promo-block {
    padding-top: 60px;
    padding-left: 60px;
  }

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

  .promo-gradient-shape {
    width: 120px;
    bottom: -18%;
    left: -9%;
  }

  .dropdown {
    display: none;
  }

  .dropdown-list {
    margin: 5px;
    position: static;
  }

  .dropdown-list.is-two-column.w--open {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
    border: 1px solid #fff;
    order: 1;
    margin-left: 24px;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #15151d;
  }

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

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

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

  .contact-heading {
    margin-bottom: 32px;
  }

  .info-card {
    grid-column-gap: 16px;
    margin-bottom: 32px;
  }

  .info-card-icon {
    width: 48px;
    height: 48px;
  }

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

  .info-icon-image {
    width: 32px;
  }

  .modal-block {
    max-width: 100%;
    padding: 24px;
  }

  .modal-grid {
    display: block;
  }

  .modal-left {
    min-height: 650px;
    padding: 32px;
  }

  .modal-heading.text-white {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .modal-right {
    margin-top: 24px;
  }

  .map {
    height: 580px;
  }

  .form-block {
    padding-top: 24px;
  }

  .sign-up-text {
    margin-top: 32px;
  }

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

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

  .password-error {
    position: static;
  }

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

  .licence-asset, .licence-asset.icon-assets {
    min-height: 150px;
  }

  .licence-image {
    height: 150px;
  }

  .logo {
    width: 200px;
  }

  .form05_title {
    line-height: 50px;
    display: inline;
  }

  .project_quote {
    bottom: 35px;
    right: 35px;
  }

  .field-label-copy {
    line-height: 50px;
    display: inline;
  }

  .arrow {
    display: none;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .block-divider.medium {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

  .template-body {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .button.full-width.cart-button {
    min-height: 48px;
    font-size: 20px;
  }

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

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

  .page-wrapper.full-screen {
    padding: 0;
  }

  .nav-cta {
    display: none;
  }

  .nav-cta.visible-on-mobile {
    border-top: 1px solid #38384d;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

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

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

  .keys-card {
    width: auto;
    padding-left: 24px;
  }

  .track-item {
    max-width: 200%;
  }

  .track-text {
    font-size: 42px;
  }

  .section-track {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featured-grid {
    padding: 32px;
  }

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

  .reviews-grid {
    column-count: 1;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .review-card {
    margin-left: auto;
    margin-right: auto;
  }

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

  .pricing-amount {
    font-size: 62px;
  }

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

  .accordion-body.w--open {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion-toggle {
    padding: 12px;
  }

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

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

  .promo-block {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .newsletter-email-field {
    width: 100%;
  }

  .promo-gradient-shape {
    width: 100px;
    bottom: -15%;
    left: -9%;
  }

  .promo-image {
    max-width: 100%;
  }

  .dropdown {
    display: none;
  }

  .dropdown-list.is-two-column {
    min-width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .breadcrumb-content {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .page-title, .use-case-description h2 {
    font-size: 32px;
  }

  .use-case-description h3 {
    font-size: 20px;
  }

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

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

  .team-card-photo {
    margin-bottom: 16px;
  }

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

  .get-in-touch {
    margin-bottom: 32px;
  }

  .modal-block {
    border-radius: 0;
  }

  .modal-left {
    min-height: 500px;
  }

  .map {
    height: 380px;
  }

  .login-logo {
    margin-bottom: 24px;
    padding-top: 16px;
  }

  .modal-close {
    width: 32px;
    height: 32px;
  }

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

  .post-meta {
    grid-row-gap: 6px;
    flex-wrap: wrap;
  }

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

  .blog-card-thumbnail {
    min-height: 200px;
    margin-bottom: 16px;
  }

  .post-heading {
    font-size: 32px;
    line-height: 1.3;
  }

  .post-description p {
    margin-bottom: 16px;
  }

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

  .post-description h4 {
    font-size: 18px;
  }

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

  .pagination {
    margin-top: 32px;
  }

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

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

  .variant-button.w--ecommerce-pill-selected {
    background-color: #15151d;
  }

  .licence-asset {
    min-height: 100px;
  }

  .asset-title {
    font-size: 18px;
  }

  .cart-visiable-on-mobile {
    display: block;
  }

  .form05_title {
    line-height: 40px;
    display: inline;
  }

  .form05_input {
    padding: 5px;
  }

  .quote_form {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .rocket_link {
    display: none;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .field-label-copy {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .copyright-text {
    display: block;
  }

  .button.get-support {
    font-size: 14px;
  }

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

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

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

  .nav-cta.visible-on-mobile {
    justify-content: center;
    margin-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

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

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

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

  .track-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rotate-text {
    justify-content: center;
    align-items: center;
    font-size: 28px;
  }

  .featured-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .slider-arrow, .slider-arrow.right-arrow {
    top: -5%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-media-block {
    white-space: nowrap;
  }

  .promo-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu-list {
    padding-left: 0;
  }

  .newslatter-form {
    width: 280px;
  }

  .newsletter-submit-button:hover {
    background-color: #2fac66;
  }

  .footer-gradient-shape {
    width: 100px;
    top: 62%;
    right: 0%;
  }

  .promo-gradient-shape {
    width: 60px;
  }

  .promo-gradint-shape-two {
    display: none;
  }

  .dropdown-list {
    min-width: auto;
  }

  .dropdown-list.is-two-column {
    min-width: auto;
    column-count: 1;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    height: 334px;
    overflow: auto;
  }

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

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

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

  .info-card-icon {
    width: 32px;
    height: 32px;
    margin-top: 0;
  }

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

  .info-icon-image {
    width: 18px;
  }

  .modal-left {
    min-height: 390px;
    padding: 24px;
  }

  .modal-heading.text-white {
    font-size: 22px;
  }

  .map {
    height: 280px;
  }

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

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

  .post-meta.single-post {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .password-error {
    padding-left: 10px;
    padding-right: 10px;
  }

  .post-heading {
    font-size: 24px;
  }

  .category-meta-buttons {
    flex-wrap: wrap;
  }

  .single-plan-grid {
    display: block;
  }

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

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

  .logo {
    width: 160px;
  }

  .form05_title {
    line-height: 25px;
    display: inline;
  }

  .form05_input {
    width: 95%;
    height: 40px;
    padding-left: 0;
    display: block;
  }

  .form05_input.project {
    width: 100%;
  }

  .form05_input.budget {
    width: 90px;
    display: inline;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .quote_form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rocket_link {
    display: none;
  }

  .form05_h5 {
    line-height: 25px;
  }

  .field-label-copy {
    line-height: 33px;
    display: inline;
  }
}

#w-node-_66fa9628-5906-d9d1-7521-8c4e7da1f706-4000994b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_55770fcf-b00a-cc54-7e30-72e81720145c-4000994b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9993537-ee3d-712f-a3b6-51c9c472dd5b-4000994b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3fa8f45a-341e-48ea-49cf-b5093beb0586-4000994b, #w-node-_655be579-4435-bef2-ed4e-8ca47055a3f6-4000994b, #w-node-_1d393380-6c39-8d89-353c-285c88d92491-4000994b, #w-node-c217898e-c96e-79db-d9f8-729b31aac0a0-4000994b, #w-node-_740375c5-f1f6-80f1-58ac-bcf03fedc8cf-4000994b, #w-node-f4e0537b-2027-f044-5753-0355623653be-4000994b, #w-node-fe646c87-5ab6-da49-34a5-c3f23ec68275-4000994b, #w-node-_941f8745-b838-ed66-44b7-765ba8a4bff5-4000994b, #w-node-_163ddb98-952a-817c-02be-09590da4f048-4000994b, #w-node-f72a46a2-87c3-9cc8-cd61-f1d9dfb71fe8-4000994b, #w-node-_0d7a9f91-2140-e16b-b9c4-e373532b7503-4000994b, #w-node-_3b557e0a-362a-eafe-b0bb-c177c3144db8-4000994b, #w-node-_92564182-ca4b-3121-d787-1e81160c23a9-4000994b, #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006a3-e5c0068c, #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006a8-e5c0068c, #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006bc-e5c0068c, #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006d0-e5c0068c, #w-node-_6b3b27cc-2480-b58a-ac12-91a6a7c540ce-a7c540ce, #w-node-_6b3b27cc-2480-b58a-ac12-91a6a7c540cf-a7c540ce, #w-node-f755956d-76b0-91fb-a9c5-8ee7664d13e5-664d13e5, #w-node-_8f47ad14-3b1f-f93d-caa3-c67cb5396329-b53962da, #w-node-_8f47ad14-3b1f-f93d-caa3-c67cb5396332-b53962da, #w-node-_9bf0b039-b461-a746-dccf-30d9dd4626d4-40009951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bff80fa-6302-0b15-0774-b8b14104a92f-40009952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8bff80fa-6302-0b15-0774-b8b14104a935-40009952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bff80fa-6302-0b15-0774-b8b14104a93b-40009952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6b704f74-ec7d-2c1b-51b3-a97b471bd5b4-40009952, #w-node-_9d77daf9-44f2-03ce-f460-4a96b2b5638c-40009952, #w-node-_60a3ff5c-e519-8f60-0d32-97801bd604cd-40009952, #w-node-e99352fd-7d78-31af-d83f-bb1708c077d7-40009952, #w-node-acba92e2-cff3-13f6-5306-65420ca7ec5a-40009952, #w-node-fb1a93b6-83ed-3f2d-5967-a162a47d9158-40009952, #w-node-_42b42e49-c0d6-0ee8-1043-1176b6557d2e-40009952, #w-node-_0434b86a-9b30-8b39-26a2-a68e34164269-40009952, #w-node-a8e417b6-3bf7-4b95-7d30-4ecc680753f5-40009957, #w-node-_3eb8d203-2a4b-334e-bf51-93581cb64c87-40009957, #w-node-_212a7e9f-27f4-6899-c16e-9be6ff787eb7-4000995a, #w-node-_212a7e9f-27f4-6899-c16e-9be6ff787ed2-4000995a, #w-node-_212a7e9f-27f4-6899-c16e-9be6ff787ef0-4000995a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8da2048b-bea4-d127-541b-c9a982f24034-4000995b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a8edb0d3-8cdf-63ee-6f93-5934669d8b33-4000995b, #w-node-_344e55f1-9a06-b084-e8ad-ff82f4f3ae90-4000995b, #w-node-_3afe52cd-abfc-4bdf-0260-ec9d54086c06-4000995e, #w-node-ff181aec-30ad-996d-0def-9ef51703af13-4000995e, #w-node-_65611f79-78a8-2a81-9344-d5e158bad9e0-4000995e, #w-node-_05272058-bef0-a086-3d77-241668fc3936-4000995e, #w-node-_328fb144-50dd-d36f-1770-92fc9c3ef873-4000995e, #w-node-_21e0d3f2-a46d-26bc-af75-45f2c67e12ec-4000995e, #w-node-_644739e1-6631-6cb7-64ca-7788bebbf3ef-4000995e, #w-node-_0a604948-8c80-21c1-957a-374f1c7ecf5e-4000995e, #w-node-_0d5b1965-1221-ea40-d02d-024b09d78c0e-4000995e, #w-node-abcbd371-97ec-dc33-f948-40d43c8732e3-4000995e, #w-node-e68c8992-c162-2d19-8f12-8e0914d0d430-4000995e, #w-node-c7686774-fa7a-0cc4-a0be-4b933e552425-4000995e, #w-node-_737d9ef8-443a-b0ff-5887-00a4405ea521-4000995f, #w-node-_954a9fba-1836-5c4d-4747-960be8ad9894-4000995f, #w-node-d11e05a6-464d-cc35-a6a7-5a29514e556e-4000995f, #w-node-_6cd843c4-4108-54c9-34b0-fe514367577a-4000995f, #w-node-_1f6f065d-6901-05e5-c54a-d4594ed06787-4000995f, #w-node-_1f6f065d-6901-05e5-c54a-d4594ed06789-4000995f, #w-node-_1f6f065d-6901-05e5-c54a-d4594ed0678d-4000995f, #w-node-_3b1b0b8c-69e0-7741-6bc6-7e094c8ae719-40009962, #w-node-_3b1b0b8c-69e0-7741-6bc6-7e094c8ae734-40009962, #w-node-_3b1b0b8c-69e0-7741-6bc6-7e094c8ae752-40009962, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb1-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb2-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb3-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb5-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb7-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb8-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccb9-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccc4-40009963, #w-node-_01371d39-cd9e-c236-56c3-b98ef9b358c1-40009963, #w-node-_82b728e9-1ee5-5adb-2dbd-67b8a5eb91ed-40009963, #w-node-_82b728e9-1ee5-5adb-2dbd-67b8a5eb91ef-40009963, #w-node-_69792181-2bda-6a77-47f8-fa6ece91be80-40009963, #w-node-_69792181-2bda-6a77-47f8-fa6ece91be81-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cccd-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cccf-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccda-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cce0-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cce6-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccec-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccf2-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cd00-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7cd06-40009963, #w-node-_994992ba-05b5-50c1-d056-6f94ece7ccf8-40009963, #w-node-_93de3596-7ad6-f816-fb3b-43387f40d607-7f40d607, #w-node-_93de3596-7ad6-f816-fb3b-43387f40d609-7f40d607, #w-node-_438d379d-a6b4-b363-1f41-aa18b608c766-40009964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_66fa9628-5906-d9d1-7521-8c4e7da1f706-4000994b {
    justify-self: center;
  }

  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006a3-e5c0068c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006d0-e5c0068c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bff80fa-6302-0b15-0774-b8b14104a92f-40009952 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006a3-e5c0068c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006a8-e5c0068c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006bc-e5c0068c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4f0fc706-f4a2-718b-dbb4-cff8e5c006d0-e5c0068c {
    grid-area: 4 / 1 / 5 / 3;
  }
}


