:root {
  --black: black;
  --light-grey: #f4f4f4;
  --1511ce: var(--black);
  --white: white;
  --blue-violet: #6e45e9;
  --blackkkk: var(--1511ce);
  --color: white;
  --color-2: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: 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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: -14.8rem;
  margin-bottom: 5.7rem;
  padding-top: 0;
  padding-bottom: 73px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 180px;
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-style-link {
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.page-wrapper {
  margin-top: 3px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-large.cta {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility-image {
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.main-wrapper.light-teal {
  margin-top: -287px;
}

.main-wrapper.gradient-top {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
}

.container-smaller {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: -4.9rem;
}

.margin-bottom.margin-xsmall {
  text-align: right;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: left;
  align-self: flex-start;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-huge {
  margin-bottom: 195px;
}

.margin-right, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xxlarge {
  margin-top: 36px;
  margin-bottom: 114px;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-medium {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-of-features {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
}

.text-of-features.max-width-small {
  margin-top: 68px;
}

.text-of-features.max-width-large.text-align-center {
  max-width: 60rem;
  margin-top: -135px;
  margin-bottom: 1.6rem;
  margin-right: auto;
  font-family: Chillax, sans-serif;
  font-size: 22px;
  line-height: 1.7;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-styleguide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide-grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  text-align: center;
  margin-top: .4rem;
  margin-bottom: 1.2rem;
  margin-left: 0;
  font-family: Chillax, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h6.e-invoicing {
  margin-top: 1.1rem;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 25px;
}

.heading-style-h6.fluid {
  text-align: left;
  margin-top: 1.1rem;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 38px;
}

.heading-style-h6.apple-pay {
  margin-top: 1.1rem;
  margin-left: 0;
  padding-left: 56px;
  padding-right: 37px;
}

.heading-style-h6.recurring {
  margin-top: 1.1rem;
  padding-right: 0;
}

.heading-style-h6.moto {
  margin-top: 1.1rem;
  margin-left: -7px;
  padding-left: 5px;
}

.rl-styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.text-style-strikethrough {
  font-family: Poppins, sans-serif;
  text-decoration: line-through;
}

.heading-style-h1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-size-tiny {
  font-family: Poppins, sans-serif;
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--black);
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: background-color .25s;
}

.button:hover {
  background-color: #303030;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: underline;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.background-color-black {
  grid-column-gap: .2rem;
}

.button.is-icon.background-color-black:hover {
  background-color: #444;
}

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  text-decoration: none;
}

.button.is-secondary:hover {
  background-color: rgba(0, 0, 0, .07);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate:hover {
  background-color: #333;
}

.button.is-secondary.is-small {
  border-radius: 10px;
}

.button.is-secondary.is-small.is-icon {
  color: #000;
}

.button.is-secondary.is-icon {
  background-color: #fff;
}

.button.is-small {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: .5rem 1.25rem;
}

.button.is-small:hover {
  background-color: #3d3d3d;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

.button.is-alternate:hover {
  background-color: #c7c7c7;
}

.button.background-color-black {
  text-decoration: none;
}

.button.rounded {
  padding: .75rem;
}

.button.rounded.background-color-gray {
  background-color: #e9e9e9;
}

.text-weight-normal {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-style-h4 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-style-italic {
  font-family: Poppins, sans-serif;
  font-style: italic;
}

.form-radio-label {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-weight-light {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.rl-styleguide-label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide-label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  align-self: auto;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Poppins, sans-serif;
}

.text-weight-bold {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-style-h3 {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form-input {
  height: auto;
  min-height: 3.5rem;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  border-radius: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Poppins, sans-serif;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
  font-family: Poppins, sans-serif;
}

.form-input.radius-6 {
  background-color: #f7f7f7;
  border-radius: 6px;
}

.rl-styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide-color {
  padding-bottom: 8rem;
}

.rl-styleguide-color.is-black {
  background-color: var(--black);
}

.rl-styleguide-color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide-color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

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

.text-weight-semibold {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
  font-family: Poppins, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Poppins, sans-serif;
}

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

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.rl-styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide-subheading {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.text-align-center {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-align-center.max-width-large {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
}

.text-size-small.no-padding, .text-size-small.text-weight-medium {
  margin-bottom: 0;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-rich-text h5, .text-rich-text h6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Poppins, sans-serif;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-style-3lines {
  font-family: Poppins, sans-serif;
}

.text-size-large {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.padding-section-small {
  margin-bottom: -6px;
  padding-top: 57px;
}

.the-photo {
  margin-top: 249px;
  padding-bottom: 4px;
  padding-left: 5%;
  padding-right: 5%;
}

.the-photo.padding-top.padding-superhuge {
  padding-top: 0;
}

.the-photo.hero {
  z-index: 2;
  margin-top: 301px;
  padding-bottom: 1px;
  position: relative;
}

.padding-section-medium {
  margin-top: -230px;
  margin-bottom: 211px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.navbar-link {
  padding: 1.5rem .7rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.navbar-link:hover {
  color: var(--blue-violet);
}

.navbar-link.w--current {
  color: var(--black);
}

.body-light {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.heading {
  min-width: 850px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -652.5px;
  margin-bottom: 287.3px;
  margin-left: -8px;
  padding-right: 0;
  font-family: Chillax, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.heading.text-color-white {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-2.text-color-white {
  color: #000;
}

.heading-2.text-align-center.max-width-medium {
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -18.3rem;
  margin-left: 21px;
  padding-top: 0;
  padding-bottom: 31px;
  font-family: Chillax, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
}

.heading-3.max-width-large.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-3.text-align-center {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-3.text-align-center.max-width-large {
  margin-top: -2.5rem;
  padding-bottom: 82px;
  font-family: Chillax, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.heading-3.text-color-white {
  color: #000;
}

.heading-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-4.text-color-white {
  color: #000;
}

.heading-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-5.text-color-white {
  color: #000;
}

.heading-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-6.text-color-white {
  color: #000;
}

.paragraph, .link, .block-quote, .list, .list-2, .list-3 {
  font-family: Poppins, sans-serif;
}

.info-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.info-image-wrapper {
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 200px;
}

.icon {
  width: 24px;
  height: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.white {
  color: #fff;
}

.logo3-logo {
  max-height: 3.5rem;
}

.section-logo {
  overflow: hidden;
}

.section-logo.homepage {
  z-index: 2;
  min-height: 100px;
  background-color: #000;
  margin-top: 139px;
  padding-top: 26px;
  padding-bottom: 0;
  position: relative;
}

.section-logo.homepage._5555 {
  min-height: 50px;
  margin-top: -88px;
  padding-top: 0;
  padding-bottom: 0;
}

.logos-component {
  display: flex;
}

.logos-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

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

.logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-testimonial {
  background-color: #000;
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
}

.section-cta {
  background-color: #e7f6f9;
  background-image: url('../images/Cta-background-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 277px;
  position: relative;
  overflow: hidden;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer-link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--blue-violet);
}

.footer-link.highlight {
  background-color: rgba(110, 69, 233, .11);
  border-radius: 8px;
  padding-left: .8rem;
  padding-right: .8rem;
  font-weight: 400;
}

.footer-legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.footer-component {
  color: #fff;
  background-color: #fff;
}

.text-size-small-2 {
  color: #000;
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold {
  font-weight: 400;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
}

.social-icon:hover {
  color: var(--blue-violet);
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-menu-wrapper.text-color-white {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #4197a7;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .09);
}

.footer3-logo-link {
  float: none;
  padding-left: 0;
}

.footer3-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  align-items: start;
}

.footer-credit-text {
  color: #000;
  font-size: 1rem;
}

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

.text-style-link-2 {
  text-decoration: underline;
}

.body {
  background-color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.section {
  background-color: #fff;
  margin-bottom: -354px;
  padding-top: 0;
  padding-bottom: 349px;
}

.section.circles-background {
  background-color: #fff;
}

.section.gray-background {
  background-color: #f1f1f1;
}

.background-color-dark {
  color: var(--white);
  background-color: #000;
}

.team-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mage-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(26, 74, 83, .33), rgba(26, 74, 83, .33));
  border-radius: 12px;
  position: absolute;
  top: 0;
}

.checkmark-icon {
  width: 36px;
  height: 36px;
  color: #934cef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrapper {
  background-color: #f3f3f3;
  border-radius: 14px;
  padding: 28px;
  position: relative;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: block;
}

.text-field {
  height: 50px;
  border: 1.2px #000;
  border-radius: 10px;
}

.textarea {
  min-height: 220px;
  border: 1.2px #000;
  border-radius: 10px;
}

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

.feature-preview {
  grid-row-gap: 20px;
  border-radius: 22px;
  flex-direction: column;
  padding: 26px;
  display: flex;
}

.faq-component {
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--black);
  flex-direction: column;
  display: flex;
}

.faq-question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2-icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.faq-answer {
  overflow: hidden;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.success-text {
  font-weight: 600;
}

.login-navbar {
  width: 100%;
  height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.login-content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.login-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.login-component {
  min-height: 100vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: auto;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.login-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.login-image-wrapper {
  background-color: rgba(244, 244, 244, 0);
  justify-content: center;
  align-items: center;
  padding: 21px;
}

.login-footer {
  width: 100%;
  height: 4.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.pricing-grid.margin-top.margin-xlarge {
  margin-top: 0;
}

.pricing-plan {
  height: 650px;
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(168deg, #dff3f7, #fff 68%);
  border: 1px #e1e1e1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.pricing-plan.free {
  border-top: 7px #a668f7;
}

.plan-feature-row {
  grid-column-gap: 7px;
  display: flex;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-heading {
  flex: 1;
}

.blog-heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.heading-style-h5-2 {
  max-height: 4.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
}

.section-blog {
  overflow: hidden;
}

.blog-button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-button-row.show-mobile-landscape {
  display: none;
}

.text-size-regular-2 {
  height: 49px;
  font-size: 1rem;
  overflow: hidden;
}

.blog23-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-category-menu {
  width: 100%;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.blog-item-content {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 1.5rem;
  display: flex;
}

.blog-category-wrapper {
  background-color: #eaedf0;
  border-radius: 10px;
  margin-bottom: .5rem;
  display: inline-block;
}

.blog-category-wrapper.padding-xxsmall {
  background-color: #e4e4e4;
  border-radius: 200px;
}

.blog-featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-featured-item {
  background-color: #fff;
  background-image: linear-gradient(118deg, #fff 65%, #f3f3f3);
  border: 1px solid #dbdbdb;
  border-radius: 14px;
  margin-bottom: 4rem;
  display: flex;
}

.blog-featured-image {
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog23-menu-link {
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog23-menu-link.w--current {
  border: 1px solid var(--black);
}

.blog23-menu-link.current.w--current {
  border-radius: 10px;
}

.blog23-author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.blog-item-link {
  width: 100%;
  border-radius: 14px;
  flex-flow: column wrap;
  flex: 1;
  order: 0;
  text-decoration: none;
  display: block;
}

.blog-featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.blog23-date-wrapper {
  align-items: center;
  display: flex;
}

.blog23-author-image-wrapper {
  margin-right: 1rem;
}

.blog-item {
  min-height: auto;
  background-color: #fff;
  background-image: linear-gradient(163deg, #fff 66%, #f3f3f3);
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  flex-direction: column;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  border: 1px #000;
  border-top-width: 6px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog23-featured-title-wrapper {
  margin-bottom: 1rem;
}

.blog23-title-wrapper {
  margin-bottom: .5rem;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.blog-featured-item-content {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.reading-time {
  margin-left: 5px;
  font-size: .875rem;
}

.collection-list {
  grid-column-gap: 29px;
  grid-row-gap: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.collection-list-3 {
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost-share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blogpost-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost-breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.blogpost-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost-date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost-content {
  margin-bottom: 4rem;
}

.blogpost-author-image-wrapper {
  margin-right: 1rem;
}

.blogpost3-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost-author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.blogpost-author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-content-top {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blogpost-author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogpost-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blogpost-social-link {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: .55rem;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blogpost-title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost-author-text {
  display: flex;
}

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

.content28-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.typography-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  justify-items: center;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.typography-demo {
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.icons-grid {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.licensing-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.nav-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.licensing-small-image {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.heading-7 {
  font-family: Thicccboi;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.changelog-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.changelog {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.changelog.padding-bottom.padding-xlarge {
  margin-top: 7.9rem;
  margin-bottom: 6.4rem;
}

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

.checkout-form {
  background-color: rgba(245, 245, 245, 0);
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

.form-input-tight {
  border-radius: 200px;
}

.block-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.block-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.apple-pay {
  border-radius: 20px;
}

.paypal-checkout-form {
  background-color: rgba(245, 245, 245, 0);
  margin-top: 0;
  padding-top: 65px;
}

.order-confirmation {
  background-color: rgba(245, 245, 245, 0);
  margin-top: 45px;
}

.read-time {
  display: flex;
}

.link-3 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.link-4 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.not-found-block {
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
  display: flex;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  display: none;
}

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

.cart-container {
  border-radius: 12px;
}

.brand {
  width: 140px;
  height: 39px;
  margin-right: 20px;
  padding-left: 0;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-container {
  width: 90%;
  height: 100%;
  max-width: 1300px;
  min-height: 40px;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  overflow: hidden;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.web-payments {
  border-radius: 10px;
}

.cart-text {
  margin-right: 3px;
}

.cart-quantity-3 {
  min-width: auto;
  color: #0b141f;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-wrap {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  z-index: 9;
  width: 90%;
  max-width: 1300px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px rgba(0, 46, 36, .2);
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navigation-right {
  grid-column-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.resource-visual-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cart-container-2 {
  border-radius: 10px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  margin-right: auto;
  font-size: 15px;
  display: block;
  position: static;
}

.icon-3 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  background-color: #866262;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 7px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.navigation-main {
  height: 92px;
  position: relative;
}

.section-header {
  position: relative;
}

.section-header.no-shape {
  background-image: none;
}

.text-align-center-3 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.text-align-center-3.max-width-large {
  margin-top: 325px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-3 {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.features-main {
  grid-column-gap: 38px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-right: 0;
  display: grid;
}

.layouts-component-1 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-bottom: -22px;
  padding-bottom: 0;
  display: flex;
}

.layout-item {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(156deg, #f3f5f5 16%, #fff 74%);
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 69px;
  padding: 1.2rem .8rem 0;
  display: flex;
}

.layout-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout-card-content {
  flex-direction: column;
  justify-content: center;
  margin-top: -340px;
  margin-bottom: -156px;
  margin-left: -20px;
  padding: 3rem 4.4rem 3rem 0;
  display: flex;
}

.layout-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.feature-data {
  grid-column-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-cta-dark {
  background-color: #000;
  background-image: url('../images/Cta-Background-Dark-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -328px;
}

.testimonial-component-main {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

.testimonial-slide {
  margin-right: 5rem;
}

.testimonial-dark-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial15-client-image {
  object-fit: cover;
}

.testimonial-content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-rating-wrapper {
  display: flex;
}

.testimonial-rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-divider {
  width: 1px;
  background-color: #cfcfcf;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial13-logo {
  max-height: 3rem;
}

.testimonial15-arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial15-arrow.is-left {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-color: #000;
  right: 4rem;
}

.testimonial15-arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial15-slide-nav {
  height: 1.75rem;
  color: #000;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-align-center-5, .text-align-center-6 {
  text-align: center;
}

.career-component {
  margin-top: 65px;
}

.career-list-wrapper {
  overflow: hidden;
}

.career-list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-item-link {
  width: 100%;
  border: 1px none var(--black);
  background-color: #f5f5f5;
  border-radius: 14px;
  padding: 2rem;
  text-decoration: none;
}

.career-title-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.career-job-details-wrapper {
  display: flex;
}

.career-detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career17-icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

.career-roles {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.gradient-top {
  background-image: linear-gradient(#ececec, #fff);
}

.gradient-bottom {
  background-image: linear-gradient(#fff, #ececec);
}

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

.pricing-component {
  background-color: #f6f6f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.pricing-tabs-menu {
  border-radius: 10px;
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing8-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .5rem 1.5rem;
}

.pricing8-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
}

.pricing-tab-pane {
  padding-bottom: 81px;
}

.text-size-regular-5 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.icon-31 {
  width: 24px;
  height: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing-top-row-content {
  height: 100%;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-top-row-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing22-top-row-price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing22-top-row-price-month {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.pricing22-top-row-button {
  flex: 0 auto;
}

.pricing-heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing-row.background-color-gray {
  background-color: rgba(244, 244, 244, 0);
  border-bottom: 1px solid #e4e4e4;
}

.pricing-feature {
  padding: 1rem 1.5rem;
}

.pricing-row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing-bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing-bottom-row-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-10 {
  color: var(--black);
}

._404-headline {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #7341ff 24%, #9044ff 57%, #ffad2a 82%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12rem;
  font-weight: 900;
}

.resources-head {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 64px;
  display: flex;
}

.section-hero {
  background-image: url('../images/Hero-Background.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -52px;
  margin-bottom: -1px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

.layout-content {
  margin-bottom: -168px;
}

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

.features {
  grid-column-gap: 40px;
  grid-row-gap: 17px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-card-right {
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
  border: 1px none var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-size-small-3 {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
}

.quote-icon {
  margin-bottom: 43px;
}

.text-size-medium-4 {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
}

.discovery-call {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.discovery-call-info {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.text-span {
  font-weight: 600;
}

.heading-21 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000 40%, #6b6b6b 72%, #dfdfdf);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-21.max-width-large.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.company-features {
  grid-column-gap: 46px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 79px;
  margin-bottom: 88px;
}

.company-feature {
  color: #000;
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 16px;
  padding: 28px 21px;
}

.pricing-plan-name {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

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

.trustpilot-logo {
  margin-bottom: .5rem;
}

.rating-score {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-block {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  border-radius: 12px;
  padding: 2rem;
}

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

.image-layout-service {
  max-width: 80%;
  margin: -16px 24px 15px 27px;
}

.image-layout-service.different-imag {
  margin-top: -11px;
}

.image-layout-service.moto {
  margin-bottom: 28px;
}

.feature-block {
  height: 520px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(182deg, #e8f1f3 4%, #fff 34%), linear-gradient(#fff, #fff);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.feature-inner-top {
  padding: 2rem 1.2rem 1.2rem;
}

.heading-23 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.margin-top-21 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 8rem;
  display: grid;
}

.gallery-lightbox-link {
  width: 100%;
}

.gallery7-image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.margin-top-22 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-22.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-24 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-24.text-align-center.max-width-medium {
  margin-left: auto;
  margin-right: auto;
}

.team-members-main {
  grid-row-gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 82px;
  padding-bottom: 4rem;
}

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

.mask {
  border-radius: 20px;
}

.mask.testimonial-v1 {
  max-width: 500px;
  overflow: visible;
}

.slide.testimonial-v1 {
  max-width: 380px;
  margin-right: 30px;
}

.slide.testimonial-v1.first {
  max-width: 380px;
}

.card {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(8, 15, 52, .04);
}

.card.testimonial-v1 {
  padding: 53px 54px 60px;
}

.card.testimonial-v1.first {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
}

.split-content.testimonial-v1 {
  display: inline-block;
}

.image-card {
  margin-bottom: 22px;
}

.slider-arrow {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #4a3aff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px rgba(12, 4, 102, .2);
}

.slider-arrow:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, .1);
}

.slider-arrow:active {
  transform: scale(.94);
}

.slider-arrow.small {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow.small.left {
  color: #fff;
  background-color: #6e45e9;
  right: auto;
}

.slider-arrow.small.right {
  color: #fff;
  background-color: #6e45e9;
  left: auto;
}

.display-none {
  display: none;
}

.feature-img {
  width: 100%;
}

.pricing-plan-details {
  z-index: 1;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-direction: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.pricing-package-image {
  z-index: 0;
  margin-top: -118px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.pricing-plans-component {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.layout-inner-top {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 11px;
  display: flex;
}

.layout-inner-top.moto {
  margin-left: 20px;
  margin-right: 20px;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.hire-us-wrapper {
  border-radius: 8px;
  padding: 15px;
  display: block;
  position: relative;
}

.hire-us {
  width: 100%;
  max-width: 310px;
  background-color: #000;
  border-radius: 8px;
  display: block;
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.hire-us-text {
  width: 90%;
  color: #fff;
  font-size: .8rem;
}

.dup-icon {
  width: 16px;
}

.hire-us-button {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.buy-template-label {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
}

.hire-us-close-icon {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}

.hire-us-button-text {
  color: #fff;
  font-size: .8rem;
}

.all-templates {
  z-index: 999999;
  width: 154px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
}

.all-templates-label {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
}

.extras {
  display: block;
}

.buy-template {
  z-index: 9999;
  width: 154px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #4353ff;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 52px;
  right: 12px;
}

.paragraph-2 {
  margin-top: 321px;
}

.heading-25 {
  margin-top: 3.7rem;
  padding-left: 55px;
  font-family: Chillax, sans-serif;
  font-size: 70px;
}

.heading-26 {
  margin-top: 3.2rem;
  padding-left: 55px;
  padding-right: 369px;
  font-family: Chillax, sans-serif;
  font-size: 55px;
}

.container-2 {
  margin-top: -312px;
}

.section-2 {
  margin-top: 2px;
  margin-bottom: 7px;
}

.heading-that-changes-here {
  margin-top: -51.3rem;
  margin-bottom: 18.9rem;
  margin-left: 9px;
  padding-left: 86px;
  padding-right: 268px;
  font-family: Chillax, sans-serif;
  font-size: 90px;
  font-weight: 600;
}

.container-3 {
  max-width: 1100px;
  margin-top: -331px;
  margin-bottom: 164px;
  margin-left: 72px;
}

.image-8 {
  width: 1200px;
  min-width: 1200px;
  margin-top: -486px;
  margin-left: -41px;
}

.image-9 {
  width: 1300px;
  height: 600px;
  max-width: 50%;
  min-height: 600px;
  min-width: 1000px;
  float: left;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  margin-top: 435px;
  margin-bottom: -657px;
  margin-left: -40px;
}

.image-10 {
  height: 700px;
  max-width: 80%;
  min-height: 700px;
  margin-top: 379px;
  margin-bottom: 94px;
  margin-left: 353px;
}

.paragraph-3 {
  margin-top: -349px;
  padding-left: 59px;
  padding-right: 364px;
  font-family: Chillax, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.text-block-2 {
  text-align: left;
  margin-top: 140px;
  margin-left: 42px;
  padding-left: 18px;
  font-family: Chillax, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-who-are-we {
  margin-top: -31px;
  padding-top: 841px;
}

.container-4 {
  margin-top: -720px;
}

.paragraph-4 {
  margin-top: 9px;
}

.paragraph-5 {
  margin-top: -48px;
  margin-left: -66px;
  padding-right: 97px;
  font-family: Chillax, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.heading-27 {
  color: var(--1511ce);
  margin-top: 7.7rem;
  margin-bottom: 5.1rem;
  margin-left: -34px;
  padding-bottom: 0;
  font-family: Chillax, sans-serif;
  font-weight: 600;
}

.heading-28 {
  width: auto;
  max-width: none;
  min-width: auto;
  text-align: right;
  margin-top: 3.9rem;
  margin-bottom: 2.2rem;
  margin-left: 275px;
  padding-right: 84px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
}

.paragraph-6 {
  text-align: right;
  margin-top: -85px;
  margin-left: 129px;
  margin-right: 61px;
  padding-left: 99px;
  padding-right: 17px;
  font-family: Chillax, sans-serif;
  font-size: 23px;
  line-height: 35px;
}

.image-11 {
  width: 2000px;
  height: 700px;
  min-height: 800px;
  min-width: 2400px;
  margin-top: -777px;
  margin-bottom: -1px;
  margin-left: 1px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 36px;
  margin-left: 70px;
  margin-right: 39px;
  font-family: Chillax, sans-serif;
  font-size: 22px;
}

.second-layer {
  grid-column-gap: 25px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  margin-top: -21px;
  padding-top: 0;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.heading-29 {
  text-align: center;
  margin-top: -16.6rem;
  padding-top: 55px;
  font-family: Chillax, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}

.paragraph-8 {
  text-align: center;
  margin-top: -153px;
  margin-bottom: 5.5rem;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Chillax, sans-serif;
  font-size: 22px;
}

.paragraph-9 {
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.paragraph-10 {
  width: 600px;
  margin-top: 75px;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.spline-scene {
  width: 620px;
  height: 420px;
  min-height: 600px;
  min-width: 300px;
  opacity: 1;
  text-align: center;
  object-fit: fill;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: -245px;
  margin-left: -95px;
  margin-right: -110px;
  padding: 0 0 0 45px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.heading-30 {
  margin-top: -2.9rem;
  margin-bottom: .9rem;
  padding-bottom: 13px;
  font-family: Chillax, sans-serif;
  font-size: 2.5rem;
}

.bold-text {
  margin-left: 14px;
  font-weight: 600;
}

.text-block-4 {
  width: auto;
  margin-top: -10px;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.spline-scene-2 {
  margin-top: 148px;
}

.heading-31 {
  text-align: right;
  margin-top: 1.2rem;
  padding-right: 35px;
}

.container-5 {
  max-width: 1100px;
  margin-top: -39px;
}

.text-block-5 {
  width: 650px;
  text-align: right;
  margin-top: -150px;
  margin-left: 444px;
  padding-left: 73px;
  padding-right: 29px;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.spline-scene-3 {
  width: 650px;
  height: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: -99px;
  margin-left: -76px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.bold-text-2 {
  font-family: Chillax, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-32 {
  text-align: right;
  margin-top: -31.2rem;
  margin-bottom: 29.9rem;
  padding-bottom: 61px;
  padding-right: 90px;
}

.bold-text-3 {
  font-family: Chillax, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.text-block-6 {
  width: 750px;
  text-align: right;
  margin-top: -882px;
  margin-bottom: 523px;
  margin-left: 397px;
  padding-left: 188px;
  padding-right: 42px;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.heading-33 {
  text-align: right;
  margin-top: -27.9rem;
  margin-right: 46px;
  padding-right: 49px;
  font-family: Chillax, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.text-block-7 {
  width: auto;
  text-align: right;
  margin-top: -151px;
  margin-left: 483px;
  padding-left: 87px;
  padding-right: 95px;
  font-family: Chillax, sans-serif;
  font-size: 21px;
}

.image-12 {
  margin-top: 631px;
  margin-bottom: -300px;
  margin-left: 759px;
  padding-right: 24px;
}

.section-3 {
  margin-top: 112px;
  padding-top: 361px;
  padding-bottom: 46px;
}

.heading-34 {
  color: #000;
  text-align: center;
  margin-top: -10.8rem;
  margin-bottom: .3rem;
  margin-left: 0;
  padding-left: 0;
  font-family: Chillax, sans-serif;
}

.spline-scene-4 {
  width: 650px;
  height: 650px;
  margin-top: -322px;
  margin-left: -89px;
  padding-left: 0;
}

.card-content {
  z-index: 1;
  background-color: #020202;
  border-radius: 24px;
  position: relative;
}

.card-content.contact-form-card {
  height: 100%;
  max-height: 100px;
  max-width: none;
  min-height: 100px;
  min-width: auto;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 248px -165px;
  padding: 64px 149px 64px 61px;
  display: flex;
}

.gradient-border {
  background-image: linear-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, .16));
  border-radius: 24px;
  padding: 1px;
}

.gradient-border.line-single-left {
  z-index: -1;
  max-width: 1px;
  min-width: 1px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, 0));
  padding: 0;
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: -1px;
}

.gradient-border.line-single-right {
  z-index: -1;
  max-width: 1px;
  min-width: 1px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, 0));
  padding: 0;
  position: absolute;
  top: 24px;
  bottom: 24px;
  right: -1px;
}

.div-block-12 {
  min-width: auto;
  text-align: center;
  margin-left: 22px;
  margin-right: -93px;
}

.link-5 {
  text-align: center;
  margin-left: -11px;
  padding-right: 0;
  font-size: 28px;
  text-decoration: none;
  display: inline;
}

.container-6 {
  max-width: 1200px;
  border: 12px solid #000;
  border-radius: 0;
}

.paragraph-11 {
  width: 700px;
  margin-top: 34px;
  padding-left: 37px;
  padding-right: 0;
  font-family: Chillax, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-8 {
  padding-left: 37px;
  font-family: Chillax, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-9 {
  font-size: 23px;
}

.text-block-10 {
  margin-left: -67px;
  font-family: Chillax, sans-serif;
  font-size: 23px;
}

@media screen and (min-width: 1440px) {
  .margin-bottom.margin-small {
    margin-bottom: -9.4rem;
  }

  .margin-bottom.margin-xsmall {
    font-size: 1.4rem;
  }

  .margin-bottom.margin-medium {
    padding-bottom: 0;
  }

  .text-of-features.max-width-large.text-align-center {
    max-width: 70rem;
    font-size: 24px;
  }

  .heading-style-h6 {
    margin-top: .4rem;
    padding-left: 18px;
    padding-right: 32px;
    font-size: 1.48rem;
  }

  .heading-style-h6.e-invoicing {
    padding-left: 65px;
    padding-right: 72px;
    font-size: 1.4rem;
  }

  .heading-style-h6.fluid {
    padding-left: 67px;
    padding-right: 60px;
  }

  .heading-style-h6.apple-pay {
    padding-left: 72px;
    padding-right: 72px;
    font-size: 1.35rem;
  }

  .heading-style-h6.recurring {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 1.4rem;
  }

  .heading-style-h6.moto {
    margin-top: 1.1rem;
    padding-left: 9px;
    padding-right: 9px;
  }

  .padding-section-small {
    padding-top: 94px;
  }

  .the-photo {
    border: 0 #000;
    margin-top: 309px;
  }

  .padding-section-medium {
    padding-top: 65px;
  }

  .heading-3 {
    margin-top: -17.6rem;
    margin-left: 33px;
    padding-bottom: 105px;
    font-size: 3.1rem;
  }

  .heading-3.text-align-center.max-width-large {
    max-width: 55rem;
    margin-top: -7.4rem;
    font-size: 5rem;
  }

  .section {
    margin-top: -1px;
    margin-bottom: -373px;
    padding-bottom: 349px;
  }

  .layout-item {
    padding-right: 0;
  }

  .image-layout-service {
    padding-left: 7px;
  }

  .section-2 {
    margin-top: 91px;
  }

  .heading-that-changes-here {
    margin-top: -61.5rem;
    padding-left: 71px;
    font-size: 120px;
    font-weight: 700;
  }

  .image-10 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .paragraph-3 {
    padding-left: 96px;
    padding-right: 352px;
  }

  .text-block-2 {
    padding-left: 46px;
    font-size: 23px;
  }

  .section-who-are-we {
    opacity: 1;
  }

  .container-4 {
    margin-left: 88px;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: -67px;
    margin-left: -154px;
    margin-right: -437px;
    padding-left: 182px;
    padding-right: 302px;
    font-size: 27px;
    line-height: 40px;
  }

  .heading-27 {
    text-align: left;
    margin-top: .2rem;
    margin-left: 31px;
    font-size: 4rem;
  }

  .heading-28 {
    min-width: 1200px;
    text-align: left;
    margin-left: 120px;
    font-size: 4rem;
  }

  .paragraph-6 {
    text-align: left;
    margin-left: 58px;
    margin-right: -86px;
    padding-bottom: 0;
    padding-left: 58px;
    padding-right: 380px;
    font-size: 27px;
    line-height: 40px;
  }

  .image-11 {
    opacity: 1;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-top: -990px;
  }

  .paragraph-7 {
    margin-top: 32px;
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .heading-29 {
    margin-top: -10.9rem;
    font-size: 4.5rem;
  }

  .paragraph-8 {
    font-size: 24px;
  }

  .paragraph-10 {
    width: 700px;
    margin-left: 35px;
    font-size: 24px;
  }

  .spline-scene {
    margin-top: -53px;
    margin-left: 76px;
    padding-left: 0;
  }

  .heading-30 {
    width: 700px;
    min-width: 700px;
  }

  .bold-text {
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    margin-left: 20px;
    font-size: 3.1rem;
  }

  .text-block-4 {
    width: 700px;
    margin-top: -14px;
    margin-left: 22px;
    font-size: 24px;
  }

  .heading-31 {
    padding-right: 35px;
  }

  .container-5 {
    margin-left: 277px;
  }

  .text-block-5 {
    width: 700px;
    margin-bottom: 14px;
    margin-left: 397px;
    padding-right: 33px;
    font-size: 24px;
  }

  .spline-scene-3 {
    margin-left: -235px;
  }

  .bold-text-2 {
    font-size: 3.1rem;
  }

  .heading-32 {
    padding-right: 99px;
  }

  .bold-text-3 {
    font-size: 3.1rem;
  }

  .text-block-6 {
    margin-left: 632px;
    padding-right: 42px;
    font-size: 24px;
  }

  .heading-33 {
    padding-right: 45px;
  }

  .bold-text-4 {
    font-size: 3.1rem;
  }

  .text-block-7 {
    width: 800px;
    margin-left: 556px;
    padding-left: 51px;
    padding-right: 0;
    font-size: 24px;
  }

  .image-12 {
    margin: 543px -190px -262px 978px;
    padding-right: 0;
  }

  .heading-34 {
    font-size: 4.5rem;
  }

  .spline-scene-4 {
    margin-left: -74px;
  }

  .card-content.contact-form-card {
    min-width: auto;
    margin-left: 284px;
  }

  .div-block-12 {
    margin-left: -130px;
  }

  .link-5 {
    margin-left: 116px;
    font-size: 30px;
  }

  .container-6 {
    max-width: none;
    padding-bottom: 0;
  }

  .text-block-10 {
    margin-left: 25px;
    margin-right: -240px;
    font-size: 27px;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper.light-teal {
    margin-top: -305px;
  }

  .margin-bottom.margin-small {
    margin-top: 6.2rem;
  }

  .text-of-features.max-width-large.text-align-center {
    max-width: 1900px;
    min-width: 1500px;
    margin-left: -116px;
    font-size: 30px;
  }

  .heading-style-h6 {
    margin-top: .7rem;
    font-size: 2rem;
  }

  .heading-style-h6.e-invoicing {
    margin-top: 2.2rem;
    padding-left: 65px;
    font-size: 2rem;
  }

  .heading-style-h6.fluid {
    margin-top: 2.2rem;
  }

  .heading-style-h6.apple-pay {
    margin-top: 2.2rem;
    padding-left: 79px;
    font-size: 2rem;
  }

  .heading-style-h6.payments {
    margin-left: -14px;
    padding-right: 20px;
  }

  .heading-style-h6.recurring {
    padding-right: 19px;
    font-size: 2rem;
  }

  .heading-style-h6.moto {
    margin-top: 2.1rem;
  }

  .the-photo {
    margin-top: 262px;
  }

  .padding-section-medium {
    margin-top: -231px;
  }

  .heading-3 {
    margin-top: -7.3rem;
    margin-left: -135px;
    padding-bottom: 63px;
    padding-right: 0;
    font-size: 4.5rem;
  }

  .heading-3.text-align-center.max-width-large {
    max-width: 550rem;
    font-size: 6rem;
  }

  .section-logo.homepage._5555 {
    background-color: #fff;
  }

  .section {
    height: 1500px;
    max-height: 1500px;
    min-height: 1500px;
    margin-bottom: 1153px;
    padding-bottom: 345px;
  }

  .layouts-component-1 {
    min-width: 300px;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    margin-left: -118px;
    padding-left: 0;
    padding-right: 148px;
  }

  .layout-item {
    height: 300px;
    max-width: 200px;
    min-height: 200px;
    min-width: 370px;
    margin-left: -37px;
  }

  .image-layout-service {
    padding-left: 10px;
  }

  .image-layout-service.moto {
    margin-top: -9px;
    margin-bottom: 19px;
    padding-top: 16px;
  }

  .image-layout-service.payments {
    padding-left: 8px;
    padding-right: 6px;
  }

  .section-2 {
    margin-top: 58px;
  }

  .heading-that-changes-here {
    margin-top: -72.1rem;
    margin-bottom: 31.3rem;
    margin-left: 114px;
    font-size: 140px;
  }

  .container-3 {
    min-width: 1200px;
    margin-top: -332px;
  }

  .image-10 {
    width: 2000px;
    height: 1000px;
    min-width: 1000px;
    margin-left: 674px;
  }

  .paragraph-3 {
    margin-top: -511px;
    margin-bottom: 25.3rem;
    margin-left: 95px;
    padding-right: 0;
    font-size: 50px;
  }

  .text-block-2 {
    margin-top: -265px;
    margin-bottom: 204px;
    margin-left: 139px;
    font-size: 30px;
  }

  .paragraph-5 {
    margin-top: -50px;
    padding-right: 84px;
    font-size: 33px;
    line-height: 48px;
  }

  .heading-27 {
    margin-top: -9.9rem;
    margin-bottom: 4.3rem;
    font-size: 6rem;
  }

  .heading-28 {
    margin-top: 6.7rem;
    font-size: 6rem;
  }

  .paragraph-6 {
    padding-bottom: 250px;
    padding-right: 629px;
    font-size: 33px;
    line-height: 47px;
  }

  .image-11 {
    height: 100px;
    min-height: 1200px;
    min-width: 2800px;
    margin-top: -875px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-7 {
    font-size: 30px;
  }

  .second-layer {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    margin-left: -125px;
  }

  .text-block-3 {
    font-size: 33px;
  }

  .paragraph-10 {
    width: 1000px;
    margin-top: 122px;
    margin-bottom: 15.1rem;
    margin-left: -139px;
    font-size: 33px;
  }

  .heading-30 {
    width: 900px;
    margin-top: 3.6rem;
    margin-left: 79px;
  }

  .bold-text {
    margin-left: -217px;
    font-size: 4.5rem;
  }

  .text-block-4 {
    width: 1000px;
    margin-top: 4px;
    margin-bottom: 37px;
    margin-left: -137px;
    font-size: 33px;
  }

  .heading-31 {
    margin-top: 8.6rem;
    margin-left: 23px;
    padding-right: 11px;
  }

  .container-5 {
    margin-left: 671px;
  }

  .text-block-5 {
    width: 1000px;
    margin-left: 154px;
    padding-left: 0;
    padding-right: 59px;
    font-size: 33px;
  }

  .spline-scene-3 {
    height: 700px;
    margin-left: -531px;
    display: flex;
  }

  .bold-text-2 {
    font-size: 5rem;
  }

  .heading-32 {
    padding-right: 160px;
  }

  .bold-text-3 {
    font-size: 5rem;
  }

  .text-block-6 {
    width: 1000px;
    margin-top: -1509px;
    margin-left: 821px;
    padding-left: 0;
    font-size: 33px;
  }

  .heading-33 {
    padding-right: 99px;
  }

  .bold-text-4 {
    font-size: 5rem;
  }

  .text-block-7 {
    width: 1100px;
    margin-left: 678px;
    padding-left: 0;
    font-size: 33px;
  }

  .image-12 {
    max-width: 25%;
    margin: 583px -563px -286px 1267px;
  }

  .heading-34 {
    font-size: 6.5rem;
  }

  .spline-scene-4 {
    margin-top: -231px;
    margin-bottom: 74px;
    margin-left: -140px;
  }

  .card-content.contact-form-card {
    min-width: auto;
    margin-left: 257px;
  }

  .div-block-12 {
    margin-left: -113px;
    font-size: 2rem;
  }

  .link-5 {
    margin-left: 147px;
    font-size: 37px;
  }

  .container-6 {
    max-width: none;
  }

  .paragraph-11, .text-block-8, .text-block-10 {
    font-size: 33px;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    margin-top: .1rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-of-features.max-width-large.text-align-center {
    padding-left: 26px;
    padding-right: 31px;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h6 {
    padding-right: 6px;
    line-height: 1.1;
  }

  .heading-style-h6.e-invoicing {
    width: 150px;
    margin-top: 1.9rem;
    margin-left: -23px;
    padding-left: 5px;
    padding-right: 0;
  }

  .heading-style-h6.fluid {
    margin-top: 1.9rem;
    margin-left: -4px;
    padding-left: 2px;
    padding-right: 0;
  }

  .heading-style-h6.apple-pay {
    margin-top: 1.9rem;
    padding-left: 5px;
    padding-right: 0;
  }

  .heading-style-h6.recurring {
    padding-right: 5px;
  }

  .heading-style-h6.moto {
    margin-top: 1.6rem;
    margin-left: -29px;
    padding-left: 20px;
    padding-right: 0;
  }

  .heading-style-h6.casca {
    margin-top: -.3rem;
    padding-top: 10px;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-icon.background-color-black {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-size-small, .text-size-small.no-padding, .text-size-small.text-weight-medium {
    display: block;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar-link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .heading-3 {
    text-align: left;
    margin-left: 6px;
    padding-left: 0;
    font-size: 2.3rem;
  }

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

  .heading-3.text-align-center.max-width-large {
    font-size: 3.5rem;
  }

  .info-component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    width: 100%;
    padding: 20px;
  }

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

  .login-image {
    height: 40rem;
  }

  .login-navbar {
    justify-content: center;
  }

  .login-content-left {
    justify-content: flex-start;
    padding-top: 6rem;
  }

  .login-component {
    grid-template-columns: 1fr;
  }

  .login-footer {
    justify-content: center;
    padding-left: 0%;
  }

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

  .pricing-plan {
    background-image: linear-gradient(168deg, #dff3f7, #fff 46%);
  }

  .blog-heading {
    margin-right: 3rem;
  }

  .blog-heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-button-row {
    flex: none;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .blog-featured-item-content {
    padding: 2rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blogpost-content {
    margin-bottom: 3rem;
  }

  .blogpost-header {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .content28-component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .style-guide-section, .changelog-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

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

  .read-time {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .visual-features-item.navbar {
    padding: 25px;
  }

  .navigation-left {
    display: flex;
  }

  .nav-mobile-button-wrap {
    grid-column-gap: 9px;
    align-items: center;
    display: flex;
  }

  .navigation-wrap {
    background-color: rgba(224, 235, 245, 0);
    border: 1px #000;
  }

  .navigation {
    border-bottom-style: none;
    display: none;
  }

  .navigation-mob {
    width: 90%;
    height: 85px;
    border-bottom: 1px rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-mob {
    background-color: var(--black);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #006b52;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    display: flex;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .nav-menu-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 33px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .navigation-main {
    height: 80px;
  }

  .section-header {
    background-size: auto 490px, auto;
  }

  .features-main {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .layouts-component-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout-item {
    height: 180px;
    min-height: 50px;
    min-width: 50px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .layout-component {
    flex-direction: column;
    display: block;
  }

  .layout-card {
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .layout-card-content {
    padding: 0;
  }

  .feature-image {
    display: none;
  }

  .section-cta-dark {
    margin-top: -408px;
  }

  .testimonial-component-main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-dark-content {
    min-height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-tab-pane {
    padding-bottom: 0;
  }

  .pricing22-top-row-price {
    font-size: 1.7rem;
  }

  .section-hero {
    background-position: 320px 100%;
    background-size: 817px;
  }

  .hero-grid {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 50px;
    display: flex;
  }

  .layout-wrapper-image {
    display: none;
  }

  .layout1-image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-card-right {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-size-small-3 {
    display: none;
  }

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

  .testimonial-blocks {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-author {
    grid-column-gap: 8px;
  }

  .testimonial-name {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-layout-service {
    width: 100%;
    margin-top: -31px;
    margin-left: 15px;
  }

  .image-layout-service.moto {
    margin-top: -21px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .feature-block {
    height: auto;
    background-image: linear-gradient(160deg, #e8f1f3 26%, #fff), linear-gradient(#fff, #fff);
  }

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

  .heading-23.text-align-center, .heading-23.text-align-center.text-color-white {
    text-align: center;
  }

  .margin-top-21, .margin-top-22 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-members-main {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 2rem;
  }

  .mask {
    margin-left: 20px;
  }

  .mask.testimonial-v1 {
    margin-left: 0;
  }

  .card.testimonial-v1 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pricing-package-image {
    margin-top: -146px;
  }

  .hire-us {
    display: none;
  }

  .heading-that-changes-here {
    margin-left: -29px;
    padding-left: 52px;
  }

  .container-3 {
    margin-top: -304px;
  }

  .image-10 {
    margin-left: 296px;
  }

  .paragraph-3 {
    padding-left: 31px;
    padding-right: 100px;
  }

  .text-block-2 {
    margin-top: 88px;
    margin-left: 15px;
    padding-bottom: 33px;
  }

  .paragraph-5 {
    text-align: center;
    padding-left: 97px;
    padding-right: 31px;
  }

  .heading-27 {
    text-align: center;
    margin-top: 3.1rem;
    margin-left: 5px;
  }

  .heading-28 {
    text-align: center;
    margin-left: 197px;
    padding-left: 0;
    padding-right: 173px;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: -22px;
  }

  .image-11 {
    height: 900px;
  }

  .paragraph-7 {
    margin-top: -3px;
    margin-left: 44px;
    padding-bottom: 0;
  }

  .paragraph-8 {
    padding-left: 20px;
    padding-right: 19px;
  }

  .paragraph-10 {
    margin-left: 12px;
    padding-left: 26px;
    padding-right: 94px;
  }

  .heading-30 {
    margin-top: -3.7rem;
    margin-left: -6px;
    padding-left: 3px;
    font-weight: 600;
  }

  .bold-text {
    font-size: 2.3rem;
  }

  .text-block-4 {
    margin-left: 14px;
    padding-left: 30px;
    padding-right: 113px;
  }

  .heading-31 {
    margin-top: 20.5rem;
    padding-right: 51px;
  }

  .text-block-5 {
    width: 500px;
    margin-left: 295px;
    padding-left: 39px;
    padding-right: 49px;
  }

  .spline-scene-3 {
    margin-top: -107px;
    margin-left: -334px;
  }

  .heading-32 {
    margin-top: -29.9rem;
    margin-left: 1px;
    padding-left: 374px;
    padding-right: 46px;
  }

  .bold-text-3 {
    width: 400px;
  }

  .text-block-6 {
    width: 600px;
    margin-left: 171px;
    padding-left: 86px;
    padding-right: 27px;
  }

  .heading-33 {
    margin-top: -28.3rem;
    padding-right: 7px;
  }

  .text-block-7 {
    width: 600px;
    margin-left: 194px;
    padding-right: 58px;
  }

  .image-12 {
    margin-left: 437px;
    padding-right: 45px;
  }

  .spline-scene-4 {
    margin-top: -294px;
    margin-left: 525px;
    padding-bottom: 0;
  }

  .card-content.contact-form-card {
    min-width: 600px;
    text-align: center;
    margin: 2px auto -296px 102px;
    padding: 0 5px 0 53px;
    display: inline-block;
    position: relative;
  }

  .div-block-12 {
    min-width: 600px;
    text-align: center;
    margin-top: 19px;
    margin-left: 32px;
    padding-top: 7px;
    padding-right: 138px;
  }

  .link-5 {
    margin-left: -31px;
  }

  .paragraph-11, .text-block-8 {
    font-size: 20px;
  }

  .text-block-10 {
    text-align: center;
    margin-left: 0;
  }

  .image-13 {
    margin-top: -48px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    width: 200px;
    text-align: justify;
    margin-left: -.2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-of-features {
    font-size: 1rem;
  }

  .text-of-features.max-width-large.text-align-center {
    text-align: justify;
    padding-left: 29px;
    padding-right: 33px;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    width: 300px;
    color: var(--black);
    text-align: justify;
    margin-top: 1.2rem;
    margin-left: -41px;
    font-size: 1.125rem;
  }

  .heading-style-h6.e-invoicing {
    color: var(--1511ce);
    text-align: justify;
    margin-top: 1.2rem;
    margin-left: 17px;
    font-size: 1.2rem;
  }

  .heading-style-h6.fluid {
    width: 200px;
    text-align: justify;
    margin-top: 1.2rem;
    margin-left: 23px;
    font-size: 1.2rem;
  }

  .heading-style-h6.apple-pay {
    width: 200px;
    text-align: justify;
    margin-top: 1.2rem;
    margin-left: 20px;
    font-size: 1.2rem;
  }

  .heading-style-h6.payments {
    margin-left: -68px;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .heading-style-h6.recurring {
    width: 200px;
    text-align: justify;
    margin-left: -21px;
    font-size: 1.2rem;
  }

  .heading-style-h6.moto {
    text-align: justify;
    margin-top: 1.2rem;
    margin-left: 0;
    padding-left: 6px;
  }

  .heading-style-h6.casca {
    width: 300px;
    text-align: justify;
    margin-top: .5rem;
    margin-left: -66px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-3 {
    width: auto;
    text-align: center;
    margin-top: 23.1rem;
    margin-left: -62px;
    padding-top: 104px;
    padding-bottom: 79px;
    padding-left: 70px;
    font-style: italic;
    text-decoration: none;
  }

  .heading-3.text-align-center.max-width-large {
    max-width: 44rem;
    margin-top: 1.8rem;
    font-size: 3rem;
  }

  .heading-3.text-align-center.max-width-large.our-unique {
    margin-top: -1.8rem;
    padding-left: 11px;
    font-style: normal;
  }

  .info-component {
    grid-row-gap: 3rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .logo3-logo {
    max-height: 3rem;
  }

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 0;
  }

  .logo-wrapper {
    padding: .75rem 1rem;
  }

  .section-cta {
    background-position: 100% 100%;
    background-size: contain;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .feature-preview {
    align-items: center;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2-icon {
    width: 1.75rem;
  }

  .login-image {
    height: 30rem;
  }

  .login-navbar {
    height: 4rem;
  }

  .login-content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login-footer {
    height: 4rem;
  }

  .blog-heading {
    margin-right: 0;
  }

  .blog-heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h5-2 {
    max-height: 3.7rem;
    font-size: 1.25rem;
  }

  .blog-button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog-button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog-featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blog-featured-item {
    margin-bottom: 3rem;
  }

  .blog-featured-image-wrapper {
    padding-top: 66%;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .blog-featured-item-content {
    padding: 1.5rem;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

  .blogpost-header {
    grid-row-gap: 3rem;
  }

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

  .visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cart-quantity-3 {
    font-size: 14px;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-align-center-3.max-width-large {
    max-width: 90%;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layouts-component-1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: justify;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: -21px;
  }

  .layout-item {
    width: 50%;
    height: 100px;
    min-width: 30px;
    background-color: var(--blue-violet);
    text-align: justify;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(156deg, #f3f5f5 16%, #fff);
    background-clip: border-box;
    border: 2px solid #1511ce;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin: -16px 7.5rem 38px 8.6rem;
    padding-left: 3rem;
    padding-right: 15.4rem;
  }

  .layout-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout-card-content {
    padding: 0;
  }

  .testimonial-component-main {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-dark-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial-client {
    width: 100%;
    align-items: center;
  }

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

  .testimonial15-arrow.is-left {
    right: 3.5rem;
  }

  .testimonial15-slide-nav {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .career-list {
    grid-row-gap: 1.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .career-item-link {
    padding: 1.5rem;
  }

  .pricing-top-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-empty-space {
    display: none;
  }

  .pricing22-top-row-price {
    font-size: 1.8rem;
  }

  .pricing22-top-row-price-month {
    font-size: 1.25rem;
  }

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

  .pricing-feature, .pricing-row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-bottom-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 89px;
  }

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

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .margin-top-21 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .gallery7-image-wrapper-large {
    padding-top: 100%;
  }

  .margin-top-22 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-members-main {
    grid-column-gap: 12px;
  }

  .mask {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask.testimonial-v1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slide.testimonial-v1 {
    max-width: 290px;
    margin-right: 0;
  }

  .slide.testimonial-v1.first {
    max-width: 290px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .card {
    border-radius: 12px;
  }

  .card.testimonial-v1 {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card.testimonial-v1.first {
    margin-left: 0;
  }

  .split-content.testimonial-v1 {
    display: inline-block;
  }

  .image-card {
    height: auto;
    max-width: 250px;
    display: block;
  }

  .slider-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .section-who-are-we {
    color: var(--blackkkk);
  }

  .paragraph-5 {
    text-align: justify;
    padding-left: 140px;
    padding-right: 64px;
  }

  .heading-27 {
    margin-top: -8.6rem;
  }

  .paragraph-6 {
    text-align: justify;
    margin-left: -20px;
    margin-right: 51px;
    padding-left: 92px;
    padding-right: 0;
  }

  .image-11 {
    height: 1200px;
    margin-top: -834px;
  }

  .second-layer {
    flex-direction: column;
    margin-top: 30px;
    margin-left: -21px;
  }

  .paragraph-8 {
    text-align: justify;
    padding-left: 26px;
    padding-right: 28px;
  }

  .paragraph-10 {
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-left: -1px;
    padding-left: 64px;
    padding-right: 66px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 8.8rem;
    margin-left: -8px;
  }

  .bold-text {
    text-align: center;
    font-style: italic;
  }

  .text-block-4 {
    text-align: center;
    margin-left: 34px;
    padding-left: 35px;
    padding-right: 73px;
  }

  .heading-31 {
    text-align: center;
    margin-top: 15.4rem;
    margin-left: 47px;
  }

  .text-block-5 {
    width: auto;
    text-align: center;
    margin-left: 6px;
    padding-right: 79px;
  }

  .spline-scene-3 {
    width: 650px;
    height: 650px;
    margin-top: -1358px;
    margin-left: 413px;
  }

  .bold-text-2 {
    font-style: italic;
  }

  .heading-32 {
    text-align: center;
    margin-top: 27.1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    width: auto;
    font-style: italic;
  }

  .text-block-6 {
    width: auto;
    text-align: center;
    margin-top: -871px;
    margin-left: -12px;
    padding-left: 70px;
    padding-right: 54px;
  }

  .heading-33 {
    text-align: center;
    margin-left: 50px;
  }

  .bold-text-4 {
    font-style: italic;
  }

  .text-block-7 {
    width: auto;
    text-align: center;
    margin-left: -8px;
    padding-left: 51px;
    padding-right: 51px;
  }

  .image-12 {
    margin-left: 270px;
  }

  .spline-scene-4 {
    width: 300px;
    margin-top: -339px;
    margin-left: -31px;
  }

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

  .card-content.contact-form-card {
    max-width: none;
    min-width: auto;
    text-align: justify;
    margin-left: 17px;
    padding: 40px 32px;
  }

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

  .gradient-border.line-single-left, .gradient-border.line-single-right {
    top: 16px;
    bottom: 16px;
  }

  .div-block-12 {
    min-width: 550px;
    text-align: right;
    margin-top: -17px;
    margin-left: 17px;
  }

  .link-5 {
    margin-left: -17px;
    font-size: 25px;
  }

  .paragraph-11, .text-block-8 {
    padding-left: 16px;
  }

  .text-block-10 {
    text-align: justify;
    padding-left: 69px;
    padding-right: 66px;
  }
}

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xxlarge {
    padding-top: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-of-features.max-width-large.text-align-center {
    max-width: none;
    text-align: justify;
    padding-left: 46px;
    padding-right: 40px;
  }

  .heading-style-h6, .heading-style-h6.e-invoicing, .heading-style-h6.fluid, .heading-style-h6.apple-pay {
    margin-top: .5rem;
  }

  .heading-style-h6.payments {
    text-align: center;
    margin-top: .2rem;
    padding-left: 14px;
    padding-right: 18px;
  }

  .heading-style-h6.recurring, .heading-style-h6.moto {
    margin-top: .5rem;
  }

  .heading-style-h6.casca {
    text-align: center;
    margin-top: -.5rem;
    margin-left: -63px;
    padding-left: 8px;
    padding-right: 19px;
    display: flex;
  }

  .button {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9rem;
  }

  .button.is-secondary {
    font-size: .9rem;
  }

  .button.is-secondary.is-icon {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .the-photo {
    background-color: rgba(0, 0, 0, 0);
  }

  .padding-section-medium {
    padding-top: 3rem;
  }

  .heading-3 {
    text-align: center;
    margin-top: 31.6rem;
    margin-left: 6px;
    padding-top: 167px;
    padding-bottom: 0;
    padding-left: 13px;
    font-size: 2rem;
  }

  .heading-3.text-align-center.max-width-large {
    margin-top: .5rem;
  }

  .heading-3.text-align-center.max-width-large.our-unique {
    margin-top: -5.7rem;
  }

  .info-component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .logos-list {
    justify-content: center;
    padding-top: 0;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .section-cta {
    background-position: 100% 100%;
    background-size: contain;
  }

  .footer-link {
    font-size: .8rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-style-link-2 {
    font-size: 1rem;
  }

  .section {
    padding-top: 13px;
    padding-bottom: 336px;
  }

  .section.circles-background {
    background-position: 100% 100%;
    background-size: contain;
  }

  .form-wrapper {
    padding: 12px;
  }

  .form-row.margin-bottom.margin-xsmall {
    flex-direction: column;
  }

  .form-field {
    width: 100%;
  }

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

  .login-image {
    height: 25rem;
  }

  .login-logo-link {
    padding-left: 0;
  }

  .login-navbar {
    justify-content: flex-start;
  }

  .login-content-left {
    padding-top: 2.1rem;
    padding-bottom: 0;
  }

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

  .pricing-plan {
    height: auto;
  }

  .blog-item-content, .blog-featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blogpost-share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost-header, .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .style-guide-section {
    grid-row-gap: 35px;
  }

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

  .changelog-section {
    grid-row-gap: 35px;
  }

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

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .navigation-wrap {
    background-color: rgba(224, 235, 245, 0);
  }

  .navigation-mob {
    height: 80px;
  }

  .menu-mob {
    padding: 15px;
  }

  .menu-mob.w--open {
    background-color: var(--blue-violet);
  }

  .nav-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-main {
    height: 80px;
  }

  .section-header {
    background-color: #fff;
    background-image: url('../images/Light-Circle-Background.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 270%, 0 0;
  }

  .text-align-center-3.max-width-large {
    margin-top: 0;
  }

  .features-main {
    grid-column-gap: 38px;
    grid-row-gap: 23px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
    display: grid;
  }

  .layouts-component-1 {
    grid-row-gap: 1.5rem;
    text-align: left;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
    margin-left: -88px;
  }

  .layout-item {
    height: 85px;
    margin-top: -30px;
    display: flex;
  }

  .layout-card-content {
    padding: 0;
  }

  .layout-image-wrapper {
    align-self: center;
    padding-right: 0;
  }

  .section-cta-dark {
    margin-top: 0;
  }

  .testimonial-component-main {
    width: 100%;
  }

  .testimonial-dark-content {
    grid-template-columns: 1fr;
  }

  .testimonial-divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .career-item-link {
    flex-direction: column;
    display: flex;
  }

  .career-job-details-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .pricing-tab-pane {
    padding-bottom: 0;
  }

  .pricing-top-row {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .pricing-top-row-content {
    height: auto;
    justify-content: flex-start;
  }

  .pricing22-top-row-price {
    font-size: 1.2rem;
  }

  .pricing22-top-row-price-month {
    font-size: .875rem;
  }

  .pricing22-top-row-button {
    flex: none;
    display: block;
  }

  .pricing-heading-row {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pricing-feature {
    padding: .5rem;
  }

  .pricing-row-content {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pricing-bottom-row {
    display: none;
  }

  .section-hero {
    background-position: -33% 100%;
  }

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

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

  .company-features {
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    margin-top: 49px;
    margin-bottom: 10px;
  }

  .company-feature {
    background-color: rgba(124, 124, 124, .29);
  }

  .badges {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .testimonial-block {
    padding: 1rem;
  }

  .heading-23.text-align-center.text-color-white {
    line-height: 1;
  }

  .margin-top-21, .margin-top-22 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-22.margin-xsmall {
    flex-direction: column;
  }

  .team-members-main {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .slider.testimonial-v1 {
    margin-bottom: 80px;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
  }

  .slide.testimonial-v1 {
    max-width: 250px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide.testimonial-v1.first {
    max-width: 250px;
    margin-right: 20px;
  }

  .card.testimonial-v1 {
    max-width: none;
    min-height: 470px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card.testimonial-v1.first {
    max-width: 250px;
    min-height: 410px;
  }

  .image-card {
    max-width: 250px;
  }

  .slider-arrow.small.left {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .slider-arrow.small.right {
    margin-bottom: -70px;
    right: 0;
  }

  .pricing-package-image {
    margin-top: -93px;
  }

  .heading-that-changes-here {
    text-align: center;
    margin-top: -48.7rem;
    padding-left: 37px;
    font-size: 80px;
  }

  .container-3 {
    margin-top: -178px;
    margin-bottom: 140px;
  }

  .image-10 {
    height: 500px;
    min-height: 550px;
    margin-left: 163px;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: -76px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 33px;
  }

  .text-block-2 {
    text-align: center;
    margin-left: -3px;
    padding-right: 100px;
  }

  .paragraph-5 {
    text-align: justify;
    padding-left: 107px;
    padding-right: 42px;
    font-size: 20px;
    line-height: 32px;
  }

  .heading-27 {
    margin-top: -11rem;
  }

  .heading-28 {
    margin-top: 4.2rem;
    margin-left: -3px;
    padding-bottom: 85px;
    padding-right: 18px;
  }

  .paragraph-6 {
    text-align: justify;
    margin-left: -3px;
    margin-right: 36px;
    padding-left: 47px;
    padding-right: 18px;
    font-size: 20px;
    line-height: 32px;
  }

  .image-11 {
    height: 1100px;
    min-height: 1100px;
    margin-top: -836px;
  }

  .second-layer {
    margin-top: 41px;
    margin-left: -91px;
  }

  .text-block-3 {
    margin-top: -3px;
  }

  .paragraph-10 {
    margin-top: 95px;
    margin-bottom: -11.4rem;
    padding-left: 42px;
    padding-right: 33px;
  }

  .heading-30 {
    margin-top: 15.6rem;
    margin-left: 11px;
    padding-left: 0;
  }

  .bold-text {
    font-size: 2rem;
  }

  .text-block-4 {
    width: auto;
    margin-left: -16px;
    padding-right: 12px;
  }

  .heading-31 {
    margin-top: 15.8rem;
    margin-left: 39px;
    padding-right: 38px;
    font-size: 2rem;
  }

  .text-block-5 {
    margin-top: -142px;
  }

  .spline-scene-3 {
    margin-top: -1475px;
    margin-left: 194px;
  }

  .bold-text-2 {
    font-size: 2rem;
  }

  .heading-32 {
    margin-top: 31.8rem;
    margin-left: 4px;
    padding-top: 0;
    padding-bottom: 77px;
  }

  .bold-text-3, .heading-33 {
    font-size: 2rem;
  }

  .image-12 {
    margin-top: 468px;
    margin-bottom: -187px;
    margin-left: -48px;
    padding-right: 180px;
  }

  .heading-34 {
    padding-bottom: 42px;
  }

  .spline-scene-4 {
    margin-left: -86px;
  }

  .card-content.contact-form-card {
    width: auto;
    max-width: none;
    min-width: auto;
    text-align: center;
    margin-left: 21px;
    margin-right: 21px;
    padding: 32px 154px;
  }

  .div-block-12 {
    min-width: auto;
    text-align: left;
    margin-top: -10px;
    margin-left: -2px;
    margin-right: -128px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-5 {
    width: 500px;
    max-width: 300px;
    min-width: 300px;
    text-align: center;
    margin-left: -121px;
    padding-left: 0;
    padding-right: 13px;
    font-size: 18px;
  }

  .paragraph-11 {
    padding-left: 13px;
    font-size: 17px;
  }

  .text-block-8 {
    padding-left: 12px;
    font-size: 15px;
  }

  .text-block-10 {
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }
}

#w-node-efbc48d5-4cd5-0afd-8bc8-ffa24de04124-bd396316, #w-node-f2340058-e89c-f3c1-b374-680871f8854c-2df824bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ca61b6e-2afb-879a-dd3a-f7ab2ca25ed0-bd39636a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9ca61b6e-2afb-879a-dd3a-f7ab2ca25ed3-bd39636a, #w-node-_9ca61b6e-2afb-879a-dd3a-f7ab2ca25ed6-bd39636a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae8452b-4fde-c392-5527-7c23fd836acd-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836acf-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ad1-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ad3-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ad5-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ad7-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ada-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836adc-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ade-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ae0-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ae2-bd39636a, #w-node-_9ae8452b-4fde-c392-5527-7c23fd836ae4-bd39636a {
  justify-self: center;
}

#w-node-_96bf3267-772a-ce2f-9b69-d173f3d3dfb0-bd39636a, #w-node-_96bf3267-772a-ce2f-9b69-d173f3d3dfb5-bd39636a, #w-node-_96bf3267-772a-ce2f-9b69-d173f3d3dfba-bd39636a, #w-node-_96bf3267-772a-ce2f-9b69-d173f3d3dfbf-bd39636a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ab80b9-e814-3ea5-3b9c-a14ae651408c-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae651408e-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae6514090-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae6514092-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae6514094-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae6514096-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae6514099-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae651409b-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae651409d-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae651409f-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae65140a1-bd39638b, #w-node-_73ab80b9-e814-3ea5-3b9c-a14ae65140a3-bd39638b {
  justify-self: center;
}

#w-node-_76c0da26-0e0e-26fa-0613-44dd7e71b8ef-bd39638b, #w-node-_4d658768-47c6-5314-38f2-5caa21413c2f-bd39638b, #w-node-_8097fcb7-26d1-23d3-1cfd-fd4d53051538-bd39638b, #w-node-d1c20a0e-2cc0-0ccf-a6f7-2ecfef8227a7-bd39638c, #w-node-cf87688b-9b2d-98b1-b495-29e0376aa1bf-bd39638c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8f26e58-a463-0a6b-06e5-c7dd2d3ec960-bd396390 {
  align-self: start;
}

#w-node-_18bdd498-eedc-96c4-58cd-40ee21dea55b-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea55d-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea55f-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea561-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea563-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea565-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea568-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea56a-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea56c-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea56e-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea570-bd396390, #w-node-_18bdd498-eedc-96c4-58cd-40ee21dea572-bd396390 {
  justify-self: center;
}

#w-node-b66a5f75-27e9-1755-405f-6f5a30ea400b-bd396391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81df939-fbb4-d283-173a-1fef505fdae0-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdaf8-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdb10-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdb28-bd396396, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81a-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81c-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81e-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc820-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc822-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc824-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc827-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc829-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82b-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82d-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82f-bd396397, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc831-bd396397 {
  justify-self: center;
}

#w-node-_510328e4-129c-6a29-1cac-65c53e89f813-bd3963b0 {
  align-self: stretch;
}

#w-node-dd7bc525-f5d9-f596-3c0f-29218653a771-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a773-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a775-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a777-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a779-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a77b-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a77e-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a780-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a782-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a784-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a786-bd3963b0, #w-node-dd7bc525-f5d9-f596-3c0f-29218653a788-bd3963b0 {
  justify-self: center;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c316-bd3963b2, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32d-bd3963b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32e-bd3963b2 {
  justify-self: center;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32f-bd3963b2, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c33e-bd3963b2, #w-node-d1c20a0e-2cc0-0ccf-a6f7-2ecfef8227a7-bd3963b5, #w-node-_0366081b-f049-f781-e330-7171de685617-bd3963b5, #w-node-d1c20a0e-2cc0-0ccf-a6f7-2ecfef8227a7-bd3963b7, #w-node-f633378c-8b32-9fb5-e461-80602517fddf-bd3963bc, #w-node-f633378c-8b32-9fb5-e461-80602517fe00-bd3963bc, #w-node-f633378c-8b32-9fb5-e461-80602517fe29-bd3963bc, #w-node-_88d96162-5d55-d12e-ce1f-165b9f4e84a6-bd3963bc, #w-node-_88d96162-5d55-d12e-ce1f-165b9f4e84ca-bd3963bc, #w-node-_88d96162-5d55-d12e-ce1f-165b9f4e84f6-bd3963bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f53-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f55-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f57-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f59-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f5b-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f5d-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f60-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f62-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f64-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f66-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f68-bd3963bc, #w-node-_44619b36-1fcb-2ce9-3b95-c21168ef8f6a-bd3963bc {
  justify-self: center;
}

#w-node-b66a5f75-27e9-1755-405f-6f5a30ea400b-bd3963bf, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c316-bd3963c0, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32d-bd3963c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32e-bd3963c0 {
  justify-self: center;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32f-bd3963c0, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c33e-bd3963c0, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c316-bd3963c1, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32d-bd3963c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32e-bd3963c1 {
  justify-self: center;
}

#w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c32f-bd3963c1, #w-node-f9d6a4d3-901d-f24b-21b3-0faeacf2c33e-bd3963c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad2d-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad2e-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad32-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad33-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad37-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad38-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad3c-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad3d-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad41-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad42-bd3963c2 {
  justify-self: start;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad46-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d749917-add5-ecce-2211-b125c08aad47-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-bd3963c2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-bd3963c2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-bd3963c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-bd3963c2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-bd3963c2 {
  justify-self: start;
}

#w-node-b66a5f75-27e9-1755-405f-6f5a30ea400b-bd3963c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-efbc48d5-4cd5-0afd-8bc8-ffa24de04124-bd396316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-efbc48d5-4cd5-0afd-8bc8-ffa24de04124-bd396316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b8f26e58-a463-0a6b-06e5-c7dd2d3ec96c-bd39638b, #w-node-b8f26e58-a463-0a6b-06e5-c7dd2d3ec96c-bd396390, #w-node-ad0c6518-ffe4-1757-db94-59a762438a65-bd396397 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d81df939-fbb4-d283-173a-1fef505fdae2-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdafa-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdb12-bd396396, #w-node-d81df939-fbb4-d283-173a-1fef505fdb2a-bd396396 {
    order: -9999;
  }

  #w-node-ec944c78-3f15-f757-2c3a-2e02e7574a6f-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574a7c-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574a86-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574aa4-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574ab1-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574abb-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574ace-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574ad9-bd3963bc, #w-node-ec944c78-3f15-f757-2c3a-2e02e7574ae6-bd3963bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8f26e58-a463-0a6b-06e5-c7dd2d3ec96c-bd39638b, #w-node-b8f26e58-a463-0a6b-06e5-c7dd2d3ec96c-bd396390, #w-node-ad0c6518-ffe4-1757-db94-59a762438a65-bd396397 {
    justify-self: start;
  }

  #w-node-ec944c78-3f15-f757-2c3a-2e02e7574a4d-bd3963bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Bold.ttf') format('truetype'), url('../fonts/Chillax-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
