.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-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-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-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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.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: 'Plus Jakarta Display', sans-serif;
  color: #50507e;
  font-size: 16px;
  line-height: 1.687em;
  letter-spacing: -0.01em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #070721;
  font-size: 48px;
  line-height: 1.291em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 6px rgba(48, 44, 255, 0.11);
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #070721;
  font-size: 38px;
  line-height: 1.368em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 6px rgba(48, 44, 255, 0.11);
}

h3 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #070721;
  font-size: 24px;
  line-height: 1.416em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #070721;
  font-size: 22px;
  line-height: 1.545em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #070721;
  font-size: 18px;
  line-height: 1.555em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

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

p {
  margin-bottom: 0px;
}

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

a:hover {
  color: #070721;
}

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

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

li {
  margin-bottom: 14px;
}

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

label {
  display: block;
  margin-bottom: 10px;
  color: #070721;
  font-weight: 500;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 50px 80px;
  border-style: solid;
  border-width: 0.5px 0.5px 0.5px 11px;
  border-color: #cecddd #cecddd #cecddd #302cff;
  border-radius: 8px 12px 12px 8px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
  color: #302cff;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

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 {
  text-align: center;
}

.color-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  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: 1257px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.blog-post-top-content {
  margin-bottom: 71px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

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

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #302cff;
}

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

.styleguide-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: #302cff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-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;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #50507e;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f2f1ff;
  color: #302cff;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #302cff;
  font-weight: 700;
}

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

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #f6f6fb;
  color: #070721;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f6f6fb;
}

.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: #302cff;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #f6f6fb;
}

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

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

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

.styleguide-subtitle {
  margin-top: 0px;
}

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

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

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

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

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

.container-small-left.styleguide {
  max-width: 580px;
}

.typography-details {
  margin-top: 20px;
  color: #302cff;
  font-weight: 500;
}

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

.paragraph-large.testimonial {
  margin-bottom: 55px;
  letter-spacing: -0.02em;
}

.paragraph-large.about-hero {
  max-width: 50%;
  margin-top: 45px;
}

.paragraph-large.card-press {
  margin-bottom: 38px;
}

.paragraph-large.careers-hero {
  max-width: 43%;
  color: #fafafd;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #fafafd;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.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 32px;
  border-radius: 10px;
  background-color: #302cff;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.1);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #1d1c43;
  box-shadow: 0 0 0 0 rgba(48, 44, 255, 0.1);
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 16px 22px;
}

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

.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:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button-primary.button-white {
  background-color: #fff;
  color: #302cff;
}

.button-primary.header-button {
  padding: 16px 22px;
}

.button-primary.footer-newsletter {
  box-shadow: 0 2px 6px 0 rgba(28, 125, 248, 0.22);
}

.button-primary.blog-newsletter {
  position: absolute;
  right: 12px;
  padding: 16px 22px;
}

.button-primary.card-career-page-bottom {
  margin-top: 20px;
}

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

.button-secondary {
  padding: 22px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #302cff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #302cff;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #302cff;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  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.full-width {
  display: block;
}

.button-secondary.full-width:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.button-secondary.white {
  border-color: #fafafd;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fafafd;
}

.button-secondary.white:hover {
  border-color: #302cff;
}

.button-secondary.pagination {
  margin-top: 49px;
  border-color: #fafafd;
  color: #fafafd;
}

.button-secondary.discount {
  height: 44px;
  margin-left: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary.discount:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

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

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

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

.nav-link:hover {
  color: #302cff;
}

.nav-link.w--current {
  font-weight: 500;
}

.nav-link.dropdown {
  padding: 0px;
}

.footer {
  padding-top: 107px;
  padding-bottom: 36px;
  background-color: #070721;
}

.footer-logo-container {
  margin-bottom: 17px;
  -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(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.footer-logo {
  width: 140px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #070721;
}

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

.section.home-hero {
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 80px;
  border-radius: 0px;
}

.section.section-services {
  overflow: hidden;
  padding-top: 80px;
}

.section.section-about {
  background-color: #070721;
}

.section.section-case-studies {
  background-color: #070721;
}

.section.testimonials {
  overflow: hidden;
  padding-bottom: 109px;
}

.section.cta {
  padding-top: 116px;
  padding-bottom: 144px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #302cff));
  background-image: linear-gradient(180deg, transparent 60%, #302cff 0);
}

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

.section.achievements {
  padding-top: 140px;
}

.section.story {
  background-color: #070721;
}

.section.offices {
  padding-top: 120px;
  background-color: #070721;
}

.section.press {
  overflow: hidden;
  padding-bottom: 183px;
}

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

.section.case-studies {
  padding-top: 90px;
  padding-bottom: 0px;
}

.section.case-study-hero {
  padding-top: 94px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #070721), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #070721 75%, #fff 0);
}

.section.project-overview {
  padding-top: 140px;
}

.section.execution {
  background-color: #070721;
}

.section.case-study-testimonials {
  overflow: hidden;
  background-color: #070721;
}

.section.blog-hero {
  padding-top: 94px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), color-stop(0, #070721));
  background-image: linear-gradient(180deg, #fff 80%, #070721 0);
}

.section.latest-articles {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #070721;
}

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

.section.blog-post {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
}

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

.section.blog-post-latest-articles {
  padding-top: 140px;
  padding-bottom: 130px;
  border-bottom: 1px solid #1d1c43;
  background-color: #070721;
}

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

.section.custom-package {
  position: relative;
  padding-top: 10px;
  padding-bottom: 140px;
}

.section.package {
  padding-top: 64px;
  padding-bottom: 120px;
}

.section.careers-hero {
  padding-top: 137px;
  padding-bottom: 128px;
  background-color: #070721;
}

.section.openings {
  padding-top: 118px;
}

.section.career {
  padding-top: 54px;
  padding-bottom: 90px;
}

.section.contact {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 0px;
}

.section.follow {
  padding-top: 135px;
}

.section.faqs {
  background-color: #fafafd;
}

.section.category-page-blog-newsletter {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(0, #070721));
  background-image: linear-gradient(180deg, #fff 30%, #070721 0);
}

.section.blog-category-page {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.careers-category {
  padding-top: 60px;
}

.section.packages-category {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 130px;
}

.section.checkout-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #070721;
}

.section.team-latest-articles {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f6f6fb;
}

.section.team {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.changelog {
  padding-top: 51px;
  padding-bottom: 51px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  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 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #1d1c43;
  background-color: #070721;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -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: #f6f6fb;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
}

.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 {
  height: 62px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #070721;
  font-size: 16px;
}

.input:hover {
  border-color: #302cff;
}

.input:focus {
  border-color: #302cff;
  color: #070721;
  font-size: 16px;
}

.input.-wfp-focus {
  border-color: #302cff;
  color: #070721;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.input::placeholder {
  color: #50507e;
  font-size: 16px;
}

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

.input.footer-newsletter {
  margin-bottom: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
}

.input.blog-hero-newsletter {
  margin-bottom: 16px;
}

.input.blog-newsletter {
  height: 82px;
  padding-right: 150px;
}

.input.checkout {
  height: 54px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout.discount {
  padding-top: 18px;
  padding-bottom: 18px;
}

.input.cart-item-quantity {
  display: none;
  height: 35px;
  background-color: #fff;
}

._404-title {
  margin-bottom: 10px;
  color: #fafafd;
  font-size: 250px;
  line-height: 1em;
  font-weight: 700;
}

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

.container-medium-761px.process {
  margin-bottom: 48px;
  text-align: center;
}

.container-medium-761px.our-services {
  margin-bottom: 48px;
  text-align: center;
}

.container-medium-761px.case-studies {
  margin-bottom: 56px;
  text-align: center;
}

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

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

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

.divider.card-cta {
  width: 1px;
  height: auto;
  margin-right: 47px;
  margin-left: 47px;
}

.divider.card-blog-post {
  margin-top: 10px;
  margin-bottom: 31px;
}

.divider.footer-divider {
  margin-top: 116px;
  margin-bottom: 35px;
  background-color: #50507e;
}

.divider.card-case-study {
  width: 1px;
  height: auto;
  margin-right: 56px;
  margin-left: 56px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.divider.blog-post {
  margin-top: 64px;
  margin-bottom: 80px;
}

.divider.card-package {
  margin-top: 38px;
  margin-bottom: 43px;
}

.divider.card-career-page {
  margin-top: 36px;
  margin-bottom: 54px;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}

.top-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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.section-services {
  margin-bottom: 48px;
}

.top-content.section-case-studies {
  margin-bottom: 60px;
}

.top-content.testimonials {
  margin-bottom: 48px;
}

.top-content.section-team {
  margin-bottom: 48px;
}

.top-content.offices {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.press {
  margin-bottom: 48px;
}

.top-content.case-study-hero {
  margin-bottom: 101px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.top-content.pricing {
  margin-bottom: 63px;
}

.top-content.openings {
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.card-career {
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.top-content.card-career-page-top-content {
  margin-top: 23px;
  -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;
}

.top-content.follow {
  margin-bottom: 48px;
}

.top-content.blog-category-page {
  margin-top: 20px;
  margin-bottom: 48px;
}

.top-content.careers-category {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.packages-category {
  margin-top: 20px;
  margin-bottom: 63px;
}

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

.home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subtitle {
  margin-bottom: 16px;
  color: #302cff;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.subtitle.neutral-200 {
  color: #cecddd;
}

.subtitle.companies {
  margin-bottom: 45px;
}

.subtitle.card-case-study {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.111em;
}

.subtitle.neutral-400 {
  color: #a0a0c7;
}

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

._2-buttons-wrapper._404 {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space._2-buttons {
  width: 27px;
}

.space.card-office-links {
  height: 9px;
}

.space.faq {
  height: 11px;
}

.space.faq-bottom {
  height: 20px;
}

.image.home-hero {
  max-width: 92%;
  margin-top: 20px;
  margin-left: -395px;
}

.image.section-about {
  max-width: 51%;
  margin-right: 40px;
  border-radius: 40px;
}

.image.icon-process {
  width: 85px;
  height: 85px;
  margin-right: 28px;
  border-radius: 20px;
}

.image.card-cta {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 24px;
}

.image.icon-services {
  width: 138px;
  height: 138px;
  margin-bottom: 21px;
  border-radius: 35px;
}

.image.testimonial {
  width: 68px;
  height: 68px;
  margin-right: 15px;
  border-radius: 1000px;
}

.image.card-case-study {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image.card-blog-post-author {
  width: 54px;
  height: 54px;
  margin-right: 14px;
  border-radius: 1000px;
}

.image.story-1 {
  margin-bottom: 55px;
  border-radius: 40px;
}

.image.story-2 {
  border-radius: 40px;
}

.image.story-3 {
  border-radius: 40px;
}

.image.icon-standards {
  width: 85px;
  height: 85px;
  margin-bottom: 24px;
  border-radius: 20px;
}

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

.image.social-media-team {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.icon-office {
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-bottom: 16px;
  border-radius: 1000px;
  box-shadow: 0 2px 6px 0 rgba(31, 37, 89, 0.05), 0 4px 14px 0 rgba(244, 38, 62, 0.2);
}

.image.offices-map {
  margin-top: -25px;
}

.image.card-press-logo {
  width: 100%;
  max-width: 212px;
  min-height: 53px;
  margin-bottom: 35px;
}

.image.case-study-image-featured {
  border-radius: 36px;
}

.image.blog-hero-newsletter {
  width: 116px;
  height: 116px;
  min-width: 116px;
  margin-bottom: 33px;
  border-radius: 29px;
}

.image.blog-newsletter {
  width: 92px;
  height: 92px;
  min-width: 92px;
  margin-right: 24px;
  border-radius: 30px;
}

.image.blog-post {
  border-radius: 36px;
}

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

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

.image.contact-category-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-right: 12px;
  border-radius: 16px;
}

.image.icon-openings-contact {
  width: 105px;
  height: 105px;
  margin-bottom: 22px;
  border-radius: 25px;
}

.image.icon-card-career-about {
  margin-right: 8px;
}

.image.icon-card-career-page-about {
  margin-right: 8px;
}

.image.icon-contact-info {
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin-right: 14px;
  border-radius: 10px;
}

.image.icon-card-follow {
  width: 85px;
  height: 85px;
  margin-bottom: 23px;
  border-radius: 20px;
}

.image.icon-card-follow.facebook {
  box-shadow: 0 2px 16px 0 rgba(24, 119, 242, 0.33);
}

.image.icon-card-follow.twitter {
  box-shadow: 0 2px 16px 0 rgba(29, 161, 242, 0.25);
}

.image.icon-card-follow.instagram {
  box-shadow: 0 2px 16px 0 rgba(121, 46, 217, 0.13);
}

.image.icon-card-follow.linkedin {
  box-shadow: 0 2px 16px 0 rgba(36, 119, 181, 0.25);
}

.image.icon-card-follow.youtube {
  box-shadow: 0 2px 16px 0 rgba(255, 0, 0, 0.08);
}

.image.icon-card-follow.telegram {
  box-shadow: 0 2px 16px 0 rgba(40, 168, 233, 0.25);
}

.image.icon-card-follow.whatsapp {
  box-shadow: 0 2px 16px 0 rgba(86, 208, 98, 0.25);
}

.image.icon-card-follow.dribbble {
  box-shadow: 0 2px 16px 0 rgba(234, 76, 137, 0.22);
}

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

.image.style-guide {
  border-radius: 20px;
}

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

.split-content.section-about-right {
  max-width: 543px;
}

.split-content.section-case-studies-left {
  max-width: 51%;
}

.split-content.section-services {
  max-width: 51%;
}

.split-content.testimonials-left {
  max-width: 618px;
}

.split-content.card-cta-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.card-cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.testimonial-about-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  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.about-hero-left {
  max-width: 553px;
  margin-right: 20px;
}

.split-content.story-left {
  max-width: 563px;
  margin-right: 40px;
}

.split-content.story-right {
  max-width: 591px;
}

.split-content.section-team-left {
  max-width: 421px;
}

.split-content.card-team-left {
  margin-right: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.split-content.offices-left {
  max-width: 41%;
  margin-right: 20px;
}

.split-content.case-study-hero-left {
  max-width: 44%;
  margin-right: 40px;
}

.split-content.card-case-study-left {
  max-width: 197px;
}

.split-content.case-study-section-right {
  max-width: 618px;
}

.split-content.case-study-section-left {
  margin-right: 40px;
}

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

.split-content.about-author-left {
  text-decoration: none;
}

.split-content.pricing-left {
  max-width: 535px;
}

.split-content.package-left {
  max-width: 648px;
  margin-top: 44px;
  margin-right: 40px;
}

.split-content.careers-hero-left {
  max-width: 470px;
}

.split-content.top-conten-openings-left {
  max-width: 504px;
  margin-right: 40px;
}

.split-content.openings-left {
  max-width: 797px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.career-left {
  max-width: 797px;
  margin-right: 27px;
}

.split-content.card-career-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -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;
}

.split-content.card-career-page-about {
  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;
}

.split-content.follow-left {
  max-width: 466px;
}

.split-content.blog-category-page-left {
  max-width: 41%;
}

.split-content.careers-category-left {
  max-width: 480px;
  margin-right: 40px;
}

.split-content.packages-category-left {
  max-width: 535px;
}

.split-content.card-team-page-left {
  margin-bottom: 20px;
}

.split-content.team-left {
  margin-right: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

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

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

.container-small-530px.blog-and-resources {
  margin-bottom: 48px;
  text-align: center;
}

.container-small-530px.cta {
  margin-bottom: 54px;
  text-align: center;
}

.flex-vc {
  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;
}

.store-wrapper {
  position: static;
  max-width: 1257px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  float: none;
  border: 1px none #000;
  text-align: center;
}

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

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.company {
  -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;
}

.image-wrapper.company:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.image-wrapper.card-case-study {
  max-width: 50%;
  background-color: #302cff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.card-blog-post {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.card-team {
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: 18px;
  border-radius: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.blog-post-author {
  width: 78px;
  height: 78px;
  min-width: 78px;
  margin-right: 20px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.about-author {
  width: 110px;
  height: 110px;
  min-width: 110px;
  margin-right: 26px;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 20px;
}

.image-wrapper.card-team-page {
  width: 108px;
  height: 108px;
  min-width: 108px;
  margin-bottom: 18px;
  border-radius: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.cart-item-image {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 20px;
}

.title.section-about {
  color: #fafafd;
}

.title.section-case-studies {
  margin-bottom: 0px;
  color: #fff;
}

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

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

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

.title.testimonial {
  margin-bottom: 16px;
  color: #302cff;
  line-height: 1.333em;
  letter-spacing: -0.01em;
}

.title.card-case-study {
  margin-bottom: 13px;
}

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

.title.footer-links {
  color: #fafafd;
  font-size: 18px;
  line-height: 1em;
}

.title.dropdown-links {
  color: #070721;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

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

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

.title.about-hero {
  margin-bottom: 49px;
}

.title.story {
  margin-bottom: 0px;
  color: #fafafd;
}

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

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

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

.title.card-team-name {
  margin-bottom: 8px;
  line-height: 1.375em;
}

.title.offices {
  margin-bottom: 18px;
  color: #fafafd;
}

.title.card-office {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.title.card-press {
  margin-bottom: 16px;
  color: #302cff;
  line-height: 1.333em;
  letter-spacing: -0.01em;
}

.title.case-study-hero {
  margin-bottom: 16px;
  color: #fafafd;
}

.title.card-case-study-hero {
  margin-bottom: 8px;
  color: #070721;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.title.results-featured {
  margin-bottom: 18px;
  color: #070721;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.title.case-study-section {
  margin-right: 20px;
  margin-bottom: 0px;
}

.title.case-study-section.white {
  color: #fff;
}

.title.blog-hero-newsletter {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.latest-articles {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.blog-newsletter {
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.blog-post {
  margin-bottom: 16px;
  color: #fafafd;
}

.title.blog-post-latest-articles {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.about-author-name {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.title.pricing {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.card-package {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.card-package-features {
  margin-bottom: 22px;
  color: #070721;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
}

.title.custom-package {
  max-width: 457px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.title.package {
  margin-bottom: 9px;
}

.title.package-order {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.careers-hero {
  margin-bottom: 0px;
  color: #fafafd;
}

.title.openings {
  margin-bottom: 13px;
}

.title.openings-contact {
  margin-bottom: 17px;
}

.title.card-career {
  margin-bottom: 14px;
  font-size: 26px;
}

.title.card-career-page {
  margin-right: 32px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.031em;
}

.title.career-apply {
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 1.417em;
}

.title.about-job {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
}

.title.contact {
  margin-bottom: 14px;
  color: #fafafd;
}

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

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

.title.card-follow {
  margin-bottom: 8px;
}

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

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

.title.category.packages-category {
  color: #fafafd;
}

.title.checkout-hero {
  color: #fafafd;
}

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

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

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

.title._404 {
  color: #fafafd;
}

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

.title.card-team-name-page {
  margin-bottom: 8px;
  line-height: 1.375em;
}

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

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

.paragraph.section-about {
  margin-bottom: 40px;
  color: #a0a0c7;
}

.paragraph.home-hero {
  max-width: 455px;
  margin-bottom: 39px;
}

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

.paragraph.services {
  margin-bottom: 32px;
}

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

.paragraph.footer-paragraph {
  margin-bottom: 25px;
  color: #a0a0c7;
}

.paragraph.story {
  margin-top: 40px;
  margin-bottom: 123px;
  color: #a0a0c7;
}

.paragraph.offices {
  color: #a0a0c7;
}

.paragraph.case-study-hero {
  max-width: 480px;
  color: #a0a0c7;
}

.paragraph.results-featured {
  max-width: 140px;
}

.paragraph.blog-hero-newsletter {
  margin-bottom: 20px;
}

.paragraph.blog-newsletter {
  margin-bottom: 32px;
}

.paragraph.about-author {
  max-width: 482px;
}

.paragraph.pricing {
  max-width: 43%;
  color: #a0a0c7;
}

.paragraph.package-excerpt {
  margin-bottom: 31px;
}

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

.paragraph.card-career {
  max-width: 548px;
  margin-bottom: 15px;
}

.paragraph.career-apply {
  margin-bottom: 14px;
}

.paragraph.contact {
  margin-bottom: 46px;
  color: #fafafd;
}

.paragraph.faq {
  max-width: 451px;
}

.paragraph.follow {
  max-width: 41%;
}

.paragraph.card-follow {
  margin-bottom: 26px;
}

.paragraph.packages-category {
  max-width: 43%;
  color: #a0a0c7;
}

.paragraph.checkout-hero {
  color: #f6f6fb;
}

.paragraph.utility-page {
  color: #f6f6fb;
}

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

.paragraph._404 {
  color: #f6f6fb;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
}

.card.process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 48px 56px;
}

.card.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card.services {
  height: 100%;
  padding: 40px 23px 43px;
  color: #50507e;
  text-align: center;
  text-decoration: none;
}

.card.testimonial {
  height: 100%;
  padding: 62px 36px;
}

.card.blog-post {
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #50507e;
  text-decoration: none;
}

.card.blog-post.latest-articles {
  border-color: #1d1c43;
}

.card.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 57px 48px 54px;
  -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.press {
  height: 100%;
  padding: 63px 40px 53px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #50507e;
  text-decoration: none;
}

.card.standards {
  padding: 56px 32px;
  text-align: center;
}

.card.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 56px 32px;
}

.card.office {
  max-width: 318px;
  padding: 42px 26px 34px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.office:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.card.case-study-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 32px 49px 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.case-study-card {
  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;
  color: #50507e;
  text-decoration: none;
}

.card.case-study-card.home-section {
  border-color: #1d1c43;
}

.card.blog-hero-newsletter {
  max-width: 515px;
  min-height: 494px;
  padding: 40px 40px 48px;
}

.card.blog-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 331px;
  padding: 59px 35px;
}

.card.package {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 40px 32px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.conatct-card {
  min-height: 1049px;
  padding: 64px 73px 74px;
}

.card.package-features {
  margin-bottom: 48px;
  padding: 53px 29px 53px 32px;
  border-width: 0px;
  border-radius: 20px;
  background-color: #f6f6fb;
}

.card.package-order {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 67px 40px;
  border-width: 2px;
  border-color: #302cff;
}

.card.package-order-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: none;
  padding: 67px 40px;
  border-width: 2px;
  border-color: #302cff;
}

.card.openings-contact {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 48px 36px 57px;
}

.card.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 40px;
  -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;
  color: #50507e;
  text-decoration: none;
}

.card.career-page {
  padding: 57px 40px 53px;
}

.card.career-apply {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 48px 36px;
}

.card.follow {
  padding: 55px 22px 48px;
  border-radius: 18px;
  color: #50507e;
  text-decoration: none;
}

.card.checkout {
  margin-bottom: 40px;
}

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

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

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 57px 48px 54px;
  -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;
}

.card.team-page {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process-grid {
  margin-bottom: 48px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}

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

.card-cta-content {
  max-width: 300px;
}

.slide-nav {
  display: none;
}

.section-services-slider {
  height: 100%;
  background-color: transparent;
}

.section-services-slider-mask {
  overflow: visible;
  max-width: 385px;
}

.section-services-slide {
  margin-right: 27px;
}

.slide-right-arrow {
  left: auto;
  top: -111px;
  right: 0px;
  bottom: auto;
  width: auto;
  padding: 22px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #302cff;
  border-radius: 10px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #302cff;
  font-size: 16px;
  line-height: 1em;
}

.slide-right-arrow:hover {
  background-color: #302cff;
  color: #fff;
}

.slide-right-arrow.white {
  border-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #fff;
}

.slide-right-arrow.white:hover {
  border-color: #302cff;
}

.slide-left-arrow {
  left: auto;
  top: -111px;
  right: 180px;
  bottom: auto;
  width: auto;
  padding: 22px 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #302cff;
  border-radius: 10px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #302cff;
  font-size: 16px;
  line-height: 1em;
}

.slide-left-arrow:hover {
  background-color: #302cff;
  color: #fff;
}

.slide-left-arrow.white {
  border-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #fff;
}

.slide-left-arrow.white:hover {
  border-color: #302cff;
}

.testimonials-slider {
  height: 100%;
  background-color: transparent;
}

.testimonials-mask {
  overflow: visible;
  max-width: 591px;
}

.testimonial-slide {
  margin-right: 27px;
}

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

.testimonial-about-name {
  margin-bottom: 10px;
  color: #070721;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.testimonial-about-rol {
  color: #302cff;
  font-size: 18px;
  line-height: 1em;
}

.section-case-studies-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-case-study-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 55px 57px 55px 55px;
  -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;
}

.blog-and-resources-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-post-content {
  padding: 24px 48px 48px;
}

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

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

.badge {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #f6f6fb;
  letter-spacing: 0em;
}

.badge.card-blog-post {
  margin-bottom: 20px;
}

.badge.footer-link {
  max-height: none;
  margin-left: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #302cff;
  color: #fff;
  font-size: 12px;
}

.badge.footer-link:hover {
  color: #fff;
}

.badge.dropdown-link-badge {
  max-height: none;
  margin-left: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #302cff;
  color: #fff;
  font-size: 12px;
}

.badge.dropdown-link-badge:hover {
  color: #fff;
}

.badge.blog-post-category {
  margin-bottom: 21px;
  background-color: #302cff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.badge.blog-post-category:hover {
  background-color: #1d1c43;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.badge.card-package-popular {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #302cff;
  color: #fff;
}

.badge.career-category {
  color: #1d1c43;
  font-size: 14px;
  line-height: 1.143em;
}

.badge.career-category-page {
  -webkit-transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #1d1c43;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
}

.badge.career-category-page:hover {
  background-color: #302cff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.badge.changelog {
  margin-bottom: 21px;
  background-color: #302cff;
  color: #fff;
  text-decoration: none;
}

.card-blog-post-author-name {
  margin-bottom: 6px;
  color: #070721;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-post-date {
  font-size: 18px;
  line-height: 1.111em;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1257px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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 {
  margin-right: 30px;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #070721;
  line-height: 1em;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 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: #070721;
  color: #fff;
  line-height: 0.9em;
}

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

.footer-links-block {
  margin-right: 3vw;
}

.footer-links-block.first {
  max-width: 350px;
  margin-right: 5vw;
}

.footer-links-block.last {
  margin-right: 0vw;
}

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

.footer-links-title-wrapper {
  margin-bottom: 25px;
}

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

.footer-links-list {
  margin-right: 3vw;
  margin-bottom: 0px;
}

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

.footer-link-list-item {
  margin-bottom: 20px;
  line-height: 1em;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0c7;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.w--current {
  color: #cecddd;
  font-weight: 500;
}

.footer-social-media-grid {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-print-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: #a0a0c7;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-width: 32px;
  -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: #1d1c43;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Code Template', sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-media-wrapper:hover {
  background-color: #302cff;
  -webkit-transform: scale3d(0.9, 0.9, 1.01);
  transform: scale3d(0.9, 0.9, 1.01);
  color: #fff;
}

.social-media-wrapper.card-team {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background-color: transparent;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.social-media-wrapper.card-team:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.social-media-wrapper.card-team.facebook {
  box-shadow: 0 18px 16px 0 rgba(24, 119, 242, 0.15);
  -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;
}

.social-media-wrapper.card-team.facebook:hover {
  box-shadow: 0 6px 8px 0 rgba(24, 119, 242, 0.15);
}

.social-media-wrapper.card-team.twitter {
  box-shadow: 0 18px 16px 0 rgba(29, 161, 242, 0.15);
  -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;
}

.social-media-wrapper.card-team.twitter:hover {
  box-shadow: 0 8px 6px 0 rgba(29, 161, 242, 0.15);
}

.social-media-wrapper.card-team.linkedin {
  box-shadow: 0 18px 16px 0 rgba(10, 102, 194, 0.15);
  -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;
}

.social-media-wrapper.card-team.linkedin:hover {
  box-shadow: 0 8px 6px 0 rgba(10, 102, 194, 0.15);
}

.social-media-wrapper.icon-13px {
  font-size: 13px;
}

.social-media-wrapper.icon-15px {
  font-size: 15px;
}

.small-print-link {
  color: #a0a0c7;
}

.small-print-link:hover {
  color: #fff;
}

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

.dropdown-list {
  left: -98px;
  top: 28px;
  margin-top: 25px;
  padding: 40px 40px 53px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(48, 44, 255, 0.05);
}

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

.dropdown-links-title-wrapper {
  margin-bottom: 25px;
}

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

.dropdown-links-list {
  margin-right: 40px;
  margin-bottom: 0px;
}

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

.dropdown-link-list-item {
  margin-bottom: 20px;
  line-height: 1em;
}

.dropdown-link-list-item.last {
  margin-bottom: 0px;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #50507e;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link:hover {
  color: #302cff;
}

.dropdown-link.w--current {
  color: #070721;
  font-weight: 500;
}

.dropdown-links-block {
  margin-right: 40px;
}

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

.footer-links-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.container-small-458px {
  max-width: 458px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.container-small-458px.achievements {
  margin-bottom: 48px;
}

.achievements-grid {
  grid-column-gap: 27px;
  grid-row-gap: 25px;
}

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

.achievement-number {
  margin-right: 20px;
  color: #070721;
  font-size: 72px;
  line-height: 1.056em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.achievement-content {
  max-width: 296px;
}

.accent-text-color {
  color: #302cff;
}

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

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

.container-medium-666px.standards {
  margin-bottom: 48px;
  text-align: center;
}

.standards-grid {
  grid-column-gap: 27px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.press-slider {
  height: 100%;
  background-color: transparent;
}

.press-mask {
  overflow: visible;
  max-width: 591px;
}

.press-slide {
  position: static;
  margin-right: 27px;
}

.story-title-wrapper {
  margin-bottom: 83px;
}

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

.card-team-content {
  max-width: 424px;
}

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

.card-team-social-media-grid {
  margin-bottom: 10px;
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-team-rol {
  color: #302cff;
  font-size: 18px;
  line-height: 1.111em;
}

.office-cards-grid {
  grid-column-gap: 19px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-office-address {
  margin-bottom: 13px;
  line-height: 1.75em;
}

.card-office-link {
  line-height: 1.75em;
}

.services-grid {
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0c7;
  font-size: 20px;
  line-height: 1em;
}

.client-divider {
  width: 16px;
  height: 1px;
  margin-right: 18px;
  margin-left: 18px;
  background-color: #50507e;
}

.case-study-services-wrapper {
  margin-bottom: 44px;
}

.results-featured-number {
  margin-bottom: 14px;
  color: #302cff;
  font-size: 45px;
  line-height: 1.044em;
  font-weight: 700;
}

.case-study-section-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;
}

.case-study-section-title-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.case-study-section-title-accent {
  height: 6px;
  min-width: 100px;
  margin-bottom: 10px;
  background-color: #302cff;
}

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

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

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

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

.categories-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-category {
  margin-right: 28px;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #50507e;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  letter-spacing: 0em;
}

.button-category:hover {
  background-color: #302cff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-category.all.w--current {
  background-color: #302cff;
}

.button-category.careers {
  background-color: #f6f6fb;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #50507e;
}

.button-category.careers:hover {
  background-color: #302cff;
  color: #fff;
}

.button-category.careers.w--current {
  background-color: #302cff;
  color: #fff;
}

.button-category.careers.all.w--current {
  color: #fff;
}

.button-category.category-page {
  background-color: #f6f6fb;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #50507e;
}

.button-category.category-page:hover {
  background-color: #302cff;
  color: #fff;
}

.button-category.category-page.w--current {
  background-color: #302cff;
  color: #fff;
}

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

.button-category.category-page.all.w--current {
  color: #fff;
}

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

.blog-newsletter-form-block {
  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;
}

.blog-post-link-back-to-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
}

.blog-post-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 852px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rich-text h2 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text p {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

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

.rich-text h4 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 797px;
  margin: 60px auto;
}

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

.rich-text ul {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text h3 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text ol {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text h6 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text li {
  margin-bottom: 14px;
}

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

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

.blog-post-about-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-author {
  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: #a0a0c7;
  font-size: 18px;
  line-height: 1.111em;
  text-align: left;
  text-decoration: none;
}

.blog-post-author:hover {
  color: #a0a0c7;
}

.blog-post-author-name {
  margin-bottom: 7px;
  color: #fafafd;
  font-weight: 700;
}

.about-author-content {
  width: 100%;
}

.about-author-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -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-author-rol {
  color: #302cff;
  font-size: 18px;
  line-height: 1em;
}

.about-author-social-media-grid {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg {
  position: absolute;
}

.bg.blog-post {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 892px;
  background-color: #070721;
}

.bg.pricing {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 639px;
  background-color: #070721;
}

.bg.custom-package {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 988px;
  background-color: #302cff;
}

.bg.contact {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 861px;
  background-color: #070721;
}

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

.card-package-icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  margin-bottom: 14px;
  border-radius: 19px;
}

.card-package-price {
  color: #302cff;
  font-size: 29px;
  line-height: 1.063em;
  font-weight: 700;
}

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

.package-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;
  line-height: 1.125em;
}

.package-feature-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 9px;
  border-radius: 1000px;
}

.select-wrapper {
  overflow: hidden;
  height: 62px;
  margin-bottom: 0px;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper:hover {
  border-color: #302cff;
}

.select-wrapper:focus {
  border-color: #302cff;
}

.select-wrapper::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper::placeholder {
  color: #50507e;
  font-size: 16px;
}

.select-wrapper.card-package {
  display: block;
  margin-bottom: 12px;
}

.select-wrapper.checkout {
  height: 54px;
}

.select {
  height: 62px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #50507e;
  font-size: 16px;
}

.select:focus {
  color: #070721;
  font-size: 16px;
}

.select::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.select::placeholder {
  color: #50507e;
  font-size: 16px;
}

.select.checkout {
  height: 54px;
}

.card-package-add-to-cart {
  margin-bottom: 12px;
}

.card-package-default-state {
  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;
}

.card-package-top-content {
  margin-bottom: 18px;
}

.card-package-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-package-bottom-content {
  margin-bottom: 44px;
}

.card-package-add-to-cart-wrapper {
  margin-top: auto;
}

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

.container-medium-619px.custom-package {
  margin-bottom: 37px;
  text-align: center;
}

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

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

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

.contact-categories-grid {
  grid-column-gap: 28px;
  grid-row-gap: 19px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-category-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px 20px 15px 14px;
  -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: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  cursor: pointer;
}

.contact-category-box:hover {
  border-color: #302cff;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 17px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(48, 44, 255, 0.01), 0 1px 3px 0 rgba(7, 7, 33, 0.06);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #070721;
  font-size: 16px;
}

.text-area:hover {
  border-color: #302cff;
}

.text-area:focus {
  border-color: #302cff;
  color: #070721;
  font-size: 16px;
}

.text-area::-webkit-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area:-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area::-ms-input-placeholder {
  color: #50507e;
  font-size: 16px;
}

.text-area::placeholder {
  color: #50507e;
  font-size: 16px;
}

.contact-category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25em;
}

.custom-package-category-checkbox-label {
  display: none;
}

.checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #cecddd;
  border-radius: 4px;
  box-shadow: inset 0 -1px 5px 0 rgba(48, 44, 255, 0.22);
  -webkit-transition: border-radius 350ms ease, background-color 350ms ease, border-color 350ms ease;
  transition: border-radius 350ms ease, background-color 350ms ease, border-color 350ms ease;
}

.checkbox:hover {
  border-color: #302cff;
}

.checkbox.w--redirected-checked {
  width: 22px;
  height: 22px;
  border-color: #302cff;
  border-radius: 5px;
  background-color: #302cff;
  background-image: url('../images/icon-check-form.svg');
}

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

.link-back-to-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-back-to {
  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;
  text-decoration: none;
}

.link-back-to.white {
  color: #fafafd;
}

.link-back-to.white:hover {
  color: #302cff;
}

.package-sidebar {
  max-width: 499px;
}

.package-rich-text h2 {
  margin-bottom: 15px;
}

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

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

.package-rich-text h4 {
  margin-bottom: 15px;
}

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

.package-rich-text ul {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.package-rich-text h3 {
  margin-bottom: 15px;
}

.package-rich-text ol {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.package-rich-text li {
  margin-bottom: 14px;
}

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

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

.package-features-grid {
  grid-column-gap: 40px;
}

.package-order-default-state {
  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;
}

.package-order-option-list {
  margin-bottom: 27px;
}

.package-order-price {
  margin-bottom: 29px;
  color: #302cff;
  font-size: 28px;
  line-height: 1.143em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.package-order-top-content {
  margin-bottom: 32px;
}

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

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

.openings-sidebar {
  max-width: 385px;
}

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

.card-career-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-date {
  color: #302cff;
  font-weight: 500;
}

.card-career-about-content {
  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;
  line-height: 1.125em;
}

.card-career-about-divider {
  width: 1px;
  height: 24px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #cecddd;
}

.career-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.card-career-page-date {
  margin-bottom: 10px;
  color: #302cff;
  font-weight: 500;
}

.career-rich-text h2 {
  margin-bottom: 15px;
}

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

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

.career-rich-text h4 {
  margin-bottom: 15px;
}

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

.career-rich-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.career-rich-text h3 {
  margin-bottom: 15px;
}

.career-rich-text ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.career-rich-text li {
  margin-bottom: 14px;
}

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

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

.card-career-page-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-page-about-divider {
  width: 1px;
  height: 24px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #cecddd;
}

.card-career-page-about-content {
  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;
  line-height: 1.125em;
}

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

.container-medium-566px.contact {
  margin-bottom: 59px;
  text-align: center;
}

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

.container-medium-673px.faqs {
  margin-bottom: 32px;
  text-align: center;
}

.container-medium-673px.checkout-hero {
  text-align: center;
}

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

.faqs-columns {
  margin-right: 0px;
  margin-left: 0px;
}

.faqs-column-1 {
  padding-right: 13.5px;
  padding-left: 0px;
}

.faq-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  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-style: solid;
  border-width: 1px;
  border-color: #cecddd;
  border-radius: 12px;
  background-color: #fff;
  color: #302cff;
  font-size: 20px;
  text-shadow: 0 1px 4px rgba(48, 44, 255, 0.25);
}

.faq-arrow-icon {
  font-family: 'Icons Code Template', sans-serif;
}

.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;
  text-align: left;
}

.faq-wrapper {
  overflow: hidden;
  margin-bottom: 22px;
  padding: 28px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecddd;
  border-radius: 18px;
  background-color: #fff;
  cursor: pointer;
}

.faq-wrapper.last {
  margin-bottom: 0px;
}

.faqs-column-2 {
  padding-right: 0px;
  padding-left: 13.5px;
}

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

.contact-info {
  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: #cecddd;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
}

.contact-info:hover {
  color: #302cff;
}

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

.category-title-wrapper.packages-category {
  margin-bottom: 0px;
}

.checkout-form {
  padding: 100px 0px 120px;
  background-color: transparent;
}

.paypal {
  margin-bottom: 10px;
}

.apple-pay {
  height: 60px;
  border-radius: 10px;
}

.block-header {
  padding-top: 30px;
  padding-bottom: 20px;
  border-width: 0px;
}

.checkout-required-text {
  font-size: 14px;
}

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

.block-content.place-order {
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-right: 0.5px solid #cecddd;
  border-bottom: 0.5px solid #cecddd;
  border-left: 0.5px solid #cecddd;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 13px 0 rgba(48, 44, 255, 0.05);
}

.order-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-item-price {
  color: #070721;
  font-weight: 500;
}

.order-item-plan {
  color: #070721;
  font-weight: 500;
}

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

.order-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-summary-subtottal {
  color: #070721;
  font-weight: 500;
}

.order-summary-total {
  color: #070721;
  font-size: 19px;
  font-weight: 700;
}

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

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 158px;
  height: 150px;
  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: #302cff;
}

.password-icon {
  width: 66px;
}

._2-buttons-text {
  margin-right: 20px;
  margin-left: 20px;
  color: #fafafd;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.card-team-content-top-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-team-rol-page {
  color: #302cff;
  font-size: 18px;
  line-height: 1.111em;
}

.card-team-social-media-grid-page {
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-latest-articles-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-blog-post-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-arrow {
  position: relative;
  top: 1px;
  font-family: 'Icons Code Template', sans-serif;
  color: #302cff;
  font-size: 8px;
}

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

.slide-left-arrow-icon {
  position: relative;
  bottom: -1px;
  font-family: 'Icons Code Template', sans-serif;
  font-size: 13px;
}

.slide-right-arrow-icon {
  position: relative;
  bottom: -1px;
  font-family: 'Icons Code Template', sans-serif;
  font-size: 13px;
}

.icon-back-to {
  font-family: 'Icons Code Template', sans-serif;
  font-size: 14px;
}

.case-study-rich-text h2 {
  margin-bottom: 15px;
}

.case-study-rich-text p {
  margin-bottom: 21px;
}

.case-study-rich-text img {
  border-radius: 36px;
}

.case-study-rich-text h4 {
  margin-bottom: 15px;
}

.case-study-rich-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.case-study-rich-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.case-study-rich-text h3 {
  margin-bottom: 15px;
}

.case-study-rich-text ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.case-study-rich-text li {
  margin-bottom: 14px;
}

.case-study-rich-text figcaption {
  margin-top: 23px;
}

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

.case-study-rich-text-white h2 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white p {
  margin-bottom: 21px;
  color: #a0a0c7;
}

.case-study-rich-text-white img {
  border-radius: 36px;
}

.case-study-rich-text-white h4 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: none;
}

.case-study-rich-text-white h5 {
  color: #fff;
}

.case-study-rich-text-white ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #a0a0c7;
}

.case-study-rich-text-white h3 {
  margin-bottom: 15px;
  color: #fff;
}

.case-study-rich-text-white ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #a0a0c7;
}

.case-study-rich-text-white h6 {
  color: #fff;
}

.case-study-rich-text-white li {
  margin-bottom: 14px;
}

.case-study-rich-text-white figcaption {
  margin-top: 23px;
  color: #a0a0c7;
}

.case-study-rich-text-white figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.case-study-rich-text-white strong {
  color: #fff;
}

.case-study-rich-text-white a {
  color: #fff;
}

.case-study-rich-text-white a:hover {
  color: #302cff;
}

.card-team-bio-summary-link {
  color: #50507e;
  text-decoration: none;
}

.card-team-bio-summary-link:hover {
  color: #50507e;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecddd;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(48, 44, 255, 0.05);
  font-size: 20px;
  text-align: center;
}

.empty-state.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

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

.success-message {
  border-radius: 8px;
  background-color: #302cff;
  color: #fff;
  text-align: center;
}

.error-message {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background-color: #ff4040;
  color: #fff;
  text-align: center;
}

.cart-wrapper {
  z-index: 1001;
  background-color: rgba(7, 7, 33, 0.85);
}

.cart-footer {
  border-top-width: 0px;
}

.cart-header {
  border-bottom-width: 0px;
}

.cart-close-button {
  background-image: url('../images/icon-close.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-remove-button {
  font-size: 14px;
}

.cart-items-subtotal {
  color: #070721;
  font-size: 20px;
}

.cart-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.cart-item-price {
  color: #070721;
  font-weight: 500;
}

.cart-item-plan {
  color: #070721;
  font-weight: 500;
}

.cart-empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  text-align: center;
}

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

.rich-text-utility-guide h2 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide p {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.rich-text-utility-guide img {
  border-radius: 36px;
}

.rich-text-utility-guide h4 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide blockquote {
  max-width: 797px;
  margin: 60px auto;
}

.rich-text-utility-guide h5 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-utility-guide ul {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text-utility-guide h3 {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.rich-text-utility-guide ol {
  max-width: 672px;
  margin: 30px auto 60px;
}

.rich-text-utility-guide h6 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-utility-guide li {
  margin-bottom: 14px;
}

.rich-text-utility-guide figcaption {
  margin-top: 23px;
}

.client-name-link {
  color: #a0a0c7;
  text-decoration: none;
}

.client-name-link:hover {
  color: #302cff;
}

.licenses-grid {
  margin-top: 18px;
  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-block {
  overflow: hidden;
  height: 145px;
  border-radius: 24px;
  box-shadow: 0 4px 7px 0 rgba(7, 7, 33, 0.05);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-block:hover {
  box-shadow: 0 4px 16px 0 rgba(7, 7, 33, 0.09);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.changelog-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  -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;
}

.changelog-item-container.last {
  margin-bottom: 0px;
}

.heading-size-h3 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #070721;
  font-size: 24px;
  line-height: 1.416em;
  font-weight: 700;
}

.button {
  display: inline;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #302cff;
  box-shadow: 4px 6px 20px 5px #a5a5a5;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  mix-blend-mode: normal;
}

.heading {
  margin-bottom: 100px;
}

@media screen and (min-width: 1440px) {
  .image.home-hero {
    margin-top: 0px;
  }
}

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

  blockquote {
    padding-right: 60px;
    padding-left: 60px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 60px;
  }

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

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.about-hero {
    max-width: 849px;
    margin-top: 60px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.small.card-career-page {
    margin-bottom: 20px;
  }

  .button-primary.header-button {
    margin-right: 30px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-link {
    display: block;
    font-size: 32px;
    text-align: left;
  }

  .nav-link.dropdown {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 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;
    border-radius: 1000px;
    background-color: #302cff;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #302cff;
  }

  .nav-menu {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 36px;
    background-color: #f6f6fb;
  }

  .footer {
    padding-top: 80px;
  }

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

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-services {
    padding-top: 60px;
  }

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

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

  .section.about-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.achievements {
    padding-top: 120px;
  }

  .section.press {
    padding-bottom: 120px;
  }

  .section.services {
    padding-top: 60px;
  }

  .section.case-studies {
    padding-top: 60px;
  }

  .section.case-study-hero {
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #070721), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #070721 80%, #fff 0);
  }

  .section.project-overview {
    padding-top: 120px;
  }

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

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.blog-newsletter {
    padding-bottom: 120px;
  }

  .section.blog-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-post-latest-articles {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.pricing {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.custom-package {
    padding-bottom: 120px;
  }

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

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

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

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

  .section.contact {
    padding-top: 60px;
  }

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

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

  .section.category-page-blog-newsletter {
    padding-bottom: 100px;
  }

  .section.blog-category-page {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

  .section.packages-category {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.checkout-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .container-medium-761px.process {
    margin-bottom: 40px;
  }

  .container-medium-761px.our-services {
    margin-bottom: 40px;
  }

  .container-medium-761px.case-studies {
    margin-bottom: 40px;
  }

  .divider.footer-divider {
    margin-top: 80px;
  }

  .divider.blog-post {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .divider.card-package {
    width: 1px;
    height: auto;
    margin: 0px 40px 0px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.card-career-page {
    margin-top: 16px;
    margin-bottom: 44px;
  }

  .home-hero-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.section-services {
    margin-bottom: 160px;
  }

  .top-content.section-case-studies {
    -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;
  }

  .top-content.testimonials {
    margin-bottom: 160px;
  }

  .top-content.section-team {
    margin-bottom: 40px;
  }

  .top-content.offices {
    -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;
  }

  .top-content.press {
    margin-bottom: 160px;
  }

  .top-content.case-study-hero {
    margin-bottom: 80px;
    -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;
  }

  .top-content.latest-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 40px;
  }

  .top-content.pricing {
    margin-bottom: 60px;
    -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;
  }

  .top-content.openings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.card-career {
    margin-bottom: 7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.card-career-page-top-content {
    margin-top: 20px;
  }

  .top-content.follow {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog-category-page {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.careers-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .top-content.team-blog-post-latest-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle.companies {
    margin-bottom: 40px;
  }

  ._2-buttons-wrapper.section-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .space.faq-bottom {
    height: 10px;
  }

  .image.home-hero {
    margin-top: -155px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image.section-about {
    max-width: 700px;
    margin-top: 60px;
    margin-right: 0px;
  }

  .image.icon-process {
    margin-bottom: 20px;
  }

  .image.card-cta {
    margin-bottom: 20px;
  }

  .image.icon-office {
    margin-right: 20px;
  }

  .image.blog-hero-newsletter {
    margin-right: 40px;
  }

  .image.icon-card-follow {
    margin-right: 20px;
  }

  .split-content.section-about-right {
    text-align: center;
  }

  .split-content.section-case-studies-left {
    max-width: 618px;
    margin-bottom: 40px;
  }

  .split-content.section-services {
    max-width: 618px;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.about-hero-left {
    margin-right: 0px;
  }

  .split-content.story-left {
    max-width: 50%;
    margin-right: 20px;
  }

  .split-content.story-right {
    max-width: 50%;
  }

  .split-content.offices-left {
    max-width: 500px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.case-study-hero-left {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.card-case-study-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .split-content.case-study-section-right {
    max-width: 60%;
  }

  .split-content.blog-hero-left {
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.pricing-left {
    max-width: 600px;
    margin-bottom: 16px;
  }

  .split-content.package-left {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
  }

  .split-content.top-conten-openings-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.openings-left {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.career-left {
    max-width: 58%;
    margin-right: 20px;
  }

  .split-content.card-career-page-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split-content.follow-left {
    max-width: 660px;
    margin-bottom: 16px;
  }

  .split-content.blog-category-page-left {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .split-content.careers-category-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.packages-category-left {
    max-width: 600px;
    margin-bottom: 16px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.team-left {
    margin-right: 20px;
  }

  .section-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-small-530px.blog-and-resources {
    margin-bottom: 40px;
  }

  .container-small-530px.cta {
    margin-bottom: 40px;
  }

  .store-grid {
    grid-column-gap: 4vw;
  }

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

  .image-wrapper.about-author {
    margin-right: 20px;
  }

  .image-wrapper.order-item {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

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

  .image-wrapper.cart-item-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 40px;
  }

  .title.case-study-section {
    margin-right: 10px;
    font-size: 34px;
  }

  .title.latest-articles {
    margin-bottom: 40px;
  }

  .title.card-career-page {
    margin-right: 0px;
  }

  .paragraph.footer-paragraph {
    max-width: 350px;
  }

  .paragraph.story {
    margin-bottom: 100px;
  }

  .paragraph.case-study-hero {
    max-width: none;
  }

  .paragraph.pricing {
    max-width: 660px;
  }

  .paragraph.package-excerpt {
    margin-bottom: 30px;
  }

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

  .paragraph.faq {
    max-width: 621px;
  }

  .paragraph.follow {
    max-width: 660px;
  }

  .paragraph.card-follow {
    max-width: 330px;
  }

  .paragraph.packages-category {
    max-width: 660px;
  }

  .card.process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.services {
    padding-bottom: 40px;
  }

  .card.testimonial {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .card.achievement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.press {
    padding-top: 53px;
  }

  .card.standards {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .card.case-study-page {
    max-width: 754px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card.blog-hero-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 754px;
  }

  .card.package {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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.conatct-card {
    padding: 60px 60px 70px;
  }

  .card.package-features {
    margin-bottom: 40px;
  }

  .card.package-order {
    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.package-order-mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    -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.openings-contact {
    padding: 40px 30px 47px;
  }

  .card.career {
    padding: 40px 30px;
  }

  .card.career-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.career-apply {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .card.checkout {
    margin-bottom: 30px;
  }

  .card.changelog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-page {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-grid {
    margin-bottom: 40px;
  }

  .slide-right-arrow {
    left: 200px;
    right: auto;
  }

  .slide-left-arrow {
    left: 0px;
    right: auto;
  }

  .section-case-studies-grid {
    grid-row-gap: 30px;
  }

  .card-case-study-content {
    padding: 50px 40px;
  }

  .blog-and-resources-grid {
    margin-bottom: 40px;
    grid-column-gap: 20px;
  }

  .card-blog-post-content {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .card-blog-post-about-wrapper {
    -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;
  }

  .badge.blog-post-category {
    margin-bottom: 20px;
  }

  .badge.card-package-popular {
    left: 30px;
    top: 20px;
    right: auto;
  }

  .badge.changelog {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-block {
    margin-right: 5vw;
  }

  .footer-links-block.first {
    max-width: 566px;
    margin-right: 0vw;
    margin-bottom: 60px;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .small-print-wrapper {
    -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;
  }

  .nav-link-dropdown {
    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;
  }

  .dropdown-list {
    position: static;
    margin-top: 0px;
    padding: 30px 0px 0px;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-links-title-wrapper._1 {
    display: none;
  }

  .dropdown-links-list {
    margin-right: 60px;
  }

  .dropdown-links-block {
    margin-right: 60px;
  }

  .brand {
    z-index: 1000;
  }

  .container-small-458px.achievements {
    margin-bottom: 40px;
  }

  .about-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .achievement-number {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .container-medium-666px.standards {
    margin-bottom: 40px;
  }

  .standards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .story-title-wrapper {
    margin-bottom: 60px;
  }

  .office-cards-grid {
    width: 100%;
  }

  .card-office-content {
    width: 100%;
  }

  .card-office-links-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-services-wrapper {
    max-width: 197px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .case-study-platforms-wrapper {
    max-width: 197px;
  }

  .case-study-section-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .case-study-section-title-accent {
    min-width: 50px;
  }

  .blog-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .latest-articles-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .categories-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-category {
    margin-right: 13px;
    margin-left: 13px;
  }

  .blog-hero-newsletter-content {
    max-width: 516px;
    text-align: left;
  }

  .blog-post-link-back-to-wrapper {
    margin-bottom: 40px;
  }

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

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

  .blog-post-latest-articles-grid {
    margin-bottom: 40px;
    grid-column-gap: 20px;
  }

  .about-author-top-content {
    margin-bottom: 20px;
  }

  .bg.blog-post {
    height: 700px;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-package-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-package-bottom-content {
    margin-bottom: 40px;
  }

  .card-package-top-content-text {
    max-width: 400px;
  }

  .package-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .package-sidebar {
    display: none;
  }

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

  .package-features-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .package-order-add-to-cart {
    width: 50%;
  }

  .package-order-top-content {
    width: 50%;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .careers-grid {
    grid-row-gap: 20px;
  }

  .card-career-about-wrapper {
    margin-bottom: 10px;
  }

  .card-career-date {
    margin-bottom: 10px;
  }

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

  .card-career-page-date {
    margin-bottom: 10px;
  }

  .card-career-page-about-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-566px.contact {
    margin-bottom: 50px;
  }

  .follow-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faqs-column-1 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .faq-wrapper {
    margin-bottom: 20px;
  }

  .faqs-column-2 {
    padding-left: 0px;
  }

  .checkout-form {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item-content {
    min-width: 154px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-wrapper {
    margin-top: 20px;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 35px;
  }

  .team-blog-post-latest-articles-grid {
    grid-column-gap: 20px;
  }

  .dropdown-arrow {
    font-size: 15px;
  }

  .dropdown-text {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-item-content {
    min-width: 154px;
  }

  .rich-text-utility-guide p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 33px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 40px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-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.testimonial {
    margin-bottom: 40px;
  }

  .paragraph-large.about-hero {
    margin-top: 40px;
  }

  .paragraph-large.careers-hero {
    max-width: none;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.small.card-career-page {
    margin-bottom: 15px;
  }

  .button-primary.header-button {
    display: none;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

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

  .section.section-services {
    padding-top: 40px;
  }

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

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

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

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

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

  .section.services {
    padding-top: 40px;
  }

  .section.case-studies {
    padding-top: 40px;
  }

  .section.case-study-hero {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #070721), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #070721 85%, #fff 0);
  }

  .section.project-overview {
    padding-top: 100px;
  }

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

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

  .section.blog-newsletter {
    padding-bottom: 100px;
  }

  .section.blog-post {
    padding-top: 40px;
  }

  .section.blog-post-latest-articles {
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  .section.custom-package {
    padding-bottom: 100px;
  }

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

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

  .section.openings {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 40px;
  }

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

  .section.faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.category-page-blog-newsletter {
    padding-bottom: 80px;
  }

  .section.blog-category-page {
    padding-bottom: 80px;
  }

  .section.careers-category {
    padding-bottom: 80px;
  }

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

  .section.team-latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team {
    padding-bottom: 80px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 200px;
  }

  .container-medium-761px.process {
    text-align: left;
  }

  .divider.card-cta {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .divider.card-blog-post {
    margin-bottom: 30px;
  }

  .divider.footer-divider {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .divider.card-case-study {
    margin-right: 40px;
    margin-left: 40px;
  }

  .divider.blog-post {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .divider.card-package {
    width: 100%;
    height: 1px;
    margin: 30px 0px;
  }

  .divider.card-career-page {
    margin-bottom: 34px;
  }

  .top-content.section-services {
    margin-bottom: 140px;
  }

  .top-content.section-case-studies {
    margin-bottom: 40px;
  }

  .top-content.testimonials {
    margin-bottom: 140px;
  }

  .top-content.section-team {
    -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;
  }

  .top-content.press {
    margin-bottom: 140px;
  }

  .top-content.case-study-hero {
    margin-bottom: 60px;
  }

  .top-content.latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.pricing {
    margin-bottom: 40px;
  }

  .top-content.openings {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.follow {
    margin-bottom: 30px;
  }

  .top-content.blog-category-page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.careers-category {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.packages-category {
    margin-bottom: 40px;
  }

  .top-content.team-blog-post-latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-hero-content {
    max-width: 575px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .subtitle.companies {
    margin-bottom: 30px;
  }

  .subtitle.card-case-study {
    margin-bottom: 10px;
  }

  ._2-buttons-wrapper.section-about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .space.faq-bottom {
    height: 5px;
  }

  .image.home-hero {
    max-width: 100%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image.section-about {
    max-width: 100%;
    margin-top: 40px;
    border-radius: 30px;
  }

  .image.icon-process {
    width: 71px;
    height: 71px;
  }

  .image.card-cta {
    width: 67px;
    height: 67px;
    border-radius: 20px;
  }

  .image.icon-services {
    width: 115px;
    height: 115px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .image.testimonial {
    width: 57px;
    height: 57px;
  }

  .image.testimonial-company {
    margin-bottom: 10px;
  }

  .image.card-case-study {
    width: 80%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image.story-1 {
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .image.story-2 {
    border-radius: 20px;
  }

  .image.story-3 {
    border-radius: 30px;
  }

  .image.case-study-image-featured {
    border-radius: 28px;
  }

  .image.blog-hero-newsletter {
    width: 97px;
    height: 97px;
    min-width: 97px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 24px;
  }

  .image.blog-newsletter {
    width: 77px;
    height: 77px;
    min-width: 77px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .image.blog-post {
    border-radius: 30px;
  }

  .image.contact-category-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 13px;
  }

  .image.icon-openings-contact {
    width: 88px;
    height: 88px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.icon-card-follow {
    width: 71px;
    height: 71px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .split-content.section-about-right {
    text-align: left;
  }

  .split-content.section-case-studies-left {
    margin-bottom: 30px;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .split-content.testimonial-about-left {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .split-content.story-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.story-right {
    max-width: 100%;
  }

  .split-content.section-team-left {
    margin-bottom: 20px;
  }

  .split-content.offices-left {
    margin-bottom: 40px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 40px;
  }

  .split-content.card-case-study-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.case-study-section-right {
    max-width: 100%;
  }

  .split-content.case-study-section-left {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.blog-hero-left {
    margin-bottom: 40px;
  }

  .split-content.about-author-left {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .split-content.package-left {
    margin-top: 30px;
  }

  .split-content.careers-hero-left {
    max-width: none;
    margin-bottom: 16px;
  }

  .split-content.top-conten-openings-left {
    margin-bottom: 30px;
  }

  .split-content.openings-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.career-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.card-career-page-title {
    margin-bottom: 10px;
  }

  .split-content.blog-category-page-left {
    margin-bottom: 30px;
  }

  .split-content.careers-category-left {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.checkout-left {
    margin-bottom: 20px;
  }

  .split-content.team-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .section-about-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-small-530px.blog-and-resources {
    margin-left: 0px;
    text-align: left;
  }

  .container-small-530px.cta {
    margin-left: 0px;
    text-align: left;
  }

  .store-wrapper {
    text-align: left;
  }

  .store-grid {
    max-width: 503px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-wrapper.card-case-study {
    max-width: 100%;
    text-align: center;
  }

  .image-wrapper.blog-post-author {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin-right: 15px;
  }

  .image-wrapper.about-author {
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin-right: 15px;
  }

  .image-wrapper.card-team-page {
    width: 96px;
    height: 96px;
    min-width: 96px;
    margin-right: 20px;
  }

  .title.about-hero {
    margin-bottom: 30px;
  }

  .title.case-study-section {
    font-size: 31px;
  }

  .title.blog-hero-newsletter {
    font-size: 22px;
  }

  .title.latest-articles {
    margin-bottom: 30px;
  }

  .title.blog-newsletter {
    font-size: 22px;
  }

  .title.card-package {
    font-size: 22px;
  }

  .title.card-package-features {
    margin-bottom: 20px;
  }

  .title.custom-package {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .title.package-order {
    font-size: 22px;
  }

  .title.openings-contact {
    margin-bottom: 10px;
  }

  .title.card-career {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .title.career-apply {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .title.about-job {
    margin-top: 15px;
  }

  .title.faq {
    margin-right: 10px;
    font-size: 18px;
  }

  .paragraph.section-about {
    margin-bottom: 30px;
  }

  .paragraph.home-hero {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.footer-paragraph {
    margin-bottom: 20px;
  }

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

  .paragraph.blog-newsletter {
    margin-bottom: 20px;
  }

  .paragraph.about-author {
    max-width: none;
  }

  .paragraph.package-excerpt {
    margin-bottom: 20px;
  }

  .paragraph.openings-contact {
    margin-bottom: 25px;
  }

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

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

  .card {
    border-radius: 28px;
  }

  .card.process {
    padding: 40px 20px 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.cta {
    padding: 46px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .card.testimonial {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .card.achievement {
    padding: 40px 20px;
  }

  .card.press {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.standards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.team {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.office {
    max-width: 575px;
    padding: 40px 20px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.case-study-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.blog-hero-newsletter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.blog-newsletter {
    padding: 49px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.package {
    padding-right: 30px;
    padding-left: 30px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.conatct-card {
    padding: 40px 40px 60px;
  }

  .card.package-features {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .card.package-order-mobile {
    margin-bottom: 30px;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.openings-contact {
    padding-bottom: 40px;
  }

  .card.career-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.career-apply {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.follow {
    padding: 45px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.checkout {
    margin-bottom: 20px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.team-page {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-process-content {
    max-width: 550px;
  }

  .process-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-cta-content {
    max-width: none;
  }

  .slide-right-arrow {
    top: -100px;
  }

  .slide-left-arrow {
    top: -100px;
  }

  .testimonial-about-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .card-case-study-content {
    max-width: 100%;
    padding-top: 24px;
  }

  .blog-and-resources-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-blog-post-about-wrapper {
    -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;
  }

  .badge.card-package-popular {
    left: auto;
    right: 30px;
  }

  .cart {
    margin-right: 20px;
  }

  .footer-links-block {
    margin-bottom: 20px;
  }

  .footer-links-block.first {
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-links-wrapper.utility-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-print-wrapper {
    font-size: 14px;
  }

  .dropdown-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-links-list {
    margin-right: 20px;
  }

  .dropdown-links-block {
    margin-right: 40px;
    margin-bottom: 30px;
  }

  .dropdown-links-block.last {
    margin-bottom: 0px;
  }

  .footer-links-main-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-small-458px.achievements {
    margin-left: 0px;
    text-align: left;
  }

  .achievements-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .achievement-number {
    font-size: 58px;
  }

  .story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-666px.standards {
    margin-left: 0px;
    text-align: left;
  }

  .standards-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .story-title-wrapper {
    margin-bottom: 40px;
  }

  .story-left-images-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    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;
    grid-template-rows: auto;
  }

  .section-team-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-content {
    max-width: 500px;
  }

  .office-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-office-content {
    width: 469px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .client-wrapper {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .case-study-services-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .results-featured-number {
    font-size: 38px;
  }

  .case-study-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .latest-articles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button-category {
    margin-right: 19px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

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

  .blog-newsletter-content {
    max-width: 520px;
  }

  .blog-post-link-back-to-wrapper {
    margin-bottom: 30px;
  }

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

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

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

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

  .rich-text ul {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

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

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

  .blog-post-latest-articles-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-author-top-content {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-author-social-media-grid {
    margin-bottom: 20px;
  }

  .bg.blog-post {
    height: 550px;
  }

  .card-package-price {
    font-size: 24px;
  }

  .card-package-bottom {
    width: 100%;
  }

  .card-package-bottom-content {
    margin-bottom: 30px;
  }

  .container-medium-619px.custom-package {
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }

  .contact-form {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .package-rich-text ul {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .package-rich-text ol {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .package-rich-text li {
    margin-bottom: 10px;
  }

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

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

  .package-features-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .package-order-add-to-cart {
    width: auto;
  }

  .package-order-top-content {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .careers-hero-wrapper {
    -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;
  }

  .openings-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .openings-sidebar {
    max-width: none;
  }

  .career-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-sidebar {
    max-width: 100%;
  }

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

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

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

  .career-rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .career-rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .career-rich-text li {
    margin-bottom: 10px;
  }

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

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

  .card-career-page-about-wrapper {
    margin-bottom: 15px;
  }

  .container-medium-566px.contact {
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-673px.faqs {
    margin-bottom: 30px;
  }

  .follow-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-arrow-wrapper {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .faq-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-info-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .contact-info.last {
    margin-right: 0px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .block-content {
    padding-bottom: 30px;
  }

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

  .order-item-main-content {
    -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;
  }

  .icon-password {
    width: 132px;
    height: 132px;
  }

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 30px;
  }

  .team-blog-post-latest-articles-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-study-rich-text p {
    margin-bottom: 15px;
  }

  .case-study-rich-text img {
    border-radius: 30px;
  }

  .case-study-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .case-study-rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text li {
    margin-bottom: 10px;
  }

  .case-study-rich-text figcaption {
    margin-top: 15px;
  }

  .case-study-rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-rich-text-white p {
    margin-bottom: 15px;
  }

  .case-study-rich-text-white img {
    border-radius: 30px;
  }

  .case-study-rich-text-white blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .case-study-rich-text-white ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text-white ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-rich-text-white li {
    margin-bottom: 10px;
  }

  .case-study-rich-text-white figcaption {
    margin-top: 15px;
  }

  .case-study-rich-text-white figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .rich-text-utility-guide p {
    margin-bottom: 25px;
  }

  .rich-text-utility-guide img {
    border-radius: 30px;
  }

  .rich-text-utility-guide blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .rich-text-utility-guide ul {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text-utility-guide ol {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 20px;
  }

  .rich-text-utility-guide li {
    margin-bottom: 10px;
  }

  .rich-text-utility-guide figcaption {
    margin-top: 15px;
  }

  .rich-text-utility-guide figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-service-content {
    max-width: 520px;
  }

  .licenses-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-link-block {
    height: 100%;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 30px 20px;
    border-left-width: 8px;
    font-size: 18px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post-top-content {
    margin-bottom: 30px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large.about-hero {
    margin-top: 30px;
  }

  .paragraph-large.card-press {
    margin-bottom: 25px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
  }

  .button-primary.small.card-career-page {
    margin-bottom: 10px;
  }

  .button-primary.blog-newsletter {
    position: static;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-secondary {
    display: block;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section.home-hero {
    padding-top: 30px;
  }

  .section.testimonials {
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.achievements {
    padding-top: 80px;
  }

  .section.offices {
    padding-top: 80px;
  }

  .section.press {
    padding-bottom: 80px;
  }

  .section.services {
    padding-top: 30px;
  }

  .section.case-studies {
    padding-top: 30px;
  }

  .section.case-study-hero {
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #070721), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #070721 95%, #fff 0);
  }

  .section.project-overview {
    padding-top: 80px;
  }

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

  .section.latest-articles {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.blog-newsletter {
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-top: 30px;
  }

  .section.blog-post-latest-articles {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.pricing {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section.custom-package {
    padding-bottom: 80px;
  }

  .section.package {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.careers-hero {
    padding-top: 30px;
    padding-bottom: 50px;
  }

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

  .section.career {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.contact {
    padding-top: 30px;
  }

  .section.follow {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.category-page-blog-newsletter {
    padding-bottom: 60px;
  }

  .section.blog-category-page {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.careers-category {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.packages-category {
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .section.team-latest-articles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

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

  .input.footer-newsletter {
    margin-bottom: 15px;
  }

  .input.blog-newsletter {
    height: 62px;
    margin-bottom: 16px;
    padding-right: 20px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.process {
    margin-bottom: 30px;
  }

  .container-medium-761px.our-services {
    margin-bottom: 30px;
  }

  .container-medium-761px.case-studies {
    margin-bottom: 30px;
  }

  .divider.card-cta {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider.card-blog-post {
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .divider.footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.card-case-study {
    width: 100%;
    height: 1px;
    margin: 20px 0px 30px;
  }

  .divider.blog-post {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .divider.card-career-page {
    margin-bottom: 24px;
  }

  .home-hero-wrapper {
    margin-bottom: 30px;
  }

  .top-content.section-services {
    margin-bottom: 120px;
  }

  .top-content.section-case-studies {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.testimonials {
    margin-bottom: 120px;
  }

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

  .top-content.press {
    margin-bottom: 120px;
  }

  .top-content.case-study-hero {
    margin-bottom: 40px;
  }

  .top-content.latest-articles {
    margin-bottom: 30px;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 30px;
    -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;
  }

  .top-content.pricing {
    margin-bottom: 30px;
  }

  .top-content.openings {
    margin-bottom: 30px;
  }

  .top-content.card-career {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.card-career-page-top-content {
    margin-top: 10px;
  }

  .top-content.blog-category-page {
    margin-bottom: 30px;
  }

  .top-content.careers-category {
    margin-bottom: 30px;
  }

  .top-content.packages-category {
    margin-bottom: 30px;
  }

  .top-content.team-blog-post-latest-articles {
    margin-bottom: 30px;
    -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;
  }

  .subtitle {
    margin-bottom: 8px;
  }

  .subtitle.companies {
    margin-bottom: 20px;
  }

  .subtitle.card-case-study {
    margin-bottom: 8px;
  }

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

  .space._2-buttons {
    height: 20px;
  }

  .space.faq {
    height: 10px;
  }

  .image.section-about {
    margin-top: 30px;
    border-radius: 20px;
  }

  .image.icon-process {
    margin-bottom: 10px;
  }

  .image.card-cta {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image.icon-services {
    width: 96px;
    height: 96px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .image.testimonial {
    width: 47px;
    height: 47px;
    min-width: 47px;
    margin-right: 10px;
  }

  .image.card-blog-post-author {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.story-3 {
    border-radius: 20px;
  }

  .image.offices-map {
    margin-top: 0px;
  }

  .image.card-press-logo {
    margin-bottom: 20px;
  }

  .image.case-study-image-featured {
    border-radius: 23px;
  }

  .image.blog-hero-newsletter {
    width: 81px;
    height: 81px;
    min-width: 81px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image.blog-newsletter {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-bottom: 10px;
    border-radius: 21px;
  }

  .image.blog-post {
    border-radius: 25px;
  }

  .image.contact-category-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.icon-openings-contact {
    width: 73px;
    height: 73px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image.icon-card-career-about {
    margin-right: 5px;
  }

  .image.icon-card-career-page-about {
    margin-right: 5px;
  }

  .image.icon-contact-info {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
  }

  .image.icon-card-follow {
    width: 59px;
    height: 59px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .split-content.card-cta-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.card-cta-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.testimonial-about-left {
    margin-right: 10px;
  }

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

  .split-content.offices-left {
    margin-bottom: 30px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 30px;
  }

  .split-content.card-case-study-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .split-content.card-case-study-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .split-content.case-study-section-left {
    margin-bottom: 30px;
  }

  .split-content.blog-hero-left {
    margin-bottom: 30px;
  }

  .split-content.about-author-left {
    margin-bottom: 10px;
  }

  .split-content.package-left {
    margin-top: 20px;
  }

  .split-content.top-conten-openings-left {
    margin-bottom: 20px;
  }

  .split-content.openings-left {
    margin-bottom: 30px;
  }

  .split-content.career-left {
    margin-bottom: 30px;
  }

  .split-content.card-career-page-title {
    margin-bottom: 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-small-530px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-530px.blog-and-resources {
    margin-bottom: 30px;
  }

  .container-small-530px.cta {
    margin-bottom: 30px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .image-wrapper.company {
    max-width: 130px;
  }

  .image-wrapper.blog-post-author {
    width: 54px;
    height: 54px;
    min-width: 54px;
    margin-right: 10px;
  }

  .image-wrapper.about-author {
    width: 76px;
    height: 76px;
    min-width: 76px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.order-item {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .image-wrapper.card-team-page {
    width: 85px;
    height: 85px;
    min-width: 85px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image-wrapper.cart-item-image {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .title.results-featured {
    margin-bottom: 10px;
  }

  .title.case-study-section {
    font-size: 26px;
  }

  .title.blog-hero-newsletter {
    font-size: 20px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.blog-newsletter {
    font-size: 20px;
  }

  .title.blog-post-latest-articles {
    margin-bottom: 16px;
  }

  .title.card-package {
    font-size: 20px;
  }

  .title.card-package-features {
    margin-bottom: 20px;
  }

  .title.custom-package {
    max-width: 350px;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .title.package-order {
    font-size: 20px;
  }

  .title.card-career {
    font-size: 20px;
  }

  .title.career-apply {
    font-size: 20px;
  }

  .title.faq {
    font-size: 16px;
  }

  .paragraph.card-cta {
    margin-bottom: 20px;
  }

  .paragraph.services {
    margin-bottom: 25px;
  }

  .paragraph.card-case-study {
    margin-bottom: 20px;
  }

  .paragraph.story {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .paragraph.openings-contact {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .paragraph.card-follow {
    margin-bottom: 20px;
  }

  .card {
    border-radius: 23px;
  }

  .card.process {
    padding-bottom: 40px;
  }

  .card.cta {
    padding: 40px 20px;
  }

  .card.testimonial {
    padding: 40px 20px 25px;
  }

  .card.press {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.standards {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.office {
    padding-top: 30px;
  }

  .card.case-study-page {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.blog-hero-newsletter {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .card.blog-newsletter {
    padding: 40px 20px;
  }

  .card.package {
    padding: 30px 20px 38px;
  }

  .card.conatct-card {
    padding: 30px 20px 40px;
  }

  .card.package-features {
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .card.package-order-mobile {
    padding: 40px 20px;
  }

  .card.openings-contact {
    padding: 30px 20px;
  }

  .card.career {
    padding: 30px 20px;
  }

  .card.career-page {
    padding: 40px 20px;
  }

  .card.career-apply {
    padding: 30px 20px;
  }

  .card.follow {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .card.team-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-grid {
    margin-bottom: 30px;
  }

  .container-large-1052px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .slide-right-arrow {
    left: 162px;
    top: -90px;
    padding: 20px;
  }

  .slide-left-arrow {
    top: -90px;
    padding: 20px;
  }

  .testimonial-about-name {
    font-size: 16px;
  }

  .testimonial-about-rol {
    font-size: 16px;
  }

  .section-case-studies-grid {
    grid-row-gap: 20px;
  }

  .card-case-study-content {
    padding: 20px 20px 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-and-resources-grid {
    margin-bottom: 30px;
  }

  .card-blog-post-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-blog-post-author-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .badge.card-blog-post {
    font-size: 14px;
  }

  .badge.blog-post-category {
    margin-bottom: 10px;
  }

  .badge.changelog {
    margin-bottom: 10px;
  }

  .card-blog-post-author-content {
    margin-bottom: 10px;
  }

  .card-blog-post-author-name {
    font-size: 16px;
  }

  .card-blog-post-date {
    font-size: 16px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart {
    margin-right: 10px;
  }

  .footer-links-block.first {
    margin-bottom: 30px;
  }

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

  .footer-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
  }

  .dropdown-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-links-list {
    margin-bottom: 20px;
  }

  .dropdown-links-block {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .container-small-458px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-458px.achievements {
    margin-bottom: 30px;
  }

  .achievements-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achievement-number {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .container-medium-666px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-666px.standards {
    margin-bottom: 30px;
  }

  .story-title-wrapper {
    margin-bottom: 30px;
  }

  .story-left-images-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-office-address {
    margin-bottom: 10px;
  }

  .client-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .client-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .case-study-services-wrapper {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .results-featured-number {
    margin-bottom: 10px;
  }

  .results-featured-top-content {
    margin-right: 30px;
  }

  .categories-grid {
    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;
  }

  .button-category {
    margin-top: 5px;
    margin-right: 16px;
    margin-bottom: 5px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .container-medium-752px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .blog-post-link-back-to-wrapper {
    margin-bottom: 20px;
  }

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

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

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

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

  .rich-text h4 {
    margin-bottom: 11px;
  }

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

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text h3 {
    margin-bottom: 11px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

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

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

  .blog-post-about-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-latest-articles-grid {
    margin-bottom: 30px;
  }

  .blog-post-author {
    font-size: 16px;
  }

  .about-author-content {
    max-width: 361px;
  }

  .about-author-top-content {
    margin-bottom: 5px;
  }

  .about-author-social-media-grid {
    margin-bottom: 10px;
  }

  .bg.blog-post {
    height: 480px;
  }

  .card-package-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-bottom: 10px;
  }

  .card-package-price {
    font-size: 20px;
  }

  .card-package-features-grid {
    grid-row-gap: 13px;
  }

  .package-feature-wrapper {
    font-size: 14px;
  }

  .package-feature-icon {
    margin-right: 6px;
  }

  .select-wrapper {
    padding-right: 20px;
  }

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

  .card-package-top-content {
    margin-bottom: 15px;
  }

  .card-package-bottom-content {
    margin-bottom: 20px;
  }

  .container-medium-619px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-809px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-form {
    grid-row-gap: 20px;
  }

  .contact-category-box {
    padding-right: 15px;
    padding-left: 10px;
  }

  .text-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-category-content {
    max-width: 150px;
  }

  .package-rich-text h2 {
    margin-bottom: 11px;
  }

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

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

  .package-rich-text h4 {
    margin-bottom: 11px;
  }

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

  .package-rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .package-rich-text h3 {
    margin-bottom: 11px;
  }

  .package-rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .package-rich-text li {
    margin-bottom: 8px;
  }

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

  .package-rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .package-order-option-list {
    margin-bottom: 20px;
  }

  .package-order-price {
    margin-bottom: 20px;
  }

  .package-order-top-content {
    margin-bottom: 20px;
  }

  .card-career-about-wrapper {
    margin-right: 0px;
    margin-bottom: 7px;
  }

  .card-career-date {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .card-career-about-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .card-career-about-divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .career-wrapper {
    margin-top: 20px;
  }

  .card-career-page-date {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .career-rich-text h2 {
    margin-bottom: 11px;
  }

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

  .career-rich-text h4 {
    margin-bottom: 11px;
  }

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

  .career-rich-text h3 {
    margin-bottom: 11px;
  }

  .career-rich-text li {
    margin-bottom: 8px;
  }

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

  .career-rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .card-career-page-about-divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .card-career-page-about-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .container-medium-566px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-566px.contact {
    margin-bottom: 20px;
  }

  .container-medium-673px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .follow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .checkout-form {
    padding-top: 40px;
  }

  .block-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item-main-content {
    -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;
  }

  .order-summary-subtottal {
    font-size: 14px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .icon-password {
    width: 100px;
    height: 100px;
  }

  .password-icon {
    width: 48px;
  }

  ._2-buttons-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team-latest-articles-title-wrapper {
    margin-bottom: 20px;
  }

  .case-study-rich-text h2 {
    margin-bottom: 11px;
  }

  .case-study-rich-text img {
    border-radius: 25px;
  }

  .case-study-rich-text h4 {
    margin-bottom: 11px;
  }

  .case-study-rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-rich-text h3 {
    margin-bottom: 11px;
  }

  .case-study-rich-text li {
    margin-bottom: 8px;
  }

  .case-study-rich-text figcaption {
    margin-top: 10px;
  }

  .case-study-rich-text figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .case-study-rich-text-white h2 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white img {
    border-radius: 25px;
  }

  .case-study-rich-text-white h4 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-study-rich-text-white h3 {
    margin-bottom: 11px;
  }

  .case-study-rich-text-white li {
    margin-bottom: 8px;
  }

  .case-study-rich-text-white figcaption {
    margin-top: 10px;
  }

  .case-study-rich-text-white figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .error-message.cart {
    margin-right: 16px;
    margin-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-item-main-content {
    -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;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .rich-text-utility-guide h2 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide p {
    margin-bottom: 20px;
  }

  .rich-text-utility-guide img {
    border-radius: 25px;
  }

  .rich-text-utility-guide h4 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide h3 {
    margin-bottom: 11px;
  }

  .rich-text-utility-guide ol {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-utility-guide li {
    margin-bottom: 8px;
  }

  .rich-text-utility-guide figcaption {
    margin-top: 10px;
  }

  .rich-text-utility-guide figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading {
    margin-bottom: 40px;
  }
}

#w-node-d98dc8b4-9b39-29c9-f179-4d72cc555ba4-b7202d57 {
  -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-d98dc8b4-9b39-29c9-f179-4d72cc555bde-b7202d57 {
  -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-d98dc8b4-9b39-29c9-f179-4d72cc555be2-b7202d57 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-52202d62 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-d98dc8b4-9b39-29c9-f179-4d72cc555ba4-b7202d57 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d98dc8b4-9b39-29c9-f179-4d72cc555bde-b7202d57 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Icons Code Template';
  src: url('../fonts/icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}