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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Thicccboi, sans-serif;
  color: #7a7d9c;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #032940;
  font-size: 58px;
  line-height: 1.276em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #032940;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #032940;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #032940;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #032940;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #032940;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #00c0f3;
  text-decoration: underline;
}

a:hover {
  color: #032940;
}

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

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

li {
  margin-bottom: 8px;
}

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

label {
  display: block;
  margin-bottom: 15px;
  color: #032940;
  line-height: 1.111em;
  font-weight: 700;
}

strong {
  color: #032940;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 82px 115px 98px;
  border-style: solid;
  border-width: 6px 1px 1px;
  border-color: #00c0f3 #eff0f6 #eff0f6;
  border-radius: 5px 5px 20px 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  color: #00c0f3;
  font-size: 24px;
  line-height: 1.667em;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

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

.bg-neutral-200 {
  background-color: #f3f5ff;
}

.container-default {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  box-shadow: 0 0 0 0 #000;
}

.container-default.cta-v2 {
  position: relative;
  z-index: 1;
}

.container-default.cta-v4 {
  position: relative;
  z-index: 1;
}

.container-default.blog-v3-hero {
  position: relative;
  z-index: 1;
}

.container-default.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 59px;
}

.container-default.pricing {
  position: relative;
  z-index: 1;
}

.container-default.plan {
  position: relative;
  z-index: 1;
}

.container-default.integration-hero {
  position: relative;
  z-index: 1;
}

.container-default.help-center-category {
  position: relative;
  z-index: 1;
}

.container-default.help-center-article {
  position: relative;
  z-index: 1;
}

.container-default.header-utility-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-default.sign-in {
  position: relative;
  z-index: 1;
}

.button-primary {
  padding: 22px 42px;
  border-radius: 1000000000px;
  background-color: #00c0f3;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #032940;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-primary.full-width.sign-in-form-button {
  margin-top: 8px;
}

.button-primary.full-width.sign-in-form-button.forgotpassword {
  background-color: #d9dbe9;
}

.button-primary.button-white {
  background-color: #00c0f3;
  font-family: 'Neusa Next', sans-serif;
  color: #fff;
}

.button-primary.button-white.cta-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 242px;
  margin-right: 34px;
  margin-bottom: 15px;
  padding: 35px 36px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 18px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons {
  margin-right: 26px;
  margin-bottom: 15px;
}

.button-primary.header-button {
  padding: 16px 24px;
  background-color: #00c0f3;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.01em;
}

.button-primary.header-button.mobile {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.form-button-arrow {
  font-family: 'Neusa Next', sans-serif;
}

.button-primary.form-button-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-primary.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  border-width: 0px;
  font-size: 18px;
}

.button-primary.blog-post-category {
  padding: 14px 26px;
}

.button-secondary {
  display: none;
  padding: 22px 42px;
  border-radius: 1000000px;
  background-color: #f3f5ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #00c0f3;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #00c0f3;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary._2-buttons {
  margin-bottom: 15px;
}

.button-secondary.button-secondary-1 {
  background-color: #596aff;
  color: #fff;
}

.button-secondary.button-secondary-1.cta-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 242px;
  margin-bottom: 15px;
  padding: 35px 36px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 18px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.pagination {
  margin-top: 80px;
  border-width: 0px;
  font-size: 18px;
}

.button-secondary.full-width {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary.button-white {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary.button-white:hover {
  box-shadow: 0 1px 1px 0 rgba(11, 10, 51, 0.01), 0 1px 1px 0 rgba(68, 87, 255, 0.06);
  color: #00c0f3;
}

.button-secondary.button-white.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 18px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: border-color, color, -webkit-transform;
  transition-property: border-color, color, -webkit-transform;
  transition-property: transform, border-color, color;
  transition-property: transform, border-color, color, -webkit-transform;
  color: #7a7d9c;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.button-white.social-media:hover {
  border-color: #032940;
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
  color: #032940;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 32px;
  padding-bottom: 29px;
  background-color: transparent;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 36px;
  margin-bottom: 0px;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #032940;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.nav-link:hover {
  color: #00c0f3;
}

.nav-link.login {
  margin-right: 25px;
}

.nav-link.login.hidden {
  display: none;
}

.nav-link.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dbe9;
  background-color: #032940;
}

.footer-logo-container {
  margin-bottom: 25px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-nav {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.footer-nav.last {
  margin-right: 57px;
}

.footer-logo {
  width: 280px;
}

.footer-nav-item {
  margin-bottom: 26px;
  line-height: 1.111em;
}

.page-wrapper.utility-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.utility-page {
  margin-top: 111px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f5ff;
}

.section.bg-neutral-200.features-hero {
  position: relative;
  overflow: hidden;
  padding-top: 179px;
  padding-bottom: 158px;
}

.section.bg-neutral-200.integration-hero {
  position: relative;
  overflow: hidden;
  padding-top: 133px;
  padding-bottom: 0px;
}

.section.bg-neutral-200.utility-page-images-mobile {
  display: none;
}

.section.blog-post {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 97px;
}

.section.padding-160px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.padding-160px.utility-page-section {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.section.pricing {
  position: relative;
  overflow: hidden;
  padding-top: 172px;
  padding-bottom: 128px;
}

.section.plan {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 58px;
}

.section.plan-perks {
  padding-top: 58px;
  padding-bottom: 131px;
}

.section.integration-about {
  position: relative;
  overflow: hidden;
  padding-top: 133px;
  padding-bottom: 127px;
}

.section.more-integrations {
  padding-top: 133px;
  padding-bottom: 141px;
}

.section.job-post {
  position: relative;
  overflow: hidden;
  padding-top: 181px;
  padding-bottom: 155px;
}

.section.more-jobs {
  padding-top: 128px;
  padding-bottom: 100px;
}

.section.help-center-category {
  position: relative;
  overflow: hidden;
  padding-top: 162px;
  padding-bottom: 142px;
}

.section.help-center-article {
  position: relative;
  overflow: hidden;
  padding-top: 162px;
  padding-bottom: 144px;
}

.section.sign-in {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.integrations-category {
  margin-top: 111px;
  padding-top: 80px;
  padding-bottom: 132px;
}

.section.blog-category {
  overflow: hidden;
  margin-top: 111px;
  padding-top: 80px;
  padding-bottom: 128px;
}

.section.team-page-section {
  padding-top: 140px;
  padding-bottom: 128px;
}

.section.hidden {
  display: none;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 175px 24px 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-protected-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.input {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #032940;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #00c0f3;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.input:focus {
  border-color: #00c0f3;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #032940;
}

.input.-wfp-focus {
  border-color: #00c0f3;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #032940;
}

.input::-webkit-input-placeholder {
  color: #b1b3cb;
}

.input:-ms-input-placeholder {
  color: #b1b3cb;
}

.input::-ms-input-placeholder {
  color: #b1b3cb;
}

.input::placeholder {
  color: #b1b3cb;
}

.input.card-protected-page {
  margin-bottom: 32px;
}

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.input.discounts {
  width: 100%;
  height: 46px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.footer-newsletter {
  margin-bottom: 18px;
  font-family: 'Neusa Next', sans-serif;
}

.input.cta-v2-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.cta-v3-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.newsletter-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.cart-item-quantity {
  display: none;
  height: auto;
  min-height: 38px;
  padding-right: 10px;
  padding-left: 15px;
}

.utility-page-content-404 {
  max-width: 597px;
  margin-bottom: 0px;
  text-align: center;
}

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

.divider.card-blog-v1-post-content-divider {
  margin-top: 28px;
  margin-bottom: 35px;
}

.divider.post-featured-item-v1 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divider.card-blog-v3-featured {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divider.card-blog-v3-featured-bottom {
  margin-top: 40px;
  margin-bottom: 32px;
}

.divider.blog-post {
  max-width: 792px;
  margin: 55px auto 97px;
}

.divider.card-plan {
  margin-top: 46px;
  margin-bottom: 46px;
}

.divider.job-post {
  margin-bottom: 87px;
}

.divider.card-help-center-article {
  margin-top: 32px;
  margin-bottom: 32px;
}

.paragraph.card-protected-page {
  margin-bottom: 31px;
}

.paragraph.not-found {
  max-width: 534px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.paragraph.utility-page {
  margin-bottom: 0px;
}

.paragraph.utility-page {
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.card-integration-v1-item {
  margin-right: 20px;
  margin-bottom: 36px;
  margin-left: 20px;
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.card-faq {
  margin-bottom: 0px;
}

.paragraph.card-blog-v2-featured {
  margin-bottom: 0px;
}

.paragraph.footer-main-content-paragraph {
  margin-bottom: 44px;
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.post-featured-item-v1-excerpt {
  margin-bottom: 0px;
}

.paragraph.card-blog-v3-featured-excerpt {
  margin-bottom: 0px;
}

.paragraph.card-blog-v3-featured-bottom-excerpt {
  margin-bottom: 0px;
}

.paragraph.blog-post-excerpt {
  max-width: 466px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.card-author-about-summary {
  margin-bottom: 0px;
}

.paragraph.features-hero {
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.card-plan-short-description {
  margin-bottom: 0px;
}

.paragraph.plan-description {
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.plan-perks {
  margin-bottom: 0px;
}

.paragraph.card-plan-perk {
  margin-bottom: 0px;
}

.paragraph.card-upgrade-plan {
  position: static;
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.paragraph.integration-description {
  margin-bottom: 40px;
}

.paragraph.card-job-opening-item {
  margin-bottom: 38px;
}

.paragraph.job-post {
  margin-bottom: 35px;
}

.paragraph.card-help-center-category {
  margin-bottom: 32px;
}

.paragraph.help-center-category-description {
  margin-bottom: 0px;
}

.paragraph.help-center-category-content-bottom-paragraph {
  max-width: 417px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.card-help-center-article {
  margin-bottom: 0px;
}

.paragraph.help-center-article-excerpt {
  margin-bottom: 38px;
}

.paragraph.card-default {
  margin-bottom: 0px;
}

.paragraph.card-team-page-summary {
  margin-bottom: 0px;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.checkout {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.integration-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 337px;
  padding: 48px 32px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.integration-v1:hover {
  box-shadow: 0 12px 24px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #7a7d9c;
}

.card.faq {
  margin-bottom: 24px;
  padding: 40px 48px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.blog-v2-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 556px;
  min-width: 484px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v2-featured:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v1-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v1-post:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-v2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 48px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.integration-v2-item:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-align: center;
  text-decoration: none;
}

.card.integration-v3:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.post-item-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.post-item-v2:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.faq-v2 {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding: 36px 56px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  cursor: pointer;
}

.card.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 25px 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.card.team-item:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.about-office {
  padding: 51px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.about-office:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.post-featured-item-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.post-featured-item-v1:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.category-item-v1-card {
  display: block;
  padding: 48px 32px 79px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.category-item-v1-card:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-featured:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-post:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-featured-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-featured-bottom:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding: 50px 68px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.author:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  min-height: 100%;
  padding: 40px 40px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.plan:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.plan.popular {
  background-color: #00c0f3;
  color: #fff;
}

.card.plan.popular:hover {
  color: #fff;
}

.card.upgrade-plan {
  min-height: 646px;
  padding: 79px 68px;
  border-radius: 24px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.plan-perk {
  padding: 48px 32px 72px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.contact-link {
  padding: 48px 32px 79px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.contact-link:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-about {
  padding: 89px 91px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.job-opening-item-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.job-opening-item-card:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.job-post {
  padding: 87px 100px 103px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 31px;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.help-center-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 65px 25px 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-align: center;
  text-decoration: none;
}

.card.help-center-category:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.help-center-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 64px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.help-center-article:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.help-center-article-page {
  padding: 80px 76px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.protected-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-bottom: 0px;
  padding: 100px 69px 106px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.default {
  padding: 48px 32px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.team-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 958px;
  margin-top: -203px;
  padding: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.checkout-block-header {
  padding: 30px 40px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0px;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.title.checkout {
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.title.order-item-title {
  font-family: 'Neusa Next', sans-serif;
  color: #032940;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #00c0f3;
}

.title.utility-page {
  font-family: 'Neusa Next', sans-serif;
}

.title.h4-size {
  color: #032940;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 700;
}

.title.h4-size.card-integration-v1-item {
  margin-bottom: 4px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h4-size.card-post-item-v2 {
  margin-bottom: 34px;
  font-size: 20px;
}

.title.h4-size.blog-post-author-name {
  margin-bottom: 7px;
}

.title.card-faq {
  margin-bottom: 0px;
}

.title.text-color-neutral-100 {
  color: #fff;
}

.title.text-color-neutral-100.cta {
  margin-bottom: 28px;
  font-family: 'Neusa Next', sans-serif;
  color: #032940;
}

.title.text-color-neutral-100.cta-v2 {
  max-width: 473px;
  min-width: 330px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.text-color-neutral-100.cta-v3 {
  margin-bottom: 32px;
}

.title.text-color-neutral-100.cta-v4 {
  max-width: 473px;
  min-width: 330px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.text-color-neutral-100.newsletter {
  max-width: 475px;
  min-width: 314px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.card-blog-v2-featured {
  margin-bottom: 3px;
}

.title.blog-v2-sidebar-featured-item-title {
  margin-bottom: 0px;
}

.title.footer-menu-title {
  margin-bottom: 48px;
  font-family: 'Neusa Next', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.title.dropdown {
  margin-bottom: 48px;
  color: #00c0f3;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.title.card-blog-v1-post {
  margin-bottom: 0px;
}

.title.h3-size {
  color: #032940;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 700;
}

.title.h3-size.post-featured-item-v1 {
  margin-bottom: 12px;
}

.title.h3-size.card-blog-v3-featured {
  margin-bottom: 12px;
}

.title.h3-size.card-plan {
  margin-bottom: 0px;
}

.title.h3-size.card-plan-popular {
  margin-bottom: 0px;
  color: #fff;
}

.title.h3-size.card-upgrade-plan {
  margin-bottom: 10px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h3-size.plan-price {
  margin-bottom: 15px;
}

.title.card-blog-v3-featured-bottom {
  margin-bottom: 12px;
}

.title.blog-post {
  margin-bottom: 18px;
}

.title.latest-posts {
  margin-bottom: 0px;
}

.title.card-author {
  margin-bottom: 2px;
  color: #032940;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
}

.title.features-hero {
  margin-bottom: 18px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h2-size {
  color: #032940;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.h2-size.sign-in {
  margin-bottom: 16px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h2-size.card-protected-page {
  margin-bottom: 14px;
}

.title.card-plan-price {
  margin-right: 6px;
  color: #032940;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.card-plan-price.popular {
  color: #fff;
}

.title.plan {
  margin-right: 14px;
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h1-size {
  color: #032940;
  font-size: 58px;
  line-height: 1.276em;
  font-weight: 700;
}

.title.h1-size.plan-subtitle {
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.title.h1-size.category-h2 {
  margin-bottom: 0px;
}

.title.plan-perks {
  margin-bottom: 10px;
}

.title.card-plan-perk {
  margin-bottom: 10px;
}

.title.integration {
  margin-bottom: 0px;
}

.title.more-integrations {
  margin-bottom: 0px;
}

.title.card-job-opening-item {
  margin-bottom: 13px;
}

.title.job-post {
  margin-bottom: 16px;
}

.title.more-jobs {
  margin-bottom: 0px;
}

.title.card-help-center-category {
  margin-bottom: 9px;
}

.title.help-center-category {
  margin-bottom: 12px;
}

.title.help-center-category-content-bottom-title {
  margin-bottom: 9px;
}

.title.help-center-more-categories {
  margin-bottom: 0px;
}

.title.card-help-center-article {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.538em;
  font-weight: 700;
}

.title.help-center-article {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}

.title.not-found {
  margin-bottom: 20px;
}

.title.category {
  margin-right: 15px;
  margin-bottom: 0px;
}

.title.card-team-page-name {
  margin-bottom: 5px;
}

.title.team-articles-title {
  margin-bottom: 0px;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-perks-content-top-right {
  position: relative;
  width: 100%;
  max-width: 586px;
  padding-top: 88px;
}

.split-content.home-perks-content-bottom-left {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin-right: 30px;
  padding-bottom: 72px;
}

.split-content.cta-left {
  max-width: 477px;
  margin-right: 30px;
  margin-bottom: -50px;
}

.split-content.cta-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 529px;
  margin-top: -36px;
}

.split-content.header-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-hero-v2-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 817px;
  margin-right: -262px;
  padding-bottom: 47px;
  padding-left: 62px;
}

.split-content.cta-v3-left {
  width: 100%;
  max-width: 540px;
  min-width: 406px;
  margin-right: 30px;
  margin-bottom: -50px;
}

.split-content.cta-v3-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 473px;
  margin-top: -46px;
}

.split-content.home-hero-v3-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77%;
  margin-right: -277px;
  padding-bottom: 60px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-perks-v2-content-top-right {
  position: relative;
  width: 100%;
  max-width: 586px;
  padding-top: 88px;
}

.split-content.home-perks-v2-content-bottom-left {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin-right: 30px;
  padding-bottom: 72px;
}

.split-content.card-author-name-wrapper {
  color: #7a7d9c;
  text-decoration: none;
}

.split-content.card-author-name-wrapper:hover {
  color: #7a7d9c;
}

.split-content.card-author-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.plan-left {
  max-width: 438px;
  margin-top: 31px;
  margin-right: 30px;
}

.split-content.plan-right {
  max-width: 586px;
}

.split-content.integration-hero-left {
  max-width: 484px;
  margin-right: 40px;
}

.split-content.integration-hero-right {
  max-width: 874px;
  margin-right: -282px;
}

.split-content.more-jobs-left {
  margin-right: 40px;
}

.split-content.sign-in-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: flex-start;
}

.split-content.sign-in-right {
  width: 100%;
  max-width: 40%;
}

.split-content.team-articles-content-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.team-articles-content-top-right {
  margin-bottom: 28px;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Neusa Next', sans-serif;
}

.checkout-required-text {
  color: #032940;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
  font-family: 'Neusa Next', sans-serif;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 60px;
  margin-right: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.order-item-image:hover {
  -webkit-transform: scale(1.05) translate(0px, 0px);
  -ms-transform: scale(1.05) translate(0px, 0px);
  transform: scale(1.05) translate(0px, 0px);
}

.image-wrapper.card-integration-v1-item {
  max-width: 86px;
  margin-right: 20px;
  border-radius: 25px;
}

.image-wrapper.card-blog-v2-featured {
  margin-right: -1px;
}

.image-wrapper.blog-v2-sidebar-featured-item-image {
  width: 100%;
  max-width: 293px;
  min-height: 187px;
  margin-right: 33px;
  border-radius: 20px;
}

.image-wrapper.card-blog-v1-post-image {
  position: relative;
}

.image-wrapper.post-featured-item-v1-image {
  max-width: 57%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper.card-blog-v3-featured {
  max-width: 688px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper.blog-post {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
}

.image-wrapper.card-author-image {
  width: 190px;
  max-height: 190px;
  min-height: 190px;
  min-width: 190px;
  margin-right: 31px;
  border-radius: 10000000px;
}

.image-wrapper.blog-post-author-image {
  width: 84px;
  max-height: 84px;
  min-height: 84px;
  min-width: 84px;
  margin-right: 19px;
  border-radius: 10000000px;
}

.image-wrapper.card-plan-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 20px;
  padding: 11px 14px;
  border-radius: 17px;
  background-color: #e1e4ff;
}

.image-wrapper.card-plan-icon.popular {
  background-color: #fff;
}

.image-wrapper.integration {
  border-radius: 32px;
}

.image-wrapper.card-job-opening-item-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-bottom: 18px;
  border-radius: 14px;
}

.image-wrapper.card-help-center-category-icon {
  width: 123px;
  max-height: 123px;
  min-height: 123px;
  min-width: 123px;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  border-radius: 32px;
}

.image-wrapper.help-center-article-author {
  width: 76px;
  max-height: 76px;
  min-height: 76px;
  min-width: 76px;
  margin-right: 20px;
  border-radius: 100000000px;
}

.image-wrapper.team-cover {
  border-radius: 31px;
}

.image-wrapper.card-team-page {
  max-width: 263px;
  margin-right: 40px;
  border-radius: 100000000px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.card-integration-v1-item {
  display: none;
}

.image.cta-1 {
  position: relative;
  z-index: 1;
  max-width: 71%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 23px;
  box-shadow: 0 3px 28px 0 rgba(32, 36, 138, 0.06);
}

.image.cta-2 {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  max-width: 70%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 25px;
  box-shadow: 0 34px 87px 0 rgba(32, 36, 138, 0.09);
}

.image.cta-bg-1 {
  position: absolute;
  left: -21px;
  top: 86px;
  max-width: 143px;
}

.image.cta-bg-2 {
  position: absolute;
  right: -42px;
  bottom: 95.719px;
  max-width: 143px;
}

.image.blog-v2-featured {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-v2-sidebar-featured-item-image {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-v2-shape-1 {
  position: absolute;
  left: -33px;
  bottom: -33px;
}

.image.cta-v2-shape-2 {
  position: absolute;
  left: 70px;
  bottom: -42px;
}

.image.cta-v2-shape-3 {
  position: absolute;
  top: -87px;
}

.image.cta-v2-shape-4 {
  position: absolute;
  right: 388px;
  bottom: -71px;
}

.image.cta-v2-shape-5 {
  position: absolute;
  top: -46px;
  right: -21px;
}

.image.cta-v2-shape-6 {
  position: absolute;
  top: -9px;
  right: -21px;
}

.image.card-blog-v1-post-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-v3-bg-1 {
  position: absolute;
  left: -33px;
  top: 77px;
  max-width: 143px;
}

.image.cta-v3-bg-2 {
  position: absolute;
  right: -18px;
  bottom: 35px;
  max-width: 143px;
}

.image.cta-v3-image-1 {
  position: relative;
  z-index: 1;
  max-width: 376px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 23px;
  box-shadow: 0 3px 28px 0 rgba(32, 36, 138, 0.06);
}

.image.cta-v3-image-2 {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  max-width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 25px;
  box-shadow: 0 34px 87px 0 rgba(32, 36, 138, 0.09);
}

.image.cta-v4-shape-1 {
  position: absolute;
  left: -5px;
  top: -35px;
}

.image.cta-v4-shape-2 {
  position: absolute;
  left: 75px;
  top: -48px;
}

.image.cta-v4-shape-3 {
  position: absolute;
  bottom: -38px;
}

.image.cta-v4-shape-4 {
  position: absolute;
  left: 458px;
  bottom: -72px;
}

.image.cta-v4-shape-5 {
  position: absolute;
  top: -98px;
  right: 374px;
}

.image.cta-v4-shape-6 {
  position: absolute;
  right: 0px;
  bottom: -36px;
}

.image.cta-v4-shape-7 {
  position: absolute;
  right: 18px;
  bottom: -36px;
}

.image.card-post-item-v2 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-featured-item-v1-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-featured-item-v1-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 100000000px;
}

.image.newsletter-shape-1 {
  position: absolute;
  left: -11px;
  top: 37px;
}

.image.newsletter-shape-2 {
  position: absolute;
  top: -121px;
}

.image.newsletter-shape-3 {
  position: absolute;
  left: 567px;
  top: -46px;
}

.image.newsletter-shape-4 {
  position: absolute;
  right: 60px;
  bottom: -45px;
}

.image.newsletter-shape-5 {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.image.card-blog-v3-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-blog-v3-featured-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 1000000000px;
}

.image.card-blog-v3-featured-bottom {
  width: 100%;
}

.image.card-blog-v3-featured-bottom-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 100000000px;
}

.image.blog-post {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-author-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-post-author-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-plan {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.plan-feature-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-plan-perk-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 25px;
}

.image.integration {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.integration-icon {
  width: 87px;
  max-height: 87px;
  min-height: 87px;
  min-width: 87px;
  margin-right: 30px;
  border-radius: 25px;
}

.image.card-job-opening-item-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.job-post-icon {
  width: 98px;
  max-height: 98px;
  min-height: 98px;
  min-width: 98px;
  margin-bottom: 21px;
  border-radius: 22px;
}

.image.card-help-center-category-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.help-center-category-icon {
  width: 118px;
  max-height: 118px;
  min-height: 118px;
  min-width: 118px;
  margin-bottom: 30px;
  border-radius: 28px;
}

.image.card-help-center-article-author {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 14px;
  border-radius: 10000000px;
}

.image.help-center-article-author {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.social-media-button-icon {
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
  margin-right: 12px;
}

.image.sign-in-1 {
  margin-bottom: 156px;
}

.image.sign-in-2 {
  position: absolute;
  bottom: 0px;
  max-width: 300px;
  margin-left: 39px;
  border-radius: 40px;
}

.image.not-found {
  margin-bottom: 42px;
}

.image.card-protected-page-icon {
  max-width: 181px;
  margin-bottom: 32px;
}

.image.team-cover {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  font-family: 'Neusa Next', sans-serif;
  color: #032940;
  font-weight: 600;
}

.order-item-result {
  color: #032940;
  font-weight: 600;
}

.apple-pay {
  height: 56px;
  border-radius: 100000000px;
}

.checkout-line-item {
  position: static;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Neusa Next', sans-serif;
}

.order-summary-subtotal {
  margin-left: 10px;
  color: #032940;
  font-weight: 500;
}

.order-summary-total {
  margin-left: 10px;
  color: #032940;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #032940;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.cart-button:hover {
  color: #00c0f3;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #00c0f3;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.cart-container {
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(20, 20, 43, 0.04);
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.container-medium-750px {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-750px.features-hero.wider {
  max-width: 900px;
}

.bg {
  position: absolute;
}

.bg.skew-bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  border-top: 100px solid transparent;
  border-right: 100vw solid #fff;
}

.bg.faqs {
  width: 58%;
  min-height: 110%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.blog-post {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 25%;
  border-bottom: 140px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.plan {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  min-height: 85%;
  border-bottom: 100px solid #fff;
  border-left: 100vw solid #f3f5ff;
}

.bg.integration-about {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 76%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.job-post {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 1113px;
  border-top: 113px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.help-center-category {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 61%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.help-center-article {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 70%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.sign-in {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #f3f5ff;
}

.bg.card-protected-page {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 65%;
  border-top: 233px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.pricing-category {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 705px;
  border-bottom: 100px solid #fff;
  border-left: 100vw solid #f3f5ff;
}

.home-hero-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-primary-arrow {
  margin-left: 12px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-primary-arrow.small {
  margin-left: 8px;
}

.button-primary-arrow.form-button-arrow {
  position: absolute;
  right: 35px;
  margin-left: 0px;
  color: #fff;
  line-height: 1.111em;
}

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.latest-posts {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.more-integrations {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.more-jobs {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.help-center-more-categories {
  margin-bottom: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.integrations-category {
  margin-bottom: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-category {
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.team-articles {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-integration-v1-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-arrow {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  color: #00c0f3;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.link-arrow:hover {
  color: #00c0f3;
}

.link-arrow.card-blog-v1-post {
  margin-bottom: 15px;
}

.link-arrow.card-post-item-v2 {
  margin-top: auto;
}

.link-arrow.card-job-opening-item {
  margin-top: auto;
}

.link-arrow.card-help-center-category {
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-arrow-text {
  margin-right: 12px;
  font-family: 'Neusa Next', sans-serif;
}

.link-arrow-icon {
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.card-integration-v1-item-category {
  display: none;
  font-family: 'Neusa Next', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

.blog-v2-featured-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faqs-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 39px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faqs-wrapper {
  margin-bottom: -24px;
}

.card-faq-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00c0f3;
}

.card-faq-content-bottom {
  margin-left: 61px;
}

.space.card-faq {
  min-height: 8px;
}

.card-faq-icon-1 {
  position: absolute;
  width: 23px;
  min-height: 2px;
  border-radius: 1000000px;
  background-color: #fff;
}

.card-faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 23px;
  border-radius: 1000000px;
  background-color: #fff;
}

.faqs-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
  margin-top: 36px;
  padding-right: 79px;
  padding-bottom: 40px;
  padding-left: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
}

.card-blog-v2-featured-content {
  padding: 45px 45px 72px;
}

.card-blog-v2-featured-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v2-featured-category {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 100000px;
  background-color: #f3f5ff;
  color: #00c0f3;
  line-height: 1.111em;
  text-align: center;
}

.card-blog-v2-featured-date {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.blog-v2-sidebar-featured-grid {
  display: -ms-grid;
  display: grid;
  min-height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-v2-sidebar-featured-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-decoration: none;
}

.blog-v2-sidebar-featured-item-wrapper:hover {
  color: #7a7d9c;
}

.blog-v2-sidebar-featured-item-content {
  width: 100%;
  max-width: 243px;
}

.blog-v2-sidebar-featured-item-date {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.1em;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content-bottom {
  display: none;
  padding-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9dbe9;
}

.footer-main-content {
  max-width: 439px;
  margin-right: 40px;
}

.footer-field-label {
  margin-bottom: 30px;
  font-family: 'Neusa Next', sans-serif;
  color: #fff;
}

.footer-newsletter-form-block {
  margin-bottom: 0px;
}

.footer-menu-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 642px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-small-print {
  max-width: 55%;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Neusa Next', sans-serif;
  line-height: 1.6em;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-right: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(11, 10, 51, 0.03), 0 2px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.social-media-link:hover {
  box-shadow: 0 8px 4px 0 rgba(11, 10, 51, 0.03), 0 8px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.empty-state {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  color: #032940;
  font-weight: 600;
  text-align: center;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.footer-menu-wrapper.pages {
  width: 100%;
  max-width: 382px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #00c0f3;
}

.cart-button-parentheses {
  color: #00c0f3;
  font-weight: 700;
}

.dropdown-nav-item {
  margin-bottom: 26px;
  line-height: 1.111em;
}

.nav-link-dropdown {
  display: block;
  line-height: 1em;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-arrow {
  display: block;
  margin-left: 8px;
  font-family: 'Icons Saas X Template', sans-serif;
  color: #00c0f3;
  font-size: 8px;
  line-height: 1em;
  font-weight: 400;
}

.dropdown-list {
  left: -485px;
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-list.w--open {
  left: -271px;
}

.dropdown-nav {
  margin-right: 40px;
  margin-bottom: -30px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 14px 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 14px 42px 0 rgba(32, 36, 138, 0.09);
}

.dropdown-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #7a7d9c;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #00c0f3;
}

.dropdown-nav-link.w--current {
  font-family: 'Neusa Next', sans-serif;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #00c0f3;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.success-message.light {
  background-color: #f3f5ff;
  color: #032940;
}

.error-message {
  padding: 20px;
  border-radius: 20px;
  background-color: #ff5f5f;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.error-message.protected-page {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form-button-arrow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.form-button-arrow-wrapper:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.form-button-arrow-main-wrapper {
  display: inline-block;
}

.form-button-arrow-main-wrapper.cta-v2-form-button {
  position: absolute;
  right: 12px;
}

.form-button-arrow-main-wrapper.cta-v3-form-button {
  position: absolute;
  right: 12px;
}

.form-button-arrow-main-wrapper.newsletter-form-button {
  position: absolute;
  right: 14px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(4, 3, 17, 0.9);
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #d9dbe9;
}

.blog-v2-sidebar-featured-collection-list-wrapper {
  max-width: 569px;
  margin-left: auto;
}

.text-no-wrap {
  white-space: nowrap;
}

.input-wrapper {
  max-width: 100%;
}

.cta-v2-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 124px 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00c0f3;
}

.cta-v2-form-block {
  width: 100%;
  max-width: 544px;
  margin-bottom: 0px;
}

.cta-v2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v2-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card-blog-v1-post-content {
  padding: 48px 37px 44px;
}

.card-blog-v1-post-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v1-post-date {
  margin-right: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.1em;
}

.card-blog-v1-post-category {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 14px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  color: #3e395f;
  line-height: 1.111em;
}

.cta-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
  margin-top: 46px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00c0f3;
}

.cta-v3-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.cta-v3-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v4-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 110px 54px 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00c0f3;
}

.cta-v4-button-primary-text {
  margin-right: 27px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
}

.cta-v4-button-secondary-text {
  margin-right: 27px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
}

.cta-v4-button-arrow {
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.card-post-item-v2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 51px 14px 49px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-post-item-v2-date {
  margin-bottom: 20px;
  line-height: 1.111em;
}

.home-hero-v3-update-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 8px 34px 8px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000000000px;
  background-color: #f3f5ff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-v3-update-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #00c0f3;
}

.card-about-office-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  line-height: 1.111em;
  text-decoration: none;
}

.post-featured-item-v1-content {
  max-width: 510px;
  padding: 51px 44px 51px 46px;
}

.post-featured-item-v1-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-item-v1-category {
  padding: 12px 20px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  color: #00c0f3;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.post-featured-item-v1-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-item-v1-author-name {
  margin-bottom: 6px;
  color: #032940;
  line-height: 1.111em;
  font-weight: 700;
}

.post-featured-item-v1-date {
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  margin-right: 24px;
}

.category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-button {
  margin-bottom: 20px;
  padding: 18px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 1000000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.category-button:hover {
  border-color: #00c0f3;
  background-color: #00c0f3;
  color: #fff;
}

.category-button.w--current {
  border-color: #00c0f3;
  background-color: #00c0f3;
  color: #fff;
  font-weight: 700;
}

.category-button.all {
  margin-right: 24px;
}

.newsletter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 114px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00c0f3;
}

.newsletter-form-block {
  width: 100%;
  max-width: 548px;
  margin-bottom: 0px;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-v3-hero-featured-grid {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-v3-featured-content {
  max-width: 510px;
  padding: 51px 44px 51px 46px;
}

.card-blog-v3-featured-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-category {
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  color: #00c0f3;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.card-blog-v3-featured-author-name {
  margin-bottom: 6px;
  color: #032940;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-date {
  font-size: 16px;
  line-height: 1.125em;
}

.blog-v3-featured-bottom-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-v3-featured-bottom-content {
  padding: 40px 40px 32px;
}

.card-blog-v3-featured-bottom-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-bottom-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-bottom-category {
  padding: 12px 20px;
  border-radius: 1000000000px;
  background-color: #f3f5ff;
  color: #00c0f3;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-bottom-author-name {
  margin-bottom: 6px;
  color: #032940;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-bottom-date {
  font-size: 16px;
  line-height: 1.125em;
}

.container-large-1026px {
  max-width: 1026px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1026px.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  text-align: center;
}

.container-medium-918px {
  position: relative;
  z-index: 1;
  max-width: 918px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.latest-posts-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text {
  font-family: 'Neusa Next', sans-serif;
}

.rich-text h2 {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-family: 'Neusa Next', sans-serif;
}

.rich-text p {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-family: 'Neusa Next', sans-serif;
}

.rich-text ol {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

.rich-text h3 {
  max-width: 792px;
  margin: 48px auto 24px;
  font-family: 'Neusa Next', sans-serif;
}

.rich-text img {
  border-radius: 20px;
}

.rich-text figure {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text h4 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text ul {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

.rich-text blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text h5 {
  max-width: 792px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 792px;
  margin: 48px auto 16px;
}

.blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-decoration: none;
}

.blog-post-author-wrapper:hover {
  color: #7a7d9c;
}

.card-author-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-author-rol {
  color: #00c0f3;
  line-height: 1.111em;
}

.blog-post-date {
  font-size: 20px;
  line-height: 1.1em;
}

.card-author-content-bottom {
  color: #7a7d9c;
  text-decoration: none;
}

.card-author-content-bottom:hover {
  color: #7a7d9c;
}

.container-medium-610px {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-610px.features-hero {
  margin-bottom: 47px;
  text-align: center;
}

.features-navigation-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-bottom: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 22px 44px 22px 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000000px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 1px 3px 0 rgba(68, 87, 255, 0.02), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  line-height: 1.111em;
  text-decoration: none;
}

.features-navigation-button:hover {
  border-color: #00c0f3;
  background-color: #00c0f3;
  box-shadow: none;
  color: #fff;
}

.features-navigation-button.w--current {
  border-color: #00c0f3;
  background-color: #00c0f3;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}

.features-navigation-button.login {
  display: none;
  background-color: #00c0f3;
  color: #fff;
}

.features-navigation-button-icon {
  margin-right: 14px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 21px;
  line-height: 1em;
  font-weight: 400;
}

.container-medium-600px {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-600px.pricing {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  text-align: center;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
}

.card-plan-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-content-bottom-button-wrapper {
  margin-top: auto;
  margin-bottom: 15px;
}

.card-plan-features-grid {
  margin-bottom: 50px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 12px;
  border-radius: 9px;
}

.plan-feature-text {
  color: #3e395f;
  line-height: 1.111em;
  font-weight: 700;
}

.plan-feature-text.popular {
  color: #fff;
}

.card-plan-message {
  display: none;
  text-align: center;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-features-grid {
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Neusa Next', sans-serif;
}

.card-upgrade-plan-content-top {
  margin-bottom: 33px;
}

.plan-content-top {
  margin-bottom: 32px;
}

.select-wrapper {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.select-wrapper:hover {
  border-color: #00c0f3;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.select-wrapper:focus {
  border-color: #00c0f3;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.select-wrapper::-webkit-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper:-ms-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper::-ms-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper::placeholder {
  color: #7a7d9c;
}

.select-wrapper.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.select {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Neusa Next', sans-serif;
  color: #7a7d9c;
  font-size: 18px;
  line-height: 1.111em;
}

.select:focus {
  color: #032940;
}

.select::-webkit-input-placeholder {
  color: #7a7d9c;
}

.select:-ms-input-placeholder {
  color: #7a7d9c;
}

.select::-ms-input-placeholder {
  color: #7a7d9c;
}

.select::placeholder {
  color: #7a7d9c;
}

.add-cart-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-cart-option-list {
  margin-bottom: 35px;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.container-small-551px {
  max-width: 551px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-551px.plan-perks {
  margin-bottom: 50px;
  text-align: center;
}

.plan-perks-grid {
  grid-column-gap: 37px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #032940;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.integrations-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-hero-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium-925px {
  max-width: 925px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-925px.integration-about {
  position: relative;
  z-index: 1;
}

.more-integrations-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-about-tabs-menu {
  margin-right: -24px;
  margin-bottom: 46px;
  text-align: center;
}

.integration-about-tab-link {
  margin-right: 24px;
  padding: 20px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 100000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.integration-about-tab-link:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #00c0f3;
}

.integration-about-tab-link.w--current {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #00c0f3;
  font-weight: 700;
}

.card-integration-about-content-bottom {
  margin-top: 24px;
}

.rich-text-v2 h2 {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-v2 p {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-v2 ol {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 30px;
}

.rich-text-v2 h3 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text-v2 img {
  border-radius: 20px;
}

.rich-text-v2 figure {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text-v2 h4 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text-v2 ul {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 30px;
}

.rich-text-v2 blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text-v2 h5 {
  max-width: 792px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-v2 h6 {
  max-width: 792px;
  margin: 48px auto 16px;
}

.job-openings-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-job-opening-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-medium-797px {
  max-width: 797px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.container-medium-797px.job-post {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.container-medium-942px {
  position: relative;
  z-index: 1;
  max-width: 942px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.job-post-tabs-menu {
  margin-right: -24px;
  margin-bottom: 50px;
  text-align: center;
}

.job-post-tab-link {
  margin-right: 24px;
  padding: 20px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 100000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.job-post-tab-link:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #00c0f3;
}

.job-post-tab-link.w--current {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #00c0f3;
  font-weight: 700;
}

.card-job-post-bottom {
  margin-top: 16px;
}

.help-center-categories-collection-list-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-help-center-category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 278px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.backlink-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.backlink-wrapper.help-center-article {
  margin-bottom: 67px;
}

.help-center-category-content-top {
  max-width: 611px;
  margin-right: auto;
  margin-bottom: 63px;
  margin-left: auto;
  text-align: center;
}

.help-center-category-content-bottom {
  max-width: 463px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.help-center-articles-collection-list-wrapper {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
}

.help-center-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00c0f3;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.backlink:hover {
  color: #00c0f3;
}

.backlink-arrow-icon {
  margin-right: 12px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.card-help-center-article-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-help-center-article-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-help-center-article-author-name {
  margin-bottom: 8px;
  color: #032940;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card-help-center-article-date {
  font-size: 16px;
  line-height: 1.125em;
}

.more-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-739px {
  max-width: 739px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.container-medium-739px.help-center-article {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-large-1042px {
  position: relative;
  z-index: 1;
  max-width: 1042px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.help-center-article-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-align: left;
  text-decoration: none;
}

.help-center-article-author-link:hover {
  color: #7a7d9c;
}

.help-center-article-author-name {
  margin-bottom: 6px;
  color: #032940;
  line-height: 1.111em;
  font-weight: 700;
}

.help-center-article-date {
  font-size: 16px;
  line-height: 1.125em;
}

.header-utility-page {
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9dbe9;
  background-color: transparent;
}

.footer-utility-page {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d9dbe9;
}

.footer-utility-page-logo-container {
  margin-right: 40px;
  margin-bottom: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-utility-page-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.header-utility-page-brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header-utility-page-brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-utility-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-utility-page-small-print {
  margin-bottom: 20px;
  line-height: 1.6em;
}

.sign-in-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-in-title-wrapper {
  margin-bottom: 40px;
}

.sign-in-form-block {
  min-height: 349px;
  margin-bottom: 24px;
}

.sign-in-links-wrapper {
  margin-bottom: 54px;
  font-family: 'Neusa Next', sans-serif;
  text-align: center;
}

.sign-in-divider-wrapper {
  position: relative;
  display: none;
  min-height: 30px;
  margin-top: 40px;
  margin-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-in-text {
  font-family: 'Neusa Next', sans-serif;
}

.sign-in-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sign-in-links-text {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #b1b3cb;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}

.sign-in-divider-text {
  position: absolute;
  z-index: 1;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #fff;
}

.social-media-buttons-wrapper {
  display: none;
  margin-bottom: -18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.integrations-category {
  margin-bottom: 28px;
}

.category-title-wrapper.blog-category {
  margin-bottom: 28px;
}

.team-page-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-page-content-bottom {
  max-width: 958px;
  margin-right: auto;
  margin-left: auto;
}

.card-team-page-content {
  max-width: 526px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-team-page-rol {
  margin-bottom: 20px;
}

.card-team-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-team-page-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-team-page-content-top {
  margin-bottom: 30px;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #d9dbe9;
}

.cart-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-subtotal {
  color: #032940;
  font-size: 20px;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.remove-button {
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Neusa Next', sans-serif;
}

.link {
  font-family: 'Neusa Next', sans-serif;
}

.field-label-12 {
  font-family: 'Neusa Next', sans-serif;
}

.field-label-13 {
  font-family: 'Neusa Next', sans-serif;
}

.text-block-6 {
  font-family: 'Neusa Next', sans-serif;
}

.field-label-14 {
  font-family: 'Neusa Next', sans-serif;
}

.field-label-15 {
  font-family: 'Neusa Next', sans-serif;
}

.button {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 100px;
  background-color: #d9dbe9;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  font-family: 'Neusa Next', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button:hover {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .footer {
    padding-top: 110px;
  }

  .section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.utility-page {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 224px;
    padding-bottom: 198px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 166px;
  }

  .section.blog-post {
    padding-top: 214px;
    padding-bottom: 121px;
  }

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

  .section.pricing {
    padding-top: 215px;
    padding-bottom: 160px;
  }

  .section.plan {
    padding-top: 214px;
  }

  .section.plan-perks {
    padding-bottom: 164px;
  }

  .section.integration-about {
    padding-top: 166px;
    padding-bottom: 159px;
  }

  .section.more-integrations {
    padding-top: 166px;
    padding-bottom: 176px;
  }

  .section.job-post {
    padding-top: 226px;
    padding-bottom: 194px;
  }

  .section.more-jobs {
    padding-top: 160px;
    padding-bottom: 126px;
  }

  .section.help-center-category {
    padding-bottom: 178px;
  }

  .section.help-center-article {
    padding-bottom: 180px;
  }

  .section.sign-in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.integrations-category {
    padding-top: 100px;
    padding-bottom: 165px;
  }

  .section.blog-category {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.team-page-section {
    padding-top: 175px;
    padding-bottom: 160px;
  }

  .utility-page-wrap {
    padding-top: 219px;
    padding-bottom: 160px;
  }

  .paragraph.features-hero {
    font-family: 'Neusa Next', sans-serif;
  }

  .paragraph.card-plan-short-description {
    font-family: 'Neusa Next', sans-serif;
  }

  .title.h3-size.card-plan {
    font-family: 'Neusa Next', sans-serif;
  }

  .title.h3-size.card-plan-popular {
    font-family: 'Neusa Next', sans-serif;
  }

  .title.features-hero {
    font-family: 'Neusa Next', sans-serif;
  }

  .title.card-plan-price {
    font-family: 'Neusa Next', sans-serif;
  }

  .features-navigation-button-icon {
    display: none;
  }

  .plan-feature-text {
    font-family: 'Neusa Next', sans-serif;
  }

  .text-block-7 {
    font-family: 'Neusa Next', sans-serif;
  }

  .text-block-8 {
    font-family: 'Neusa Next', sans-serif;
  }

  .text-block-9 {
    font-family: 'Neusa Next', sans-serif;
  }

  .text-block-10 {
    font-family: 'Neusa Next', sans-serif;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h3 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 66px 92px 78px;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.blog-post {
    margin-bottom: 49px;
  }

  .button-primary.full-width.add-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.header-button {
    margin-right: 15px;
  }

  .button-primary.header-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .button-primary.header-button.mobile:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-secondary.full-width.buy-now {
    margin-top: 0px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header {
    padding-top: 29px;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 100px;
  }

  .nav-link {
    font-size: 23px;
  }

  .nav-link.login {
    margin-right: 20px;
    font-size: 16px;
  }

  .menu-button {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 10000000px;
    background-color: #00c0f3;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #00c0f3;
  }

  .nav-menu {
    width: 100%;
    max-width: 100vw;
    padding-top: 130px;
    padding-bottom: 36px;
    background-color: #fff;
  }

  .footer {
    padding-top: 70px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section.utility-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 160px;
    padding-bottom: 126px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 160px;
  }

  .section.bg-neutral-200.utility-page-images-mobile {
    display: block;
    padding-top: 60px;
    padding-bottom: 86px;
  }

  .section.blog-post {
    padding-top: 160px;
    padding-bottom: 78px;
  }

  .section.padding-160px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.pricing {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .section.plan {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .section.plan-perks {
    padding-top: 48px;
    padding-bottom: 105px;
  }

  .section.integration-about {
    padding-top: 106px;
    padding-bottom: 102px;
  }

  .section.more-integrations {
    padding-top: 106px;
    padding-bottom: 113px;
  }

  .section.job-post {
    padding-top: 160px;
    padding-bottom: 124px;
  }

  .section.more-jobs {
    padding-top: 102px;
    padding-bottom: 80px;
  }

  .section.help-center-category {
    padding-top: 150px;
    padding-bottom: 114px;
  }

  .section.help-center-article {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .section.sign-in {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.integrations-category {
    padding-top: 64px;
    padding-bottom: 106px;
  }

  .section.blog-category {
    padding-top: 64px;
    padding-bottom: 102px;
  }

  .section.team-page-section {
    padding-top: 130px;
    padding-bottom: 102px;
  }

  .utility-page-wrap {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .input.footer-newsletter {
    margin-bottom: 0px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .divider.blog-post {
    margin-top: 46px;
    margin-bottom: 81px;
  }

  .divider.card-plan {
    width: 1px;
    min-height: 100%;
    margin: 0px 40px;
  }

  .divider.job-post {
    margin-bottom: 73px;
  }

  .divider.card-help-center-article {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .paragraph.footer-main-content-paragraph {
    max-width: 439px;
    margin-bottom: 40px;
  }

  .paragraph.post-featured-item-v1-excerpt {
    max-width: 569px;
  }

  .paragraph.card-blog-v3-featured-excerpt {
    max-width: 517px;
  }

  .paragraph.help-center-category-content-bottom-paragraph {
    margin-bottom: 35px;
  }

  .card.blog-v2-featured {
    min-width: auto;
  }

  .card.integration-v2-item {
    padding: 40px 40px 45px;
  }

  .card.faq-v2 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .card.team-item {
    padding-top: 40px;
    padding-bottom: 71px;
  }

  .card.about-office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.post-featured-item-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.category-item-v1-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-bottom: 66px;
    padding-left: 60px;
  }

  .card.blog-v3-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.author {
    padding-right: 50px;
    padding-left: 50px;
  }

  .card.plan {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.upgrade-plan {
    min-height: 541px;
    padding: 66px 57px;
  }

  .card.plan-perk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .card.contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .card.integration-about {
    padding: 74px 76px;
  }

  .card.job-opening-item-card {
    padding: 50px 47px;
  }

  .card.job-post {
    padding: 73px 60px 82px;
  }

  .card.help-center-category {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .card.help-center-article {
    padding-right: 53px;
    padding-left: 53px;
  }

  .card.help-center-article-page {
    padding: 67px 40px 33px;
  }

  .card.protected-page {
    padding: 80px 58px 85px;
  }

  .card.team-page {
    max-width: 780px;
    margin-top: -125px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.text-color-neutral-100.cta-v2 {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.text-color-neutral-100.cta-v4 {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.text-color-neutral-100.newsletter {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.footer-menu-title {
    margin-bottom: 40px;
  }

  .title.dropdown {
    margin-bottom: 40px;
  }

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

  .title.h3-size.post-featured-item-v1 {
    max-width: 569px;
    margin-bottom: 10px;
  }

  .title.h3-size.card-blog-v3-featured {
    margin-bottom: 10px;
  }

  .title.card-blog-v3-featured-bottom {
    margin-bottom: 10px;
  }

  .title.blog-post {
    margin-bottom: 15px;
  }

  .title.features-hero {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 10px;
  }

  .title.h2-size.card-protected-page {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 48px;
  }

  .title.card-job-opening-item {
    margin-bottom: 10px;
  }

  .title.job-post {
    margin-bottom: 10px;
  }

  .title.card-help-center-category {
    margin-bottom: 5px;
  }

  .title.help-center-category {
    margin-bottom: 10px;
  }

  .title.help-center-article {
    max-width: 484px;
  }

  .title.not-found {
    margin-bottom: 15px;
  }

  .title.category {
    margin-right: 12px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .split-content.header-right {
    position: relative;
    z-index: 2;
  }

  .split-content.header-left {
    position: relative;
    z-index: 2;
  }

  .split-content.home-perks-content-top-right {
    max-width: 512px;
    padding-top: 73px;
  }

  .split-content.home-perks-content-bottom-left {
    max-width: 512px;
    margin-right: 0px;
    padding-bottom: 60px;
  }

  .split-content.cta-left {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.cta-right {
    margin-top: 0px;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.home-hero-v2-images-wrapper {
    margin-right: 0px;
  }

  .split-content.cta-v3-left {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.cta-v3-right {
    margin-top: 0px;
  }

  .split-content.home-hero-v3-images-wrapper {
    max-width: 726px;
    margin-right: 0px;
  }

  .split-content.home-perks-v2-content-top-right {
    max-width: 512px;
    padding-top: 73px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    max-width: 512px;
    margin-right: 0px;
    padding-bottom: 60px;
  }

  .split-content.latest-posts-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.plan-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.plan-right {
    max-width: 100%;
  }

  .split-content.integration-hero-left {
    max-width: 660px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    text-align: center;
  }

  .split-content.integration-hero-right {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.more-integrations-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.help-center-more-categories-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.sign-in-left {
    display: none;
    max-width: 514px;
  }

  .split-content.sign-in-left.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.sign-in-right {
    max-width: 484px;
  }

  .split-content.team-articles-content-top-left {
    margin-right: 0px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    min-height: auto;
  }

  .image-wrapper.post-featured-item-v1-image {
    max-width: 100%;
  }

  .image-wrapper.card-blog-v3-featured {
    max-width: 100%;
  }

  .image-wrapper.card-help-center-category-icon {
    margin-bottom: 24px;
  }

  .image-wrapper.team-cover {
    min-height: 378px;
  }

  .image-wrapper.card-team-page {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .image.cta-v2-shape-1 {
    bottom: -58px;
  }

  .image.cta-v2-shape-2 {
    bottom: -73px;
  }

  .image.cta-v2-shape-3 {
    left: 60px;
    top: -105px;
  }

  .image.cta-v2-shape-4 {
    right: 40px;
    bottom: -91px;
  }

  .image.cta-v2-shape-5 {
    top: -68px;
  }

  .image.cta-v2-shape-6 {
    right: -49px;
  }

  .image.cta-v3-bg-2 {
    right: -48px;
  }

  .image.cta-v4-shape-3 {
    left: 0px;
  }

  .image.cta-v4-shape-4 {
    left: 63px;
  }

  .image.cta-v4-shape-5 {
    right: 40px;
  }

  .image.newsletter-shape-3 {
    left: auto;
    top: -74px;
  }

  .image.newsletter-shape-4 {
    bottom: -69px;
  }

  .image.card-plan-perk-icon {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image.integration-icon {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image.sign-in-1 {
    margin-bottom: 125px;
  }

  .image.sign-in-2 {
    max-width: 53%;
  }

  .image.card-protected-page-icon {
    margin-bottom: 27px;
  }

  .bg.skew-bottom {
    border-top-width: 83px;
  }

  .bg.faqs {
    width: 80%;
    min-height: 105%;
  }

  .bg.blog-post {
    min-height: 20%;
  }

  .bg.plan {
    border-bottom-width: 200px;
  }

  .bg.sign-in {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    min-height: 50%;
  }

  .bg.pricing-category {
    border-bottom-width: 200px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 100px;
  }

  ._2-buttons-wrapper.integration-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-top.latest-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.more-integrations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.help-center-more-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.integrations-category {
    margin-bottom: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-category {
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.team-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-v2-featured-grid {
    max-width: 556px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .faqs-main-wrapper {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-wrapper {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 52px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-blog-v2-featured-content {
    padding-bottom: 60px;
  }

  .footer-content-top {
    margin-bottom: 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-main-content {
    width: 100%;
    max-width: 642px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .footer-field-label {
    margin-bottom: 25px;
  }

  .footer-newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-small-print {
    max-width: 472px;
    margin-top: 35px;
    margin-right: 0px;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .cart {
    z-index: 3;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-bottom: 8px;
    margin-left: 18px;
  }

  .input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta-v2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-v2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .blog-v1-grid {
    grid-column-gap: 30px;
  }

  .card-blog-v1-post-content {
    padding: 40px 25px 37px;
  }

  .card-blog-v1-post-date {
    margin-right: 20px;
    font-size: 18px;
  }

  .card-blog-v1-post-category {
    top: 25px;
    right: 25px;
    text-align: left;
  }

  .cta-v3-wrapper {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 52px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta-v4-wrapper {
    padding-top: 92px;
    padding-bottom: 113px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 22px;
    text-align: left;
  }

  .post-featured-item-v1-content {
    max-width: 100%;
    padding-top: 44px;
    padding-left: 44px;
  }

  .categories-collection-list-wrapper {
    margin-bottom: 28px;
  }

  .newsletter-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-blog-v3-featured-content {
    max-width: 100%;
    padding: 43px 40px;
  }

  .blog-v3-featured-bottom-grid {
    grid-column-gap: 26px;
  }

  .card-blog-v3-featured-bottom-content {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-blog-v3-featured-bottom-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-bottom-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-blog-v3-featured-bottom-category {
    margin-bottom: 20px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 60px;
  }

  .latest-posts-grid {
    max-width: 504px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text h2 {
    margin-bottom: 15px;
  }

  .rich-text ol {
    padding-left: 50px;
  }

  .rich-text h3 {
    margin-bottom: 15px;
  }

  .rich-text h4 {
    margin-bottom: 15px;
  }

  .rich-text ul {
    padding-left: 50px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .container-medium-600px.pricing {
    margin-bottom: 53px;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-item {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .card-plan-content-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plan-content-bottom {
    max-width: 390px;
  }

  .card-plan-features-grid {
    margin-bottom: 40px;
  }

  .card-plan-price-wrapper {
    margin-bottom: 10px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 30px;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .card-upgrade-plan-content-top {
    max-width: 480px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 40px;
  }

  .plan-perks-grid {
    grid-row-gap: 37px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-plan-perk-content {
    margin-right: 20px;
  }

  .integrations-grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .integration-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .integration-hero-content-top {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more-integrations-grid {
    overflow: visible;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-about-tab-link {
    padding-right: 40px;
    padding-left: 40px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 15px;
  }

  .rich-text-v2 h3 {
    margin-bottom: 15px;
  }

  .rich-text-v2 h4 {
    margin-bottom: 15px;
  }

  .rich-text-v2 h5 {
    margin-bottom: 10px;
  }

  .rich-text-v2 h6 {
    margin-bottom: 10px;
  }

  .job-openings-grid {
    grid-row-gap: 40px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 70px;
  }

  .job-post-tabs-menu {
    margin-bottom: 40px;
  }

  .job-post-tab-link {
    padding-right: 40px;
    padding-left: 40px;
  }

  .backlink-wrapper {
    margin-bottom: 60px;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 56px;
  }

  .help-center-category-content-top {
    margin-bottom: 60px;
  }

  .more-categories-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 60px;
  }

  .footer-utility-page-logo-container {
    margin-right: 0px;
  }

  .footer-utility-page-logo-container.w--current {
    margin-bottom: 20px;
  }

  .footer-utility-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .sign-in-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .team-page-content-top {
    margin-bottom: 70px;
  }

  .card-team-page-content {
    max-width: 518px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-team-page-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 5px;
    font-size: 28px;
  }

  h3 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 53px 35px 62px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 20px;
  }

  .container-default.blog-post {
    margin-bottom: 40px;
  }

  .button-primary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary.button-white.cta-v4 {
    max-width: 100%;
    margin-right: 0px;
    padding: 28px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-primary.button-white.cta-v4:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-primary._2-buttons {
    margin-right: 22px;
  }

  .button-primary._2-buttons.integration {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.blog-post-category {
    margin-bottom: 20px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .button-secondary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-secondary.button-secondary-1.cta-v4 {
    max-width: 100%;
    padding: 28px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-secondary.button-secondary-1.cta-v4:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .header-logo {
    width: 170px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 180px;
  }

  .section {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section.utility-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 150px;
  }

  .section.bg-neutral-200.utility-page-images-mobile {
    padding-bottom: 68px;
  }

  .section.blog-post {
    padding-top: 150px;
    padding-bottom: 62px;
  }

  .section.padding-160px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.pricing {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .section.plan {
    padding-top: 150px;
  }

  .section.plan-perks {
    padding-bottom: 84px;
  }

  .section.integration-about {
    padding-top: 85px;
    padding-bottom: 81px;
  }

  .section.more-integrations {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .section.job-post {
    padding-top: 150px;
    padding-bottom: 99px;
  }

  .section.more-jobs {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .section.help-center-category {
    padding-top: 140px;
    padding-bottom: 91px;
  }

  .section.help-center-article {
    padding-top: 140px;
    padding-bottom: 92px;
  }

  .section.sign-in {
    padding-top: 10px;
  }

  .section.integrations-category {
    padding-top: 51px;
    padding-bottom: 84px;
  }

  .section.blog-category {
    padding-top: 51px;
    padding-bottom: 82px;
  }

  .section.team-page-section {
    padding-top: 120px;
    padding-bottom: 82px;
  }

  .utility-page-wrap {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .input {
    padding-right: 27px;
    padding-left: 27px;
  }

  .input.card-protected-page {
    margin-bottom: 27px;
  }

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

  .input.cta-v2-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input.cta-v3-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input.newsletter-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .divider.card-blog-v1-post-content-divider {
    margin-top: 23px;
    margin-bottom: 28px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .divider.card-blog-v3-featured {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .divider.card-blog-v3-featured-bottom {
    margin-top: 33px;
    margin-bottom: 27px;
  }

  .divider.blog-post {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .divider.card-plan {
    width: 100%;
    min-height: 1px;
    margin: 33px 0px;
  }

  .divider.card-help-center-article {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .paragraph.card-protected-page {
    margin-bottom: 26px;
  }

  .paragraph.card-integration-v1-item {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.footer-main-content-paragraph {
    margin-bottom: 33px;
  }

  .paragraph.card-blog-v3-featured-bottom-excerpt {
    max-width: 517px;
  }

  .paragraph.integration-description {
    margin-bottom: 35px;
  }

  .paragraph.card-job-opening-item {
    margin-bottom: 32px;
  }

  .paragraph.job-post {
    margin-bottom: 30px;
  }

  .paragraph.card-help-center-category {
    margin-bottom: 27px;
  }

  .paragraph.help-center-category-description {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.help-center-category-content-bottom-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.help-center-article-excerpt {
    margin-bottom: 32px;
  }

  .card.integration-v1 {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.faq {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.integration-v2-item {
    padding: 33px 35px 38px;
  }

  .card.integration-v3 {
    padding-top: 40px;
    padding-bottom: 57px;
  }

  .card.faq-v2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.team-item {
    padding-top: 33px;
    padding-bottom: 60px;
  }

  .card.about-office {
    padding: 43px 35px;
  }

  .card.category-item-v1-card {
    padding: 40px 40px 55px;
  }

  .card.author {
    margin-top: 40px;
    padding: 42px 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.plan {
    width: 100%;
    padding: 33px 33px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.upgrade-plan {
    min-height: 497px;
    padding: 55px 35px;
  }

  .card.plan-perk {
    padding-top: 33px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-link {
    padding-top: 33px;
    padding-bottom: 46px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.integration-about {
    padding: 50px 35px;
  }

  .card.job-opening-item-card {
    padding: 42px 35px;
  }

  .card.job-post {
    padding: 61px 35px 68px;
  }

  .card.help-center-category {
    padding-top: 45px;
    padding-bottom: 53px;
  }

  .card.help-center-article {
    padding: 40px 35px 30px;
  }

  .card.help-center-article-page {
    padding: 56px 35px 28px;
  }

  .card.protected-page {
    padding: 64px 35px 68px;
  }

  .card.default {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-page {
    margin-top: -90px;
    padding: 42px 35px 50px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-post-item-v2 {
    margin-bottom: 28px;
  }

  .title.h4-size.blog-post-author-name {
    margin-bottom: 4px;
  }

  .title.card-faq {
    font-size: 22px;
    line-height: 1.4em;
  }

  .title.text-color-neutral-100.cta-v2 {
    max-width: 362px;
    margin-bottom: 35px;
  }

  .title.text-color-neutral-100.cta-v3 {
    margin-bottom: 25px;
  }

  .title.text-color-neutral-100.cta-v4 {
    max-width: 362px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .title.text-color-neutral-100.newsletter {
    max-width: 362px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .title.footer-menu-title {
    margin-bottom: 35px;
  }

  .title.dropdown {
    margin-bottom: 33px;
  }

  .title.card-blog-v1-post {
    max-width: 438px;
    font-size: 22px;
  }

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

  .title.h3-size.post-featured-item-v1 {
    margin-bottom: 5px;
  }

  .title.h3-size.card-blog-v3-featured {
    margin-bottom: 5px;
  }

  .title.h3-size.card-upgrade-plan {
    margin-bottom: 5px;
  }

  .title.card-blog-v3-featured-bottom {
    margin-bottom: 5px;
  }

  .title.blog-post {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 5px;
  }

  .title.card-plan-price {
    font-size: 25px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 40px;
  }

  .title.plan-perks {
    margin-bottom: 5px;
  }

  .title.card-plan-perk {
    margin-bottom: 5px;
  }

  .title.card-job-opening-item {
    margin-bottom: 5px;
  }

  .title.help-center-category-content-bottom-title {
    margin-bottom: 5px;
  }

  .title.card-help-center-article {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .title.help-center-article {
    max-width: 364px;
  }

  .title.not-found {
    margin-bottom: 10px;
  }

  .title.category {
    margin-right: 10px;
  }

  .split-content.home-perks-content-top-right {
    padding-top: 40px;
  }

  .split-content.home-perks-content-bottom-left {
    padding-bottom: 40px;
  }

  .split-content.cta-left {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v2-images-wrapper {
    padding-bottom: 40px;
    padding-left: 52px;
  }

  .split-content.cta-v3-left {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 50px;
    padding-left: 38px;
  }

  .split-content.home-perks-v2-content-top-right {
    padding-top: 40px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    padding-bottom: 40px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 15px;
  }

  .split-content.plan-left {
    margin-bottom: 60px;
  }

  .split-content.integration-hero-left {
    margin-bottom: 50px;
  }

  .split-content.more-jobs-left {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
  }

  .image-wrapper.card-integration-v1-item {
    max-width: 80px;
    margin-right: 15px;
    border-radius: 20px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    min-height: 148px;
    margin-right: 28px;
  }

  .image-wrapper.card-author-image {
    width: 152px;
    max-height: 152px;
    min-height: 152px;
    min-width: 152px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.blog-post-author-image {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .image-wrapper.card-plan-icon {
    margin-right: 15px;
  }

  .image-wrapper.integration {
    border-radius: 25px;
  }

  .image-wrapper.card-job-opening-item-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-help-center-category-icon {
    width: 103px;
    max-height: 103px;
    min-height: 103px;
    min-width: 103px;
    margin-bottom: 20px;
    border-radius: 27px;
  }

  .image-wrapper.help-center-article-author {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 15px;
  }

  .image-wrapper.team-cover {
    min-height: 302px;
  }

  .image-wrapper.card-team-page {
    max-width: 210px;
    margin-bottom: 30px;
  }

  .image.cta-1 {
    border-radius: 20px;
  }

  .image.cta-2 {
    bottom: 20px;
    border-radius: 20px;
  }

  .image.cta-bg-1 {
    top: 44px;
    max-width: 27%;
  }

  .image.cta-bg-2 {
    max-width: 27%;
  }

  .image.cta-v2-shape-2 {
    left: 45px;
    bottom: -95px;
    display: none;
  }

  .image.cta-v2-shape-3 {
    left: 0px;
    top: -117px;
  }

  .image.cta-v2-shape-4 {
    right: 20px;
    bottom: -95px;
  }

  .image.cta-v2-shape-5 {
    top: -96px;
    display: none;
  }

  .image.cta-v2-shape-6 {
    top: -75px;
  }

  .image.cta-v3-bg-1 {
    left: 7px;
    top: 44px;
    max-width: 27%;
  }

  .image.cta-v3-bg-2 {
    right: -13px;
    max-width: 27%;
  }

  .image.cta-v3-image-1 {
    max-width: 79%;
    border-radius: 20px;
  }

  .image.cta-v3-image-2 {
    bottom: 20px;
    border-radius: 20px;
  }

  .image.cta-v4-shape-1 {
    top: -53px;
  }

  .image.cta-v4-shape-2 {
    display: none;
  }

  .image.cta-v4-shape-3 {
    left: -54px;
  }

  .image.cta-v4-shape-4 {
    bottom: -100px;
  }

  .image.cta-v4-shape-6 {
    bottom: -87px;
  }

  .image.cta-v4-shape-7 {
    display: none;
  }

  .image.newsletter-shape-1 {
    display: none;
  }

  .image.newsletter-shape-2 {
    left: -38px;
  }

  .image.newsletter-shape-3 {
    left: 23px;
    top: -98px;
  }

  .image.card-plan-perk-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.integration-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.job-post-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-bottom: 18px;
  }

  .image.help-center-category-icon {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.card-help-center-article-author {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .image.sign-in-1 {
    margin-bottom: 100px;
  }

  .image.not-found {
    margin-bottom: 35px;
  }

  .image.card-protected-page-icon {
    margin-bottom: 23px;
  }

  .bg.skew-bottom {
    border-top-width: 64px;
  }

  .bg.faqs {
    width: 90%;
    min-height: 90%;
    border-radius: 20px;
  }

  .bg.blog-post {
    min-height: 16%;
    border-bottom-width: 100px;
  }

  .bg.plan {
    border-bottom-width: 150px;
  }

  .bg.pricing-category {
    border-bottom-width: 150px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 80px;
  }

  .button-primary-arrow.form-button-arrow {
    right: 31px;
  }

  ._2-buttons-wrapper.cta-v4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.latest-posts {
    margin-bottom: 40px;
  }

  .content-top.more-integrations {
    margin-bottom: 40px;
  }

  .content-top.more-jobs {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.help-center-more-categories {
    margin-bottom: 40px;
  }

  .content-top.integrations-category {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-top.blog-category {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.team-articles {
    margin-bottom: 12px;
  }

  .card-integration-v1-item-content-top {
    margin-bottom: 15px;
  }

  .link-arrow.card-help-center-article {
    margin-bottom: 20px;
  }

  .card-integration-v1-item-category {
    font-size: 18px;
  }

  .card-faq-icon-wrapper {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .card-faq-content-bottom {
    margin-left: 57px;
  }

  .card-faq-icon-1 {
    width: 20px;
  }

  .card-faq-icon-2 {
    min-height: 20px;
  }

  .cta-wrapper {
    padding: 67px 35px 50px;
    border-radius: 42px;
  }

  .card-blog-v2-featured-content {
    padding: 38px 35px 50px;
  }

  .card-blog-v2-featured-category {
    margin-bottom: 15px;
  }

  .card-blog-v2-featured-date {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .blog-v2-sidebar-featured-item-date {
    margin-bottom: 10px;
  }

  .footer-content-top {
    margin-bottom: 70px;
  }

  .footer-content-bottom {
    padding-top: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .footer-main-content {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .footer-field-label {
    margin-bottom: 20px;
  }

  .footer-menu-nav-main-wrapper {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-small-print {
    max-width: 432px;
    margin-top: 30px;
    font-size: 17px;
  }

  .footer-menu-wrapper.pages {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .dropdown-nav {
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .form-button-arrow-main-wrapper.cta-v2-form-button {
    right: 15px;
  }

  .form-button-arrow-main-wrapper.cta-v3-form-button {
    right: 15px;
  }

  .form-button-arrow-main-wrapper.newsletter-form-button {
    right: 15px;
  }

  .cta-v2-wrapper {
    padding: 80px 35px;
    border-radius: 42px;
  }

  .cta-v2-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-v1-grid {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-blog-v1-post-content {
    padding-top: 33px;
    padding-bottom: 32px;
  }

  .card-blog-v1-post-category {
    top: 20px;
    right: 20px;
  }

  .cta-v3-wrapper {
    padding: 67px 35px 50px;
    border-radius: 42px;
  }

  .cta-v4-wrapper {
    padding: 80px 25px;
    border-radius: 42px;
  }

  .cta-v4-button-primary-text {
    margin-right: 10px;
    font-size: 20px;
  }

  .cta-v4-button-secondary-text {
    margin-right: 10px;
    font-size: 20px;
  }

  .cta-v4-button-arrow {
    position: relative;
    top: -3px;
    font-size: 17px;
    line-height: 1em;
  }

  .card-post-item-v2-content {
    max-width: 431px;
    padding-top: 43px;
    padding-bottom: 41px;
  }

  .card-post-item-v2-date {
    margin-bottom: 15px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .post-featured-item-v1-content {
    padding: 35px 25px 43px;
  }

  .post-featured-item-v1-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-item-v1-category {
    margin-bottom: 20px;
  }

  .post-featured-item-v1-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .categories-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .categories-wrapper.integrations {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-item {
    margin-right: 15px;
  }

  .category-button {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }

  .category-button.w--current {
    margin-right: 15px;
  }

  .newsletter-wrapper {
    padding: 64px 35px;
    border-radius: 42px;
  }

  .newsletter-form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-v3-featured-content {
    padding: 36px 35px;
  }

  .blog-v3-featured-bottom-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-blog-v3-featured-bottom-content {
    padding-top: 33px;
    padding-bottom: 27px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 50px;
  }

  .latest-posts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-content-top {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

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

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .blog-post-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-author-content {
    max-width: 453px;
  }

  .card-author-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-date {
    font-size: 18px;
  }

  .container-medium-610px.features-hero {
    margin-bottom: 40px;
  }

  .features-navigation-buttons-wrapper {
    margin-right: -10px;
  }

  .features-navigation-button {
    margin-right: 10px;
    padding: 20px 30px;
  }

  .features-navigation-button-icon {
    margin-right: 10px;
    font-size: 20px;
  }

  .container-medium-600px.pricing {
    margin-bottom: 40px;
  }

  .card-plan-content-bottom {
    max-width: none;
  }

  .card-plan-features-grid {
    margin-bottom: 33px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 25px;
  }

  .card-plan-message {
    line-height: 1.4em;
  }

  .plan-content-top {
    margin-bottom: 27px;
  }

  .select-wrapper {
    padding-right: 27px;
    padding-left: 27px;
  }

  .add-cart-option-list {
    margin-bottom: 30px;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 35px;
  }

  .card-plan-perk-content {
    margin-right: 0px;
  }

  .contact-link-wrapper {
    font-size: 18px;
  }

  .integrations-grid {
    max-width: 571px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-hero-content-top {
    margin-bottom: 10px;
  }

  .more-integrations-grid {
    max-width: 571px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-about-tabs-menu {
    margin-bottom: 40px;
  }

  .integration-about-tab-link {
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 10px;
  }

  .rich-text-v2 p {
    margin-bottom: 20px;
  }

  .rich-text-v2 ol {
    margin-top: 27px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 figure {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 ul {
    margin-top: 27px;
    margin-bottom: 40px;
  }

  .rich-text-v2 blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h5 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .rich-text-v2 h6 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .job-openings-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-job-opening-item-content {
    max-width: 587px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 60px;
  }

  .job-post-tabs-menu {
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .job-post-tab-link {
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .backlink-wrapper {
    margin-bottom: 50px;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 48px;
  }

  .help-center-category-content-top {
    margin-bottom: 50px;
  }

  .help-center-articles-collection-list-wrapper {
    margin-bottom: 40px;
  }

  .card-help-center-article-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-help-center-article-author-name {
    margin-bottom: 5px;
  }

  .more-categories-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 50px;
  }

  .help-center-article-author-name {
    margin-bottom: 5px;
  }

  .header-utility-page-logo {
    width: 170px;
  }

  .footer-utility-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-utility-page-logo-container {
    margin-bottom: 15px;
  }

  .footer-utility-page-logo-container.w--current {
    margin-bottom: 15px;
  }

  .footer-utility-page-logo {
    width: 170px;
  }

  .footer-utility-page-small-print {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }

  .sign-in-title-wrapper {
    margin-bottom: 35px;
  }

  .sign-in-divider-wrapper {
    margin-top: 33px;
    margin-bottom: 34px;
  }

  .team-page-content-top {
    margin-bottom: 60px;
  }

  .card-team-page-rol {
    margin-bottom: 15px;
  }

  .card-team-page-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-team-page-content-top {
    margin-bottom: 25px;
  }
}

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

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 42px 25px 50px;
    font-size: 20px;
  }

  figcaption {
    margin-top: 15px;
    font-size: 16px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 35px;
  }

  .button-primary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.button-white.cta-v4 {
    max-width: 100%;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .button-primary._2-buttons {
    margin-right: 0px;
  }

  .button-primary._2-buttons.integration {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.form-button-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.form-button-arrow.cta {
    background-color: #fff;
    color: #00c0f3;
  }

  .button-primary.blog-post-category {
    font-size: 16px;
  }

  .button-secondary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.button-secondary-1.cta-v4 {
    max-width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .button-secondary.full-width.buy-now {
    margin-top: 15px;
    margin-left: 0px;
  }

  .button-secondary.button-white.social-media {
    font-size: 16px;
  }

  .header-logo {
    width: 150px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-link.login {
    margin-right: 15px;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    width: 170px;
  }

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

  .section.utility-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 140px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 140px;
  }

  .section.blog-post {
    padding-top: 140px;
  }

  .section.padding-160px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.pricing {
    padding-top: 140px;
    padding-bottom: 66px;
  }

  .section.plan {
    padding-top: 140px;
  }

  .section.plan-perks {
    padding-bottom: 67px;
  }

  .section.integration-about {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section.more-integrations {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .section.job-post {
    padding-top: 140px;
    padding-bottom: 79px;
  }

  .section.more-jobs {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .section.help-center-category {
    padding-top: 130px;
    padding-bottom: 73px;
  }

  .section.help-center-article {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .section.sign-in {
    padding-top: 10px;
  }

  .section.integrations-category {
    padding-top: 41px;
    padding-bottom: 68px;
  }

  .section.blog-category {
    padding-top: 41px;
    padding-bottom: 66px;
  }

  .section.team-page-section {
    padding-bottom: 66px;
  }

  .utility-page-wrap {
    padding: 140px 16px 66px;
  }

  .input {
    padding-right: 25px;
    padding-left: 25px;
  }

  .input.card-protected-page {
    margin-bottom: 22px;
  }

  .input.cta-v2-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .input.cta-v3-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .input.newsletter-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .divider.card-blog-v1-post-content-divider {
    margin-top: 20px;
    margin-bottom: 23px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .divider.card-blog-v3-featured {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .divider.card-blog-v3-featured-bottom {
    margin-top: 28px;
    margin-bottom: 23px;
  }

  .divider.card-plan {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .divider.job-post {
    margin-bottom: 61px;
  }

  .paragraph.card-protected-page {
    margin-bottom: 22px;
  }

  .paragraph.not-found {
    margin-bottom: 30px;
  }

  .paragraph.card-integration-v1-item {
    max-width: 356px;
    margin-bottom: 25px;
  }

  .paragraph.features-hero {
    max-width: 417px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.integration-description {
    margin-bottom: 30px;
  }

  .paragraph.card-job-opening-item {
    margin-bottom: 28px;
  }

  .paragraph.job-post {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-help-center-category {
    margin-bottom: 23px;
  }

  .paragraph.help-center-category-description {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.help-center-article-excerpt {
    margin-bottom: 27px;
  }

  .card.integration-v1 {
    padding: 33px 25px 40px;
  }

  .card.faq {
    padding: 33px 25px;
  }

  .card.integration-v2-item {
    padding: 28px 25px 32px;
  }

  .card.integration-v3 {
    padding: 33px 25px 48px;
  }

  .card.faq-v2 {
    padding: 30px 25px;
  }

  .card.team-item {
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .card.about-office {
    padding: 36px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.category-item-v1-card {
    padding: 33px 25px 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.author {
    margin-top: 33px;
    padding: 35px 25px 33px;
  }

  .card.plan {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.upgrade-plan {
    min-height: 571px;
    padding: 46px 25px;
  }

  .card.plan-perk {
    padding: 28px 25px 42px;
  }

  .card.contact-link {
    padding: 28px 25px 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card.integration-about {
    padding: 42px 25px;
  }

  .card.job-opening-item-card {
    padding: 35px 25px;
  }

  .card.job-post {
    padding: 51px 25px 57px;
    border-radius: 20px;
  }

  .card.help-center-category {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .card.help-center-article {
    padding-top: 33px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.help-center-article-page {
    padding: 47px 25px 23px;
  }

  .card.protected-page {
    padding: 51px 25px 54px;
    border-radius: 20px;
  }

  .card.default {
    padding: 33px 25px 40px;
  }

  .card.team-page {
    margin-top: -45px;
    padding: 35px 25px 42px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .title.order-item-title {
    font-size: 20px;
  }

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

  .title.h4-size.card-post-item-v2 {
    margin-bottom: 24px;
  }

  .title.card-faq {
    font-size: 20px;
  }

  .title.text-color-neutral-100.cta-v3 {
    margin-bottom: 20px;
  }

  .title.text-color-neutral-100.cta-v4 {
    margin-bottom: 30px;
  }

  .title.footer-menu-title {
    margin-bottom: 30px;
  }

  .title.dropdown {
    margin-bottom: 28px;
  }

  .title.card-blog-v1-post {
    font-size: 20px;
  }

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

  .title.h3-size.card-plan {
    margin-bottom: 5px;
  }

  .title.h2-size {
    font-size: 27px;
  }

  .title.card-plan-price {
    font-size: 21px;
  }

  .title.h1-size {
    font-size: 34px;
  }

  .title.card-help-center-article {
    font-size: 20px;
  }

  .split-content.home-perks-content-top-right {
    padding-top: 33px;
  }

  .split-content.home-perks-content-bottom-left {
    padding-bottom: 33px;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
  }

  .split-content.cta-right {
    max-width: 357px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.home-hero-v2-images-wrapper {
    padding-bottom: 33px;
    padding-left: 43px;
  }

  .split-content.cta-v3-left {
    margin-bottom: 40px;
  }

  .split-content.cta-v3-right {
    max-width: 357px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .split-content.home-perks-v2-content-top-right {
    padding-top: 33px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    padding-bottom: 33px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 10px;
  }

  .split-content.card-author-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .split-content.plan-left {
    margin-bottom: 50px;
  }

  .split-content.integration-hero-left {
    margin-bottom: 40px;
  }

  .split-content.sign-in-left {
    min-height: auto;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
  }

  .image-wrapper.card-integration-v1-item {
    max-width: 64px;
    border-radius: 15px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-author-image {
    width: 122px;
    max-height: 122px;
    min-height: 122px;
    min-width: 122px;
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-author-image {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-plan-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 13px;
  }

  .image-wrapper.integration {
    border-radius: 20px;
  }

  .image-wrapper.card-help-center-category-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    border-radius: 20px;
  }

  .image-wrapper.help-center-article-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .image-wrapper.team-cover {
    min-height: 242px;
    border-radius: 20px;
  }

  .image-wrapper.card-team-page {
    max-width: 168px;
    margin-bottom: 25px;
  }

  .image.cta-1 {
    border-radius: 10px;
  }

  .image.cta-2 {
    border-radius: 10px;
  }

  .image.cta-bg-1 {
    left: -13px;
  }

  .image.cta-bg-2 {
    right: -15px;
  }

  .image.cta-v2-shape-1 {
    left: -41px;
  }

  .image.cta-v2-shape-3 {
    display: none;
  }

  .image.cta-v2-shape-4 {
    right: -39px;
    bottom: -94px;
  }

  .image.cta-v2-shape-6 {
    top: -81px;
    right: -41px;
  }

  .image.cta-v3-bg-1 {
    top: 21px;
  }

  .image.cta-v3-bg-2 {
    right: -10px;
  }

  .image.cta-v3-image-1 {
    border-radius: 10px;
  }

  .image.cta-v3-image-2 {
    bottom: 15px;
    border-radius: 10px;
  }

  .image.cta-v4-shape-1 {
    left: -19px;
    top: -75px;
  }

  .image.cta-v4-shape-3 {
    display: none;
  }

  .image.cta-v4-shape-4 {
    left: 28px;
  }

  .image.cta-v4-shape-5 {
    right: -45px;
  }

  .image.cta-v4-shape-6 {
    display: none;
  }

  .image.post-featured-item-v1-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.newsletter-shape-1 {
    left: -41px;
  }

  .image.newsletter-shape-3 {
    display: none;
  }

  .image.card-blog-v3-featured-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.card-blog-v3-featured-bottom-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.card-plan-perk-icon {
    width: 72px;
    max-height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.integration-icon {
    width: 75px;
    max-height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 15px;
  }

  .image.job-post-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.help-center-category-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-bottom: 15px;
  }

  .image.card-help-center-article-author {
    width: 45px;
    max-height: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.social-media-button-icon {
    margin-right: 10px;
  }

  .image.sign-in-1 {
    margin-bottom: 80px;
  }

  .image.sign-in-2 {
    max-width: 50%;
  }

  .image.not-found {
    margin-bottom: 30px;
  }

  .image.card-protected-page-icon {
    max-width: 145px;
    margin-bottom: 20px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .container-medium-750px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg.skew-bottom {
    border-top-width: 53px;
  }

  .bg.faqs {
    border-radius: 10px;
  }

  .bg.blog-post {
    min-height: 13%;
    border-bottom-width: 80px;
  }

  .bg.plan {
    border-bottom-width: 90px;
  }

  .bg.sign-in {
    min-height: 47%;
  }

  .bg.pricing-category {
    border-bottom-width: 90px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 64px;
  }

  .button-primary-arrow {
    margin-left: 10px;
  }

  .button-primary-arrow.form-button-arrow {
    display: none;
  }

  ._2-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-top.latest-posts {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-integrations {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.help-center-more-categories {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.integrations-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.team-articles {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .link-arrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow-text {
    margin-right: 10px;
  }

  .card-integration-v1-item-category {
    font-size: 16px;
  }

  .card-faq-icon-wrapper {
    margin-right: 10px;
  }

  .card-faq-content-bottom {
    margin-left: 0px;
  }

  .cta-wrapper {
    padding: 56px 25px 42px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 35px;
  }

  .card-blog-v2-featured-content {
    padding: 32px 25px 42px;
  }

  .card-blog-v2-featured-category {
    margin-right: 15px;
    font-size: 16px;
  }

  .card-blog-v2-featured-date {
    font-size: 16px;
  }

  .blog-v2-sidebar-featured-grid {
    min-height: auto;
    grid-row-gap: 40px;
  }

  .blog-v2-sidebar-featured-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-v2-sidebar-featured-item-content {
    max-width: 358px;
  }

  .footer-content-top {
    margin-bottom: 56px;
  }

  .footer-main-content {
    margin-bottom: 60px;
  }

  .footer-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-menu-nav-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-small-print {
    margin-top: 25px;
    font-size: 16px;
  }

  .footer-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
    padding-right: 40px;
  }

  .social-media-link {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .empty-state.cart-empty {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-menu-wrapper.pages {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .dropdown-nav {
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .brand {
    margin-right: 15px;
  }

  .form-button-arrow-main-wrapper {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.cta-v2-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.cta-v3-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.newsletter-form-button {
    position: static;
    margin-top: 18px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-v2-sidebar-featured-collection-list-wrapper {
    max-width: 100%;
    margin-left: 0px;
  }

  .cta-v2-wrapper {
    padding: 66px 25px;
    border-radius: 35px;
  }

  .cta-v2-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-v1-post-date {
    font-size: 16px;
  }

  .cta-v3-wrapper {
    padding: 56px 25px 42px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 35px;
  }

  .cta-v3-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-v4-wrapper {
    padding-top: 66px;
    padding-bottom: 66px;
    border-radius: 35px;
  }

  .card-post-item-v2-content {
    padding-top: 36px;
    padding-bottom: 34px;
    padding-left: 25px;
  }

  .card-post-item-v2-date {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 15px;
    padding-right: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .card-about-office-link {
    font-size: 16px;
  }

  .post-featured-item-v1-content {
    padding-top: 29px;
    padding-bottom: 36px;
  }

  .post-featured-item-v1-category {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .post-featured-item-v1-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-item-v1-author-content {
    margin-bottom: 10px;
  }

  .post-featured-item-v1-author-name {
    font-size: 16px;
  }

  .post-featured-item-v1-date {
    font-size: 14px;
  }

  .categories-wrapper.integrations {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .newsletter-wrapper {
    padding: 51px 25px;
    border-radius: 35px;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-v3-featured-content {
    padding: 30px 25px;
  }

  .card-blog-v3-featured-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-category {
    font-size: 16px;
  }

  .card-blog-v3-featured-author-name-wrapper {
    margin-bottom: 10px;
  }

  .card-blog-v3-featured-author-name {
    font-size: 16px;
  }

  .card-blog-v3-featured-date {
    font-size: 14px;
  }

  .card-blog-v3-featured-bottom-content {
    padding: 28px 25px 23px;
  }

  .card-blog-v3-featured-bottom-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-bottom-category {
    font-size: 16px;
  }

  .card-blog-v3-featured-bottom-author-name-wrapper {
    margin-bottom: 10px;
  }

  .card-blog-v3-featured-bottom-author-name {
    font-size: 16px;
  }

  .card-blog-v3-featured-bottom-date {
    font-size: 14px;
  }

  .container-large-1026px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 40px;
  }

  .container-medium-918px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rich-text h2 {
    margin-bottom: 5px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text img {
    border-radius: 10px;
  }

  .rich-text figure {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h5 {
    margin-top: 33px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .blog-post-author-wrapper {
    margin-bottom: 10px;
  }

  .card-author-content-top {
    margin-bottom: 15px;
  }

  .blog-post-author-content {
    margin-bottom: 10px;
  }

  .blog-post-date {
    font-size: 16px;
  }

  .container-medium-610px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-610px.features-hero {
    margin-bottom: 35px;
  }

  .features-navigation-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features-navigation-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-medium-600px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-plan-features-grid {
    margin-bottom: 28px;
    grid-row-gap: 10px;
  }

  .card-plan-price-wrapper {
    font-size: 16px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-feature-icon-wrapper {
    width: 27px;
    max-height: 27px;
    min-height: 27px;
    min-width: 27px;
    margin-right: 10px;
  }

  .plan-feature-text {
    font-size: 16px;
  }

  .card-plan-message {
    font-size: 16px;
  }

  .plan-features-grid {
    grid-row-gap: 10px;
  }

  .card-upgrade-plan-content-top {
    margin-bottom: 28px;
  }

  .plan-content-top {
    margin-bottom: 23px;
  }

  .select-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .add-cart-option-list {
    margin-bottom: 25px;
  }

  .container-small-551px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 30px;
  }

  .contact-link-wrapper {
    font-size: 16px;
  }

  .container-medium-925px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .integration-about-tabs-menu {
    margin-right: 0px;
  }

  .integration-about-tab-link {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .card-integration-about-content-bottom {
    margin-top: 20px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 5px;
  }

  .rich-text-v2 ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-v2 h3 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text-v2 img {
    border-radius: 10px;
  }

  .rich-text-v2 figure {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text-v2 h4 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text-v2 ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-v2 blockquote {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text-v2 h5 {
    margin-top: 33px;
  }

  .rich-text-v2 h6 {
    margin-top: 33px;
  }

  .job-openings-grid {
    grid-row-gap: 35px;
  }

  .container-medium-797px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 50px;
  }

  .container-medium-942px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .job-post-tabs-menu {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .job-post-tab-link {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 40px;
  }

  .help-center-category-content-top {
    margin-bottom: 40px;
  }

  .backlink {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-content {
    margin-bottom: 10px;
  }

  .container-medium-739px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 40px;
  }

  .container-large-1042px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .help-center-article-author-link {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help-center-article-author-content {
    margin-bottom: 20px;
  }

  .help-center-article-author-name {
    font-size: 16px;
  }

  .help-center-article-date {
    font-size: 14px;
  }

  .header-utility-page-logo {
    width: 160px;
  }

  .footer-utility-page {
    text-align: left;
  }

  .footer-utility-page-logo {
    width: 160px;
  }

  .header-utility-page-brand {
    margin-right: 15px;
  }

  .footer-utility-page-small-print {
    font-size: 16px;
  }

  .sign-in-title-wrapper {
    margin-bottom: 30px;
  }

  .sign-in-form-block {
    min-height: 345px;
    margin-bottom: 20px;
  }

  .sign-in-links-wrapper {
    font-size: 16px;
  }

  .sign-in-divider-wrapper {
    margin-top: 26px;
    margin-bottom: 27px;
  }

  .sign-in-text {
    font-size: 16px;
  }

  .sign-in-form {
    grid-row-gap: 30px;
  }

  .sign-in-links-text {
    margin-bottom: 6px;
  }

  .team-page-content-top {
    margin-bottom: 50px;
  }

  .card-team-page-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#w-node-fcbf1f3b-0dcc-7f8e-4d8f-e22554bc3cf8-71bb5d7b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e3e7dc5c-63ee-348e-9733-8f1536197995-7dbb5dc5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Icons Saas X Template';
  src: url('../fonts/icons-saas-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusa Next';
  src: url('../fonts/Neusa-Next-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusa Next';
  src: url('../fonts/Neusa-Next-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusa Next';
  src: url('../fonts/Neusa-Next-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neusa Next';
  src: url('../fonts/Neusa-Next-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}