:root {
  --dark: #071412;
  --light: white;
  --primary: #32735f;
  --secondary-2: #e1ffa0;
  --lavender: #dde7ff;
  --green-3: #27a273;
  --secondary-1: #164038;
  --type-75: rgba(7, 20, 18, 0.75);
  --secondary-3: #1a3e39;
}

.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, 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, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

body {
  color: var(--dark);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 111%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 114%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 24px;
  line-height: 100%;
}

.wrapper-1160px {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1160px.navbar-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
}

.about-hero-section {
  color: var(--light);
  background-color: #8f56ff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.footer-link {
  color: var(--light);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 156%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-link:hover {
  border: 1px solid var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-link.w--current {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-link.w--current:hover {
  background-color: var(--lavender);
  color: var(--green-3);
}

.footer-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.footer {
  color: var(--light);
  background-color: #8f56ff;
}

.licensing-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.licencing-image-item {
  height: 250px;
}

.version-number {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
}

.content-wrapper {
  color: var(--light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  min-height: 95vh;
  background-color: var(--secondary-1);
  color: var(--light);
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

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

._404-heading {
  margin-bottom: 20px;
}

._404-paragraph {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 145%;
}

._404-image {
  width: 90%;
  max-width: 372px;
  margin-bottom: 60px;
}

._404-wrapper {
  width: 100%;
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.password-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.password-field-label {
  text-align: left;
  margin-bottom: 10px;
}

.password-text-field {
  height: 60px;
  color: var(--dark);
  background-image: url("../images/Password-Icon.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #e0e0e0;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 150%;
}

.password-text-field::-ms-input-placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.password-text-field::placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.password-submit-button {
  height: 60px;
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.password-submit-button:hover {
  background-color: var(--primary);
  color: var(--secondary-2);
}

.lock-image {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.instructions-section {
  background-color: #fcfcfc;
}

.instructions-wrapper {
  width: 90%;
  max-width: 1160px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.instruction-video {
  width: 100%;
}

.changelog-wrapper {
  width: 90%;
  max-width: 1160px;
  border: 1px solid rgba(7, 20, 18, 0.2);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 32px;
  display: flex;
}

.release-date-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-covers {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  position: relative;
}

.licensing-tag-subtexts {
  color: var(--type-75);
  font-size: 20px;
  line-height: 160%;
}

.license-links {
  width: 26px;
  height: 26px;
  background-image: url("../images/Link.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
}

.licensing-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.licensing-image-contain {
  width: 100%;
  border: 2px #0d0e10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.licencing-images-grids {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.license-section {
  background-color: #fcfcfc;
}

.color-box {
  height: 96px;
  background-color: var(--primary);
  border-radius: 8px;
}

.color-box._6 {
  background-color: var(--lavender);
}

.color-box._7 {
  background-color: var(--dark);
}

.color-box._2 {
  background-color: var(--secondary-1);
}

.color-box._8 {
  background-color: var(--type-75);
}

.color-box._4 {
  background-color: var(--green-3);
}

.color-box._3 {
  background-color: var(--secondary-3);
}

.color-box._5 {
  background-color: var(--secondary-2);
}

.color-box._9 {
  background-color: var(--light);
  border: 1px solid rgba(7, 20, 18, 0.2);
}

.style-guide-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.progress-bar-item {
  color: #40454f;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.progress-bar-grey-line {
  width: 2px;
  background-color: #e1e4eb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._16-px {
  flex: none;
  font-size: 16px;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text {
  border-bottom: 1px solid #e1e4eb;
  padding-bottom: 40px;
}

.progress-bar-line {
  background-color: #616161;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.bold {
  font-weight: 700;
}

.progress-bar {
  width: 25%;
  max-width: 290px;
  flex-direction: column;
  margin-top: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.italic {
  font-style: italic;
}

.features-learn-more-link-2 {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-main-content {
  width: 70%;
  max-width: 840px;
}

.typography-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.typography-item-description {
  margin-top: 16px;
}

.primary-button {
  color: var(--light);
  background-color: #9336f0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  border: 2px solid var(--primary);
  color: var(--dark);
}

.primary-button.navbar-button {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
}

.primary-button.navbar-button:hover {
  border-color: var(--green-3);
}

.primary-button.navbar-button.hide {
  background-color: #8f56ff;
  border-radius: 20px;
  font-size: 12px;
  line-height: 130%;
}

.primary-button.yellow {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  border-width: 1px;
}

.primary-button.yellow:hover {
  border-color: var(--green-3);
  color: var(--primary);
}

.primary-button.white {
  background-color: rgba(255, 255, 255, 0.2);
}

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

.primary-button.pricing {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.primary-button.pricing:hover {
  border-color: var(--secondary-2);
  color: var(--light);
}

.primary-button.button-full {
  width: 100%;
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 8px;
}

.primary-button.integration-button {
  padding: 11px 24px;
}

.primary-button.integration-submit-button {
  background-color: var(--secondary-2);
  color: var(--primary);
  font-weight: 600;
  line-height: 100%;
}

.primary-button.integration-submit-button:hover {
  border-color: var(--secondary-2);
  background-color: var(--primary);
  color: var(--light);
}

.primary-button.login-with-google-button {
  width: 100%;
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(7, 20, 18, 0.2);
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 16px;
}

.primary-button.login-with-google-button:hover {
  border-color: var(--primary);
}

.primary-button.access-denied-button {
  width: 100%;
  max-width: 504px;
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 8px;
}

.primary-button.access-denied-button:hover {
  border-color: var(--green-3);
}

.primary-button.unlock-content-button:hover {
  color: var(--light);
}

.primary-button-text-contain {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20%;
}

.primary-button-bg {
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: var(--secondary-2);
  border-radius: 36px;
  position: absolute;
}

.primary-button-bg.white {
  background-color: var(--light);
}

.primary-button-bg.white.border-radius-8px {
  border-radius: 8px;
}

.primary-button-bg.primary-green {
  background-color: var(--primary);
}

.primary-button-bg.corner-radius-8px {
  border-radius: 8px;
}

.primary-button-bg.unlock-content {
  background-color: var(--green-3);
}

.navbar {
  height: 0;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  color: var(--light);
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0%;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  top: auto;
}

.nav-menu {
  margin-right: auto;
}

.nav-menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.brand-logo {
  max-width: 50%;
  display: block;
}

.navbar-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar-button-wrapper.mobile {
  display: none;
}

.home-hero-section {
  color: var(--light);
  background-color: #8d55fc;
  border: 1px solid #8f57ff;
  padding-top: 0;
}

.home-hero-wrapper {
  width: 90%;
  max-width: 1280px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  padding-bottom: 40px;
  display: flex;
}

.home-hero-text-contain {
  z-index: 2;
  width: 100%;
  max-width: 520px;
  text-align: center;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.home-hero-subtext {
  max-width: 820px;
  font-size: 20px;
  line-height: 160%;
}

.home-hero-form-block {
  width: 100%;
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 0;
}

.home-hero-form-wrapper {
  width: 100%;
  background-color: var(--light);
  border-radius: 100px;
  align-items: center;
  padding: 6px 8px 6px 6px;
  display: flex;
}

.home-hero-text-field {
  color: var(--dark);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 18px;
  line-height: 100%;
}

.home-hero-text-field::-ms-input-placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.home-hero-text-field::placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.home-hero-submit-button {
  color: var(--light);
  background-color: #6e00ec;
  border-radius: 100px;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.home-hero-submit-button:hover {
  background-color: var(--green-3);
  background-color: var(--purboflow-400);
}

.success-message {
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 100px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.error-message {
  color: var(--light);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 16px 10px;
  font-size: 16px;
  line-height: 120%;
}

.error-message.red {
  color: var(--dark);
  background-color: rgba(255, 6, 6, 0.2);
  border-radius: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.home-hero-points-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.home-hero-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.home-hero-points-icon {
  width: 24px;
  height: 24px;
}

.home-hero-points-text {
  line-height: 100%;
}

.home-hero-points-text a {
  text-decoration: none !important;
  color: #ffffff;
}

.home-hero-video-contain {
  width: 100%;
}

.yellow-line-span {
  background-image: url("../images/Designer-Span.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline;
}

.number-stack-section {
  background-color: #8f56ff;
  overflow: hidden;
}

.number-stack-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.number-stack-contain {
  width: 100%;
  max-width: 360px;
}

._76px-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 100%;
}

._76px-heading._1 {
  color: rgba(225, 255, 160, 0.08);
}

._76px-heading._2 {
  color: rgba(225, 255, 160, 0.32);
  margin-top: -16px;
}

._76px-heading.secondary-2 {
  color: var(--secondary-2);
  margin-top: -16px;
}

.number-stack-text {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.cta-section {
  background-color: var(--secondary-1);
  color: var(--light);
  overflow: hidden;
}

.cta-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-image-contain {
  width: 75%;
  max-width: 846px;
  margin-right: -20%;
  position: relative;
}

.cta-text-contain {
  width: 48%;
  max-width: 550px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 110px;
  margin-bottom: 110px;
  display: flex;
}

.cta-subtext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

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

.cta-2-item-section {
  display: flex;
}

.cta-green-item {
  width: 50%;
  color: var(--light);
  background-color: #8f56ff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 80px 80px 5%;
  display: flex;
}

.cta-yellow-item {
  width: 50%;
  color: var(--light);
  background-color: #8f56ff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 5% 80px 80px;
  display: flex;
}

.cta-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.cta-item-heading {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

.cta-item-subtext {
  color: var(--light);
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

.footer-banner {
  width: 100%;
  color: rgba(18, 23, 34, 0.5);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: var(--light);
  font-size: 16px;
  font-weight: 500;
}

.cf-links {
  color: var(--secondary-2);
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cf-links:hover {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.footer-links-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.footer-links-wrapper {
  width: 20%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-heading {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

.footer-line-spacer {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.footer-middle-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-share {
  width: 32px;
  height: 32px;
  filter: grayscale();
  transition: all 0.2s ease-in-out;
}

.footer-social-share:hover {
  filter: none;
  transform: translate(0, -5px);
}

.footer-social-share-image {
  width: 100%;
  height: 100%;
}

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

.cta-heading {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 111%;
}

.how-it-works-section {
  background-color: #8f56ff;
}

.how-it-works-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.how-it-works-left-contain {
  width: 48%;
  max-width: 530px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.how-it-works-heading {
  margin-bottom: 16px;
}

.how-it-works-subtext {
  color: var(--type-75);
}

.tag-text-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.tag-text-contain.yellow {
  color: var(--secondary-2);
}

.tag-text-line {
  width: 20px;
  height: 2px;
  background-color: var(--light);
}

.tag-text-line.yellow {
  background-color: var(--secondary-2);
}

.tag-text {
  color: var(--secondary-1);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.tag-text.yellow {
  color: var(--secondary-2);
}

.how-it-works-right-contain {
  width: 48%;
  max-width: 460px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 42px;
  display: flex;
}

.how-it-works-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.how-it-works-item-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.how-it-works-item-subtext {
  color: var(--type-75);
}

.customer-section {
  color: var(--light);
  background-color: #8f56ff;
  overflow: hidden;
}

.customer-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.customer-slider-mask {
  width: 100%;
  max-width: 560px;
  overflow: visible;
}

.customer-slide {
  width: 100%;
  margin-right: 40px;
}

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

.customer-slide-wrapper {
  width: 100%;
  background-color: var(--light);
  color: var(--dark);
  border-radius: 12px;
  padding: 40px;
}

.customer-slide-heading {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.customer-slide-paragraph {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

.customer-slide-paragraph-green {
  color: var(--primary);
}

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

.author-image {
  width: 56px;
  height: 56px;
}

.author-name {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.author-position {
  color: var(--type-75);
  font-size: 16px;
  line-height: 100%;
}

.customer-slider-left-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark);
  filter: invert();
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  display: flex;
  top: -170px;
  bottom: auto;
  left: auto;
  right: 74px;
}

.customer-slider-left-arrow:hover {
  border-color: var(--secondary-2);
  background-color: var(--secondary-2);
  filter: none;
  color: var(--dark);
  transform: translate(-5px);
}

.customer-slider-right-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark);
  filter: invert();
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  display: flex;
  top: -170px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.customer-slider-right-arrow:hover {
  border-color: var(--secondary-2);
  background-color: var(--secondary-2);
  filter: none;
  transform: translate(5px);
}

.customer-slider-arrow {
  width: 24px;
  height: 24px;
}

.customer-heading {
  max-width: 530px;
}

.home-split-section {
  background-color: #8f56ff;
}

.home-split-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.home-split-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-split-contain.reverse {
  flex-direction: row-reverse;
}

.home-split-lottie-contain {
  width: 48%;
  max-width: 540px;
}

.home-split-lottie-contain.integration {
  height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-split-text-contain {
  width: 50%;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-split-text-contain._480px {
  max-width: 480px;
}

.home-split-image {
  width: 100%;
  height: 100%;
}

.home-split-heading {
  margin-bottom: 16px;
}

.home-split-heading.features {
  margin-bottom: 40px;
}

.home-split-subtext {
  color: var(--light);
  margin-bottom: 40px;
}

.home-split-pointer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.home-split-pointer-icon {
  width: 60px;
  height: 60px;
}

.home-split-pointer-heading {
  color: var(--light);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.home-split-pointer-subtext {
  color: var(--light);
}

.home-split-pointer-contain {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.home-feature-section {
  color: var(--light);
  background-color: #8f56ff;
}

.home-feature-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.home-feature-item-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-feature-item {
  width: 100%;
  background-color: #8f56ff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-feature-item.vertical {
  background-color: #8f56ff;
  flex-direction: column;
}

.home-feature-item-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.home-feature-item-text-contain {
  width: 100%;
  max-width: 300px;
}

.home-feature-item-text-contain.hide-on-desktop {
  display: none;
}

.home-feature-item-bottom-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.home-feature-item-bottom-wrap.top-margin-0 {
  margin-top: 0;
}

.home-feature-item-subtext {
  margin-bottom: 24px;
}

.learn-more-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-2);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.learn-more-button.primary-green {
  color: #6e00ec;
}

.learn-more-button-line {
  width: 0%;
  height: 2px;
  background-color: var(--secondary-2);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.learn-more-button-line.primary-green {
  background-color: var(--primary);
}

.learn-more-button-icon {
  width: 24px;
  height: 24px;
}

.home-feature-item-image {
  width: 50%;
  max-width: 330px;
}

.home-feature-item-image.vertical-item {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 48px;
}

.home-feature-top-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-feature-heading {
  max-width: 580px;
}

.home-feature-subtext {
  max-width: 440px;
}

.home-sticky-section {
  background-color: #8f56ff;
}

.home-sticky-wrapper {
  width: 90%;
  max-width: 1160px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.home-sticky-contain {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticly-tabs-contain {
  width: 20%;
  max-width: 138px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky-text-contain {
  width: 40%;
  max-width: 420px;
  flex-direction: column;
  display: flex;
}

.sticky-lottie-contain {
  width: 40%;
  max-width: 460px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky-text-contain-item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky-text-contain-item._2,
.sticky-text-contain-item._3,
.sticky-text-contain-item._1 {
  padding-top: 160px;
}

.sticky-text-contain-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.sticky-text-contain-item-heading {
  color: var(--light);
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.sticky-text-contain-item-subtext {
  color: var(--light);
}

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

.sticky-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0.4;
  color: var(--dark);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.sticky-tab-link.w--current,
.sticky-tab-link._1 {
  opacity: 1;
}

.sticky-tab-link-icon {
  width: 24px;
  height: 24px;
}

.sticky-tab-link-icon-wrapper {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-sticky-wrapper-tab {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: none;
}

.home-sticky-contain-tab {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-sticky-text-contain-tab {
  width: 100%;
  max-width: 420px;
}

.home-sticky-video-contain-tab {
  width: 100%;
  max-width: 460px;
}

.hero-banner {
  -webkit-text-fill-color: inherit;
  background-color: rgba(110, 0, 236, 0.59);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.hero-banner-text-contain {
  width: 90%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-banner-icon {
  width: 24px;
  height: 24px;
}

.hero-banner-text {
  color: var(--light);
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.hero-banner-text-link {
  color: var(--light);
}

.hero-banner-text-link:hover {
  color: rgba(22, 64, 56, 0.8);
}

.cross-icon {
  width: 100%;
  height: 100%;
}

.banner-cross-icon {
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.home-sticky-lottie-tab {
  width: 100%;
  height: 100%;
}

.page-wrapper {
  padding-top: 0;
  overflow: hidden;
}

.page-wrapper.overflow-on {
  overflow: visible;
}

.home-blog-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.blog-item {
  width: 100%;
  max-width: 560px;
  background-color: var(--light);
  color: var(--dark);
  border-radius: 16px;
  text-decoration: none;
}

.blog-item._360px {
  max-width: 360px;
}

.blog-image-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-image-wrapper._240px {
  height: 240px;
}

.blog-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.blog-text-wrapper.blog-tab-text-wrapper {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 16px;
}

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

.blog-title-32px {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.blog-title-32px._20px {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 140%;
}

.blog-subtext {
  color: var(--type-75);
}

.blog-text-contain {
  margin-bottom: 32px;
}

.blog-text-contain.bottom-margin-0px {
  margin-bottom: 0;
}

.blog-tag-text {
  color: var(--light);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: rgba(110, 0, 236, 0.64);
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.blog-tag-text-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blog-tag-text-contain.bottom-margin-20px {
  margin-bottom: 20px;
}

.collection-list-blog {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-blog-contain {
  width: 100%;
}

.home-blog-text-contain {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-blog-heading {
  color: var(--secondary-1);
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
}

.feature-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.feature-hero-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 154px;
  padding-bottom: 80px;
  display: flex;
}

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

.features-hero-logo {
  width: 100%;
  height: 40px;
  max-width: 200px;
  object-fit: contain;
}

.feature-hero-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-hero-text-contain {
  width: 52%;
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-hero-image-contain {
  width: 48%;
  max-width: 560px;
}

.features-hero-heading {
  font-size: 64px;
  line-height: 112%;
}

.features-hero-subtext {
  font-size: 20px;
  line-height: 140%;
}

.feature-hero-button-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

.feature-3-item-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-3-item-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-3-item {
  width: 100%;
  max-width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  box-shadow: 8px 8px 120px rgba(0, 0, 0, 0.08);
}

.feature-3-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.feature-3-item-heading {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.feature-3-item-subtext {
  color: var(--type-75);
}

.feature-3-item-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-hero-text-wrapper {
  width: 90%;
  max-width: 920px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.integration-logo-lines {
  width: 90%;
  max-width: 364px;
}

.integration-logo-circle {
  width: 136px;
  height: 136px;
  background-color: #9336f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  box-shadow: 6px 6px 78px rgba(0, 0, 0, 0.08);
}

.integration-logo-image {
  width: 100px;
  height: 100px;
}

.integration-logo-absolute {
  z-index: 1;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  position: absolute;
  box-shadow: 5px 5px 78px rgba(0, 0, 0, 0.06);
}

.integration-logo-absolute._1 {
  top: 0%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.integration-logo-absolute._2 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 29%;
}

.integration-logo-absolute._3 {
  top: 25%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.integration-logo-absolute._4 {
  top: auto;
  bottom: 26%;
  left: auto;
  right: 0%;
}

.integration-logo-absolute._5 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 29%;
}

.integration-logo-absolute._6 {
  top: auto;
  bottom: 0%;
  left: 30%;
  right: auto;
}

.integration-logo-absolute._7 {
  top: auto;
  bottom: 25%;
  left: 0%;
  right: auto;
}

.integration-logo-absolute._8 {
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-arrow {
  z-index: 1;
  width: 20%;
  max-width: 97px;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: auto;
  right: 40%;
}

.home-lottie-animation {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.features-tabs-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.features-tab-text-wrapper {
  width: 100%;
  max-width: 760px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-tab-subheading {
  color: var(--type-75);
}

.features-tabs {
  width: 100%;
}

.features-tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.features-tab-link {
  width: 50%;
  opacity: 0.6;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding: 0 30px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.features-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.features-tab-link-line {
  z-index: 1;
  width: 0%;
  height: 4px;
  background-color: var(--primary);
  border-radius: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.features-tab-pane-wrapper {
  background-color: var(--secondary-2);
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
}

.features-tab-text-contain {
  width: 40%;
  max-width: 440px;
  grid-column-gap: 176px;
  grid-row-gap: 176px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.features-tab-info-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.features-tab-info-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.features-tab-info-subtext {
  color: var(--type-75);
}

.features-tab-black-contain {
  width: 64%;
  max-width: 680px;
  background-color: var(--dark);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-hero-section {
  position: relative;
}

.contact-hero-heading {
  color: var(--light);
  text-align: center;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.contact-hero-paragraph {
  max-width: 780px;
  color: var(--light);
  text-align: center;
  font-size: 20px;
  line-height: 160%;
}

.contact-top-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 840px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.contact-form-field-label {
  color: var(--dark);
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 100%;
}

.contact-form-field-label.contact-page {
  color: #0d0e10;
}

.contact-form-row {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.contact-card-item {
  width: 100%;
  grid-row-gap: 12px;
  border: 1px solid var(--light);
  color: var(--dark);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: flex;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, 0.06);
}

.contact-card-item:hover {
  border-color: rgba(39, 162, 115, 0.4);
  transform: translate(0, -10px);
}

.contact-cards-container {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.contact-form-item {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-card-text {
  color: rgba(7, 20, 18, 0.75);
  text-decoration: none;
}

.contact-form-block {
  width: 100%;
  min-height: 400px;
  background-color: var(--light);
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, 0.06);
}

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

.contact-form-text-field {
  height: auto;
  color: var(--dark);
  background-color: rgba(7, 20, 18, 0.1);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 21px 24px;
  font-size: 18px;
  line-height: 100%;
}

.contact-form-text-field:focus {
  background-color: rgba(7, 20, 18, 0.14);
}

.contact-form-text-field::-ms-input-placeholder {
  color: rgba(7, 20, 18, 0.7);
}

.contact-form-text-field::placeholder {
  color: rgba(7, 20, 18, 0.7);
}

.contact-form-text-field.message {
  height: 200px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form-wrapper {
  width: 90%;
  max-width: 912px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-submit-button {
  z-index: 3;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 32px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-icon-contain {
  width: 60px;
  height: 60px;
  background-color: var(--secondary-2);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

.location-section {
  padding-top: 160px;
}

.submit-button-contain {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-tab-line {
  width: 100%;
  height: 2px;
  background-color: rgba(7, 20, 18, 0.2);
  position: absolute;
  top: 338px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.features-pointer-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.features-pointer-text-wrapper {
  width: 48%;
  max-width: 554px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-pointer-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.features-pointer-subheading {
  color: var(--type-75);
}

.features-point {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.features-point-icon {
  width: 28px;
  height: 28px;
}

.features-point-text {
  opacity: 0.75;
}

.features-point-wrapper {
  max-width: 494px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.features-pointer-lottie-wrapper {
  width: 48%;
  max-width: 540px;
}

.features-solution-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.features-solution-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-solution-card-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.features-solution-card {
  width: 100%;
  max-width: 560px;
  background-color: var(--secondary-2);
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.features-solution-card-image-wrap {
  border-top: 1px solid rgba(7, 20, 18, 0.15);
  border-bottom: 1px solid rgba(7, 20, 18, 0.15);
  justify-content: center;
  padding: 24px 90px;
  display: flex;
}

.features-solution-card-text-wrap {
  border-bottom: 1px solid rgba(7, 20, 18, 0.15);
  padding: 24px 56px;
}

.features-solution-card-left-line {
  width: 1px;
  background-color: var(--dark);
  opacity: 0.15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 32px;
  right: auto;
}

.features-solution-card-right-line {
  width: 1px;
  background-color: var(--dark);
  opacity: 0.15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 32px;
}

.features-solution-card-image {
  width: 100%;
}

.features-solution-card-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.features-solution-card-subtext {
  color: var(--type-75);
}

.features-tab-lottie-animation,
.lottie-animation {
  width: 100%;
  height: 100%;
}

.about-hero-heading {
  font-size: 56px;
  line-height: 114%;
}

.button-wrapper {
  margin-top: 40px;
}

.about-hero-image-contain {
  width: 98%;
  max-width: 1400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-image-wrapper {
  width: 100%;
  max-width: 360px;
}

.about-hero-image-wrapper._632px {
  max-width: 632px;
}

.about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-hero-image._1 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.our-story-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.our-story-para {
  max-width: 660px;
  color: var(--type-75);
  font-size: 24px;
  line-height: 150%;
}

.our-story-para-green-primary {
  color: var(--primary);
}

.our-values-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.our-values-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-story-heading {
  font-size: 48px;
  line-height: 117%;
}

.our-value-heading {
  font-size: 40px;
  line-height: 120%;
}

.our-values-item-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-values-item {
  width: 100%;
  max-width: 360px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-values-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.our-values-item-heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.our-values-item-subtext {
  color: var(--type-75);
}

.our-timeline-section {
  background-color: #8f56ff;
}

.our-timeline-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-tabs {
  align-items: center;
  display: flex;
}

.timeline-tabs-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.timeline-tab-link {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  opacity: 0.2;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0 45px 0 0;
  display: flex;
}

.timeline-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.timeline-tab-link-year-img {
  width: 80%;
  max-width: 225px;
  object-fit: contain;
}

.timeline-tab-link-arrow {
  width: 50px;
  height: 50px;
}

.timeline-tabs-content {
  width: 65%;
  max-width: 795px;
  margin-left: auto;
}

.timeline-tab-pane-wrapper {
  background-color: var(--secondary-2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.timeline-tab-heading {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 120%;
}

.timeline-tab-subtext {
  color: var(--type-75);
}

.our-team-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.our-team-item-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-team-item {
  width: 100%;
  max-width: 360px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-team-item-image {
  width: 100%;
  margin-bottom: 24px;
}

.our-team-item-heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.our-team-item-subtext {
  color: var(--type-75);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.our-team-top-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.our-team-header-para {
  max-width: 460px;
  color: var(--type-75);
}

.our-investor-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.our-investor-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-investor-heading {
  margin-bottom: 16px;
}

.our-investor-subtext {
  color: var(--type-75);
}

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

.our-investor-logo {
  width: 100%;
  max-width: 386px;
  border-bottom: 1px solid rgba(7, 20, 18, 0.2);
  border-right: 1px solid rgba(7, 20, 18, 0.2);
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.our-investor-logo._3 {
  border-right-style: none;
}

.our-investor-logo._4 {
  border-bottom-style: none;
}

.our-investor-logo._6 {
  border-bottom-style: none;
  border-right-style: none;
}

.our-investor-logo._5 {
  border-bottom-style: none;
}

.our-investor-logo-wrap {
  width: 100%;
  max-width: 200px;
  position: relative;
}

.our-investor-logo-image-white {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-investor-logo-image-black {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-offices-wrapper {
  width: 90%;
  max-width: 1160px;
  color: var(--light);
  background-color: #8f56ff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
}

.our-offices-image-wrapper {
  width: 48%;
  max-width: 478px;
}

.our-offices-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.our-offices-text-wrapper {
  width: 48%;
  max-width: 442px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-location-grid {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.office-location-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.office-location-item-heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.our-office-heading {
  margin-bottom: 16px;
}

.job-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.job-wrapper.career-page-job-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.job-top-text-header {
  border-bottom: 2px solid rgba(7, 20, 18, 0.04);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.job-bottom-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.job-top-text-header-flex {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-top-header-heading {
  margin-bottom: 16px;
}

.job-top-header-subtext {
  color: var(--type-75);
}

.job-top-header-text-wrap {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-card-left-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.job-card-right-contain {
  width: 80%;
  max-width: 860px;
}

.job-card-item {
  width: 100%;
  color: var(--dark);
  background-color: rgba(7, 20, 18, 0.04);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.job-card-item:hover {
  color: var(--dark);
}

.job-card-item-left-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-card-item-heading {
  color: var(--secondary-1);
  font-size: 20px;
  line-height: 140%;
}

.job-card-item-tag-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.job-card-item-tag-text {
  background-color: var(--secondary-2);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.collection-list-jobs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.pricing-hero-section {
  padding-top: 100px;
  position: relative;
}

.pricing-hero-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  color: var(--light);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.pricing-hero-background {
  height: 700px;
  background-color: #8f56ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-hero-text-wrapper {
  max-width: 780px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-hero-subtext {
  max-width: 660px;
  font-size: 20px;
  line-height: 160%;
}

.pricing-hero-card-contain {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-hero-card-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.pricing-hero-card {
  width: 100%;
  max-width: 360px;
  background-color: var(--light);
  color: var(--dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 11px 11px 110px rgba(0, 0, 0, 0.06);
}

.pricing-hero-card.secondary-2 {
  background-color: var(--secondary-2);
}

.pricing-hero-card.ecommerce {
  max-width: none;
}

.pricing-hero-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.pricing-hero-card-price {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

.pricing-hero-card-price-small {
  color: var(--type-75);
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.pricing-hero-card-plan {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.pricing-hero-card-point-contain {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.pricing-hero-card-point {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.pricing-hero-card-point.opacity-40 {
  opacity: 0.4;
}

.pricing-hero-card-point-icon {
  width: 24px;
  height: 24px;
}

.pricing-hero-card-point-text-75 {
  color: var(--type-75);
  font-size: 18px;
  line-height: 100%;
}

.pricing-hero-card-point-header {
  font-size: 18px;
  line-height: 100%;
}

.pricing-hero-card-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-hero-card-point-text {
  color: var(--type-75);
  font-size: 18px;
  line-height: 100%;
}

.pricing-enterprise-card {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #8f56ff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  display: flex;
}

.pricing-enterprise-card-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.pricing-enterprise-card-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-enterprise-card-icon {
  width: 60px;
  height: 60px;
}

.pricing-enterprise-card-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.pricing-hero-toggle-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
  display: flex;
  position: relative;
}

.pricing-hero-toggle-text {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.pricing-hero-toggle-wrapper {
  width: 60px;
  height: 32px;
  background-color: var(--secondary-2);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4px;
  display: flex;
}

.pricing-hero-toggle-dot {
  width: 24px;
  height: 24px;
  background-color: var(--primary);
  border-radius: 50%;
}

.pricing-toggle-discount-image {
  width: 100%;
  max-width: 38px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: auto;
  right: -30px;
}

.pricing-hero-discount-text {
  line-height: 100%;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: -164px;
}

.pricing-hero-discount-text-yellow {
  color: var(--secondary-2);
}

.faq-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.faq-left-wrapper {
  width: 48%;
  max-width: 460px;
}

.faq-right-wrapper {
  width: 50%;
  max-width: 560px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.comparison-table-section {
  color: var(--light);
  background-color: #8f56ff;
}

.comparison-table-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.comparison-table-top-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.comparison-table-top-text-heading {
  font-size: 48px;
  line-height: 117%;
}

.pricing-case-study-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.pricing-case-study-image-wrap {
  width: 48%;
  max-width: 560px;
}

.pricing-case-study-image {
  width: 100%;
  height: 100%;
}

.pricing-case-study-text-wrap {
  width: 48%;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-case-study-heading {
  margin-bottom: 16px;
}

.pricing-case-study-subtext {
  color: var(--type-75);
  margin-bottom: 40px;
}

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

.faq-subtext {
  color: var(--type-75);
  line-height: 100%;
}

.faq-help-centewr-link {
  color: var(--type-75);
  transition: color 0.2s ease-in-out;
}

.faq-help-centewr-link:hover {
  color: var(--dark);
}

.faq-item {
  border-bottom: 1px solid rgba(7, 20, 18, 0.2);
}

.faq-question-item {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.faq-question-text {
  width: 90%;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.faq-item-arrow {
  width: 24px;
  height: 24px;
}

.faq-answer-text {
  max-width: 520px;
  color: var(--type-75);
  padding-bottom: 24px;
}

.comparison-table-row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  display: flex;
}

.comparison-table-left-item {
  width: 32%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  display: flex;
}

.comparison-table-grid {
  width: 68%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.comparison-table-item {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.comparison-table-contain-flex {
  width: 100%;
}

.comparison-table-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.comparison-table-feature-icon {
  width: 40px;
  height: 40px;
}

.comparison-table-feature-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.comparison-table-item-icon {
  width: 24px;
  height: 24px;
}

.comparison-table-contain,
.comparison-table {
  width: 100%;
}

.comparison-table-button-row {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.comparison-table-button-grid {
  width: 68%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
}

.comparison-table-button-item {
  flex-direction: column;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.comparison-table-price-row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
}

.comparison-table-price-item {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.comparison-table-price-text {
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

.comparison-table-price-text-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.comparison-table-price-item-left {
  width: 32%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.comparison-table-plan-row {
  display: flex;
}

.comparison-table-price-grid {
  width: 68%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.comparison-table-plan-grid {
  width: 68%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
}

.comparison-table-plan-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.comparison-table-plan-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.comparison-table-price-item-text {
  color: var(--secondary-2);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
}

.contact-hero-bg {
  width: 100%;
  height: 580px;
  background-color: #8f56ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-hero-wrapper {
  z-index: 2;
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.blog-hero-bg {
  height: 700px;
  background-color: #8f56ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-hero-text-contain {
  width: 100%;
  max-width: 720px;
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.blog-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.blog-tabs-section.blog-categories-template {
  padding-bottom: 160px;
}

.blog-tabs-wrapper {
  width: 90%;
  max-width: 1160px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

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

.blog-tabs-menu {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.blog-tabs-content {
  width: 100%;
}

.blog-tab-link {
  width: 50%;
  opacity: 0.6;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 10px 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.blog-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.blog-tab-link-line {
  width: 0%;
  height: 4px;
  background-color: var(--primary);
  border-radius: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blog-tab-line {
  width: 100%;
  height: 2px;
  max-width: 960px;
  background-color: rgba(7, 20, 18, 0.2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -46px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.blog-tab-top-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-heading {
  color: var(--secondary-1);
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.blog-tab-subtext {
  color: var(--type-75);
}

.collection-list-blog-tab {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination {
  width: 100%;
  margin-top: 80px;
}

.pagination-next-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light);
  border-style: none;
  border-radius: 30px;
  align-items: center;
  padding: 4px 16px;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  display: flex;
}

.pagination-next-button:hover {
  background-color: var(--secondary-2);
}

.pagination-button-arrow {
  width: 24px;
  height: 24px;
}

.premium-content-section {
  position: relative;
}

.premium-content-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.premium-content-text-contain {
  width: 100%;
  max-width: 830px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.premium-content-heading {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
}

.premium-content-subtext {
  color: var(--type-75);
}

.primary-button-lock-icon {
  width: 24px;
  height: 24px;
}

.premium-content-button-wrapper {
  z-index: 1;
  opacity: 0;
  color: var(--primary);
  background-image: linear-gradient(
    rgba(221, 231, 255, 0),
    rgba(221, 231, 255, 0.6) 40%,
    rgba(225, 254, 165, 0.79) 97%,
    rgba(225, 255, 160, 0.8)
  );
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-template-hero-section {
  position: relative;
}

.blog-template-hero-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--light);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.blog-template-hero-bg {
  height: 580px;
  background-color: var(--secondary-1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-template-hero-text-contain {
  max-width: 950px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.blog-template-hero-subtext {
  max-width: 840px;
  font-size: 20px;
  line-height: 160%;
}

.blog-template-hero-image {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  border-radius: 16px;
}

.blog-template-summary-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.blog-template-summary-contain {
  width: 70%;
  max-width: 720px;
}

.blog-template-sticky-item {
  width: 30%;
  max-width: 340px;
  background-color: var(--primary);
  color: var(--light);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.blog-template-sticky-item-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.blog-template-sticky-item-subtext {
  margin-bottom: 22px;
}

.blog-template-sticky-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.cms-rich-text h4 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.cms-rich-text p {
  color: var(--type-75);
  margin-bottom: 40px;
}

.cms-rich-text h6 {
  color: var(--type-75);
  background-image: url("../images/Green-Check-Icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-bottom: 20px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cms-rich-text blockquote {
  border-left-width: 10px;
  border-left-color: var(--primary);
  background-color: var(--secondary-2);
  background-image: url("../images/Quote-Icon.svg");
  background-position: 40px 24px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding: 88px 40px 60px;
  font-size: 20px;
  line-height: 160%;
}

.cms-rich-text ul,
.cms-rich-text ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--type-75);
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.cms-rich-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 133%;
}

.cms-rich-text a {
  color: var(--primary);
}

.cms-rich-text a:hover {
  color: var(--secondary-3);
}

.cms-rich-text figure {
  margin-bottom: 40px;
}

.related-blogs-wrapper {
  width: 90%;
  max-width: 1160px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-blog-post-contain {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.related-blog-post-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.author-bottom-container {
  width: 100%;
  background-color: rgba(7, 20, 18, 0.1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.copy-link-button {
  color: var(--dark);
  border: 1px solid rgba(7, 20, 18, 0.1);
  border-radius: 4px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.copy-link-button:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
}

.job-benefits-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.job-benefits-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.job-benefits-card {
  width: 100%;
  max-width: 360px;
  background-color: var(--secondary-2);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  box-shadow: 8px 8px 120px rgba(0, 0, 0, 0.08);
}

.job-benefits-card-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-benefits-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.job-benefits-card-heading {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.job-benefits-card-subtext {
  color: var(--type-75);
}

.career-hero-section {
  color: var(--light);
  background-color: #8f56ff;
  padding-bottom: 80px;
  position: relative;
}

.career-hero-text-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 840px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.career-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.career-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.career-hero-image-contain {
  width: 95%;
  max-width: 1400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-left: auto;
  display: flex;
}

.career-hero-image-wrapper {
  width: 60%;
  max-width: 360px;
}

.career-hero-image-wrapper._630px {
  width: 90%;
  max-width: 630px;
}

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

.career-hero-image._3 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.job-template-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.job-template-hero-wrapper {
  width: 90%;
  max-width: 840px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.job-template-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.yellow-tag {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.job-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.job-template-subtext {
  margin-bottom: 40px;
}

.job-template-summary-wrapper {
  width: 90%;
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.job-template-info-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.job-template-info-text {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.job-template-info-icon {
  width: 24px;
  height: 24px;
}

.review-hero-section {
  background-color: var(--secondary-1);
}

.review-hero-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.review-hero-card {
  width: 100%;
  max-width: 560px;
  background-color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 17px 17px 200px rgba(7, 20, 18, 0.06);
}

.review-hero-card-heading {
  color: var(--primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.review-hero-card-para {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

.review-hero-card-para-green {
  color: var(--primary);
}

.review-hero-card-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.review-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-hero-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.review-hero-subtext {
  color: var(--type-75);
}

.main-button-wrapper {
  border-radius: 36px;
  overflow: hidden;
}

.case-study-hero-section {
  color: var(--light);
  background-color: #8f56ff;
}

.case-study-hero-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.case-study-hero-text-contain {
  width: 52%;
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 220px;
  display: flex;
}

.case-study-hero-image-contain {
  width: 46%;
  max-width: 480px;
}

.case-study-hero-heading {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 112%;
}

.case-study-hero-subtext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.case-study-hero-image {
  width: 100%;
  height: 100%;
}

.case-study-item-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.case-study-item {
  width: 100%;
  max-width: 560px;
  color: var(--dark);
  text-decoration: none;
}

.case-study-item-image-contain {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.case-study-item-text-contain {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.case-study-item-hero-image {
  width: 100%;
  object-fit: cover;
}

.case-study-item-logo-image {
  width: 100%;
  height: 24px;
}

.case-study-item-logo-wrap {
  background-color: var(--light);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: auto;
}

.case-study-item-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.case-study-item-subtext {
  color: var(--type-75);
  margin-bottom: 24px;
}

.case-study-item-contain {
  width: 100%;
}

.collection-list-case-study {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-study-top-heading {
  color: var(--dark);
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.case-study-subtext {
  color: var(--type-75);
}

.cs-template-hero-section {
  position: relative;
}

.cs-template-hero-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1080px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.cs-template-hero-bg {
  height: 660px;
  background-color: var(--secondary-1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cs-template-hero-text-contain {
  width: 100%;
  max-width: 950px;
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.cs-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.cs-template-hero-subtext {
  max-width: 840px;
  font-size: 20px;
  line-height: 160%;
}

.cs-template-logo-wrap {
  background-color: var(--light);
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 14px 24px;
}

.cs-template-logo {
  width: 100%;
  height: 32px;
}

.cs-template-hero-image {
  width: 100%;
  min-height: 640px;
  object-fit: cover;
  border-radius: 12px;
}

.cs-template-rich-text-wrap {
  max-width: 840px;
  margin-top: 100px;
}

.related-cs-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-cs-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.related-cs-heading {
  margin-bottom: 16px;
}

.related-cs-subtext {
  color: var(--type-75);
}

.integration-hero-section {
  color: var(--light);
  background-color: #8f56ff;
}

.integration-hero-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.integration-hero-text-contain {
  max-width: 980px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.integration-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.integration-hero-subtext {
  max-width: 840px;
  font-size: 20px;
  line-height: 160%;
}

.integration-hero-image-contain {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.integration-hero-circle {
  width: 100px;
  height: 100px;
  background-color: var(--secondary-1);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-hero-circle-logo {
  width: 68px;
  height: 68px;
}

.integration-hero-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 4px 4px 78px rgba(0, 0, 0, 0.06);
}

.integration-hero-logo._60px {
  width: 60px;
  height: 60px;
}

.integration-card-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.integration-card-text-contain {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.integration-card-heading {
  color: var(--secondary-1);
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.integration-card-subtext {
  color: var(--type-75);
}

.integration-card-item {
  width: 100%;
  max-width: 360px;
  background-color: var(--light);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  box-shadow: 14px 14px 120px rgba(7, 20, 18, 0.04);
}

.integration-card-item:hover {
  background-color: var(--secondary-2);
}

.integration-card-item-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.integration-card-item-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.integration-card-item-logo-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.integration-card-item-para {
  color: var(--type-75);
  margin-bottom: 24px;
}

.integration-card-item-contain {
  width: 100%;
}

.collection-list-integration {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-integration.related-integartion {
  grid-template-rows: auto;
}

.integration-request-wrapper {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.integration-request-text-contain {
  width: 48%;
  max-width: 547px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.integration-request-form-contain {
  width: 48%;
  max-width: 512px;
}

.integration-request-heading {
  max-width: 520px;
  color: var(--secondary-1);
  margin-bottom: 30px;
}

.integration-request-subtext {
  color: var(--type-75);
}

.integration-form-block {
  color: var(--light);
  background-color: #8f56ff;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 40px 24px;
}

.integration-field-label {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.integration-text-field {
  height: 50px;
  color: var(--dark);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 24px;
}

.integration-form-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

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

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
}

.checkbox-label._16px {
  font-size: 16px;
  line-height: 125%;
}

.checkbox {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-2);
  border-style: none;
  border-radius: 50%;
  flex: none;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--secondary-2);
  background-image: url("../images/Green-Tick-Mark.svg");
  background-position: 50%;
  background-size: auto;
}

.integration-temp-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.integration-temp-hero-wrapper {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.integration-temp-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 117%;
}

.integration-temp-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.integration-temp-logo-contain {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.integration-temp-logo-circle {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-temp-logo {
  width: 34px;
  height: 34px;
}

.integration-temp-logo._2 {
  width: 45px;
  height: 45px;
}

.integration-temp-logo-wrap {
  width: 80px;
  height: 80px;
  background-color: var(--light);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-temp-line-spacer {
  width: 49px;
  height: 2px;
  background-color: var(--light);
}

.integration-link-icon {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  margin-right: 12px;
}

.related-integartion-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-integartion-text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: rgba(225, 255, 160, 0.4);
  padding: 80px 0;
}

.apple-pay,
.pay-with-browser {
  height: 60px;
  border-radius: 8px;
}

.block-header {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-header.center {
  border-style: none;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 60px;
}

.primary-green-button {
  background-color: var(--primary);
  color: var(--light);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-green-button:hover {
  background-color: var(--green-3);
}

.primary-green-button.user-submit-button {
  border-radius: 8px;
}

.form-container {
  width: 90%;
  max-width: 1280px;
}

.collection-list-wrapper-pricing {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.collection-list {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plans-rich-text p {
  color: rgba(7, 20, 18, 0.75);
  background-image: url("../images/Green-Check-Icon.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 16px;
  padding-left: 36px;
}

.plans-rich-text.margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.collection-item {
  display: flex;
}

.product-box-wrap {
  width: 100%;
  height: auto;
  max-width: 600px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(15, 31, 61, 0.08);
}

.plan-detail-title {
  color: var(--secondary-1);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-price {
  color: var(--dark);
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.plan-price.margin-40px {
  margin-bottom: 10px;
}

.select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
}

.option {
  height: auto;
  background-color: var(--secondary-2);
  border-radius: 8px;
  padding: 4px 10px;
}

.cart-buttons-contain {
  grid-column-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--dark);
  color: var(--light);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart-button:hover {
  background-color: var(--secondary-3);
}

.buy-now-button {
  background-color: var(--green-3);
  color: var(--light);
  border-radius: 36px;
  margin-top: 0;
  padding: 14px 30px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s ease-in-out;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--secondary-2);
  color: var(--dark);
}

.empty-state {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  text-align: center;
  border-radius: 4px;
}

.user-page-contain {
  height: auto;
  max-width: none;
  min-height: 100vh;
  justify-content: space-between;
}

.user-page-wrapper {
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.user-page-green-item {
  width: 50%;
  background-color: var(--secondary-1);
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.user-page-form-item {
  width: 50%;
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.user-page-lottie {
  width: 100%;
  max-width: 560px;
}

.user-page-lottie._580px {
  max-width: 580px;
}

.log-in-form-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

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

.user-page-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.user-page-subtext-link {
  color: var(--dark);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.user-page-subtext-link:hover {
  color: var(--green-3);
  text-decoration: underline;
}

.or-continue-with-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.or-continue-with-line {
  width: 100%;
  height: 1px;
  background-color: rgba(7, 20, 18, 0.2);
}

.or-text {
  flex: none;
  font-size: 18px;
}

.google-icon {
  width: 24px;
  height: 24px;
}

.user-email-field {
  height: 60px;
  color: var(--dark);
  background-color: rgba(7, 20, 18, 0.08);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-email-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.user-password-field {
  height: 60px;
  color: var(--dark);
  background-color: rgba(7, 20, 18, 0.08);
  background-image: url("../images/Password-Icon.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-password-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.form-footer {
  margin-top: 24px;
}

.user-page-link {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.user-page-link:hover {
  border: 1px solid var(--primary);
  background-color: var(--lavender);
  color: var(--dark);
}

.user-page-link.bottom-margin-16px {
  margin-bottom: 16px;
}

.error-state {
  background-color: var(--secondary-3);
  color: var(--secondary-2);
  text-align: center;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}

.user-text-field {
  height: 60px;
  color: var(--dark);
  background-color: rgba(7, 20, 18, 0.08);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-text-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.user-text-field::-ms-input-placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.user-text-field::placeholder {
  color: rgba(7, 20, 18, 0.6);
}

.sign-up-form-block {
  width: 100%;
  max-width: 504px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

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

.redirect-block {
  margin-top: 10px;
}

.sign-up-form {
  text-align: left;
}

.reset-password-form-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

.user-field-label {
  margin-bottom: 8px;
  font-weight: 500;
}

.update-password-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

.access-denied-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.access-denied-wrapper {
  width: 90%;
  max-width: 800px;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.access-denied-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.access-denied-heading {
  font-size: 56px;
  line-height: 117%;
}

.access-denied-subtext {
  max-width: 720px;
  margin-bottom: 40px;
}

.user-account-wrapper {
  width: 90%;
  max-width: 1160px;
  min-height: auto;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 82px 0 160px;
  display: flex;
}

.user-account-block-content {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.user-account-contain {
  width: 100%;
  max-width: 720px;
}

.password-setting-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.password-setting-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.user-account-submit-button {
  background-color: var(--primary);
  color: var(--light);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-right: 0;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.user-account-submit-button:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--dark);
}

.cancel-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(7, 20, 18, 0.2);
  border-radius: 100px;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.cancel-button:hover {
  border-color: var(--secondary-3);
  background-color: var(--lavender);
}

.subscription-wrapper {
  width: 100%;
}

.subscriptions-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.subscription {
  width: 50%;
  max-width: 360px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.subscription-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.subscription-cancel-button {
  border: 1px solid var(--secondary-1);
  color: var(--primary);
  border-radius: 30px;
  margin-top: 16px;
  padding: 10px 4px;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.subscription-cancel-button:hover {
  background-color: var(--secondary-2);
}

.download-hero-section {
  position: relative;
}

.download-hero-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.download-hero-bg {
  height: 610px;
  background-color: #8f56ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.download-hero-text-wrapper {
  max-width: 880px;
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.download-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.download-hero-subtext {
  max-width: 800px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.download-item-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-item {
  width: 100%;
  max-width: 360px;
  background-color: var(--light);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
  box-shadow: 11px 11px 110px rgba(0, 0, 0, 0.06);
}

.download-item.yellow {
  background-color: var(--secondary-2);
}

.download-item-icon {
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.download-item-heading {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.download-item-subtext {
  color: var(--type-75);
  margin-bottom: 32px;
}

.password-subtext {
  margin-bottom: 40px;
}

.reference-pages-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.reference-pages-hero-wrapper {
  width: 90%;
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.reference-pages-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.reference-pages-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.reference-pages-button-wrapper {
  margin-top: 40px;
}

.changelog-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.zipline-release-text {
  color: var(--type-75);
}

.template-version {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.licensing-wrapper-flex {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.license-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primary);
  align-items: center;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.license-button-line {
  width: 0%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.license-button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.licencing-icons-grids {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 40px;
  display: grid;
}

.licencing-icon-item {
  width: 60px;
  height: 60px;
}

.licencing-icon {
  width: 100%;
  height: 100%;
}

.licensing-text-contain {
  width: 100%;
}

.general-sans-font-text {
  font-size: 72px;
  font-weight: 600;
  line-height: 111%;
}

.style-guide-wrapper {
  width: 90%;
  max-width: 1160px;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.style-guide-wrapper-flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.style-guide-header-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.author-template-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.dropdown {
  flex: none;
  position: relative;
}

.dropdown-toggle {
  background-color: #c8fbe7;
  border-radius: 50%;
  padding: 10px;
}

.user-toggle {
  background-color: var(--secondary-2);
  position: static;
}

.user-icon {
  width: 28px;
}

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

.dropdown-list.w--open {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  top: 46px;
  bottom: auto;
  left: -50%;
  right: auto;
}

.dropdown-list-contain {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  display: flex;
  box-shadow: 0 10px 160px rgba(3, 14, 27, 0.06);
}

.dropdown-list-contain.w--open {
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 10px;
  top: 47px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-link {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 0;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.2s ease-in-out;
  position: static;
}

.dropdown-link:hover {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--dark);
}

.cart-quantity {
  display: none;
}

.cart {
  flex: none;
}

.cart-button {
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  padding: 15px;
}

.icon {
  margin-right: 0;
}

.cart-wrapper {
  color: var(--dark);
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  text-align: center;
  border-radius: 20px;
  align-items: center;
  padding: 6px 6px 6px 8px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.nav-dropdown-toggle-icon {
  width: 18px;
  height: 18px;
}

.nav-dropdown-list {
  border-radius: 8px;
}

.nav-dropdown-list.w--open {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 6px;
}

.nav-dropdown-list-wrapper {
  width: 100%;
  max-width: 200px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--light);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.nav-dropdown-link {
  color: var(--primary);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 0;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.2s ease-in-out;
}

.nav-dropdown-link:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
}

.nav-dropdown-link.w--current {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
}

.nav-dropdown-link.w--current:hover {
  background-color: var(--lavender);
}

.home-feature-item-bg {
  background-color: var(--secondary-2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.checkout-button {
  height: 60px;
  background-color: var(--primary);
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}

.checkout-button:hover {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.text-block,
.text-block-2,
.text-block-3 {
  color: var(--light);
}

.text-block-4 {
  font-weight: 500;
}

.form_checkbox-field {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #8fc7b5;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.home-hero_para {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

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

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #86e30f;
  flex-direction: column;
  line-height: 1em;
  display: flex;
}

.text-ticker_mask {
  height: 7rem;
  float: right;
  color: #111;
  padding-left: 1em;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.input-group_submit {
  color: #32443e;
  background-color: #86e30f;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.text-ticker_mask1 {
  height: 6rem;
  background-color: #32443e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-ticker_component {
  max-width: 56rem;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}

.text-ticker_text {
  letter-spacing: -0.0375em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.text-ticker_mask2 {
  height: 6rem;
  background-color: #32443e;
  position: absolute;
  top: 7rem;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.form_input-group_text-input {
  min-height: 3rem;
  background-color: #37564c;
  border: 0 #000;
  margin-bottom: 0;
}

.form_input-group_text-input::-ms-input-placeholder {
  color: #8fc7b5;
}

.form_input-group_text-input::placeholder {
  color: #8fc7b5;
}

.checkbox-2 {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #37564c;
  border-style: none;
  border-width: 0;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.checkbox-2.w--redirected-checked {
  background-color: #86e30f;
  background-size: 16px;
}

.form_input-group {
  max-width: 27rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 11px;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -7px 20px -13px #0f1f1a;
}

.container {
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.paragraph {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.rotate-wrap {
  width: 800px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.rotatingtext {
  max-width: 850px;
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  border-radius: 0;
}

.marquee-wrapper {
  width: 188%;
  display: flex;
}

.marquee-div {
  width: 50%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card {
  height: 500px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.hero-video-link-block {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.hero-video {
  width: 100%;
  height: 437px;
  border-radius: 30px;
  transition: height 0.725s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.hero-video:hover {
  height: 100%;
}

.hero-video-filter {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #ffbf00;
  border-radius: 30px;
  transition: opacity 0.2s,
    background-color 0.725s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-video-filter:hover {
  background-color: rgba(0, 0, 0, 0);
}

.hero-video-filter.slider1 {
  opacity: 0.75;
  -webkit-text-fill-color: inherit;
  background-color: #b4cffb;
  background-clip: border-box;
}

.hero-video-filter.slider1:hover {
  opacity: 0;
}

.hero-video-filter.slider-2 {
  opacity: 0.75;
  background-color: #b4cffb;
}

.hero-video-filter.slider-2:hover {
  opacity: 0;
}

.section {
  height: 20vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 13px;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  width: 5000px;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.grow-background {
  z-index: 0;
  height: 0%;
  background-color: #f5f5f5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  width: 300vw;
  height: 100%;
  align-items: flex-end;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: 0.75;
  color: #1d1d1f;
  letter-spacing: -0.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper-2 {
  width: 100%;
  flex: 1;
  padding: 2rem;
  position: relative;
}

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

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

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(131, 131, 131, 0.16);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.black-style-subheading {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  font-weight: 500;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card_horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #8f56ff;
  border-radius: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 0 0 1.5rem;
  transition: all 0.2s;
  display: grid;
}

.card_horizontal:hover {
  transform: scale(1.01);
}

.card_grid-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_grid-wrapper.reverse {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  margin-bottom: 1.125rem;
}

.home-header_subheading {
  color: #df0042;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

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

.card_hiring {
  height: 15rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #121212;
  background-image: url("../images/careers-tile.cf5ef98.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 0;
  transition: all 0.2s;
  display: flex;
}

.card_hiring:hover {
  transform: scale(1.01);
}

.card_content-wrapper {
  max-width: 26.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

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

.card_left-vertical {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--secondary-1);
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: all 0.2s;
  display: flex;
}

.card_left-vertical:hover {
  transform: scale(1.01);
}

.card_share {
  grid-column-gap: 1rem;
  grid-row-gap: 1.125rem;
  cursor: pointer;
  background-image: url("../images/folio-mobile.d63fe9c.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s;
  display: flex;
}

.card_share:hover {
  transform: scale(1.01);
}

.card_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.card_linear-gradiant {
  background-image: linear-gradient(
    #000,
    rgba(0, 0, 0, 0.5) 35%,
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.05);
}

.red-style-subheading {
  color: var(--secondary-2);
  text-align: center;
  -webkit-text-stroke-color: var(--secondary-2);
  font-size: 0.85rem;
}

.heading-left {
  color: #fff;
  text-align: left;
  letter-spacing: -0.04rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: static;
}

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

.margin-vertical.margin-custom1 {
  margin-left: auto;
  margin-right: auto;
}

.margin-vertical.margin-huge {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

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

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

.margin-bottom.margin-xsmall {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.home-header_paragraph {
  font-size: 1.25rem;
  font-weight: 500;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.align-bottom {
  align-self: flex-end;
}

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

.padding-vertical.padding-medium {
  padding: 2rem;
}

.padding-vertical.padding-large {
  padding: 3rem;
}

.home-header_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
}

.home-header_video {
  color: #fff;
  object-fit: cover;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.25) 52%,
    rgba(0, 0, 0, 0.56)
  );
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_video-background {
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  position: relative;
}

.blue-style-subheading {
  color: #0265d8;
  text-align: center;
  font-size: 0.85rem;
}

.text-align-center {
  max-width: 45rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.play-icon {
  width: 24px;
}

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

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

.margin-top.margin-custom1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.margin-top.margin-small {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: block;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1.25rem;
  flex: none;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background-color 0.25s;
}

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

.button.secondary {
  color: #fff;
  text-transform: uppercase;
  background-color: #0076ff;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.button.secondary:hover {
  background-color: #0068e2;
}

.card_left-content-wrapper {
  max-width: 26.25rem;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_timelapse {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.card_timelapse:hover {
  transform: scale(1.01);
}

.card_accessibility {
  height: 15rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #121212;
  background-image: url("../images/a11y.240ee07.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 1.125rem;
  padding: 0;
  transition: all 0.2s;
  display: flex;
}

.card_accessibility:hover {
  transform: scale(1.01);
}

.section-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -0.04rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.75rem;
  position: static;
}

.card_vertical {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  background-color: #8f56ff;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 4.375rem 4.375rem 0;
  transition: all 0.2s;
  display: grid;
}

.card_vertical:hover {
  transform: scale(1.01);
}

.card_education {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #8f56ff;
  background-image: url("../images/edu-tablet.709af4b.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: all 0.2s;
  display: flex;
}

.card_education:hover {
  transform: scale(1.01);
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-large {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.white-style-subheading {
  color: #ededed;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  font-weight: 500;
}

.heading-left-black {
  max-width: 15rem;
  color: #000;
  text-align: left;
  letter-spacing: -0.04rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: static;
}

.card-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template:
    "."
    "."
    / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  max-width: 80%;
  line-height: 100%;
}

.bold-text {
  color: var(--secondary-2);
  -webkit-text-stroke-color: var(--secondary-2);
}

.image-2 {
  border-radius: 8px;
  overflow: hidden;
}

.paragraph-2 {
  color: #44465f;
  letter-spacing: -0.3px;
  font-size: 18px;
  line-height: 1.2;
}

.card_row {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
}

.container_p {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  display: flex;
}

.text_features {
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 25px;
}

.button-2 {
  background-color: var(--secondary-1);
  border-radius: 8px;
  margin-top: 25px;
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
}

.h1_features {
  letter-spacing: -0.3px;
  font-size: 22px;
  line-height: 27px;
}

.col_40 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 35px;
  display: flex;
}

.card_col_2 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.icon_wrap {
  overflow: hidden;
}

.card_base {
  width: 100%;
  min-height: 270px;
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.col_60 {
  width: 60%;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.content_wrap {
  min-height: 100vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.h1_example {
  color: var(--secondary-2);
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 1;
}

.hero-full-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #8f57ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.heading-xlarge {
  text-align: left;
  letter-spacing: -0.03rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.button-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #14f195;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 1.25rem 0.875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(0, -3px);
}

.button-secondary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
}

.button-secondary:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transform: translate(0, -3px);
}

.button-secondary.is-hero {
  border: 1px solid #fff;
}

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.video-overlay-layer {
  z-index: 1;
  opacity: 0.13;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #8f57ff;
  background-image: linear-gradient(
    to top,
    #8f57ff,
    rgba(0, 0, 0, 0.75) 17%,
    rgba(0, 0, 0, 0.4) 23%,
    rgba(0, 0, 0, 0.28) 32%,
    rgba(0, 0, 0, 0.12) 52%,
    #8f56ff
  );
  border: 1px solid #8f56ff;
  padding-top: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-medium-2 {
  letter-spacing: -0.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.header_content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.video-overlay-layer-2 {
  z-index: 1;
  background-image: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.75) 17%,
    rgba(0, 0, 0, 0.4) 23%,
    rgba(0, 0, 0, 0.28) 32%,
    rgba(0, 0, 0, 0.12) 52%,
    #000
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-full-video-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  border: 1px solid #8d55fc;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.button-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #14f195;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 1.25rem 0.875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.button-4:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(0, -3px);
}

.video-overlay-layer-3 {
  z-index: 1;
  opacity: 0.36;
  mix-blend-mode: luminosity;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#8d55fc, #8d55fc);
  border: 1px solid #8d55fc;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-medium-3 {
  letter-spacing: -0.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.background-video {
  flex-direction: column;
  display: inline;
}

.hello-block-wrapper {
  width: 32rem;
  position: absolute;
  top: -3.6875rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-padding-2 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hello-video-wrapper {
  width: 90%;
}

.button-pill {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.3125rem;
  font-weight: 400;
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
}

.button-pill:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transform: translate(0, -3px);
}

.section-hello-wrapper,
.section-hello {
  position: relative;
}

.text-size-medium-4 {
  letter-spacing: -0.0425rem;
  font-size: 1.5rem;
  line-height: 1.17;
}

.text-size-medium-4.is-smaller {
  font-size: 1.3125rem;
}

.heading-large {
  letter-spacing: -0.0425px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.hello-block-main {
  color: #000;
  background-color: #14f195;
  border-radius: 0.75rem;
  padding: 1rem;
}

.page-padding-3 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-alt {
  text-align: center;
  text-transform: uppercase;
  background-color: #8f56fe;
  border: 1px solid #9945ff;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
}

.button-alt:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(0, -3px);
}

.page-padding-4 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-5 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #14f195;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 1.25rem 0.875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.button-5:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  transform: translate(0, -3px);
}

.video-overlay-layer-4 {
  z-index: 1;
  background-color: rgba(142, 86, 252, 0.58);
  background-image: linear-gradient(
    rgba(143, 87, 255, 0.55),
    rgba(143, 87, 255, 0.55)
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-full-video-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-header {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .wrapper-1160px.navbar-wrapper {
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .cta-image-contain {
    margin-right: -25%;
  }

  .cta-green-item {
    align-items: flex-start;
    padding-left: 10%;
  }

  .banner-cross-icon {
    right: 10%;
  }

  .cta-arrow {
    bottom: 27%;
  }

  .user-page-wrapper {
    max-width: 1920px;
  }

  .user-page-green-item {
    justify-content: flex-end;
    padding-right: 100px;
  }

  .user-page-form-item {
    justify-content: flex-start;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-section {
    padding-top: 0;
  }

  .cta-green-item {
    padding-left: 20%;
  }

  .cta-yellow-item {
    padding-right: 20%;
  }

  .how-it-works-subtext,
  .how-it-works-item-heading,
  .how-it-works-item-subtext {
    color: var(--light);
  }

  .banner-cross-icon {
    right: 20%;
  }

  .about-hero-image-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-image._1 {
    border-radius: 16px;
  }

  .career-hero-image-contain {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 36px;
  }

  .wrapper-1160px {
    max-width: 600px;
    flex-direction: column;
  }

  .wrapper-1160px.navbar-wrapper {
    max-width: none;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .footer-wrapper {
    max-width: 700px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .version-number {
    margin-bottom: 10px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
    font-size: 20px;
  }

  ._404-image {
    margin-bottom: 40px;
  }

  .password-text-field {
    margin-bottom: 20px;
  }

  .instructions-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .licensing-tag-subtexts {
    line-height: 150%;
  }

  .licensing-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .licencing-images-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-paragraph {
    font-size: 20px;
  }

  .colors-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .progress-bar {
    display: none;
  }

  .style-guide-main-content {
    width: 100%;
  }

  .navbar {
    top: auto;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--secondary-1);
    padding: 10px 5% 30px;
    box-shadow: 0 140px 140px rgba(7, 20, 18, 0.5);
  }

  .nav-menu-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .navbar-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
  }

  .home-hero-wrapper {
    max-width: 700px;
    padding-top: 100px;
  }

  .home-hero-subtext {
    line-height: 150%;
  }

  .number-stack-wrapper {
    max-width: 500px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0;
  }

  ._76px-heading._1,
  ._76px-heading._2 {
    display: none;
  }

  .cta-wrapper {
    max-width: 700px;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-image-contain {
    width: 100%;
  }

  .cta-text-contain {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cta-2-item-section {
    flex-direction: column;
    align-items: center;
  }

  .cta-green-item {
    width: 100%;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 5%;
  }

  .cta-yellow-item {
    width: 100%;
    padding-left: 10%;
  }

  .cta-item-heading {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cta-item-subtext {
    margin-bottom: 24px;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links-wrapper {
    width: 100%;
  }

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

  .how-it-works-wrapper {
    max-width: 700px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .how-it-works-left-contain {
    width: 100%;
    position: relative;
    top: 0;
  }

  .how-it-works-right-contain {
    width: 100%;
  }

  .customer-wrapper {
    max-width: 700px;
  }

  .home-split-wrapper {
    max-width: 700px;
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-split-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .home-split-contain.reverse {
    flex-direction: column-reverse;
  }

  .home-split-lottie-contain {
    width: 100%;
  }

  .home-split-lottie-contain.integration {
    width: 90%;
  }

  .home-split-text-contain {
    width: 100%;
  }

  .home-feature-wrapper {
    max-width: 700px;
  }

  .home-feature-item-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-item {
    padding: 40px 20px;
  }

  .home-feature-item.vertical {
    flex-direction: row;
  }

  .home-feature-item-heading {
    font-size: 22px;
  }

  .home-feature-item-heading.hide-on-tab {
    display: none;
  }

  .home-feature-item-text-contain.hide-on-desktop {
    flex-direction: column;
    display: flex;
  }

  .home-feature-item-bottom-wrap {
    margin-top: 40px;
  }

  .home-feature-item-bottom-wrap.top-margin-0.hide-on-tab {
    display: none;
  }

  .home-feature-item-subtext {
    font-size: 16px;
  }

  .home-feature-item-image.vertical-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-feature-top-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
  }

  .home-sticky-wrapper {
    max-width: 700px;
  }

  .home-sticky-contain {
    display: none;
  }

  .menu-button {
    border-radius: 50%;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-2);
    color: var(--dark);
  }

  .home-sticky-wrapper-tab {
    display: flex;
  }

  .home-sticky-contain-tab {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .home-blog-wrapper {
    max-width: 700px;
    padding-top: 40px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-blog-heading {
    text-align: center;
  }

  .features-hero-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-hero-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .features-hero-text-contain,
  .features-hero-image-contain {
    width: 100%;
  }

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

  .feature-3-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-arrow {
    max-width: 90px;
  }

  .features-tabs-wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .features-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .features-tab-link {
    max-width: 220px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-tab-pane-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .features-tab-text-contain {
    width: 100%;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .features-tab-info-heading {
    font-size: 30px;
  }

  .features-tab-black-contain {
    width: 100%;
    max-width: none;
  }

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

  .contact-hero-paragraph {
    font-size: 18px;
  }

  .contact-top-wrapper {
    flex-direction: column;
  }

  .contact-form-block {
    padding: 40px;
  }

  .contact-form-wrapper {
    width: 90%;
    max-width: 800px;
    grid-row-gap: 60px;
  }

  .location-section {
    padding-top: 140px;
  }

  .features-tab-line {
    display: none;
  }

  .features-pointer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .features-pointer-text-wrapper {
    width: 100%;
  }

  .features-pointer-heading {
    font-size: 42px;
  }

  .features-pointer-lottie-wrapper {
    width: 100%;
  }

  .features-solution-card-wrapper {
    flex-direction: column;
  }

  .about-hero-heading {
    font-size: 50px;
  }

  .about-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-image-wrapper {
    width: 30%;
  }

  .about-hero-image-wrapper._632px {
    width: 50%;
  }

  .about-hero-image {
    border-radius: 12px;
  }

  .our-story-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 140px;
  }

  .our-values-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .our-story-heading {
    font-size: 40px;
  }

  .our-values-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-tabs {
    flex-direction: column;
  }

  .timeline-tabs-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    margin-bottom: 60px;
  }

  .timeline-tab-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 10px;
  }

  .timeline-tab-link-year-img {
    max-width: 200px;
  }

  .timeline-tab-link-arrow {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }

  .timeline-tabs-content {
    width: 100%;
    margin-left: 0;
  }

  .timeline-tab-pane-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .our-team-wrapper {
    padding-top: 140px;
  }

  .our-team-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-team-top-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-heading {
    font-size: 46px;
  }

  .our-investor-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .our-investor-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .our-investor-logo-wrap {
    max-width: 160px;
  }

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

  .our-offices-image-wrapper,
  .our-offices-text-wrapper {
    width: 100%;
  }

  .job-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .job-top-text-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-top-header-text-wrap {
    width: 100%;
  }

  .job-card-wrapper {
    flex-direction: column;
  }

  .job-card-right-contain {
    width: 100%;
  }

  .pricing-hero-subtext {
    line-height: 150%;
  }

  .pricing-hero-card-price.ecommerce {
    font-size: 40px;
  }

  .pricing-hero-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-enterprise-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-enterprise-card-left {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .faq-left-wrapper,
  .faq-right-wrapper {
    width: 100%;
  }

  .comparison-table-top-text-heading {
    font-size: 42px;
  }

  .pricing-case-study-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    padding-top: 140px;
  }

  .pricing-case-study-image-wrap,
  .pricing-case-study-text-wrap {
    width: 100%;
  }

  .comparison-table-text {
    font-size: 16px;
    line-height: 150%;
  }

  .comparison-table-button-grid {
    width: 100%;
  }

  .comparison-table-price-item {
    padding-bottom: 24px;
  }

  .comparison-table-price-text {
    font-size: 36px;
    line-height: 100%;
  }

  .comparison-table-price-text-small {
    font-size: 16px;
    line-height: 120%;
  }

  .comparison-table-price-item-left {
    padding-bottom: 24px;
  }

  .blog-hero-heading {
    font-size: 50px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 140px;
  }

  .blog-tabs-wrapper {
    padding-top: 140px;
  }

  .blog-tab-heading {
    font-size: 42px;
  }

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

  .premium-content-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .premium-content-heading {
    font-size: 36px;
  }

  .blog-template-hero-heading {
    font-size: 50px;
  }

  .blog-template-hero-image {
    min-height: 500px;
  }

  .blog-template-summary-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
  }

  .blog-template-summary-contain {
    width: 100%;
  }

  .blog-template-sticky-item {
    width: 100%;
    position: static;
  }

  .cms-rich-text h4 {
    font-size: 30px;
  }

  .related-blogs-wrapper,
  .job-benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .job-benefits-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .career-hero-heading {
    font-size: 50px;
  }

  .career-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-image {
    border-radius: 10px;
  }

  .job-template-hero-heading {
    font-size: 50px;
  }

  .review-hero-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .review-hero-heading {
    font-size: 42px;
  }

  .case-study-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .case-study-hero-text-contain,
  .case-study-hero-image-contain {
    width: 100%;
  }

  .case-study-hero-heading {
    font-size: 56px;
  }

  .case-study-item-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .collection-list-case-study {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .case-study-top-heading {
    font-size: 42px;
  }

  .cs-template-hero-heading {
    font-size: 50px;
  }

  .cs-template-hero-image {
    min-height: 500px;
  }

  .related-cs-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .integration-hero-heading {
    font-size: 50px;
  }

  .integration-card-wrapper {
    padding-top: 140px;
  }

  .integration-card-heading {
    font-size: 42px;
  }

  .collection-list-integration {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-integration.related-integartion {
    grid-template-rows: auto auto;
  }

  .integration-request-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 140px;
  }

  .integration-request-text-contain,
  .integration-request-form-contain {
    width: 100%;
  }

  .integration-temp-hero-heading {
    font-size: 50px;
  }

  .related-integartion-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .form-container {
    max-width: 800px;
    flex-direction: column;
  }

  .left-form-container {
    width: 100%;
    margin-right: 0;
  }

  .right-form-container {
    width: 100%;
    position: static;
  }

  .user-page-wrapper {
    flex-direction: column-reverse;
  }

  .user-page-green-item,
  .user-page-form-item {
    width: 100%;
  }

  .user-page-heading {
    font-size: 42px;
  }

  .access-denied-wrapper {
    min-height: 90vh;
  }

  .access-denied-heading {
    font-size: 50px;
  }

  .user-account-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-bottom: 140px;
  }

  .subscriptions-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscription {
    width: 100%;
  }

  .download-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .reference-pages-hero-heading {
    font-size: 50px;
  }

  .reference-pages-hero-subtext {
    line-height: 150%;
  }

  .changelog-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .licensing-wrapper-flex {
    flex-direction: column;
  }

  .licencing-icons-grids {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .general-sans-font-text {
    font-size: 60px;
  }

  .style-guide-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .style-guide-wrapper-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
  }

  .nav-dropdown-list.w--open {
    position: relative;
  }

  .card {
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-video-link-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-video {
    height: 250px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .black-style-subheading {
    justify-content: center;
    display: flex;
  }

  .card_horizontal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: none;
    grid-template-columns: 2.75fr;
    padding-top: 5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card_grid-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card_grid-wrapper.reverse {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .home-header_subheading {
    justify-content: center;
    display: flex;
  }

  .card_hiring {
    grid-template-columns: 2.75fr;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .card_content-wrapper {
    max-width: none;
    margin-bottom: 2.5rem;
  }

  .card_left-vertical {
    border-radius: 1.25rem;
    margin-bottom: 0;
  }

  .card_share {
    height: 36.25rem;
    background-size: cover;
    margin-bottom: 2rem;
  }

  .red-style-subheading {
    justify-content: center;
    display: flex;
  }

  .heading-left {
    text-align: left;
    position: relative;
  }

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

  .margin-vertical.margin-custom1 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .margin-vertical.margin-huge {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

  .padding-vertical.padding-medium {
    padding: 1.5rem;
  }

  .padding-vertical.padding-large {
    padding: 2.5rem;
  }

  .home-header_heading {
    font-size: 2.5rem;
  }

  .link-block-2 {
    height: 15rem;
  }

  .card_video-background {
    position: static;
  }

  .blue-style-subheading {
    justify-content: center;
    display: flex;
  }

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

  .card_accessibility {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 2.75fr;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-heading {
    position: relative;
  }

  .card_vertical {
    border-radius: 1.25rem;
  }

  .card_education {
    height: 30rem;
    border-radius: 1.25rem;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-style-subheading {
    justify-content: center;
    display: flex;
  }

  .heading-left-black {
    text-align: left;
    position: relative;
  }

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

  .card_row {
    padding-left: 0;
  }

  .container_p {
    flex-direction: column;
  }

  .col_40 {
    width: 100%;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .hero-full-video {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-xlarge.is-centered-tablet {
    text-align: center;
    font-size: 4rem;
  }

  .text-size-medium-2.is-centered-tablet {
    text-align: center;
  }

  .header_content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-full-video-2 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
  }

  .max-width-medium.is-centered-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .video-overlay-layer-3 {
    background-image: linear-gradient(
      18deg,
      #8f56fe,
      rgba(143, 86, 254, 0.43) 9%,
      rgba(143, 86, 254, 0.52) 17%,
      rgba(0, 0, 0, 0.28) 38%,
      rgba(0, 0, 0, 0.12) 92%,
      #8f56ff
    );
  }

  .text-size-medium-3.is-centered-tablet {
    text-align: center;
  }

  .layout_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .video-overlay-layer-4 {
    opacity: 1;
  }

  .hero-full-video-3 {
    opacity: 0.28;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

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

  h2 {
    font-size: 46px;
  }

  .wrapper-1160px.navbar-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .licencing-image-item {
    height: 200px;
  }

  .version-number {
    font-size: 36px;
  }

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

  ._404-paragraph {
    margin-bottom: 20px;
    font-size: 20px;
  }

  ._404-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .password-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .password-text-field {
    margin-bottom: 16px;
  }

  .lock-image {
    margin-bottom: 30px;
  }

  .instructions-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .changelog-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licensing-tag-subtexts {
    font-size: 18px;
  }

  .licensing-wrapper {
    width: 90%;
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .licensing-image-contain {
    padding: 0;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-paragraph {
    font-size: 20px;
  }

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

  .typography-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button.navbar-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.navbar-button.hide {
    display: none;
  }

  .primary-button.login-with-google-button {
    margin-top: 24px;
    margin-bottom: 16px;
  }

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

  .navbar-button-wrapper {
    flex: none;
  }

  .navbar-button-wrapper.mobile {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .home-hero-wrapper {
    padding-top: 80px;
  }

  .home-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .home-hero-points-icon {
    width: 22px;
    height: 22px;
  }

  .home-hero-points-text {
    font-size: 16px;
  }

  .number-stack-wrapper {
    max-width: 400px;
    grid-row-gap: 30px;
  }

  ._76px-heading.secondary-2 {
    margin-top: 0;
    font-size: 60px;
  }

  .number-stack-text {
    font-size: 16px;
  }

  .cta-image-contain {
    margin-right: -10%;
  }

  .cta-subtext {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .cta-green-item,
  .cta-yellow-item {
    padding-left: 5%;
  }

  .cta-item-icon {
    margin-bottom: 20px;
  }

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

  .cta-item-subtext {
    font-size: 18px;
  }

  .footer-links-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .how-it-works-wrapper {
    padding-top: 120px;
  }

  .customer-wrapper {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .customer-slide {
    margin-right: 30px;
  }

  .customer-slide-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-slide-heading {
    font-size: 36px;
  }

  .customer-slide-paragraph {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .author-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .customer-slider-left-arrow {
    top: auto;
    bottom: -100px;
    left: 0%;
    right: auto;
  }

  .customer-slider-right-arrow {
    top: auto;
    bottom: -100px;
    left: 74px;
    right: auto;
  }

  .home-split-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-split-lottie-contain.integration {
    height: 410px;
    max-width: 470px;
  }

  .home-split-heading.features,
  .home-split-subtext {
    margin-bottom: 30px;
  }

  .home-split-pointer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-split-pointer-icon {
    width: 50px;
    height: 50px;
  }

  .home-split-pointer-heading {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .home-split-pointer-subtext {
    font-size: 16px;
    line-height: 150%;
  }

  .home-split-pointer-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-feature-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-feature-item.vertical {
    flex-direction: column;
  }

  .home-feature-item-text-contain {
    max-width: 400px;
  }

  .home-feature-item-image {
    width: 100%;
  }

  .sticky-text-contain-item-heading {
    font-size: 36px;
  }

  .menu-button {
    padding: 10px;
  }

  .hero-banner-text-contain {
    width: 80%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .hero-banner-icon {
    width: 20px;
    height: 20px;
  }

  .hero-banner-text {
    font-size: 14px;
    line-height: 125%;
  }

  .banner-cross-icon {
    width: 22px;
    height: 22px;
    right: 4%;
  }

  .home-blog-wrapper {
    padding-top: 20px;
  }

  .blog-image-wrapper {
    height: 350px;
  }

  .blog-text-wrapper {
    padding-top: 30px;
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .blog-tag-text {
    line-height: 30px;
  }

  .blog-tag-text-contain {
    margin-bottom: 20px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    margin-bottom: 16px;
  }

  .feature-hero-wrapper {
    padding-top: 80px;
  }

  .features-hero-heading {
    font-size: 50px;
  }

  .features-hero-subtext {
    font-size: 18px;
  }

  .feature-3-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-3-item-subtext {
    line-height: 150%;
  }

  .integration-logo-absolute {
    width: 15%;
    height: auto;
    max-width: 75px;
  }

  .cta-arrow {
    max-width: 70px;
  }

  .features-tabs-wrapper {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .features-tab-subheading {
    line-height: 150%;
  }

  .features-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-tab-link {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .features-tab-text-contain {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-tab-info-heading {
    font-size: 28px;
  }

  .features-tab-info-subtext {
    line-height: 150%;
  }

  .contact-hero-heading {
    font-size: 46px;
  }

  .contact-top-wrapper {
    width: 90%;
    padding-top: 60px;
  }

  .contact-form-row {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .contact-cards-container {
    max-width: 400px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-item {
    width: 100%;
  }

  .contact-form-block {
    padding: 30px;
  }

  .contact-form-text-field.message {
    height: 160px;
    margin-bottom: 30px;
  }

  .contact-form-wrapper {
    max-width: 600px;
    grid-row-gap: 40px;
  }

  .location-image {
    object-fit: cover;
  }

  .location-section {
    padding-top: 120px;
  }

  .features-pointer-wrapper {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .features-pointer-heading {
    font-size: 36px;
  }

  .features-solution-card-image-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-solution-card-text-wrap {
    padding-left: 46px;
    padding-right: 46px;
  }

  .features-solution-card-left-line {
    left: 24px;
  }

  .features-solution-card-right-line {
    right: 24px;
  }

  .features-solution-card-subtext {
    line-height: 150%;
  }

  .about-hero-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .about-hero-image-contain {
    width: 90%;
    max-width: 360px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-hero-image._1 {
    border-radius: 12px;
  }

  .our-story-wrapper {
    padding-top: 120px;
  }

  .our-story-para {
    font-size: 22px;
  }

  .our-values-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-story-heading,
  .our-value-heading {
    font-size: 36px;
  }

  .our-values-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-values-item-subtext {
    line-height: 150%;
  }

  .timeline-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .timeline-tab-link {
    max-width: 150px;
    padding-right: 0;
  }

  .timeline-tab-link-year-img {
    width: 70%;
  }

  .timeline-tab-link-arrow {
    width: 25px;
    height: 25px;
  }

  .timeline-tab-pane-wrapper {
    padding: 40px 20px;
  }

  .timeline-tab-heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .timeline-tab-subtext {
    line-height: 150%;
  }

  .our-team-wrapper {
    padding-top: 120px;
  }

  .our-team-item-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-team-item-image {
    margin-bottom: 20px;
  }

  .our-team-item-heading {
    margin-bottom: 6px;
  }

  .our-team-item-subtext {
    line-height: 145%;
  }

  .our-team-top-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-heading {
    font-size: 42px;
  }

  .our-team-header-para {
    line-height: 150%;
  }

  .our-investor-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-investor-subtext {
    line-height: 150%;
  }

  .our-investor-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-offices-wrapper {
    padding: 60px 40px;
  }

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

  .office-location-item-icon {
    margin-bottom: 10px;
  }

  .office-location-item-heading {
    margin-bottom: 6px;
  }

  .office-location-item-subtext {
    line-height: 150%;
  }

  .job-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .job-top-text-header {
    padding-bottom: 30px;
  }

  .job-top-header-heading {
    margin-bottom: 10px;
  }

  .job-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-card-item-left-contain,
  .job-card-item-tag-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .job-card-item-tag-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .our-office-subtext {
    line-height: 150%;
  }

  .pricing-hero-wrapper {
    padding-top: 80px;
  }

  .pricing-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .pricing-hero-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-enterprise-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-toggle-discount-image {
    top: 30px;
    right: -12%;
    transform: rotate(90deg);
  }

  .pricing-hero-discount-text {
    top: 50px;
    right: 0;
  }

  .faq-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .comparison-table-top-text-heading {
    font-size: 38px;
  }

  .pricing-case-study-wrapper {
    padding-top: 120px;
  }

  .pricing-case-study-subtext,
  .faq-answer-text {
    line-height: 150%;
  }

  .comparison-table-row {
    flex-direction: column;
  }

  .comparison-table-left-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    padding-left: 5px;
  }

  .comparison-table-grid {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .comparison-table-feature-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-table-button-row {
    display: none;
  }

  .comparison-table-button-item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-table-price-row {
    flex-direction: column;
  }

  .comparison-table-price-item {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 5px;
    padding-right: 5px;
  }

  .comparison-table-price-text {
    font-size: 30px;
  }

  .comparison-table-price-item-left {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: flex-start;
    padding-top: 24px;
    padding-left: 20px;
  }

  .comparison-table-price-grid {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .comparison-table-plan-grid {
    width: 100%;
  }

  .comparison-table-plan-item {
    padding-bottom: 20px;
  }

  .comparison-table-plan-text {
    font-size: 18px;
  }

  .blog-hero-wrapper {
    padding-top: 80px;
  }

  .blog-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .blog-hero-heading {
    font-size: 40px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 120px;
  }

  .blog-tabs-wrapper {
    padding-top: 120px;
  }

  .blog-tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-tab-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .blog-tab-line {
    display: none;
  }

  .blog-tab-heading {
    font-size: 38px;
  }

  .blog-tab-subtext {
    line-height: 150%;
  }

  .collection-list-blog-tab {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pagination {
    margin-top: 60px;
  }

  .premium-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .premium-content-heading {
    font-size: 32px;
  }

  .premium-content-subtext {
    line-height: 150%;
  }

  .blog-template-hero-wrapper {
    padding-top: 80px;
  }

  .blog-template-hero-heading {
    font-size: 40px;
  }

  .blog-template-hero-subtext {
    line-height: 150%;
  }

  .blog-template-hero-image {
    min-height: 350px;
  }

  .blog-template-summary-wrapper {
    padding-top: 120px;
  }

  .blog-template-sticky-item-subtext {
    margin-bottom: 16px;
    line-height: 150%;
  }

  .cms-rich-text h4 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .cms-rich-text p {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .cms-rich-text h6 {
    background-position: 0 4px;
    background-size: 24px;
    margin-bottom: 16px;
    padding-left: 32px;
    line-height: 150%;
  }

  .cms-rich-text blockquote {
    background-position: 30px 24px;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 150%;
  }

  .cms-rich-text ul,
  .cms-rich-text ol {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
    line-height: 150%;
  }

  .cms-rich-text h5 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .cms-rich-text figure {
    margin-bottom: 30px;
  }

  .cms-rich-text figcaption {
    margin-top: 20px;
  }

  .related-blogs-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .author-bottom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-benefits-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .job-benefits-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .job-benefits-card-icon {
    margin-bottom: 16px;
  }

  .job-benefits-card-heading {
    margin-bottom: 10px;
  }

  .job-benefits-card-subtext {
    line-height: 150%;
  }

  .career-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .career-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .career-hero-image-contain {
    width: 90%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .career-hero-image-wrapper._630px {
    width: 100%;
  }

  .career-hero-image._3 {
    border-radius: 20px;
  }

  .job-template-hero-wrapper {
    padding-top: 80px;
  }

  .job-template-tag-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .yellow-tag {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 28px;
  }

  .job-template-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .job-template-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .job-template-info-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .job-template-info-icon {
    width: 22px;
    height: 22px;
  }

  .review-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .review-hero-card {
    padding: 30px 20px;
  }

  .review-hero-card-para {
    margin-bottom: 24px;
    line-height: 150%;
  }

  .review-hero-heading {
    font-size: 38px;
  }

  .review-hero-subtext {
    line-height: 150%;
  }

  .case-study-hero-wrapper {
    padding-top: 80px;
  }

  .case-study-hero-heading {
    font-size: 45px;
  }

  .case-study-hero-subtext {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .case-study-item-wrapper {
    grid-column-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .case-study-item-heading {
    font-size: 22px;
  }

  .case-study-item-subtext {
    line-height: 150%;
  }

  .case-study-top-heading {
    font-size: 38px;
  }

  .case-study-subtext {
    line-height: 150%;
  }

  .cs-template-hero-wrapper {
    padding-top: 80px;
  }

  .cs-template-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .cs-template-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-template-logo-wrap {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .cs-template-hero-image {
    min-height: 350px;
  }

  .related-cs-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .related-cs-subtext {
    line-height: 150%;
  }

  .integration-hero-wrapper {
    padding-top: 80px;
  }

  .integration-hero-heading {
    font-size: 40px;
  }

  .integration-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .integration-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .integration-hero-circle {
    width: 90px;
    height: 90px;
  }

  .integration-hero-circle-logo {
    width: 38px;
    height: 38px;
  }

  .integration-hero-logo {
    width: 60px;
    height: 60px;
  }

  .integration-hero-logo._60px {
    width: 50px;
    height: 50px;
  }

  .integration-card-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
  }

  .integration-card-heading {
    font-size: 38px;
  }

  .integration-card-subtext {
    line-height: 150%;
  }

  .collection-list-integration {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .collection-list-integration.related-integartion {
    grid-template-rows: auto auto auto;
  }

  .integration-request-wrapper {
    padding-top: 120px;
  }

  .integration-request-heading {
    margin-bottom: 20px;
  }

  .integration-request-subtext {
    line-height: 150%;
  }

  .integration-temp-hero-wrapper {
    padding-top: 80px;
  }

  .integration-temp-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .integration-temp-logo-contain {
    margin-bottom: 30px;
  }

  .integration-temp-logo-circle {
    width: 70px;
    height: 70px;
  }

  .integration-temp-logo {
    width: 32px;
    height: 32px;
  }

  .integration-temp-logo._2 {
    width: 40px;
    height: 40px;
  }

  .integration-temp-logo-wrap {
    width: 70px;
    height: 70px;
  }

  .integration-temp-line-spacer {
    width: 30px;
  }

  .related-integartion-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-container {
    max-width: 600px;
  }

  .collection-list-wrapper-pricing {
    max-width: 400px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .cart-buttons-contain {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

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

  .user-page-heading {
    font-size: 38px;
  }

  .user-page-subtext,
  .or-text {
    line-height: 150%;
  }

  .form-footer-text {
    font-size: 16px;
    line-height: 150%;
  }

  .access-denied-icon {
    margin-bottom: 30px;
  }

  .access-denied-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .access-denied-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .user-account-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .password-setting-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .download-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
  }

  .download-hero-heading {
    margin-bottom: 16px;
    font-size: 45px;
  }

  .download-hero-subtext {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .download-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .download-item-icon {
    margin-bottom: 30px;
  }

  .download-item-heading {
    font-size: 30px;
  }

  .download-item-subtext {
    line-height: 150%;
  }

  .password-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .reference-pages-hero-wrapper {
    padding-top: 80px;
  }

  .reference-pages-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .reference-pages-hero-subtext {
    font-size: 18px;
  }

  .reference-pages-button-wrapper {
    margin-top: 30px;
  }

  .changelog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .template-version {
    font-size: 22px;
  }

  .license-button-wrapper {
    margin-top: 30px;
  }

  .licencing-icons-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .licencing-icon-item {
    width: 50px;
    height: 50px;
  }

  .general-sans-font-text {
    font-size: 50px;
  }

  .style-guide-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .dropdown {
    width: 100%;
    max-width: 46px;
  }

  .user-toggle {
    width: 100%;
    max-width: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .user-icon {
    width: 26px;
  }

  .cart {
    width: 100%;
    max-width: 46px;
  }

  .cart-button {
    width: 100%;
    height: 46px;
    max-width: 46px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .nav-dropdown-link {
    line-height: 145%;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: 0.5em;
  }

  .text-ticker_text {
    font-size: 2.5rem;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .description {
    margin-top: 0.875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .scroll-card {
    width: 100%;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin: 1rem 0;
  }

  .card_horizontal {
    grid-template-columns: 2.75fr;
  }

  .card_grid-wrapper {
    grid-template-columns: 1fr;
  }

  .card_hiring {
    grid-template-columns: 2.75fr;
  }

  .card_left-vertical {
    margin-bottom: 1.5625rem;
  }

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

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

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

  .home-header_paragraph {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-vertical.padding-medium {
    padding: 1.25rem;
  }

  .padding-vertical.padding-large {
    padding: 1.5rem;
  }

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

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card_timelapse {
    margin-bottom: 1.5625rem;
  }

  .card_accessibility {
    grid-template-columns: 2.75fr;
  }

  .card_vertical,
  .card_education {
    margin-bottom: 1.5625rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .col_40 {
    padding-right: 0;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .col_60 {
    flex-direction: column;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .heading-xlarge.is-centered-tablet {
    font-size: 3.75rem;
  }

  .header_component-2 {
    grid-row-gap: 3rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .page-padding-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .footer-wrapper {
    justify-content: flex-start;
    padding-top: 100px;
  }

  .footer {
    background-color: #8f56ff;
  }

  .licensing-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .licencing-image-item {
    height: 150px;
  }

  .version-number {
    margin-bottom: 0;
    font-size: 32px;
  }

  .content-wrapper {
    padding-top: 10px;
  }

  ._404-heading {
    margin-bottom: 10px;
  }

  ._404-paragraph {
    margin-bottom: 16px;
    font-size: 18px;
  }

  ._404-image {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .password-text-field {
    margin-bottom: 12px;
  }

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

  .instructions-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .changelog-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licensing-tag-subtexts {
    font-size: 16px;
    line-height: 145%;
  }

  .licensing-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licensing-image-contain {
    padding: 0;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr;
  }

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

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

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

  .primary-button.login-with-google-button {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .primary-button.access-denied-button {
    border-radius: 4px;
  }

  .navbar {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-button-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .home-hero-section {
    background-color: #8f56ff;
  }

  .home-hero-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 60px;
  }

  .home-hero-heading {
    object-fit: fill;
    font-size: 28px;
    line-height: 100%;
  }

  .home-hero-subtext {
    font-size: 13px;
  }

  .home-hero-form-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .home-hero-text-field {
    width: 180px;
    height: 30px;
    border-radius: 100px;
  }

  .home-hero-submit-button {
    width: 180px;
    height: 30px;
    direction: rtl;
    text-align: center;
    background-color: #8f56ff;
    align-self: center;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 32px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20%;
    text-decoration: none;
    overflow: visible;
  }

  .home-hero-points-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .home-hero-points {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .number-stack-section {
    background-color: #8f56ff;
  }

  .cta-text-contain {
    margin-bottom: 40px;
  }

  .cta-subtext {
    margin-bottom: 20px;
  }

  .cta-green-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-yellow-item {
    background-color: #8f56ff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-item-heading {
    font-size: 32px;
  }

  .footer-banner {
    padding-left: 4px;
    padding-right: 4px;
  }

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

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

  .footer-link-heading {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .footer-middle-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .how-it-works-section {
    background-color: #8f56ff;
  }

  .how-it-works-wrapper {
    padding-top: 100px;
  }

  .tag-text-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 16px;
  }

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

  .how-it-works-item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .how-it-works-item-heading {
    font-size: 22px;
    line-height: 120%;
  }

  .how-it-works-item-subtext {
    font-size: 16px;
    line-height: 140%;
  }

  .customer-section {
    background-color: #8f56ff;
  }

  .customer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 150px;
  }

  .customer-slide {
    margin-right: 20px;
  }

  .customer-slide-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .customer-slide-heading {
    font-size: 32px;
  }

  .customer-slide-paragraph {
    margin-bottom: 20px;
  }

  .author-contain {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .author-image {
    width: 50px;
    height: 50px;
  }

  .author-name {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .author-position {
    font-size: 14px;
  }

  .customer-slider-left-arrow,
  .customer-slider-right-arrow {
    bottom: -80px;
  }

  .home-split-section {
    background-color: #8f56ff;
  }

  .home-split-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-split-lottie-contain.integration {
    height: 48vh;
    max-height: 300px;
    max-width: 320px;
  }

  .home-split-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .home-split-pointer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-split-pointer-subtext {
    line-height: 145%;
  }

  .home-split-pointer-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-feature-section {
    background-color: #8f56ff;
  }

  .home-feature-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-feature-item {
    background-color: #8f56ff;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-feature-item-bottom-wrap {
    margin-top: 20px;
  }

  .home-feature-item-subtext {
    margin-bottom: 16px;
  }

  .home-feature-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .home-sticky-section {
    background-color: #8f56ff;
  }

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

  .sticky-text-contain-item-icon {
    margin-bottom: 16px;
  }

  .sticky-text-contain-item-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .sticky-text-contain-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .hero-banner {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .hero-banner-icon {
    width: 18px;
    height: 18px;
  }

  .hero-banner-text {
    font-size: 12px;
  }

  .banner-cross-icon {
    width: 20px;
    height: 20px;
  }

  .home-blog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .blog-image-wrapper {
    height: 250px;
  }

  .blog-image-wrapper._240px {
    height: 200px;
  }

  .blog-text-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title-32px {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 120%;
  }

  .blog-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-tag-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .blog-tag-text-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    margin-bottom: 10px;
  }

  .home-blog-heading {
    color: var(--secondary-1);
    font-weight: 500;
  }

  .feature-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 113px;
  }

  .features-hero-logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .features-hero-logo {
    height: 30px;
    max-width: 140px;
  }

  .features-hero-heading {
    font-size: 40px;
  }

  .feature-hero-button-contain {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
    margin-top: 20px;
  }

  .feature-3-item-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-3-item {
    padding: 30px 20px;
  }

  .feature-3-item-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;
  }

  .feature-3-item-heading {
    margin-bottom: 10px;
  }

  .feature-3-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .about-hero-text-wrapper {
    padding-top: 60px;
  }

  .integration-logo-circle {
    width: 100px;
    height: 100px;
  }

  .integration-logo-image {
    width: 68px;
    height: 68px;
  }

  .integration-logo-absolute {
    width: 50px;
    border-radius: 6px;
  }

  .integration-logo-absolute._1 {
    left: 25%;
  }

  .integration-logo-absolute._2 {
    right: 25%;
  }

  .integration-logo-absolute._5 {
    right: 22%;
  }

  .integration-logo-absolute._6 {
    left: 25%;
  }

  .cta-arrow {
    max-width: 50px;
  }

  .features-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .features-tab-subheading {
    font-size: 16px;
    line-height: 145%;
  }

  .features-tabs-menu {
    margin-bottom: 60px;
  }

  .features-tab-link {
    width: 100%;
  }

  .features-tab-text-contain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-tab-info-icon {
    margin-bottom: 20px;
  }

  .features-tab-info-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .contact-hero-heading {
    font-size: 36px;
  }

  .contact-hero-paragraph {
    font-size: 16px;
  }

  .contact-form-field-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-form-row {
    grid-row-gap: 26px;
    margin-bottom: 26px;
  }

  .contact-card-item {
    width: 100%;
  }

  .contact-form-block {
    padding: 24px 16px;
  }

  .contact-form-text-field {
    padding: 18px 16px;
    font-size: 16px;
  }

  .contact-form-text-field.message {
    margin-bottom: 26px;
  }

  .contact-form-wrapper {
    max-width: 400px;
  }

  .location-section {
    padding-top: 100px;
  }

  .features-pointer-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .features-pointer-heading {
    font-size: 32px;
  }

  .features-pointer-subheading {
    font-size: 16px;
  }

  .features-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-point-icon {
    width: 24px;
    height: 24px;
  }

  .features-point-text {
    font-size: 16px;
    line-height: 150%;
  }

  .features-point-wrapper {
    margin-top: 30px;
  }

  .features-solution-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .features-solution-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-solution-card-image-wrap {
    padding: 20px 40px;
  }

  .features-solution-card-text-wrap {
    padding: 20px 36px;
  }

  .features-solution-card-left-line {
    left: 20px;
  }

  .features-solution-card-right-line {
    right: 20px;
  }

  .features-solution-card-heading {
    font-size: 22px;
  }

  .features-solution-card-subtext {
    font-size: 16px;
  }

  .about-hero-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .our-story-wrapper {
    padding-top: 100px;
  }

  .our-story-para {
    font-size: 20px;
    line-height: 145%;
  }

  .our-values-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-story-heading,
  .our-value-heading {
    font-size: 32px;
  }

  .our-values-item-icon {
    margin-bottom: 16px;
  }

  .our-values-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .our-timeline-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .timeline-tab-link {
    max-width: 130px;
  }

  .timeline-tab-pane-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .timeline-tab-heading {
    font-size: 32px;
  }

  .timeline-tab-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .our-team-wrapper {
    padding-top: 100px;
  }

  .our-team-item-image {
    margin-bottom: 16px;
  }

  .our-team-top-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-heading {
    font-size: 38px;
  }

  .our-team-header-para {
    font-size: 16px;
    line-height: 145%;
  }

  .our-investor-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-investor-heading {
    margin-bottom: 10px;
  }

  .our-investor-subtext {
    line-height: 145%;
  }

  .our-investor-logo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-investor-logo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-investor-logo._3 {
    border-right-style: solid;
  }

  .our-investor-logo._4 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .our-investor-logo._2 {
    border-right-style: none;
  }

  .our-offices-wrapper {
    padding: 40px 20px;
  }

  .office-location-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .office-location-item-heading {
    font-size: 18px;
  }

  .office-location-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .our-office-heading {
    margin-bottom: 10px;
  }

  .job-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .job-top-text-header {
    padding-bottom: 20px;
  }

  .job-bottom-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .job-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .job-card-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .job-card-item-tag-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .collection-list-jobs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-office-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .pricing-hero-wrapper {
    padding-top: 60px;
  }

  .pricing-hero-subtext {
    font-size: 16px;
  }

  .pricing-hero-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-enterprise-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-enterprise-card-left,
  .pricing-enterprise-card-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-enterprise-card-icon {
    width: 50px;
    height: 50px;
  }

  .pricing-hero-toggle-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-hero-toggle-text {
    font-size: 16px;
  }

  .pricing-toggle-discount-image {
    display: none;
  }

  .pricing-hero-discount-text {
    top: 40px;
  }

  .faq-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-right-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .comparison-table-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .comparison-table-top-text-heading {
    font-size: 36px;
  }

  .pricing-case-study-wrapper {
    padding-top: 100px;
  }

  .pricing-case-study-subtext {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 145%;
  }

  .faq-question-item {
    padding-bottom: 16px;
  }

  .faq-question-text {
    width: 85%;
    font-size: 18px;
  }

  .faq-answer-text {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .comparison-table-text {
    font-size: 14px;
    line-height: 140%;
  }

  .comparison-table-feature-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comparison-table-feature-icon {
    width: 35px;
    height: 35px;
  }

  .comparison-table-feature-text {
    font-size: 18px;
  }

  .comparison-table-price-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comparison-table-price-text {
    font-size: 20px;
  }

  .comparison-table-price-text-small {
    font-size: 12px;
    line-height: 100%;
  }

  .comparison-table-plan-text {
    font-size: 16px;
  }

  .blog-hero-wrapper {
    padding-top: 60px;
  }

  .blog-hero-heading {
    margin-bottom: 16px;
    font-size: 35px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 100px;
  }

  .blog-tabs-wrapper {
    padding-top: 100px;
  }

  .blog-tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .blog-tab-top-text-wrapper {
    margin-bottom: 60px;
  }

  .blog-tab-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .blog-tab-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .pagination {
    margin-top: 40px;
  }

  .pagination-button-arrow {
    width: 22px;
    height: 22px;
  }

  .premium-content-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .premium-content-heading {
    font-size: 30px;
  }

  .premium-content-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-template-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .blog-template-hero-bg {
    height: 460px;
  }

  .blog-template-hero-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .blog-template-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .blog-template-hero-image {
    min-height: 250px;
  }

  .blog-template-summary-wrapper {
    padding-top: 100px;
  }

  .blog-template-sticky-item {
    padding: 30px 20px;
  }

  .blog-template-sticky-item-heading {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .blog-template-sticky-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-template-sticky-item-icon {
    margin-bottom: 16px;
  }

  .cms-rich-text h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .cms-rich-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .cms-rich-text h6 {
    background-position: 0 0;
    background-size: 24px;
    margin-bottom: 12px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 150%;
  }

  .cms-rich-text blockquote {
    background-position: 20px 20px;
    background-size: 40px;
    border-left-width: 5px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 145%;
  }

  .cms-rich-text ul,
  .cms-rich-text ol {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cms-rich-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cms-rich-text figure {
    margin-bottom: 20px;
  }

  .cms-rich-text figcaption {
    margin-top: 16px;
    font-size: 16px;
  }

  .related-blogs-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .related-blog-post-contain {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .author-bottom-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .job-benefits-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .job-benefits-card {
    padding: 28px 20px;
  }

  .job-benefits-card-icon {
    margin-bottom: 10px;
  }

  .job-benefits-card-subtext {
    font-size: 16px;
  }

  .career-hero-text-wrapper {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .career-hero-heading {
    font-size: 35px;
  }

  .career-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .career-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-image-wrapper {
    width: 100%;
  }

  .career-hero-image {
    max-height: 300px;
  }

  .job-template-hero-wrapper {
    padding-top: 60px;
  }

  .job-template-hero-heading {
    font-size: 35px;
  }

  .job-template-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .job-template-info-contain {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .job-template-info-text {
    font-size: 16px;
  }

  .job-template-info-icon {
    width: 20px;
    height: 20px;
  }

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

  .review-hero-card {
    border-radius: 6px;
  }

  .review-hero-card-heading {
    font-size: 36px;
  }

  .review-hero-card-para {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 145%;
  }

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

  .review-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-hero-wrapper,
  .case-study-hero-text-contain {
    padding-top: 60px;
  }

  .case-study-hero-heading {
    font-size: 35px;
  }

  .case-study-hero-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-item-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-item-text-contain {
    padding-top: 16px;
  }

  .case-study-item-logo-image {
    height: 22px;
  }

  .case-study-item-logo-wrap {
    padding: 4px 8px;
    bottom: 16px;
    left: 16px;
  }

  .case-study-item-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .case-study-item-subtext {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-top-heading {
    font-size: 32px;
  }

  .case-study-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
  }

  .cs-template-hero-text-contain {
    margin-bottom: 60px;
  }

  .cs-template-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .cs-template-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .cs-template-logo-wrap {
    margin-bottom: 16px;
    padding: 8px 16px;
  }

  .cs-template-logo {
    height: 30px;
  }

  .cs-template-hero-image {
    min-height: 250px;
  }

  .related-cs-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .related-cs-heading {
    margin-bottom: 10px;
  }

  .related-cs-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .integration-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .integration-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-hero-image-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .integration-hero-circle {
    width: 70px;
    height: 70px;
  }

  .integration-hero-circle-logo {
    width: 32px;
    height: 32px;
  }

  .integration-hero-logo {
    width: 46px;
    height: 46px;
  }

  .integration-hero-logo._60px {
    width: 30px;
    height: 30px;
  }

  .integration-card-wrapper {
    padding-top: 100px;
  }

  .integration-card-heading {
    font-size: 32px;
  }

  .integration-card-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-card-item {
    padding: 26px 20px;
  }

  .integration-card-item-logo-wrap {
    margin-bottom: 10px;
  }

  .integration-card-item-logo {
    width: 45px;
    height: 45px;
  }

  .integration-card-item-para {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .integration-request-wrapper {
    padding-top: 100px;
  }

  .integration-request-heading {
    margin-bottom: 16px;
  }

  .integration-request-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-form-block {
    padding: 30px 16px;
  }

  .integration-field-label {
    margin-bottom: 10px;
  }

  .integration-text-field {
    margin-bottom: 16px;
  }

  .integration-form-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 145%;
  }

  .checkbox-label._16px {
    font-size: 14px;
  }

  .integration-temp-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .integration-temp-logo-contain {
    margin-bottom: 20px;
  }

  .integration-link-icon {
    width: 36px;
    height: 36px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .related-integartion-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .block-header.center {
    padding-bottom: 40px;
  }

  .primary-green-button.user-submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-wrapper-pricing {
    margin-top: 20px;
  }

  .plans-rich-text p {
    background-size: 20px;
    font-size: 16px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

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

  .user-page-green-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .user-page-form-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .user-page-heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .user-page-subtext,
  .or-text {
    font-size: 16px;
    line-height: 145%;
  }

  .user-email-field,
  .user-password-field {
    height: 55px;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .form-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .user-page-link {
    font-size: 14px;
    line-height: 24px;
  }

  .user-text-field {
    height: 55px;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .form-footer-text {
    line-height: 145%;
  }

  .access-denied-wrapper {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .access-denied-icon {
    margin-bottom: 20px;
  }

  .access-denied-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .access-denied-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .user-account-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .password-setting-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .download-hero-wrapper {
    padding-top: 60px;
  }

  .download-hero-heading {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .download-hero-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .download-item {
    border-radius: 10px;
    padding: 30px 20px;
  }

  .download-item-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .download-item-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .download-item-subtext,
  .password-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .reference-pages-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reference-pages-hero-heading {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .reference-pages-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .reference-pages-button-wrapper {
    margin-top: 20px;
  }

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

  .template-version {
    font-size: 20px;
  }

  .license-button-wrapper {
    margin-top: 20px;
  }

  .licencing-icons-grids {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .general-sans-font-text {
    font-size: 40px;
  }

  .style-guide-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .dropdown {
    max-width: 40px;
    flex: none;
  }

  .user-toggle {
    max-width: 40px;
    padding: 8px;
  }

  .user-icon {
    width: 24px;
  }

  .dropdown-list.w--open {
    top: 37px;
    left: -60%;
  }

  .dropdown-list-contain {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .cart {
    max-width: 40px;
  }

  .cart-button {
    height: 40px;
    max-width: 40px;
  }

  .nav-dropdown-list-wrapper {
    padding: 8px;
  }

  .nav-dropdown-link {
    line-height: 140%;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-ticker_text {
    font-size: 3.052rem;
  }

  .container-2 {
    font-size: 13px;
    line-height: 100%;
  }

  .rotate-wrap {
    width: 300px;
    font-size: 10px;
    line-height: 80%;
  }

  .rotatingtext {
    align-items: center;
    font-size: 38px;
    line-height: 38px;
    display: inline;
  }

  .marquee-wrapper,
  .marquee-div {
    width: 100%;
  }

  .card {
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video {
    height: 150px;
  }

  .section {
    height: 19vh;
    line-height: 80%;
  }

  .card_horizontal {
    padding-top: 1.875rem;
  }

  .card_hiring {
    padding: 0 1.875rem 1.875rem 0;
  }

  .heading-left {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

  .home-header_paragraph {
    display: none;
  }

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

  .home-header_heading {
    object-fit: fill;
    font-weight: 500;
    line-height: 100%;
  }

  .home-header_video {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-end;
    font-size: 13px;
    line-height: 100%;
    position: relative;
    overflow: auto;
  }

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

  .card_accessibility {
    padding: 0 1.875rem 1.875rem 0;
  }

  .section-heading {
    text-align: center;
    margin-top: 0.5rem;
  }

  .card_vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-left-black {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }

  .content_wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-full-video {
    width: 150%;
    height: 80%;
    opacity: 0.56;
    filter: none;
    object-fit: fill;
    justify-content: center;
    align-self: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

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

  .button-wrapper-2.no-top-margin {
    margin-top: 0;
  }

  .button-wrapper-2.no-margin {
    margin-right: 0;
  }

  .video-overlay-layer {
    opacity: 0.2;
    object-fit: contain;
    display: block;
  }

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

  .video-overlay-layer-2 {
    object-fit: contain;
    display: block;
  }

  .hero-full-video-2 {
    width: 150%;
    height: 80%;
    opacity: 0.48;
    mix-blend-mode: luminosity;
    object-fit: fill;
    border: 1px solid #8f56fe;
    justify-content: center;
    align-self: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

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

  .video-overlay-layer-3 {
    opacity: 0.48;
    object-fit: contain;
    background-image: linear-gradient(#8f57ff, #8f57ff);
    border: 1px solid #8f56fe;
    display: block;
  }

  .background-video {
    object-fit: fill;
    display: inline;
    overflow: auto;
  }

  .hello-block-wrapper,
  .hello-video-wrapper {
    width: 100%;
  }

  .section-hello {
    padding-top: 0.5rem;
  }

  .heading-large.is-centered-mobile {
    text-align: center;
  }

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

  .video-overlay-layer-4 {
    object-fit: contain;
    display: block;
  }

  .hero-full-video-3 {
    width: 150%;
    height: 80%;
    opacity: 0.28;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .section-header {
    padding-top: 20%;
  }
}

#w-node-_5213858a-bbbc-2ee0-528a-1c5d9dc29680-5ef93233 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5540-5ef93240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5543-5ef93240 {
  justify-self: center;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca554c-5ef93240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca554d-5ef93240 {
  align-self: stretch;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca554e-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca554f-5ef93240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5550-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5551-5ef93240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca555a-5ef93240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5566-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca556d-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca557a-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5585-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5586-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca559c-5ef93240,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca556d-c84617e2,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca557a-c84617e2,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5585-c84617e2,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5586-c84617e2,
#w-node-_4c83122a-8456-4b42-b53b-1c7f55ca559c-c84617e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5213858a-bbbc-2ee0-528a-1c5d9dc29680-5ef93233 {
    grid-row: span 1 / span 1;
  }

  #w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5542-5ef93240 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5543-5ef93240 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4c83122a-8456-4b42-b53b-1c7f55ca5551-5ef93240 {
    justify-self: center;
  }
}

@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Extrathin.otf") format("opentype"),
    url("../fonts/AvertaStd-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avertastd";
  src: url("../fonts/AvertaStd-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
