.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-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-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: #676788;
  font-size: 18px;
  line-height: 1.611em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #050229;
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #050229;
  font-size: 48px;
  line-height: 1.167em;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

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

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

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: rgba(56, 76, 255, 0.6);
}

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

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

li {
  margin-bottom: 9px;
}

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

label {
  display: block;
  margin-bottom: 15px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

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

blockquote {
  padding: 99px 68px;
  border-left: 0px solid #000;
  border-radius: 10px 20px 20px 10px;
  background-color: #fff;
  background-image: url('../images/shape-border-block-quote-app-x-template.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 1.7em;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

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

.text-center {
  max-width: 600px;
  text-align: center;
}

.bg-primary-1 {
  background-color: #384cff;
}

.bg-secondary-1 {
  background-color: #ea3843;
}

.bg-secondary-2 {
  background-color: #5445ff;
}

.bg-secondary-3 {
  background-color: #893ffc;
}

.bg-secondary-4 {
  background-color: #f853a2;
}

.bg-neutral-700 {
  background-color: #3b3b4e;
}

.bg-neutral-600 {
  background-color: #676788;
}

.bg-neutral-500 {
  background-color: #acacbe;
}

.bg-neutral-400 {
  background-color: #c8c8d5;
}

.bg-neutral-300 {
  background-color: #e4e4eb;
}

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

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

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

.container-default.home-hero {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default.home-achievements {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default.contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0px;
}

.style-guide-header {
  padding: 100px 60px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -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: 18px;
  background-color: #050229;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #676788;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #f9f9fb;
  color: #050229;
}

.style-guide-link.w--current {
  background-color: #f9f9fb;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #050229;
  font-weight: 700;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e4e4eb;
  color: #050229;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e4e4eb;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #384cff;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #050229;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #676788;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e4e4eb;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 650px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #050229;
  font-weight: 500;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.7em;
}

.paragraph-large.home-hero {
  max-width: 526px;
  margin-bottom: 56px;
  color: #000;
}

.paragraph-large.post-excerpt {
  margin-bottom: 48px;
}

.paragraph-large.neutral-100 {
  color: #fff;
}

.paragraph-large.neutral-100.feature-hero {
  max-width: 481px;
  margin-bottom: 0px;
}

.paragraph-large.neutral-100.feature-1 {
  max-width: 481px;
  margin-bottom: 0px;
}

.paragraph-large.neutral-100.feature-2 {
  margin-bottom: 0px;
}

.paragraph-large.pricing {
  margin-bottom: 0px;
}

.paragraph-large.careers-hero {
  max-width: 682px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  color: #000;
}

.paragraph-large.not-found {
  margin-bottom: 40px;
}

.paragraph-large.circles-layout {
  max-width: 526px;
  margin-bottom: 56px;
  color: #fff;
}

.paragraph-large.neutral-100 {
  color: #fff;
}

.paragraph-large.neutral-100.feature-2 {
  margin-bottom: 0px;
}

.style-guide-subheader {
  padding: 56px 60px;
  background-color: #f9f9fb;
}

.style-guide-content-wrapper {
  padding: 110px 60px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-primary:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

.button-primary.small {
  padding: 14px 24px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.button-primary.large {
  padding: 24px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.button-primary.large.card-apply {
  display: block;
}

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

.button-primary.full-width.add-to-cart {
  width: 100%;
}

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

.button-primary.header-button {
  padding: 15px 32px;
  border-radius: 15px;
  background-color: #0d7d69;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  cursor: pointer;
}

.button-primary.header-button:hover {
  background-color: #0f9b82;
}

.button-primary.header-button:active {
  background-color: #054e41;
}

.button-primary.download-app {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-primary.download-app._2-buttons-button {
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-radius: 15px;
  background-color: #0d7d69;
}

.button-primary.download-app._2-buttons-button:hover {
  background-color: #0f9b82;
}

.button-primary.download-app._2-buttons-button:active {
  background-color: #054e41;
}

.button-primary.download-app._2-buttons-button.cta-front-page {
  margin-top: 0px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d7d69;
  background-color: #fff;
}

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

.button-primary.blog-newsletter {
  position: absolute;
  right: 19px;
}

.button-primary.post-category {
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.contact-form-button {
  margin-top: 8px;
}

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

.button-primary.button-browse {
  border-style: none;
  background-color: #050229;
  color: #fff;
}

.button-secondary {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(26, 17, 128, 0.03), 0 4px 10px 0 rgba(11, 16, 65, 0.08);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  color: #050229;
  line-height: 1.111em;
  text-align: center;
}

.button-secondary:hover {
  background-color: #050229;
  box-shadow: 0 0 0 0 rgba(26, 17, 128, 0.03), 0 0 0 0 rgba(11, 16, 65, 0.08);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.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.category {
  margin-bottom: 28px;
  padding: 12px 26px;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(26, 17, 128, 0.03), 0 4px 8px 0 rgba(11, 16, 65, 0.08);
  line-height: 1.611em;
}

.button-secondary.category.w--current {
  background-color: #050229;
  box-shadow: none;
  color: #fff;
  font-weight: 800;
}

.button-secondary.category.all {
  margin-right: 28px;
  margin-bottom: 28px;
}

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

.button-secondary.full-width {
  display: block;
}

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

.style-guide-button-container {
  margin-top: 32px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: transparent;
}

.header-logo {
  max-width: 136px;
  margin-left: 0px;
  cursor: pointer;
}

.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;
  font-family: Manrope, sans-serif;
  text-align: left;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
  line-height: 1em;
}

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

.nav-link {
  font-family: Manrope, sans-serif;
  color: #050229;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  color: rgba(5, 2, 41, 0.6);
}

.nav-link.w--current {
  cursor: pointer;
}

.nav-link.dropdown {
  top: 1px;
  display: block;
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  line-height: 1em;
}

.nav-link.dropdown:hover {
  color: rgba(5, 2, 41, 0.6);
}

.footer {
  padding-top: 100px;
  border-top: 1px solid #c8c8d5;
  background-color: #fff;
}

.footer-logo-container {
  margin-bottom: 26px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.01);
  transform: scale3d(1.05, 1.05, 1.01);
}

.footer-nav {
  margin-right: 28px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
}

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

.footer-logo {
  width: 164px;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1em;
}

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

.section.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 89px;
  padding-bottom: 55px;
}

.section.bg-neutral-200 {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}

.section.bg-neutral-200.features-testimonials {
  overflow: hidden;
}

.section.bg-neutral-200.faqs {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.bg-neutral-200.more-careers {
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.bg-neutral-200.utility-pages {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section.bg-neutral-200.about {
  background-color: #f0fcfa;
}

.section.bg-neutral-200.about.insights {
  background-color: #fff;
}

.section.bg-neutral-200.our-process-right {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.bg-neutral-200.our-process-right.user-tests {
  background-color: #f0fcfa;
}

.section.bg-neutral-200.our-process-left {
  display: block;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.home-companies {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.home-achievements {
  position: relative;
  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;
  background-color: #f0fcfa;
}

.section.cta {
  padding-top: 100px;
  padding-bottom: 140px;
  border-radius: 50px;
}

.section.about-hero {
  padding-top: 88px;
}

.section.blog-hero {
  padding-top: 88px;
}

.section.blog-newsletter {
  margin-bottom: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9f9fb), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f9f9fb 50%, #fff 0);
}

.section.post {
  padding-top: 90px;
}

.section.features-hero {
  padding-top: 88px;
}

.section.pricing {
  overflow: hidden;
  padding-top: 88px;
}

.section.plan {
  padding-top: 87px;
  padding-bottom: 138px;
}

.section.contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 213px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.careers-hero {
  position: relative;
  padding-top: 88px;
  background-color: #fff;
}

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

.section.career {
  padding-top: 75px;
  padding-bottom: 148px;
}

.section.blog-category {
  overflow: hidden;
  padding-top: 87px;
}

.section.plan-category {
  overflow: hidden;
  padding-top: 88px;
}

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

.section.friends {
  background-color: #f0fcfa;
}

.section.product---cross {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f0fcfa;
}

.section.product---face2face {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f0fcfa;
}

.section.research {
  position: relative;
  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;
  background-color: #fff;
}

.licenses-image {
  border-radius: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 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;
}

.utility-page-wrap._404 {
  min-height: 610px;
}

.utility-page-form {
  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;
}

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 2, 41, 0.05);
  -webkit-transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.input:hover {
  border-width: 2px;
  border-color: #050229;
}

.input:focus {
  border-width: 2px;
  border-color: #050229;
  color: #050229;
}

.input.-wfp-focus {
  border-width: 2px;
  border-color: #050229;
  color: #050229;
}

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

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

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

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

.input.password {
  margin-bottom: 20px;
}

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

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

.input.blog-newsletter {
  min-height: 92px;
  padding-right: 195px;
}

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

._404-title {
  background-image: url('../images/gradient-2.0-1.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #384cff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.container-medium-761px.changelog {
  margin-top: -238px;
}

.container-medium-761px.utility-pages {
  text-align: center;
}

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

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.plan {
  margin-top: 71px;
  margin-bottom: 68px;
}

.divider.card-career-page {
  margin-top: 54px;
  margin-bottom: 64px;
  background-color: #e4e4eb;
}

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 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;
  border-radius: 1000px;
  background-color: #6a8bff;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph.card-home-feature {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.706em;
}

.paragraph.first-perks {
  margin-bottom: 28px;
  color: #000;
}

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

.paragraph.second-perks {
  margin-bottom: 28px;
  font-family: Manrope, sans-serif;
  color: #000;
}

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

.paragraph.home-achievements {
  margin-bottom: 60px;
  color: #000;
}

.paragraph.footer-main-content-parargraph {
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-weight: 500;
}

.paragraph.about-hero {
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #000;
}

.paragraph.card-about-hero-achievement {
  margin-bottom: 0px;
}

.paragraph.about-story {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
}

.paragraph.about-team {
  margin-bottom: 0px;
  color: #000;
}

.paragraph.card-team {
  margin-bottom: 24px;
}

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

.paragraph.about-partners {
  max-width: 448px;
  margin-bottom: 0px;
}

.paragraph.post-featured {
  margin-bottom: 32px;
}

.paragraph.features-hero {
  margin-bottom: 40px;
  color: #000;
}

.paragraph.card-feature {
  margin-bottom: 0px;
  color: #000;
}

.paragraph.card-features-testimonial {
  color: #000;
}

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

.paragraph.plan-excerpt {
  max-width: 437px;
  margin-bottom: 28px;
}

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

.paragraph.contact {
  margin-bottom: 31px;
}

.paragraph.card-faq {
  margin-bottom: 9px;
  color: #acacbe;
}

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

.paragraph.card-careers-team {
  margin-bottom: 25px;
}

.paragraph.careers-contact {
  margin-bottom: 0px;
}

.paragraph.card-apply {
  margin-bottom: 36px;
}

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

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

.paragraph.card-team-page-about-excerpt {
  margin-bottom: 35px;
}

.paragraph.green-cta {
  margin-bottom: 28px;
  font-family: Manrope, sans-serif;
  color: #fff;
}

.paragraph.process-text-features {
  margin-bottom: 0px;
  color: #000;
}

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

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.card {
  overflow: hidden;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 60px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  text-align: center;
}

.card.changelog.lasr {
  margin-bottom: 0px;
}

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

.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;
  box-shadow: none;
}

.card.home-feature {
  padding: 71px 32px 63px;
}

.card.home-feature.featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 48px 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.home-achievement {
  padding: 40px 41px;
  text-align: center;
}

.card.post {
  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-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: #676788;
  text-decoration: none;
}

.card.post:hover {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #676788;
}

.card.about-hero-achievement {
  padding: 46px 32px 51px;
  text-align: center;
}

.card.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 48px 37px 56px;
  -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: #e4e4eb;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.card.team:hover {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.career {
  min-height: 100%;
  padding: 60px;
  -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: #676788;
  text-decoration: none;
}

.card.career:hover {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #676788;
}

.card.about-partners-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 42px;
}

.card.feature {
  max-width: 392px;
  padding: 70px 32px 49px;
  background-color: #f0fcfa;
  box-shadow: none;
}

.card.feature.bg-neutral-100 {
  background-color: #fff;
}

.card.features-testimonial {
  padding: 46px 32px 59px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card.plan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 40px 32px;
  -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: #e4e4eb;
  border-radius: 34px;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease;
  color: #676788;
  text-decoration: none;
}

.card.plan:hover {
  border-color: #c8c8d5;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  color: #676788;
}

.card.get-plan {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  min-width: 388px;
  padding: 57px 42px 37px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 28px;
}

.card.get-plan.mobile {
  display: none;
}

.card.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  min-height: 720px;
  padding: 74px 40px 86px;
  -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: #e4e4eb;
}

.card.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 32px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
  -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: #3b3b4e;
  text-decoration: none;
}

.card.contact-link:hover {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #3b3b4e;
}

.card.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 40px;
  -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: #e4e4eb;
  border-radius: 24px;
  box-shadow: 0 3px 10px 0 rgba(8, 15, 52, 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;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 3px 10px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.card.careers-perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 36px;
  -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: #e4e4eb;
}

.card.careers-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 100px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
}

.card.career-page {
  max-width: 65%;
  margin-right: 30px;
  padding: 76px 82px 72px 74px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  box-shadow: 0 4px 22px 0 rgba(41, 44, 50, 0.04);
}

.card.apply {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 46px 32px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  box-shadow: 0 4px 10px 0 rgba(41, 44, 50, 0.03);
}

.card.default {
  padding: 40px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card.password {
  max-width: 580px;
  padding: 80px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  text-align: center;
}

.card.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  color: #3b3b4e;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.card.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 14px;
  font-size: 18px;
}

.card.team-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 60px 100px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
}

.checkout-form {
  padding: 88px 0px 180px;
  background-color: transparent;
}

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

.title.order-item {
  color: #050229;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

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

.title.h3-size {
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.title.h3-size.home-companies {
  margin-right: 30px;
  margin-bottom: 0px;
}

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

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

.title.home-features {
  margin-bottom: 0px;
}

.title.card-home-feature {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.565em;
}

.title.first-perks {
  margin-bottom: 36px;
  color: #000;
}

.title.h5-size {
  color: #050229;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 800;
}

.title.h5-size.first-perk {
  margin-bottom: 8px;
}

.title.h5-size.second-perk {
  margin-bottom: 8px;
}

.title.h5-size.card-about-hero-achievement {
  margin-bottom: 14px;
  line-height: 1.111em;
  font-weight: 700;
}

.title.second-perks {
  margin-bottom: 36px;
  color: #000;
}

.title.home-achievements {
  margin-bottom: 34px;
  color: #000;
}

.title.blog-section {
  margin-bottom: 0px;
}

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

.title.neutral-100.cta {
  margin-bottom: 41px;
  font-family: Manrope, sans-serif;
}

.title.neutral-100.blog-newsletter {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.title.neutral-100.feature-hero {
  margin-bottom: 18px;
}

.title.neutral-100.feature-1 {
  margin-bottom: 18px;
}

.title.neutral-100.feature-2 {
  margin-bottom: 18px;
}

.title.footer-menu {
  margin-bottom: 32px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

.title.about-hero {
  margin-bottom: 14px;
  font-family: Manrope, sans-serif;
  color: #000;
}

.title.about-story {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-weight: 800;
  text-align: left;
}

.title.about-team {
  margin-bottom: 12px;
  color: #000;
}

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

.title.about-careers {
  margin-bottom: 0px;
}

.title.h4-size {
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.title.h4-size.card-career {
  margin-bottom: 9px;
}

.title.h4-size.card-faq {
  margin-right: 15px;
  margin-bottom: 0px;
}

.title.h4-size.job-description {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.h4-size.responsibilities {
  margin-top: 25px;
  margin-bottom: 19px;
}

.title.h4-size.card-apply {
  margin-bottom: 11px;
}

.title.about-partners {
  margin-bottom: 12px;
}

.title.blog-hero {
  margin-bottom: 61px;
  text-align: center;
}

.title.post-featured {
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.438em;
}

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

.title.features-hero {
  margin-bottom: 14px;
  font-family: Manrope, sans-serif;
  color: #000;
}

.title.card-feature {
  margin-bottom: 12px;
  color: #000;
}

.title.features-testimonials {
  margin-bottom: 0px;
  color: #000;
}

.title.card-features-testimonial-name {
  margin-bottom: 2px;
  color: #000;
  line-height: 1.083em;
}

.title.pricing {
  margin-bottom: 14px;
}

.title.h1-size {
  color: #050229;
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 800;
}

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

.title.contact {
  margin-bottom: 30px;
}

.title.faqs {
  margin-bottom: 57px;
  text-align: center;
}

.title.careers-hero {
  margin-bottom: 14px;
  color: #000;
}

.title.careers-perks {
  margin-bottom: 47px;
  text-align: center;
}

.title.card-careers-perk {
  margin-bottom: 3px;
}

.title.careers-team {
  max-width: 691px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  text-align: center;
}

.title.card-careers-team {
  margin-bottom: 20px;
}

.title.careers {
  margin-bottom: 56px;
}

.title.careers-contact {
  margin-bottom: 16px;
}

.title.more-careers {
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 700;
}

.title.h2-size {
  color: #050229;
  font-size: 48px;
  line-height: 1.167em;
  font-weight: 800;
}

.title.h2-size.career-name {
  margin-bottom: 17px;
}

.title.h2-size.not-found {
  margin-bottom: 10px;
}

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

.title.style-guide-subheader-title {
  margin-bottom: 0px;
}

.title.default {
  margin-bottom: 20px;
}

.title.changelog-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
  font-size: 22px;
}

.title.order-item-title {
  color: #050229;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

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

.title.dropdown-nav-title {
  margin-bottom: 32px;
  color: #050229;
  line-height: 1em;
  font-weight: 800;
}

.title.cart-item-title {
  color: #050229;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #f853a2;
}

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

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

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

.title.our-process-insights {
  color: #000;
  font-size: 36px;
}

.title.our-process---behind {
  margin-bottom: 100px;
  color: #000;
  text-align: center;
}

.title.process-features {
  margin-bottom: 12px;
  color: #000;
}

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

.title.neutral-100.feature-2 {
  margin-bottom: 18px;
}

.title.card-feature {
  margin-bottom: 12px;
}

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

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

.split-content.header-right {
  margin-right: 0px;
}

.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.header-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-align: left;
}

.split-content.content-top-home-features-left {
  max-width: 529px;
}

.split-content.card-home-feature {
  max-width: 368px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.split-content.content-top-blog-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.content-top-blog-section-left.team {
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.content-top-blog-section-right.team {
  margin-bottom: 30px;
}

.split-content.plan-body {
  max-width: 698px;
  margin-right: 30px;
}

.split-content.plan-sidebar {
  max-width: 446px;
}

.split-content.contact-left {
  max-width: 401px;
  min-width: 382px;
  margin-right: 20px;
}

.split-content.faqs-left {
  width: 100%;
  max-width: 600px;
  margin-right: 30px;
}

.split-content.faqs-right {
  width: 100%;
  max-width: 600px;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 15px;
}

.checkout-required-text {
  color: #5445ff;
}

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

.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: 72px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 22px;
  -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.first-perks {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
}

.image-wrapper.second-perks {
  position: relative;
  max-height: 700px;
  max-width: 579px;
  -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;
  border-radius: 60px;
}

.image-wrapper.about-hero {
  margin-bottom: 64px;
  border-radius: 60px;
}

.image-wrapper.about-story-1 {
  width: 100%;
  max-width: 571px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
}

.image-wrapper.about-story-2 {
  border-radius: 60px;
}

.image-wrapper.card-team {
  width: 82px;
  min-height: 82px;
  min-width: 82px;
  margin-right: 20px;
  margin-bottom: 16px;
  border-radius: 1000px;
}

.image-wrapper.card-career-icon {
  width: 54px;
  min-height: 54px;
  min-width: 54px;
  margin-right: 24px;
  margin-bottom: 17px;
  border-radius: 16px;
}

.image-wrapper.post-featured {
  max-width: 61%;
  margin-right: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 40px;
}

.image-wrapper.post-main-image {
  margin-bottom: 120px;
}

.image-wrapper.post-author {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 18px;
  border-radius: 1000px;
}

.image-wrapper.card-plan-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 20px;
  border-radius: 22px;
}

.image-wrapper.plan {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 48px;
  border-radius: 31px;
}

.image-wrapper.contact-link-icon {
  width: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 13px;
  border-radius: 20px;
}

.image-wrapper.careers-hero-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 85%;
  border-radius: 60px;
}

.image-wrapper.careers-hero-2 {
  max-width: 41%;
  margin-left: auto;
  border-radius: 40px;
  box-shadow: 0 1px 20px 0 rgba(5, 2, 41, 0.1);
}

.image-wrapper.card-apply-icon {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 32px;
  border-radius: 27px;
}

.image-wrapper.cart-item-image {
  max-width: 72px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 22px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.cart-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.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero {
  position: absolute;
  right: 13%;
  margin-right: -45px;
}

.image.card-home-feature-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  border-radius: 22px;
}

.image.card-home-feature {
  width: 100%;
  max-width: 44%;
  margin-bottom: -375px;
  border-radius: 40px;
  box-shadow: 0 4px 34px 0 rgba(12, 6, 89, 0.09);
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image.first-perks {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 51%;
  border-radius: 40px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
  outline-color: #676788;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.image.first-perk-icon {
  width: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 25px;
  border-radius: 17px;
}

.image.second-perks {
  position: absolute;
  width: 100%;
  max-width: 51%;
  border-radius: 40px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

.image.second-perk-icon {
  width: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 25px;
  border-radius: 17px;
}

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

.image.card-post-about-author {
  width: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 13px;
  border-radius: 1000px;
}

.image.cta {
  max-width: 38%;
  min-width: 364px;
  margin-top: -143px;
  margin-bottom: -184px;
  border-radius: 50px;
  outline-color: #676788;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.image.footer-nav-link-social-media-icon {
  width: 26px;
  min-height: 26px;
  min-width: 26px;
  margin-right: 11px;
  border-radius: 1000px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
}

.image.footer-nav-link-social-media-icon.facebook-shadow {
  box-shadow: 0 6px 8px 0 rgba(93, 93, 94, 0.27);
}

.image.footer-nav-link-social-media-icon.twitter-shadow {
  box-shadow: 0 6px 8px 0 rgba(27, 186, 255, 0.27);
}

.image.footer-nav-link-social-media-icon.intagram-shadow {
  box-shadow: 0 6px 8px 0 rgba(251, 15, 90, 0.14);
}

.image.footer-nav-link-social-media-icon.linkedin-shadow {
  box-shadow: 0 6px 8px 0 rgba(21, 126, 231, 0.34);
}

.image.footer-nav-link-social-media-icon.youtube-shadow {
  box-shadow: 0 6px 8px 0 rgba(255, 0, 0, 0.21);
}

.image.footer-nav-link-social-media-icon.whatsapp-shadow {
  box-shadow: 0 6px 8px 0 rgba(84, 228, 71, 0.16);
}

.image.about-hero {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-story-1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-story-2 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-team {
  overflow: visible;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-featured {
  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.post-featured-about-author {
  width: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 12px;
  border-radius: 1000px;
}

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

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

.image.bg-home-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.bg-home-hero.circles {
  position: absolute;
  left: 1%;
  padding-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.feature-hero-mockup {
  max-width: 41%;
  min-width: 370px;
  margin-bottom: -325px;
  border-radius: 55px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

.image.card-feature-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 33px;
  border-radius: 22px;
}

.image.feature-1-mockup {
  max-width: 41%;
  min-width: 370px;
  margin-right: 30px;
  margin-bottom: -325px;
  border-radius: 55px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

.image.feature-2-mockup {
  max-width: 41%;
  min-width: 370px;
  margin-bottom: -325px;
  border-radius: 55px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

.image.card-features-testimonial {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 23px;
  border-radius: 18px;
}

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

.image.card-plan-feature-icon-1 {
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 1000px;
}

.image.card-plan-feature-icon-2 {
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 1000px;
}

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

.image.plan-feature-icon {
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 14px;
  border-radius: 1000px;
}

.image.bg-contact-image {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.careers-hero-1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.careers-hero-2 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-careers-perk-icon {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 25px;
  border-radius: 22px;
}

.image.card-careers-team {
  width: 100%;
  max-width: 304px;
  margin-right: 30px;
}

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

.image.style-guide-icon {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 22px;
}

.image.icon-password-image {
  width: 100%;
  max-width: 100px;
}

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

.image.team-page {
  width: 300px;
  min-height: 300px;
  min-width: 300px;
  margin-right: 30px;
  border-radius: 1000px;
}

.image.feature-2-mockup {
  max-width: 41%;
  min-width: 370px;
  margin-bottom: -325px;
  border-radius: 55px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

.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 {
  color: #050229;
  font-weight: 600;
}

.apple-pay {
  height: 63px;
  border-radius: 14px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #050229;
  font-weight: 600;
}

.order-summary-total {
  color: #050229;
  font-size: 20px;
  font-weight: 800;
}

.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: 650px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  color: #050229;
  line-height: 1em;
}

.cart-button:hover {
  color: rgba(5, 2, 41, 0.6);
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #676788;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.cart-container {
  max-width: 500px;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  overflow: hidden;
  height: 150px;
  border-radius: 16px;
  box-shadow: 0 4px 14px 0 rgba(5, 2, 41, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  box-shadow: 0 6px 18px 0 rgba(5, 2, 41, 0.18);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #050229;
}

.bg-secondary-5 {
  background-color: #ffd234;
}

.accent-text-neutral-600 {
  color: #676788;
}

.home-hero-content {
  max-width: 564px;
  min-width: 480px;
}

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

._2-buttons.home-hero {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-buttons.cta {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-buttons.features-hero {
  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-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;
}

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

.content-top.home-features {
  margin-bottom: 48px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.content-top.blog-section.team {
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-top.about-careers {
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-top.features-testimonials {
  margin-bottom: 53px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-top.blog-category {
  margin-bottom: 20px;
  -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;
}

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

.home-companies-logos {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 831px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg {
  position: absolute;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bg.home-hero {
  right: 0px;
  bottom: 60px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  max-width: 551px;
  min-height: 610px;
  border-radius: 55px;
  background-image: url('../images/background-fron-hero.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.bg.home-achievements {
  left: 0px;
  z-index: -1;
  overflow: hidden;
  width: 45%;
  height: 100%;
  max-height: 758px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.bg.cta {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.blog-newsletter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.feature {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.card-plan-popular {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 38px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.contact {
  right: 0px;
  z-index: -1;
  overflow: hidden;
  height: 100%;
  max-height: 865px;
  max-width: 48%;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.bg.careers-hero {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 64%;
  background-color: #f9f9fb;
}

.bg.header {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.95;
}

.bg.first-perks {
  position: static;
  border-radius: 1px;
}

.bg.first-perks.research {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bg.second-perks {
  position: static;
  display: block;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg.phillips-people {
  position: static;
  border-radius: 1px;
}

.bg.phillips-people.research {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bg.feature {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.first-perks-content {
  max-width: 484px;
}

.first-perks-grid {
  max-width: 431px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.first-perk-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.second-perks-content {
  max-width: 484px;
  margin-right: 20px;
}

.second-perks-grid {
  max-width: 392px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.second-perk-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-achievements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 758px;
  -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;
}

.home-achievements-content {
  max-width: 45%;
  min-width: 458px;
}

.home-achievements-grid {
  grid-column-gap: 34px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-achievement-number {
  margin-bottom: 10px;
  color: #050229;
  font-size: 42px;
  line-height: 1.024em;
  font-weight: 700;
}

.card-home-achievement-text {
  font-size: 16px;
  line-height: 1.688em;
  font-weight: 600;
}

.accent-text-secondary-1 {
  color: #ea3843;
}

.accent-text-secondary-2 {
  color: #5445ff;
}

.accent-text-secondary-3 {
  color: #893ffc;
}

.accent-text-secondary-4 {
  color: #f853a2;
}

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

.card-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 53px;
  -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-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-post-about-content-bottom {
  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-post-about-author-name {
  color: #050229;
  line-height: 1.688em;
  font-weight: 800;
}

.card-post-about-content-bottom-divider {
  width: 14px;
  min-height: 1px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #acacbe;
}

.card-post-about-reading-time-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;
}

.cta-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 140px;
  -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;
  border-radius: 60px;
}

.cta-content {
  max-width: 548px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.footer-content-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #c8c8d5;
  text-align: center;
}

.footer-small-print {
  color: rgba(19, 24, 19, 0.74);
  line-height: 1.6em;
}

.link-neutral-800 {
  color: #050229;
}

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

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 712px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
}

.footer-menu-wrapper {
  margin-right: 30px;
}

.footer-menu-wrapper.last {
  margin-right: 0px;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  font-weight: 400;
}

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  line-height: 1em;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #0d7d69;
}

.footer-nav-link.social-media {
  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-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 483px;
  padding: 60px 88px;
  -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;
}

.product---tap {
  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;
}

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

.container-medium-680px.about-hero {
  margin-bottom: 48px;
  text-align: center;
}

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

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

.card-about-hero-achievement-number {
  margin-bottom: 23px;
  color: #050229;
  font-size: 54px;
  line-height: 1.037em;
  font-weight: 700;
}

.accent-text-secondary-5 {
  color: #ffd234;
}

.about-story-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.insights-content {
  max-width: 571px;
  margin-bottom: 20px;
}

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

.container-medium-614px.about-team {
  margin-bottom: 48px;
  text-align: center;
}

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

.card-team-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-team-social-media-grid {
  margin-top: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: minmax(0px, 0.25fr);
  grid-template-areas: ". Area Area";
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-team-content-top-about {
  width: 100%;
  max-width: 214px;
  margin-bottom: 16px;
}

.card-team-social-media-link {
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  border-radius: 1000px;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.card-team-social-media-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.card-team-social-media-link.portfolio {
  border-radius: 10px;
  background-image: url('../images/person-avatar.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(97, 110, 127, 0.21);
  font-family: Manrope, sans-serif;
}

.card-team-social-media-link.twitter {
  background-image: url('../images/icon-2-social-media-app-x-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 8px 0 rgba(27, 186, 255, 0.27);
}

.card-team-social-media-link.linkedin {
  border: 1px none #000;
  border-radius: 10px;
  background-image: url('../images/LI-In-Bug.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  box-shadow: 0 4px 8px 0 rgba(21, 126, 231, 0.34);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

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

.card-career-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-career-content-top-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 402px;
  margin-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-career-title-wrapper {
  margin-right: 15px;
}

.card-career-location {
  line-height: 1em;
}

.underline-link {
  color: #050229;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.underline-link.card-career-mobile {
  display: none;
}

.underline-wrapper {
  width: 100%;
  min-height: 2px;
  margin-top: 8px;
  background-color: #e4e4eb;
}

.underline {
  width: 100%;
  min-height: 2px;
  background-color: #050229;
}

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

.about-partners-content {
  max-width: 37%;
  margin-right: 30px;
}

.post-featured-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: #676788;
  text-decoration: none;
}

.post-featured-wrapper:hover {
  color: #676788;
}

.post-featured-content {
  max-width: 424px;
}

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

.post-featured-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-about-author-name {
  color: #050229;
  font-size: 16px;
  line-height: 1.688em;
  font-weight: 800;
}

.post-featured-about-content-bottom {
  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;
  font-size: 15px;
  line-height: 1.6em;
}

.post-featured-about-content-bottom-divider {
  width: 8px;
  min-height: 1px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #acacbe;
}

.post-featured-about-reading-time-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;
}

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

.category-item {
  margin-right: 28px;
  margin-bottom: 28px;
}

.blog-newsletter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 130px 48px;
  -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: 44px;
}

.cta-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  border-radius: 60px;
}

.blog-newsletter-form-block {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 593px;
  margin-bottom: 0px;
}

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

.category-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.container-medium-824px.post-hero {
  margin-bottom: 108px;
}

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

.post-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676788;
  text-decoration: none;
}

.post-author-link:hover {
  color: #676788;
}

.post-author-content-bottom {
  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;
}

.post-author-content-name {
  margin-bottom: 2px;
  color: #050229;
  line-height: 1.5em;
  font-weight: 700;
}

.post-author-content-bottom-divider {
  width: 14px;
  min-height: 2px;
  margin-right: 13px;
  margin-left: 13px;
  background-color: #acacbe;
}

.post-author-content-bottom-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-author-content-bottom-date-month {
  margin-right: 5px;
}

.post-author-content-bottom-reading-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.rich-text p {
  margin-bottom: 26px;
}

.rich-text ol {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text h3 {
  margin-top: 46px;
}

.rich-text figure {
  margin-top: 50px;
  margin-bottom: 54px;
}

.rich-text figcaption {
  margin-top: 16px;
}

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

.rich-text h4 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text ul {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text h5 {
  margin-top: 46px;
  margin-bottom: 24px;
}

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

.rich-text h6 {
  margin-top: 46px;
  margin-bottom: 24px;
}

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

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

.container-medium-730px.pricing {
  margin-bottom: 63px;
  text-align: center;
}

.container-medium-730px.plan-category {
  margin-bottom: 63px;
  text-align: center;
}

.feature-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 40px 104px 40px 80px;
  -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: 60px;
}

.our-process {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 10px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-hero-content {
  max-width: 520px;
  margin-right: 30px;
}

.feature-1-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 40px 114px 40px 112px;
  -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: 60px;
}

.feature-1-content {
  max-width: 498px;
}

.feature-2-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 40px 118px 40px 80px;
  -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: 60px;
}

.feature-2-content {
  max-width: 515px;
  margin-right: 30px;
}

.slide-nav {
  display: none;
}

.features-testimonials-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.features-testimonials-slider-mask {
  overflow: visible;
  max-width: 376px;
}

.features-testimonials-slide {
  margin-right: 24px;
}

.card-features-testimonial-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-left-arrow {
  left: -17px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #050229;
  font-size: 25px;
}

.slide-left-arrow:hover {
  background-color: #050229;
  box-shadow: 0 12px 28px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.card-features-testimonial-location {
  color: #acacbe;
}

.slide-right-arrow {
  left: auto;
  top: auto;
  right: -17px;
  bottom: auto;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #050229;
  font-size: 25px;
}

.slide-right-arrow:hover {
  background-color: #050229;
  box-shadow: 0 12px 28px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.pricing-plans-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-bottom: 70px;
  margin-left: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-plans-wrapper.category {
  margin-bottom: 0px;
}

.plan-item {
  position: relative;
  max-width: 404.671875px;
  margin-right: 11px;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -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;
}

.plan-item:nth-child(odd) {
  top: 76px;
}

.plan-item:last-child {
  margin-right: 0px;
}

.plan-item:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.plan-item.category:nth-child(odd) {
  top: 0px;
}

.card-plan-content-top {
  margin-bottom: 33px;
}

.card-plan-title-wrapper {
  margin-bottom: 31px;
}

.card-plan-price {
  margin-bottom: 7px;
  color: #050229;
  font-size: 39px;
  line-height: 1.128em;
  font-weight: 700;
}

.card-plan-price-text {
  font-size: 16px;
  line-height: 1.125em;
}

.card-plan-buttons-wrapper {
  margin-bottom: 40px;
}

.card-plan-features-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-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;
  font-size: 16px;
  line-height: 1.125em;
}

.card-plan-feature-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-plan-popular-badge {
  position: absolute;
  top: 23px;
  right: 26px;
  padding: 12px 22px;
  border-radius: 12px;
  background-color: #050229;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
  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: 23px;
  -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;
}

.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;
  color: #050229;
  font-size: 16px;
  line-height: 1.125em;
}

.rich-text-plan h2 {
  font-size: 24px;
  line-height: 1.5em;
}

.rich-text-plan p {
  margin-bottom: 26px;
}

.rich-text-plan ol {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text-plan h3 {
  margin-top: 46px;
}

.rich-text-plan figure {
  margin-top: 50px;
  margin-bottom: 54px;
}

.rich-text-plan figcaption {
  margin-top: 16px;
}

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

.rich-text-plan h4 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text-plan ul {
  margin-top: 26px;
}

.rich-text-plan h5 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text-plan blockquote {
  margin-top: 29px;
  margin-bottom: 64px;
}

.rich-text-plan h6 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.card-get-plan-content-top {
  margin-bottom: 38px;
}

.card-get-plan-default-state {
  margin-bottom: 0px;
}

.card-get-plan-option-list {
  margin-bottom: 35px;
}

.select-wrapper {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 2, 41, 0.05);
  -webkit-transition: border-width 300ms ease, border-color 300ms ease;
  transition: border-width 300ms ease, border-color 300ms ease;
}

.select-wrapper:hover {
  border-width: 2px;
  border-color: #050229;
}

.select-wrapper:focus {
  border-width: 2px;
  border-color: #050229;
}

.select-wrapper::-webkit-input-placeholder {
  color: #676788;
}

.select-wrapper:-ms-input-placeholder {
  color: #676788;
}

.select-wrapper::-ms-input-placeholder {
  color: #676788;
}

.select-wrapper::placeholder {
  color: #676788;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select {
  min-height: 64px;
  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;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.select:focus {
  color: #050229;
}

.select::-webkit-input-placeholder {
  color: #676788;
}

.select:-ms-input-placeholder {
  color: #676788;
}

.select::-ms-input-placeholder {
  color: #676788;
}

.select::placeholder {
  color: #676788;
}

.card-get-plan-price {
  margin-bottom: 46px;
  color: #050229;
  font-size: 48px;
  line-height: 1.167em;
  font-weight: 800;
}

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

.contact-form-block {
  max-width: 580px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-links-grid {
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  min-height: 157px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(5, 2, 41, 0.05);
  -webkit-transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: border-width 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.text-area:hover {
  border-width: 2px;
  border-color: #050229;
}

.text-area:focus {
  border-width: 2px;
  border-color: #050229;
  color: #050229;
}

.text-area::-webkit-input-placeholder {
  color: #676788;
}

.text-area:-ms-input-placeholder {
  color: #676788;
}

.text-area::-ms-input-placeholder {
  color: #676788;
}

.text-area::placeholder {
  color: #676788;
}

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-link-title {
  color: #050229;
  line-height: 1.375em;
  font-weight: 800;
}

.card-faq-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-bottom {
  max-width: 443px;
}

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  -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: 12px;
  background-color: #e4e4eb;
}

.card-faq-icon-line-1 {
  position: absolute;
  width: 19px;
  min-height: 3px;
  border-radius: 1000px;
  background-color: #050229;
}

.card-faq-icon-line-2 {
  position: absolute;
  width: 3px;
  min-height: 19px;
  border-radius: 1000px;
  background-color: #050229;
}

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

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

.container-medium-874px.careers-hero {
  margin-bottom: 80px;
  text-align: center;
}

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

.careers-hero-images-wrapper {
  position: relative;
  margin-bottom: 80px;
  padding-top: 102px;
}

.careers-perks-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.card-careers-team-content {
  position: relative;
  bottom: -15px;
  max-width: 456px;
}

.card-careers-team-name {
  color: #050229;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 800;
}

.card-careers-team-position {
  font-size: 20px;
  line-height: 1.7em;
}

.careers-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 59px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.careers-contact-wrapper {
  max-width: 486px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-bold {
  color: #050229;
  font-weight: 700;
  text-decoration: none;
}

.link-bold:hover {
  color: rgba(5, 2, 41, 0.6);
}

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

.career-sidebar {
  max-width: 378px;
}

.career-about-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;
  line-height: 1em;
}

.career-about-divider {
  width: 18px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #acacbe;
}

.job-description-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.career-date-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;
  color: #050229;
  font-size: 20px;
  line-height: 1.7em;
}

.career-date {
  color: #676788;
}

.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.blog-category {
  margin-right: 30px;
  margin-bottom: 30px;
}

.category-title-wrapper.plan-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories-collection-list-blog-category {
  margin-bottom: 30px;
}

.rich-text-figure h2 {
  margin-bottom: 33px;
}

.rich-text-figure p {
  margin-bottom: 26px;
}

.rich-text-figure ol {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text-figure h3 {
  margin-top: 46px;
}

.rich-text-figure figcaption {
  margin-top: 16px;
}

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

.rich-text-figure h4 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text-figure ul {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text-figure h5 {
  margin-top: 46px;
  margin-bottom: 24px;
}

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

.rich-text-figure h6 {
  margin-top: 46px;
  margin-bottom: 24px;
}

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

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 14px;
  background-color: #050229;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 14px;
  background-color: #fae9e9;
  color: #ea3843;
  font-weight: 700;
  text-align: center;
}

.out-of-stock-state {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #f9f9fb;
  color: #3b3b4e;
  font-weight: 600;
  text-align: center;
}

.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-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons App X Template', sans-serif;
  font-size: 8px;
  font-weight: 400;
}

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

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

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

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

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1em;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(5, 2, 41, 0.1);
}

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

.dropdown-nav-link {
  color: #676788;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  color: #050229;
}

.dropdown-list {
  right: -230px;
  padding-top: 30px;
  background-color: transparent;
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(1, 0, 15, 0.85);
}

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

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

.cart-footer {
  padding-top: 20px;
  border-top-color: #e4e4eb;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.remove-button {
  color: #050229;
  font-size: 16px;
  text-decoration: none;
}

.cart-item-price {
  color: #050229;
  font-weight: 600;
}

.cart-item-option-result {
  color: #050229;
  font-weight: 600;
}

.cart-subtotal {
  color: #050229;
  font-size: 22px;
}

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

.brand:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.01);
  transform: scale3d(1.05, 1.05, 1.01);
}

.team-about-wrapper {
  max-width: 711px;
  margin-right: auto;
  margin-left: auto;
}

.card-team-page-name-wrapper {
  margin-bottom: 20px;
}

.card-team-page-position {
  color: #3b3b4e;
  font-size: 20px;
  line-height: 1.111em;
  font-weight: 600;
}

.team-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.figma-button {
  position: static;
  display: block;
  margin-right: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/1-Color-Icon-White.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Icons App X Template', sans-serif;
  color: transparent;
  font-size: 24px;
  font-weight: 400;
}

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

.download-android-icon {
  margin-right: 8px;
  font-family: 'Icons App X Template', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.card-team-wrapper {
  color: #676788;
  text-decoration: none;
}

.card-team-wrapper:hover {
  color: #676788;
}

.cart-empty-state {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3b3b4e;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.card-about-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 248px;
  min-height: 181px;
  padding-right: 20px;
  padding-left: 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;
}

.card-about-partners._1 {
  border-right: 1px solid #e4e4eb;
  border-bottom: 1px solid #e4e4eb;
}

.card-about-partners._2 {
  border-bottom: 1px solid #e4e4eb;
}

.card-about-partners._3 {
  border-bottom: 1px solid #e4e4eb;
  border-left: 1px solid #e4e4eb;
}

.card-about-partners._4 {
  border-right: 1px solid #e4e4eb;
}

.card-about-partners._6 {
  border-left: 1px solid #e4e4eb;
}

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

.changelog-item {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 718px;
  max-width: 558px;
}

.hero-image-wrapper.circles {
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-size-h3 {
  margin-bottom: 24px;
  color: #050229;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 800;
}

.heading {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 60px;
}

.heading.front-page {
  position: static;
  padding-right: 10px;
  color: #000;
  font-weight: 800;
}

.text-block {
  font-family: Manrope, sans-serif;
  cursor: pointer;
}

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

.button-browse {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d7d69;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #0d7d69;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-browse:hover {
  background-color: #0d7d69;
  color: #fff;
}

.button-browse.small {
  padding: 14px 24px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.button-browse.large {
  padding: 24px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.button-browse.large.card-apply {
  display: block;
}

.button-browse.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-browse.full-width.add-to-cart {
  width: 100%;
}

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

.button-browse.header-button {
  padding: 15px 32px;
  border-radius: 15px;
  background-color: #0d7d69;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  cursor: pointer;
}

.button-browse.download-app {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-browse.download-app._2-buttons-button {
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-radius: 15px;
  background-color: #0d7d69;
}

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

.button-browse.blog-newsletter {
  position: absolute;
  right: 19px;
}

.button-browse.post-category {
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-browse.contact-form-button {
  margin-top: 8px;
}

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

.button-browse.front-page-process {
  background-color: transparent;
}

.button-browse.front-page-process:hover {
  background-color: #0d7d6a;
}

.button-browse.process-green {
  background-color: #fff;
  color: #0d7d69;
}

.button-browse.process-green:hover {
  background-color: #0d7d69;
  color: #fff;
}

.button-browse.process {
  background-color: transparent;
}

.button-browse.process:hover {
  background-color: #0d7d69;
}

.button-browse.sus {
  background-color: transparent;
}

.button-browse.sus:hover {
  background-color: #0d7d6a;
}

.button-browse.green-cta {
  background-color: #338f7f;
  color: #fff;
}

.button-browse.green-cta:hover {
  border-color: #0d7d6a;
  background-color: #fff;
  color: #0d7d69;
}

.link {
  color: #050229;
  text-decoration: none;
}

.link:hover {
  color: #0d7d69;
}

.text-block-2 {
  color: #0d7d69;
}

.body-2 {
  font-family: Manrope, sans-serif;
}

.testimonials {
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-browse-green-bg {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d7d69;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #0d7d69;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-browse-green-bg:hover {
  background-color: #0d7d69;
  color: #fff;
}

.button-browse-green-bg.small {
  padding: 14px 24px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.button-browse-green-bg.large {
  padding: 24px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.button-browse-green-bg.large.card-apply {
  display: block;
}

.button-browse-green-bg.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-browse-green-bg.full-width.add-to-cart {
  width: 100%;
}

.button-browse-green-bg.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-browse-green-bg.header-button {
  padding: 15px 32px;
  border-radius: 15px;
  background-color: #0d7d69;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  cursor: pointer;
}

.button-browse-green-bg.download-app {
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.button-browse-green-bg.download-app._2-buttons-button {
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-radius: 15px;
  background-color: #0d7d69;
}

.button-browse-green-bg._2-buttons-button {
  margin-right: 26px;
  margin-bottom: 15px;
}

.button-browse-green-bg.blog-newsletter {
  position: absolute;
  right: 19px;
}

.button-browse-green-bg.post-category {
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-browse-green-bg.contact-form-button {
  margin-top: 8px;
}

.button-browse-green-bg.cart-empty {
  margin-top: 40px;
}

.button-browse-green-bg.front-page-research.w--current {
  background-color: transparent;
}

.button-browse-green-bg.front-page-research.w--current:hover {
  background-color: #0d7d6a;
}

.button-browse-green-bg.research-link {
  background-color: rgba(255, 255, 255, 0);
}

.button-browse-green-bg.research-link:hover {
  background-color: #0d7d69;
}

.button-browse-green-bg.research-link.w--current {
  background-color: transparent;
}

.button-browse-green-bg.research-link.w--current:hover {
  background-color: #0d7d6a;
}

.body-3 {
  font-family: Manrope, sans-serif;
}

.about-content {
  max-width: 571px;
  margin-bottom: 0px;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.container-default-2 {
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.section-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-3.bg-neutral-200 {
  overflow: hidden;
}

.section-3.bg-neutral-200.features-testimonials {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f0fcfa;
}

.button-primary-2 {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-primary-2:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

.slide-right-arrow-2 {
  left: auto;
  top: auto;
  right: -17px;
  bottom: auto;
  width: 1px;
  min-height: 1px;
  min-width: 1px;
}

.slide-right-arrow-2:hover {
  background-color: #0d7d69;
  box-shadow: 0 12px 28px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.card-2 {
  overflow: hidden;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.02), 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card-2.features-testimonial {
  padding: 46px 32px 59px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card-2.feature {
  max-width: 392px;
  padding: 70px 32px 49px;
  background-color: #f0fcfa;
  box-shadow: none;
}

.card-2.hover {
  padding: 40px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card-features-testimonial-location-2 {
  color: #acacbe;
}

.slide-left-arrow-2 {
  left: -17px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 1px;
  min-height: 1px;
  min-width: 1px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0);
  color: #050229;
  font-size: 25px;
}

.slide-left-arrow-2:hover {
  background-color: rgba(13, 125, 105, 0);
  box-shadow: 0 12px 28px 0 rgba(8, 15, 52, 0.08);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.features-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 10px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  blockquote {
    padding: 83px 57px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -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;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.home-hero {
    max-width: none;
    margin-bottom: 40px;
  }

  .paragraph-large.post-excerpt {
    margin-bottom: 40px;
  }

  .paragraph-large.neutral-100.feature-hero {
    max-width: none;
  }

  .paragraph-large.neutral-100.feature-1 {
    max-width: none;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 40px;
  }

  .paragraph-large.circles-layout {
    max-width: none;
    margin-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .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: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 120px;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    width: 46px;
    max-height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 0px;
    border-radius: 9px;
    background-color: transparent;
    background-image: url('../images/Menu.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #050229;
  }

  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    max-height: 100vh;
    max-width: 100%;
    padding-top: 106px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4eb;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .footer {
    padding-top: 80px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

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

  .section.home-hero {
    padding-top: 70px;
    padding-bottom: 144px;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.bg-neutral-200.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-companies {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 70px;
  }

  .section.blog-hero {
    padding-top: 70px;
  }

  .section.blog-newsletter {
    margin-bottom: 144px;
  }

  .section.post {
    padding-top: 72px;
  }

  .section.features-hero {
    padding-top: 70px;
  }

  .section.pricing {
    padding-top: 70px;
  }

  .section.plan {
    padding-top: 73px;
    padding-bottom: 115px;
  }

  .section.contact {
    padding-top: 70px;
    padding-bottom: 170px;
  }

  .section.careers-hero {
    padding-top: 70px;
  }

  .section.careers-team {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.career {
    padding-top: 60px;
    padding-bottom: 123px;
  }

  .section.blog-category {
    padding-top: 70px;
  }

  .section.plan-category {
    padding-top: 70px;
  }

  .section.team {
    padding-top: 70px;
    padding-bottom: 112px;
  }

  .section.product---cross {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-medium-761px.changelog {
    margin-top: -200px;
  }

  .divider.card-career-page {
    margin-top: 45px;
    margin-bottom: 53px;
  }

  .paragraph.first-perks {
    display: inline-block;
    max-width: 490px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .paragraph.second-perks {
    display: inline-block;
    max-width: 490px;
    margin-bottom: 40px;
    text-align: center;
  }

  .paragraph.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .paragraph.card-about-hero-achievement {
    max-width: 250px;
  }

  .paragraph.card-team {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.post-featured {
    max-width: 424px;
  }

  .paragraph.plan-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.contact {
    max-width: 399px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .paragraph.card-careers-team {
    margin-bottom: 20px;
  }

  .paragraph.card-apply {
    margin-bottom: 30px;
  }

  .paragraph.card-team-page-about-excerpt {
    max-width: 598px;
  }

  .paragraph.green-cta {
    display: inline-block;
    max-width: 490px;
    margin-bottom: 40px;
    text-align: center;
  }

  .card.home-feature {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .card.about-hero-achievement {
    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;
    text-align: left;
  }

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

  .card.career {
    padding: 50px;
  }

  .card.about-partners-grid {
    width: 100%;
    max-width: 745px;
  }

  .card.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 58px;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.get-plan {
    position: static;
    min-width: auto;
  }

  .card.get-plan.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.contact {
    max-width: 100%;
    min-height: 696px;
    padding: 62px 60px 72px;
  }

  .card.contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-perk {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-team {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.career-page {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
    padding: 63px 50px 60px;
  }

  .card.apply {
    position: static;
    padding-right: 50px;
    padding-left: 50px;
  }

  .card.password {
    padding: 67px 50px;
  }

  .card.team-page {
    margin-bottom: 70px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-form {
    padding-bottom: 144px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

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

  .title.first-perks {
    margin-bottom: 20px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 10px;
  }

  .title.second-perks {
    margin-bottom: 20px;
    text-align: center;
  }

  .title.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .title.neutral-100.blog-newsletter {
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .title.footer-menu {
    margin-bottom: 28px;
  }

  .title.about-story {
    max-width: 514px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

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

  .title.h4-size.responsibilities {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .title.h4-size.card-apply {
    margin-bottom: 10px;
  }

  .title.blog-hero {
    margin-bottom: 50px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.pricing {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 50px;
  }

  .title.careers-hero {
    margin-bottom: 10px;
  }

  .title.careers-perks {
    margin-bottom: 40px;
  }

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

  .title.careers-team {
    margin-bottom: 50px;
  }

  .title.card-careers-team {
    margin-bottom: 15px;
  }

  .title.careers {
    margin-bottom: 50px;
    text-align: center;
  }

  .title.careers-contact {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 40px;
  }

  .title.category {
    margin-right: 14px;
  }

  .title.default {
    margin-bottom: 16px;
  }

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

  .title.our-process-insights {
    font-size: 24px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    position: static;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.content-top-home-features-left {
    max-width: 360px;
  }

  .split-content.card-home-feature {
    margin-right: 30px;
  }

  .split-content.content-top-blog-section-left.team {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .split-content.content-top-blog-section-right.team {
    margin-bottom: 0px;
  }

  .split-content.content-top-features-testimonials-left {
    margin-bottom: 30px;
  }

  .split-content.plan-body {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.plan-sidebar {
    display: none;
  }

  .split-content.contact-left {
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .image-wrapper.first-perks {
    max-width: 720px;
    margin-right: 0px;
  }

  .image-wrapper.second-perks {
    max-width: 720px;
  }

  .image-wrapper.about-hero {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 53px;
    margin-left: auto;
    border-radius: 50px;
  }

  .image-wrapper.about-story-1 {
    max-width: 100%;
    border-radius: 50px;
  }

  .image-wrapper.about-story-2 {
    border-radius: 50px;
  }

  .image-wrapper.card-team {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.post-featured {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 100px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.plan {
    margin-bottom: 40px;
  }

  .image-wrapper.contact-link-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 40px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 30px;
  }

  .image-wrapper.card-apply-icon {
    margin-bottom: 27px;
    border-radius: 23px;
  }

  .image.home-company-logo {
    width: 137px;
  }

  .image.home-company-logo.google {
    width: 115px;
  }

  .image.home-company-logo.youtube {
    width: 125px;
  }

  .image.home-hero {
    right: auto;
    margin-right: 0px;
  }

  .image.cta {
    max-width: 364px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: -308px;
  }

  .image.about-story-1 {
    min-height: auto;
    margin-bottom: 60px;
  }

  .image.feature-hero-mockup {
    max-width: 370px;
    min-width: auto;
    margin-bottom: -370px;
  }

  .image.card-feature-icon {
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image.feature-1-mockup {
    max-width: 370px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: -370px;
  }

  .image.feature-2-mockup {
    max-width: 370px;
    min-width: auto;
    margin-bottom: -370px;
  }

  .image.card-careers-perk-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-careers-team {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image.team-page {
    width: 100%;
    max-width: 280px;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image.feature-2-mockup {
    max-width: 370px;
    min-width: auto;
    margin-bottom: -370px;
  }

  .home-hero-content {
    max-width: 650px;
    min-width: auto;
    margin-bottom: 60px;
    text-align: center;
  }

  ._2-buttons.home-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-buttons.cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-top.blog-section.team {
    margin-bottom: 48px;
    -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.about-careers {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-top.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.features-testimonials {
    margin-bottom: 50px;
    -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-careers {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .content-top.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-companies-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-companies-logos {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bg.home-hero {
    bottom: 86px;
    max-width: 550px;
    min-height: 590px;
  }

  .bg.home-achievements {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-height: 58%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .bg.contact {
    left: 0px;
    bottom: 0px;
    max-height: 50%;
    max-width: 100%;
    border-radius: 0px;
  }

  .bg.header {
    z-index: 98;
  }

  .home-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .first-perks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .first-perks-content {
    display: block;
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .second-perks-content {
    width: 100%;
    max-width: 720px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .home-achievements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-achievements-content {
    width: 100%;
    max-width: 754px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .card-home-achievement-number {
    margin-bottom: 8px;
  }

  .blog-section-grid {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .cta-main-wrapper {
    padding-top: 0px;
    -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;
    border-radius: 50px;
  }

  .cta-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .footer-content-top {
    margin-bottom: 78px;
    -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-main-content {
    max-width: 424px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .cta-wrapper {
    max-height: none;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .product---tap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-achievements-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-about-hero-achievement-number {
    width: 100%;
    max-width: 142px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: right;
  }

  .about-story-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .insights-content {
    margin-bottom: 0px;
  }

  .about-team-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-team-social-media-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more-careers-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-career-content-top-about {
    max-width: 576px;
  }

  .about-partners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-partners-content {
    max-width: 377px;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

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

  .post-featured-content {
    max-width: 754px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .categories-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-newsletter-wrapper {
    padding-top: 108px;
    padding-bottom: 108px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
  }

  .cta-bg-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 90px;
  }

  .rich-text h2 {
    margin-bottom: 28px;
  }

  .rich-text p {
    margin-bottom: 22px;
  }

  .rich-text ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 42px;
    margin-bottom: 45px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 65px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 60px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 60px;
  }

  .feature-hero-wrapper {
    margin-bottom: 40px;
    padding-top: 80px;
    padding-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    text-align: center;
  }

  .our-process {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-hero-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .feature-1-wrapper {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 50px;
    text-align: center;
  }

  .feature-1-content {
    max-width: 515px;
    margin-bottom: 60px;
  }

  .feature-2-wrapper {
    padding-top: 80px;
    padding-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    text-align: center;
  }

  .feature-2-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .features-testimonials-slide {
    margin-right: 20px;
  }

  .card-feature-content {
    max-width: 615px;
  }

  .pricing-plans-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-item {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .plan-item:nth-child(odd) {
    top: 0px;
  }

  .plan-item:last-child {
    margin-bottom: 0px;
  }

  .card-plan-content-top {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .card-plan-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plan-title-wrapper {
    margin-bottom: 26px;
  }

  .card-plan-price {
    margin-bottom: 3px;
    font-size: 33px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 0px;
  }

  .card-plan-features-grid {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .card-plan-popular-badge {
    top: 15px;
    right: 15px;
  }

  .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: 16px;
  }

  .plan-features-grid {
    margin-bottom: 60px;
  }

  .rich-text-plan p {
    margin-bottom: 22px;
  }

  .rich-text-plan ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-plan h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan figure {
    margin-top: 42px;
    margin-bottom: 45px;
  }

  .rich-text-plan h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-plan h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan blockquote {
    margin-bottom: 53px;
  }

  .rich-text-plan h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .card-get-plan-content-top {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .card-get-plan-add-to-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-get-plan-option-list {
    margin-bottom: 30px;
  }

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

  .card-get-plan-price.tablet {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 33px;
  }

  .card-get-plan-price.mobile {
    display: none;
  }

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

  .contact-form-block {
    max-width: none;
  }

  .contact-links-grid {
    grid-column-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-link-text {
    font-size: 16px;
  }

  .card-faq-bottom {
    max-width: 580px;
  }

  .container-medium-874px.careers-hero {
    margin-bottom: 60px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 60px;
  }

  .card-careers-team-content {
    position: static;
    max-width: 598px;
  }

  .careers-grid {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .job-description-title-wrapper {
    margin-bottom: 20px;
  }

  .category-title-wrapper.blog-category {
    margin-right: 0px;
  }

  .rich-text-figure h2 {
    margin-bottom: 28px;
  }

  .rich-text-figure p {
    margin-bottom: 22px;
  }

  .rich-text-figure ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-figure h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-figure h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure blockquote {
    margin-bottom: 53px;
  }

  .rich-text-figure h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-arrow {
    font-size: 14px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 30px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

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

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

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .cart {
    z-index: 999;
  }

  .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;
    -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: 16px;
    -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;
  }

  .card-team-page-name-wrapper {
    margin-bottom: 16px;
  }

  .team-about-title-wrapper {
    margin-bottom: 16px;
  }

  .card-about-partners {
    min-height: 170px;
  }

  .button-browse.header-button {
    margin-right: 20px;
  }

  .button-browse.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .button-browse-green-bg.header-button {
    margin-right: 20px;
  }

  .button-browse-green-bg.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .about-content {
    margin-bottom: 0px;
  }

  .section-3 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .card-2.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 58px;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 34px 47px;
    font-size: 18px;
  }

  .container-default {
    text-align: left;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 35px;
  }

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

  .paragraph-large.pricing {
    max-width: 546px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 35px;
  }

  .paragraph-large.circles-layout {
    margin-bottom: 35px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.large {
    padding-right: 47px;
    padding-left: 47px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-primary.blog-newsletter {
    right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.post-category {
    margin-bottom: 25px;
  }

  .button-secondary.category {
    margin-bottom: 25px;
    padding: 10px 15px;
    font-size: 17px;
  }

  .button-secondary.category.all {
    margin-right: 16px;
    margin-bottom: 25px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-logo {
    margin-left: 0px;
  }

  .menu-button {
    background-color: transparent;
    background-image: url('../images/Menu.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-menu {
    padding-top: 96px;
  }

  .footer {
    padding-top: 64px;
  }

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

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

  .section.home-hero {
    padding-top: 56px;
    padding-bottom: 115px;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.utility-pages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.bg-neutral-200.our-process-left {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-companies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.about-hero {
    padding-top: 56px;
  }

  .section.blog-hero {
    padding-top: 56px;
  }

  .section.blog-newsletter {
    margin-bottom: 115px;
  }

  .section.post {
    padding-top: 58px;
  }

  .section.features-hero {
    padding-top: 56px;
  }

  .section.pricing {
    padding-top: 56px;
  }

  .section.plan {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .section.contact {
    padding-top: 56px;
    padding-bottom: 136px;
  }

  .section.careers-hero {
    padding-top: 56px;
  }

  .section.careers-team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.career {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .section.blog-category {
    padding-top: 56px;
  }

  .section.plan-category {
    padding-top: 56px;
  }

  .section.team {
    padding-top: 56px;
    padding-bottom: 90px;
  }

  .utility-page-wrap._404 {
    min-height: 570px;
  }

  .input.blog-newsletter {
    padding-right: 130px;
    padding-left: 20px;
  }

  .container-medium-761px.changelog {
    margin-top: -160px;
  }

  .divider.plan {
    margin-top: 60px;
    margin-bottom: 57px;
  }

  .divider.card-career-page {
    margin-top: 38px;
    margin-bottom: 44px;
  }

  .icon-password {
    width: 125px;
    height: 125px;
  }

  .paragraph.first-perks {
    display: inline-block;
    overflow: visible;
    margin-bottom: 35px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph.second-perks {
    position: static;
    display: inline-block;
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph.home-achievements {
    margin-bottom: 40px;
  }

  .paragraph.about-team {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.card-team {
    margin-bottom: 20px;
  }

  .paragraph.post-featured {
    margin-bottom: 27px;
  }

  .paragraph.features-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-features-testimonial {
    margin-bottom: 15px;
  }

  .paragraph.plan-excerpt {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 40px;
  }

  .paragraph.card-apply {
    margin-bottom: 25px;
  }

  .paragraph.card-team-page-about-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.green-cta {
    position: static;
    display: inline-block;
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .card {
    border-radius: 30px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-feature {
    padding: 50px 20px 44px;
    text-align: center;
  }

  .card.home-feature.featured {
    padding: 56px 32px 60px;
    -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;
    text-align: center;
  }

  .card.home-achievement {
    padding: 33px;
  }

  .card.about-hero-achievement {
    padding-top: 38px;
    padding-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.team {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card.career {
    padding: 42px 35px;
  }

  .card.about-partners-grid {
    border-radius: 35px;
  }

  .card.feature {
    padding: 48px 50px 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.features-testimonial {
    padding: 38px 45px 49px;
  }

  .card.plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 28px;
  }

  .card.get-plan.mobile {
    padding: 48px 35px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact {
    min-height: 907px;
    padding: 52px 40px 60px;
  }

  .card.contact-link {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .card.faq {
    margin-bottom: 22px;
    padding: 33px;
  }

  .card.careers-perk {
    padding-top: 33px;
    padding-bottom: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.careers-team {
    padding: 30px 35px 50px;
  }

  .card.career-page {
    margin-bottom: 50px;
    padding: 53px 35px 50px;
  }

  .card.apply {
    padding: 40px 35px 33px;
  }

  .card.default {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.password {
    padding: 56px 35px;
  }

  .card.empty-state {
    padding: 50px 35px;
  }

  .card.team-page {
    margin-bottom: 60px;
    padding: 50px 35px 40px;
  }

  .checkout-form {
    padding-top: 70px;
    padding-bottom: 115px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .title.card-home-feature {
    margin-bottom: 10px;
  }

  .title.first-perks {
    margin-right: 10px;
    margin-bottom: 16px;
  }

  .title.h5-size.first-perk {
    margin-bottom: 6px;
  }

  .title.h5-size.second-perk {
    margin-bottom: 6px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 6px;
  }

  .title.second-perks {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .title.home-achievements {
    margin-bottom: 16px;
  }

  .title.card-post {
    max-width: 557px;
  }

  .title.neutral-100.cta {
    margin-bottom: 30px;
  }

  .title.neutral-100.blog-newsletter {
    margin-bottom: 40px;
  }

  .title.neutral-100.feature-hero {
    margin-bottom: 10px;
  }

  .title.neutral-100.feature-1 {
    margin-bottom: 10px;
  }

  .title.neutral-100.feature-2 {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 10px;
  }

  .title.about-story {
    max-width: 416px;
    margin-bottom: 10px;
  }

  .title.about-team {
    margin-bottom: 10px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-career {
    margin-bottom: 6px;
  }

  .title.h4-size.responsibilities {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .title.about-partners {
    margin-bottom: 10px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
  }

  .title.post-featured {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .title.blog {
    margin-bottom: 25px;
  }

  .title.features-hero {
    margin-bottom: 10px;
  }

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

  .title.h1-size {
    font-size: 42px;
  }

  .title.plan {
    margin-right: 8px;
  }

  .title.faqs {
    margin-bottom: 40px;
  }

  .title.careers-perks {
    max-width: 346px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.careers-team {
    max-width: 575px;
    margin-bottom: 40px;
  }

  .title.card-careers-team {
    max-width: 538px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.careers {
    margin-bottom: 40px;
  }

  .title.careers-contact {
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.career-name {
    margin-bottom: 10px;
  }

  .title.category {
    margin-right: 12px;
  }

  .title.default {
    margin-bottom: 10px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 30px;
  }

  .title.process-features {
    margin-bottom: 10px;
  }

  .title.neutral-100.feature-2 {
    margin-bottom: 10px;
  }

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

  .split-content.content-top-home-features-left {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .split-content.card-home-feature {
    max-width: 550px;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .split-content.content-top-blog-section-left {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .split-content.content-top-blog-section-left.team {
    margin-right: 0px;
  }

  .split-content.content-top-blog-section-right {
    margin-bottom: 25px;
  }

  .split-content.content-top-about-careers-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-features-testimonials-left {
    margin-bottom: 25px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.content-top-more-careers-left {
    margin-bottom: 25px;
  }

  .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 {
    max-width: 70px;
    margin-right: 15px;
  }

  .image-wrapper.first-perks {
    border-radius: 50px;
  }

  .image-wrapper.second-perks {
    border-radius: 50px;
  }

  .image-wrapper.about-hero {
    margin-bottom: 44px;
    border-radius: 40px;
  }

  .image-wrapper.about-story-1 {
    border-radius: 40px;
  }

  .image-wrapper.about-story-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 40px;
  }

  .image-wrapper.card-team {
    width: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .image-wrapper.card-career-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 25px;
    border-radius: 30px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 80px;
  }

  .image-wrapper.post-author {
    width: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-right: 10px;
  }

  .image-wrapper.card-plan-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 10px;
    border-radius: 18px;
  }

  .image-wrapper.plan {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    margin-bottom: 30px;
    border-radius: 25px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 13px;
    margin-bottom: 0px;
    border-radius: 18px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 30px;
  }

  .image-wrapper.card-apply-icon {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    margin-bottom: 23px;
  }

  .image-wrapper.cart-item-image {
    max-width: 70px;
    margin-right: 15px;
  }

  .image.card-home-feature-icon {
    margin-bottom: 27px;
  }

  .image.card-home-feature {
    max-width: 274px;
    margin-right: auto;
    margin-bottom: -309px;
    margin-left: auto;
  }

  .image.first-perks {
    border-radius: 35px;
  }

  .image.first-perk-icon {
    margin-right: 20px;
  }

  .image.second-perks {
    border-radius: 30px;
  }

  .image.second-perk-icon {
    margin-right: 20px;
  }

  .image.cta {
    margin-bottom: -297px;
  }

  .image.about-story-1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image.feature-hero-mockup {
    margin-bottom: -380px;
  }

  .image.card-feature-icon {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 0px;
    margin-bottom: 23px;
    border-radius: 20px;
  }

  .image.feature-1-mockup {
    margin-bottom: -380px;
  }

  .image.feature-2-mockup {
    margin-bottom: -380px;
  }

  .image.card-features-testimonial {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }

  .image.card-plan-feature-icon-1 {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.card-plan-feature-icon-2 {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.plan-feature-icon {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.card-careers-perk-icon {
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .image.card-careers-team {
    max-width: 253px;
    margin-bottom: 33px;
  }

  .image.icon-password-image {
    max-width: 90px;
  }

  .image.team-page {
    max-width: 233px;
    margin-bottom: 25px;
  }

  .image.partner-logo.twitter {
    width: 35%;
    min-width: 55px;
  }

  .image.partner-logo.twitch {
    width: 68%;
    min-width: 100px;
  }

  .image.feature-2-mockup {
    margin-bottom: -380px;
  }

  .licenses-link-image-container {
    height: auto;
  }

  .home-hero-content {
    margin-bottom: 64px;
  }

  ._2-buttons.home-hero {
    -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;
  }

  ._2-buttons.cta {
    -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;
  }

  ._2-buttons.features-hero {
    -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.home-features {
    margin-bottom: 40px;
    -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;
    text-align: center;
  }

  .content-top.blog-section {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .content-top.blog-section.team {
    margin-bottom: 40px;
  }

  .content-top.about-careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.blog {
    margin-bottom: 40px;
  }

  .content-top.features-testimonials {
    margin-bottom: 40px;
  }

  .content-top.more-careers {
    -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;
  }

  .content-top.blog-category {
    margin-bottom: 15px;
  }

  .home-companies-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .bg.home-hero {
    bottom: 120px;
    max-width: 520px;
    min-height: 560px;
  }

  .bg.home-achievements {
    max-height: 60%;
  }

  .bg.card-plan-popular {
    border-radius: 32px;
  }

  .bg.contact {
    max-height: 45%;
  }

  .home-features-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-feature-content {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .first-perks-content {
    margin-bottom: 50px;
  }

  .first-perks-grid {
    grid-row-gap: 23px;
  }

  .second-perks-content {
    display: block;
    overflow: visible;
    margin-bottom: 50px;
    direction: ltr;
    text-align: center;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .home-achievements-content {
    margin-bottom: 60px;
  }

  .home-achievements-grid {
    grid-column-gap: 20px;
  }

  .card-home-achievement-number {
    margin-bottom: 6px;
    font-size: 35px;
  }

  .blog-section-grid {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-post-content {
    padding-bottom: 44px;
  }

  .cta-main-wrapper {
    border-radius: 40px;
  }

  .cta-content {
    margin-top: 76px;
    margin-bottom: 50px;
  }

  .footer-content-top {
    margin-bottom: 65px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-content-bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-small-print {
    font-size: 17px;
  }

  .footer-main-content {
    margin-bottom: 50px;
    text-align: left;
  }

  .footer-nav-wrapper {
    margin-bottom: -60px;
    -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;
  }

  .footer-menu-wrapper {
    margin-right: 50px;
    margin-bottom: 60px;
  }

  .footer-menu-wrapper.first {
    width: 250px;
  }

  .footer-menu-content {
    -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;
  }

  .cta-wrapper {
    padding: 0px 25px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-medium-680px.about-hero {
    margin-bottom: 40px;
  }

  .card-about-hero-achievement-number {
    max-width: 120px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 45px;
  }

  .about-story-grid {
    grid-row-gap: 33px;
  }

  .container-medium-614px.about-team {
    margin-bottom: 40px;
  }

  .card-team-content-top-about {
    margin-bottom: 13px;
  }

  .card-career-content-top {
    -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;
  }

  .card-career-content-top-about {
    max-width: none;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-career-title-wrapper {
    margin-bottom: 15px;
  }

  .underline-link.card-career {
    margin-bottom: 15px;
  }

  .about-partners-content {
    margin-bottom: 40px;
  }

  .blog-grid {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categories-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item {
    margin-right: 16px;
    margin-bottom: 10px;
  }

  .blog-newsletter-wrapper {
    padding: 90px 35px;
    border-radius: 33px;
  }

  .cta-bg-wrapper {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 40px;
  }

  .category-item-wrapper {
    margin-bottom: -25px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 75px;
  }

  .post-about-wrapper {
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-link {
    margin-bottom: 25px;
  }

  .post-author-content-bottom {
    font-size: 16px;
  }

  .post-author-content-name {
    margin-bottom: 0px;
  }

  .post-author-content-bottom-divider {
    width: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-author-content-bottom-date-month {
    margin-right: 3px;
  }

  .rich-text h2 {
    margin-bottom: 23px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 35px;
    margin-bottom: 38px;
  }

  .rich-text figcaption {
    margin-top: 13px;
  }

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

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

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

  .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 55px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 50px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 50px;
  }

  .feature-hero-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-hero-content {
    margin-bottom: 50px;
  }

  .feature-1-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-1-content {
    margin-bottom: 50px;
  }

  .feature-2-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-2-content {
    margin-bottom: 50px;
  }

  .features-testimonials-slider-mask {
    max-width: 100%;
  }

  .card-features-testimonial-content-top {
    margin-bottom: 10px;
  }

  .slide-left-arrow {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .slide-right-arrow {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .pricing-plans-wrapper {
    max-width: 570px;
  }

  .card-plan-content-top {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .card-plan-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-plan-title-wrapper {
    margin-bottom: 22px;
  }

  .card-plan-price {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 30px;
  }

  .card-plan-features-grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-plan-feature-icons-wrapper {
    margin-right: 10px;
  }

  .card-plan-popular-badge {
    top: 23px;
    right: 26px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

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

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

  .plan-features-grid {
    margin-bottom: 50px;
  }

  .rich-text-plan h2 {
    font-size: 22px;
  }

  .rich-text-plan p {
    margin-bottom: 20px;
  }

  .rich-text-plan ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-plan h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan figure {
    margin-top: 35px;
    margin-bottom: 38px;
  }

  .rich-text-plan figcaption {
    margin-top: 13px;
  }

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

  .rich-text-plan h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-plan h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan blockquote {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text-plan h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .card-get-plan-content-top {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .card-get-plan-option-list {
    margin-bottom: 25px;
  }

  .card-get-plan-price.tablet {
    display: none;
  }

  .card-get-plan-price.mobile {
    display: block;
    margin-bottom: 35px;
    font-size: 33px;
  }

  .contact-form {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-links-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-faq-bottom {
    max-width: 500px;
  }

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

  .container-medium-874px.careers-hero {
    margin-bottom: 50px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 50px;
  }

  .careers-perks-grid {
    max-width: 575px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-careers-team-name {
    font-size: 20px;
  }

  .card-careers-team-position {
    font-size: 18px;
  }

  .careers-grid {
    margin-bottom: 40px;
  }

  .career-about-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .career-date-wrapper {
    font-size: 18px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .rich-text-figure h2 {
    margin-bottom: 23px;
  }

  .rich-text-figure p {
    margin-bottom: 20px;
  }

  .rich-text-figure ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-figure h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure figcaption {
    margin-top: 13px;
  }

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

  .rich-text-figure h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-figure h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure blockquote {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text-figure h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

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

  .dropdown-nav-item {
    margin-bottom: 22px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 40px;
  }

  .card-team-page-name-wrapper {
    margin-bottom: 10px;
  }

  .team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .card-about-partners {
    min-height: 142px;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .button-browse.large {
    padding-right: 47px;
    padding-left: 47px;
  }

  .button-browse.header-button {
    display: none;
  }

  .button-browse.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-browse.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-browse.blog-newsletter {
    right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse.post-category {
    margin-bottom: 25px;
  }

  .button-browse-green-bg.large {
    padding-right: 47px;
    padding-left: 47px;
  }

  .button-browse-green-bg.header-button {
    display: none;
  }

  .button-browse-green-bg.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-browse-green-bg.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-browse-green-bg.blog-newsletter {
    right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse-green-bg.post-category {
    margin-bottom: 25px;
  }

  .section-3 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .slide-right-arrow-2 {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .card-2 {
    border-radius: 30px;
  }

  .card-2.features-testimonial {
    padding: 38px 45px 49px;
  }

  .card-2.feature {
    padding: 48px 50px 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-2.hover {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slide-left-arrow-2 {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 50px 25px 50px 35px;
    background-image: url('../images/shape-border-block-quote-app-x-template.svg');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large.home-hero {
    max-width: 416px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-large.post-excerpt {
    margin-bottom: 30px;
  }

  .paragraph-large.neutral-100.feature-hero {
    font-size: 19px;
  }

  .paragraph-large.neutral-100.feature-1 {
    font-size: 19px;
  }

  .paragraph-large.neutral-100.feature-2 {
    font-size: 19px;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.circles-layout {
    max-width: 416px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-large.neutral-100.feature-2 {
    font-size: 19px;
  }

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.download-app {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-primary.blog-newsletter {
    position: static;
  }

  .button-secondary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary.category {
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
  }

  .button-secondary.category.all {
    margin-right: 14px;
    margin-bottom: 17px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    margin-left: 0px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .menu-button {
    position: relative;
    max-height: 40px;
    min-height: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 1px;
    background-color: transparent;
    background-image: url('../images/Menu.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-size: 26px;
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-menu {
    padding-top: 85px;
  }

  .footer {
    padding-top: 51px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-nav {
    margin-right: 23px;
    -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: 128px;
    text-align: left;
  }

  .footer-nav-item {
    margin-bottom: 22px;
  }

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

  .section.home-hero {
    padding-top: 45px;
    padding-bottom: 92px;
  }

  .section.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.bg-neutral-200.utility-pages {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.bg-neutral-200.about {
    padding-top: 10px;
  }

  .section.bg-neutral-200.our-process-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.our-process-left {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-companies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.home-achievements {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .section.about-hero {
    padding-top: 45px;
  }

  .section.blog-hero {
    padding-top: 45px;
  }

  .section.blog-newsletter {
    margin-bottom: 92px;
  }

  .section.post {
    padding-top: 46px;
  }

  .section.features-hero {
    padding-top: 45px;
  }

  .section.pricing {
    padding-top: 45px;
  }

  .section.plan {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 45px;
    padding-bottom: 109px;
  }

  .section.careers-hero {
    padding-top: 45px;
  }

  .section.careers-team {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.career {
    padding-top: 38px;
    padding-bottom: 83px;
  }

  .section.blog-category {
    padding-top: 45px;
  }

  .section.plan-category {
    padding-top: 45px;
  }

  .section.team {
    padding-top: 45px;
    padding-bottom: 72px;
  }

  .section.product---cross {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.product---face2face {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.research {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input {
    padding-right: 15px;
    padding-left: 15px;
  }

  .input.blog-newsletter {
    min-height: 64px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -130px;
  }

  .divider.plan {
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .divider.card-career-page {
    margin-top: 31px;
    margin-bottom: 37px;
  }

  .icon-password {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .paragraph.first-perks {
    margin-bottom: 30px;
    text-align: center;
  }

  .paragraph.second-perks {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph.home-achievements {
    margin-bottom: 35px;
  }

  .paragraph.footer-main-content-parargraph {
    text-align: left;
  }

  .paragraph.card-about-hero-achievement {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.about-story {
    padding-bottom: 10px;
  }

  .paragraph.about-team {
    max-width: 402px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-team {
    max-width: 356px;
  }

  .paragraph.card-career-summary {
    max-width: 357px;
    margin-bottom: 20px;
  }

  .paragraph.post-featured {
    margin-bottom: 23px;
  }

  .paragraph.features-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-feature {
    font-size: 17px;
  }

  .paragraph.contact {
    margin-bottom: 35px;
  }

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

  .paragraph.card-apply {
    margin-bottom: 20px;
  }

  .paragraph.green-cta {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph.process-text-features {
    font-size: 17px;
  }

  .paragraph.card-feature {
    font-size: 17px;
  }

  .card {
    border-radius: 25px;
  }

  .card.changelog {
    padding: 40px 25px;
    font-size: 16px;
  }

  .card.home-feature {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .card.home-feature.featured {
    padding: 45px 20px 50px;
  }

  .card.home-achievement {
    padding: 28px 25px;
  }

  .card.about-hero-achievement {
    padding: 32px 25px 36px;
  }

  .card.team {
    padding: 33px 25px 40px;
  }

  .card.career {
    width: 100%;
    padding: 35px 25px;
  }

  .card.about-partners-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
  }

  .card.feature {
    padding: 40px 25px 34px;
  }

  .card.features-testimonial {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.plan {
    padding: 33px 25px;
  }

  .card.get-plan.mobile {
    padding: 40px 25px 26px;
    border-radius: 23px;
  }

  .card.contact {
    min-height: 868px;
    padding: 43px 25px 50px;
  }

  .card.contact-link {
    padding: 21px 25px 17px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.faq {
    margin-bottom: 20px;
    padding: 28px 25px;
  }

  .card.careers-perk {
    padding: 28px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-team {
    padding: 25px 25px 42px;
  }

  .card.career-page {
    margin-bottom: 40px;
    padding: 44px 25px 42px;
  }

  .card.apply {
    padding: 33px 25px 28px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .card.password {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.empty-state {
    padding: 40px 25px;
  }

  .card.team-page {
    margin-bottom: 50px;
    padding: 40px 25px 33px;
  }

  .checkout-form {
    padding-top: 56px;
    padding-bottom: 92px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.home-companies {
    margin-bottom: 15px;
  }

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

  .title.card-home-feature {
    margin-bottom: 6px;
  }

  .title.first-perks {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 3px;
  }

  .title.second-perks {
    margin-bottom: 10px;
    text-align: center;
  }

  .title.home-achievements {
    margin-bottom: 10px;
  }

  .title.card-post {
    margin-bottom: 20px;
  }

  .title.neutral-100.cta {
    margin-bottom: 25px;
  }

  .title.neutral-100.blog-newsletter {
    max-width: 332px;
    margin-bottom: 33px;
  }

  .title.footer-menu {
    margin-bottom: 23px;
  }

  .title.about-story {
    max-width: 358px;
  }

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

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

  .title.h4-size.card-faq {
    margin-right: 10px;
  }

  .title.h4-size.job-description {
    margin-right: 20px;
  }

  .title.h4-size.card-apply {
    margin-bottom: 6px;
  }

  .title.blog-hero {
    margin-bottom: 35px;
  }

  .title.post-featured {
    font-size: 22px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .title.card-features-testimonial-name {
    font-size: 19px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.contact {
    margin-bottom: 6px;
  }

  .title.faqs {
    margin-bottom: 35px;
  }

  .title.careers-hero {
    max-width: 358px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.careers-perks {
    max-width: 268px;
    margin-bottom: 35px;
  }

  .title.careers-team {
    margin-bottom: 35px;
  }

  .title.card-careers-team {
    margin-bottom: 6px;
  }

  .title.careers {
    margin-bottom: 35px;
  }

  .title.careers-contact {
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.changelog-version {
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-bottom: 12px;
    border-radius: 18px;
    font-size: 18px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 25px;
  }

  .title.our-process-insights {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .title.process-features {
    margin-bottom: 6px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .split-content.header-center {
    margin-right: 10px;
  }

  .split-content.card-home-feature {
    margin-bottom: 40px;
  }

  .split-content.content-top-blog-section-left {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .checkout-billing-address-toggle {
    font-size: 16px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    max-width: 65px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image-wrapper.first-perks {
    border-radius: 40px;
  }

  .image-wrapper.second-perks {
    border-radius: 40px;
  }

  .image-wrapper.about-hero {
    margin-bottom: 40px;
    border-radius: 30px;
  }

  .image-wrapper.about-story-1 {
    margin-top: -60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 30px;
  }

  .image-wrapper.about-story-2 {
    border-radius: 30px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 60px;
  }

  .image-wrapper.post-author {
    width: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-right: 8px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 8px;
  }

  .image-wrapper.plan {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 25px;
    border-radius: 20px;
  }

  .image-wrapper.contact-link-icon {
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-bottom: 8px;
    border-radius: 15px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 20px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 20px;
  }

  .image-wrapper.card-apply-icon {
    width: 69px;
    min-height: 69px;
    min-width: 69px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image-wrapper.cart-item-image {
    max-width: 65px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.home-company-logo {
    width: 119px;
  }

  .image.home-company-logo.google {
    width: 100px;
  }

  .image.home-company-logo.youtube {
    width: 115px;
  }

  .image.card-home-feature-icon {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 20px;
  }

  .image.first-perks {
    border-radius: 20px;
  }

  .image.first-perk-icon {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 13px;
  }

  .image.second-perks {
    border-radius: 28px;
  }

  .image.second-perk-icon {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 13px;
  }

  .image.card-post-about-author {
    width: 43px;
    min-height: 43px;
    min-width: 43px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.cta {
    width: 100%;
    margin-bottom: -228px;
  }

  .image.footer-nav-link-social-media-icon {
    margin-right: 8px;
  }

  .image.about-story-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image.post-featured-about-author {
    width: 43px;
    min-height: 43px;
    min-width: 43px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.feature-hero-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 30px;
    box-shadow: none;
  }

  .image.card-feature-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
    border-radius: 18px;
  }

  .image.feature-1-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .image.feature-2-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .image.card-features-testimonial {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image.card-careers-perk-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .image.card-careers-team {
    max-width: 211px;
    margin-bottom: 28px;
  }

  .image.style-guide-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.icon-password-image {
    max-width: 80px;
  }

  .image.team-page {
    max-width: 194px;
    margin-bottom: 20px;
  }

  .image.partner-logo.twitter {
    width: 40%;
    min-width: 40px;
  }

  .image.partner-logo.twitch {
    width: 70%;
    min-width: 60px;
  }

  .image.feature-2-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-button {
    font-size: 16px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    margin-bottom: 40px;
  }

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }

  ._2-buttons.home-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.cta {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.features-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top {
    -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;
  }

  .content-top.blog-section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.about-careers {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.features-testimonials {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bg.home-hero {
    bottom: 244px;
    min-height: 410px;
  }

  .bg.home-achievements {
    max-height: 1050px;
  }

  .first-perks-content {
    margin-bottom: 20px;
  }

  .first-perks-grid {
    max-width: 392px;
  }

  .first-perk-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-perk-content {
    max-width: 332px;
  }

  .second-perks-content {
    margin-bottom: 40px;
  }

  .second-perk-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .second-perk-content {
    max-width: 332px;
  }

  .home-achievements-content {
    margin-bottom: 50px;
  }

  .home-achievements-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-achievement-number {
    margin-bottom: 2px;
    font-size: 29px;
  }

  .blog-section-grid {
    grid-row-gap: 31px;
  }

  .card-post-content {
    padding: 27px 25px 40px;
  }

  .card-post-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-post-about-content {
    margin-bottom: 10px;
  }

  .card-post-about-content-bottom {
    font-size: 16px;
  }

  .card-post-about-content-bottom-divider {
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .cta-main-wrapper {
    border-radius: 30px;
  }

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

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

  .footer-content-bottom {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-small-print {
    max-width: 402px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .footer-nav-wrapper {
    margin-bottom: -50px;
  }

  .footer-menu-wrapper {
    margin-right: 40px;
    margin-bottom: 50px;
  }

  .footer-menu-wrapper.first {
    width: 310px;
  }

  .footer-menu-content {
    margin-bottom: -22px;
  }

  .cta-wrapper {
    padding-bottom: 42px;
  }

  .container-medium-680px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-680px.about-hero {
    margin-bottom: 35px;
  }

  .container-large-1073px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .card-about-hero-achievement-number {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 38px;
    text-align: center;
  }

  .about-story-grid {
    grid-auto-flow: row;
    grid-auto-rows: 300px;
    grid-row-gap: 100px;
  }

  .container-medium-614px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-team-content-top-about {
    margin-bottom: 10px;
  }

  .card-career-content-top-about {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-career-title-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .underline-link.card-career-mobile {
    display: inline-block;
  }

  .underline-link.card-career {
    display: none;
  }

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

  .post-featured-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-about-content {
    margin-bottom: 10px;
  }

  .post-featured-about-content-bottom-divider {
    margin-right: 5px;
    margin-left: 5px;
  }

  .categories-wrapper {
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .category-item {
    margin-right: 14px;
    margin-bottom: 20px;
  }

  .blog-newsletter-wrapper {
    padding: 75px 25px;
    border-radius: 30px;
  }

  .cta-bg-wrapper {
    border-radius: 30px;
  }

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

  .category-item-wrapper {
    margin-bottom: -20px;
  }

  .container-medium-824px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 60px;
  }

  .post-author-link {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-content {
    margin-bottom: 10px;
  }

  .post-author-content-bottom {
    font-size: 15px;
  }

  .post-author-content-name {
    font-size: 17px;
  }

  .post-author-content-bottom-divider {
    margin-right: 6px;
    margin-left: 6px;
  }

  .rich-text h2 {
    margin-bottom: 19px;
  }

  .rich-text ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text figcaption {
    margin-top: 10px;
  }

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

  .rich-text h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

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

  .rich-text h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .container-medium-730px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 50px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 40px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 40px;
  }

  .feature-hero-wrapper {
    margin-bottom: 30px;
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-hero-content {
    margin-bottom: 40px;
  }

  .feature-1-wrapper {
    margin-bottom: 30px;
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-1-content {
    margin-bottom: 40px;
  }

  .feature-2-wrapper {
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-2-content {
    margin-bottom: 40px;
  }

  .card-features-testimonial-content-top {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-features-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .card-features-testimonial-location {
    font-size: 16px;
  }

  .card-plan-content-top {
    margin-bottom: 23px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 20px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 25px;
  }

  .card-plan-feature-icons-wrapper {
    margin-right: 8px;
  }

  .card-plan-popular-badge {
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    border-radius: 8px;
  }

  .plan-features-grid {
    margin-bottom: 40px;
  }

  .rich-text-plan h2 {
    margin-bottom: 19px;
    font-size: 20px;
  }

  .rich-text-plan ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-plan h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan figcaption {
    margin-top: 10px;
  }

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

  .rich-text-plan h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-plan h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan blockquote {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-plan h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .card-get-plan-content-top {
    margin-bottom: 28px;
  }

  .card-get-plan-option-list {
    margin-bottom: 20px;
  }

  .select-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-get-plan-price.mobile {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .contact-form {
    grid-row-gap: 23px;
  }

  .contact-link-content {
    margin-bottom: 8px;
  }

  .container-medium-874px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-874px.careers-hero {
    margin-bottom: 40px;
  }

  .container-large-1112px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 40px;
    padding-top: 58px;
  }

  .container-large-1064px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-careers-team-name {
    font-size: 18px;
  }

  .card-careers-team-position {
    font-size: 16px;
  }

  .career-about-wrapper {
    font-size: 15px;
  }

  .career-about-divider {
    width: 10px;
  }

  .job-description-title-wrapper {
    margin-bottom: 10px;
  }

  .career-date-wrapper {
    line-height: 1.273em;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .rich-text-figure h2 {
    margin-bottom: 19px;
  }

  .rich-text-figure ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-figure h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure figcaption {
    margin-top: 10px;
  }

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

  .rich-text-figure h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-figure h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure blockquote {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-figure h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

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

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-wrapper {
    width: 20px;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-about-partners {
    min-height: 118px;
  }

  .card-about-partners._3 {
    border-right: 1px solid #e4e4eb;
    border-left-width: 0px;
  }

  .card-about-partners._4 {
    border-bottom: 1px solid #e4e4eb;
    border-right-width: 0px;
  }

  .card-about-partners._5 {
    border-right: 1px solid #e4e4eb;
  }

  .card-about-partners._6 {
    border-left-width: 0px;
  }

  .changelog-item {
    -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;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .heading.front-page {
    font-size: 44px;
    font-weight: 700;
  }

  .button-browse {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse.download-app {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-browse.blog-newsletter {
    position: static;
  }

  .button-browse-green-bg {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse-green-bg.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse-green-bg.download-app {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-browse-green-bg.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-browse-green-bg.blog-newsletter {
    position: static;
  }

  .container-default-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .button-primary-2 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-2 {
    border-radius: 25px;
  }

  .card-2.features-testimonial {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card-2.feature {
    padding: 40px 25px 34px;
  }

  .card-2.hover {
    padding: 33px 25px;
  }

  .card-features-testimonial-location-2 {
    font-size: 16px;
  }
}

#w-node-d517133c-8da3-fbdd-5aea-d763a923d38d-3c7b748e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4d9f4c42-6b87-b84b-5784-2d5832e4502f-3c7b748e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a5cd1b4f-c927-bb3d-54bb-10927003503e-3c7b748e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1690b770-6774-cf89-e17f-9796c66a41a3-4f7b7490 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5f0be25c-aa33-5ba3-3f2e-56737a7ea5c8-4f7b7490 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bb87a95c-cdef-8fea-89c1-75a78a7b4341-4f7b7490 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7c511706-7061-ed78-95a7-e2a6c5d9efc1-4f7b7490 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dff00fe9-8008-14c0-5656-39e207d0849d-4f7b7490 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_4d9f4c42-6b87-b84b-5784-2d5832e4502f-3c7b748e {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a5cd1b4f-c927-bb3d-54bb-10927003503e-3c7b748e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb87a95c-cdef-8fea-89c1-75a78a7b4341-4f7b7490 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7c511706-7061-ed78-95a7-e2a6c5d9efc1-4f7b7490 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c511706-7061-ed78-95a7-e2a6c5d9efc1-4f7b7490 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Icons App X Template';
  src: url('../fonts/icons-app-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-SemiBold.ttf') format('truetype');
  font-weight: 600;
  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-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}