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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Thicccboi;
  color: #676788;
  font-size: 18px;
  line-height: 1.611em;
  font-weight: 500;
}

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

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

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

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

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

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

p {
  margin-bottom: 20px;
}

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

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

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

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

li {
  margin-bottom: 9px;
}

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

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

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

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

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.style-guide-sidebar._2 {
  padding-top: 40px;
}

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

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

.container-default.home-hero.res {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-default.home-hero.top-hero {
  max-width: 800px;
}

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

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

.container-default._150 {
  margin-top: 60px;
}

.container-default._150._120 {
  margin-top: 0px;
}

.container-default.small {
  max-width: 700px;
}

.container-default.medium {
  max-width: 1000px;
}

.container-default.main-page {
  max-width: 1000px;
}

.container-default.text {
  margin-top: 60px;
}

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

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
  border-bottom: 1px none #000;
}

.bible-tips-header {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-weight: 800;
}

.bible-tips-header.bible {
  margin-bottom: 40px;
  background-color: #d10e1a;
  font-size: 50px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bible-tips-header.bible._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 red;
  background-image: linear-gradient(140deg, #384cff, red 29%);
  font-size: 60px;
  text-align: left;
}

.text-wrapper {
  padding: 100px 60px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.text-wrapper.bible {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #050229;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-small-left.bible {
  max-width: none;
}

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

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

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

.paragraph-large.home-hero.description {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
}

.paragraph-large.home-hero.description.res {
  max-width: none;
}

.paragraph-large.home-hero.description.main-page {
  max-width: none;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

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

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

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

.paragraph-large.neutral-100.feature-1 {
  max-width: 481px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-large.neutral-100.feature-1.larger {
  max-width: none;
}

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

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

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

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

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

.subheader-wrapper._453 {
  margin-top: 100px;
  border-radius: 20px;
}

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

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

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

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

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

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

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

.button-primary.large.contact-form-button.home {
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5445ff), to(#34e4ff));
  background-image: linear-gradient(90deg, #5445ff, #34e4ff);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: background-color 300ms ease, -webkit-transform 500ms ease;
  transition: background-color 300ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 300ms ease;
  transition: transform 500ms ease, background-color 300ms ease, -webkit-transform 500ms ease;
  font-family: Lato, sans-serif;
  font-weight: 900;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.large.contact-form-button.home:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

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

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

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

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

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

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

.button-primary.download-app._2-buttons-button {
  -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;
}

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

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

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

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

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

.button-primary._2 {
  border: 3px solid #d8e4ff;
  border-radius: 22px;
  background-image: url('../images/bg-2-features-app-x-template.jpg');
  background-position: 100% 50%;
  background-size: auto;
  font-weight: 900;
}

.button-primary._9 {
  border-style: solid;
  border-width: 2px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #384cff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -20px #000;
}

.header-logo {
  max-width: none;
}

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

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

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

.nav-item-wrapper.droplink {
  display: none;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #050229;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #096bff;
}

.nav-link:visited {
  text-decoration: none;
}

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

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

.nav-link.drop {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

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

.footer.footer-content {
  padding-top: 40px;
}

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

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

.footer-logo-container.w--current {
  margin-bottom: 10px;
}

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

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

.footer-logo {
  width: 310px;
}

.footer-nav-item {
  margin-bottom: 24px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: Lato, sans-serif;
  line-height: 1em;
  font-weight: 500;
}

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

.section.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 850px;
  padding-top: 89px;
  padding-bottom: 55px;
  background-image: url('../images/header-image.jpg');
  background-position: 50% 45%;
  background-size: auto;
}

.section.home-hero.intro {
  height: 850px;
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/header-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/header-image.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, auto;
}

.section.home-hero.intro.res {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/lakesa12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/lakesa12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.home-hero.intro.res.med {
  background-image: url('../images/0snow1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14)));
  background-image: url('../images/0snow1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.home-hero.intro.res.tech {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0002.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/0002.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section.home-hero.intro.res.tech.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/valley.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/valley.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
}

.section.home-hero.intro.res.tech.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0001.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/0001.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section.home-hero.intro.res.tech._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0lake1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/0lake1.jpg');
  background-size: auto, cover;
}

.section.home-hero.intro.res.tech._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Forestland12.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Forestland12.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.section.home-hero.intro.res._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/nature2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/nature2.jpg');
  background-size: auto, cover;
}

.section.home-hero.header {
  background-color: hsla(0, 0%, 100%, 0.85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/header-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/header-image.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-hero.resources {
  display: block;
  height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/Geiranger2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/Geiranger2.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.section.home-hero.resources.tech-tips {
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0lake1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/0lake1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.home-hero.resources.bible {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.03))), url('../images/nature2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url('../images/nature2.jpg');
  background-size: auto, cover;
}

.section.home-hero.resources.media {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/0001.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/0001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.home-hero.resources.contact-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Forestland12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Forestland12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.home-hero.resources.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/header-image.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/header-image.jpg');
}

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

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

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

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

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

.section.bg-neutral-200.resources {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-neutral-200.resources._1 {
  background-color: #fff;
  color: #676788;
}

.section.bg-neutral-200.resources.media {
  padding-top: 60px;
}

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

.section.home-achievements {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.section.features-hero.image-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76))), url('../images/0001.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76)), url('../images/0001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

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

.section.careers-hero {
  position: relative;
  padding-top: 88px;
}

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

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

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

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

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

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

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

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._404-title {
  background-image: url('../images/bg-3-features-app-x-template.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #384cff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #6a8bff;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.paragraph.card-home-feature {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #676788;
  font-size: 17px;
  line-height: 1.706em;
  font-weight: 400;
}

.paragraph.first-perks {
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
}

.paragraph.first-perk {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.paragraph.second-perks {
  margin-bottom: 28px;
}

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

.paragraph.home-achievements {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
}

.paragraph.footer-main-content-parargraph {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

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

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

.paragraph.about-story {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.paragraph.contact {
  margin-bottom: 31px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.paragraph.blog-v3-hero {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.main-feature {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph.main-feature.test {
  text-align: center;
}

.paragraph.main-feature.res {
  margin-bottom: 60px;
}

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

.paragraph.card-author-about-summary {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.paragraph.footer-main-content-paragraph {
  margin-bottom: 44px;
}

.paragraph.blog-post-excerpt {
  max-width: 466px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #00f;
  font-size: 25px;
  font-weight: 900;
}

.paragraph.home-hero-v3 {
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
}

.paragraph.center-aligned {
  text-align: center;
}

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

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

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

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

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

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

.card.home-feature {
  padding: 20px 32px 63px;
  text-decoration: none;
}

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

.card.home-feature.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.card.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #676788;
  text-decoration: none;
}

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

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

.card.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 48px 37px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

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

.card.career {
  min-height: 100%;
  padding: 60px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #676788;
  text-decoration: none;
}

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

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

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

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

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

.card.plan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 34px;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease;
  color: #676788;
  text-decoration: none;
}

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

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

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

.card.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  min-height: 800px;
  padding: 74px 40px 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card.contact.contact-form {
  max-width: 650px;
  min-height: 600px;
  margin-right: 30px;
  padding: 60px 20px;
}

.card.contact.main-page {
  max-width: 500px;
  min-height: 600px;
}

.card.contact.main-page.contact-us {
  max-width: 600px;
}

.card.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 32px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #3b3b4e;
  text-decoration: none;
}

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

.card.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
  box-shadow: 0 3px 10px 0 rgba(8, 15, 52, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

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

.card.careers-perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 36px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
}

.card.careers-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
}

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

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

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

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

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

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

.card.team-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 60px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 24px;
}

.card.bible-translation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

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

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

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

.title {
  font-family: Lato, sans-serif;
}

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

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

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

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

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

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

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

.title.home-features {
  margin-bottom: 0px;
  border-bottom: 5px dotted #6562ff;
  background-image: url('../images/bg-3-features-app-x-template.jpg');
  background-position: 0% 50%;
  background-size: auto;
  font-family: Lato, sans-serif;
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.home-features.res {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.title.home-features.res.media {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-style: none;
}

.title.home-features.small {
  font-size: 38px;
}

.title.card-home-feature {
  margin-bottom: 12px;
  border-bottom: 2px solid #384cff;
  font-family: Lato, sans-serif;
  color: #384cff;
  font-size: 23px;
  line-height: 1.565em;
  font-weight: 900;
}

.title.card-home-feature.card {
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.01), 0 10px 34px 0 rgba(0, 0, 0, 0.03);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.title.card-home-feature.small-card {
  border-bottom-style: none;
  text-align: center;
}

.title.card-home-feature.small-card.videoheadersmall {
  text-align: center;
}

.title.card-home-feature.small-card.left {
  margin-top: 20px;
  text-align: left;
}

.title.card-home-feature.link {
  margin-top: 20px;
  border-bottom-style: none;
  color: #ea3843;
  font-size: 18px;
  text-decoration: none;
}

.title.first-perks {
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
}

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

.title.h5-size.first-perk {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
}

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

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

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

.title.home-achievements {
  margin-bottom: 34px;
  font-family: Lato, sans-serif;
}

.title.blog-section {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.title.card-post {
  font-family: Lato, sans-serif;
}

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

.title.neutral-100.small-title {
  margin-bottom: 41px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.title.neutral-100.small-title.newsletter {
  font-size: 40px;
  font-weight: 900;
}

.title.neutral-100.small-title.newsletter:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.neutral-100.small-title.centered {
  font-weight: 700;
  text-align: center;
}

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

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

.title.neutral-100.feature-1 {
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

.title.footer-menu {
  margin-bottom: 32px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #384cff;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.title.footer-menu.center-aligned {
  text-align: center;
}

.title.footer-menu.center-aligned.footer {
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #c8c8d5;
  border-top-style: none;
}

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

.title.about-story {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.title.features-hero {
  margin-bottom: 14px;
  font-weight: 700;
}

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

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

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

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

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

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

.title.contact {
  margin-bottom: 30px;
  background-image: linear-gradient(83deg, #384cff, #00ff6a);
  font-family: Lato, sans-serif;
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.contact.heading {
  display: inline-block;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.title.h2-size.not-found {
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
}

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

.title.style-guide-subheader-title {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

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

.title.changelog-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 20px;
  margin-bottom: 0px;
  -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: 20px;
  background-color: #050229;
  color: #fff;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

.title.blog-v3-hero {
  margin-bottom: 15px;
}

.title.card-features-v1 {
  margin-bottom: 10px;
}

.title.main-feature {
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.title.main-feature.videoheader {
  font-size: 46px;
  text-align: center;
}

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

.title.h4-size.blog-post-author-name {
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  color: #050229;
  font-size: 28px;
}

.title.card-author {
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  color: #0b0a33;
  font-size: 22px;
  line-height: 1.667em;
  font-weight: 700;
}

.title.card-author._7 {
  font-size: 26px;
}

.title.blog-post {
  margin-bottom: 18px;
  background-image: linear-gradient(96deg, #384cff, #00ff6a);
  font-family: Lato, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.footer-menu-title {
  margin-bottom: 48px;
  color: #4457ff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

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

.title.home-hero-v3 {
  margin-bottom: 18px;
}

.title.blue {
  color: #384cff;
  text-align: center;
}

.title.small-wallpaper {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

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

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

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

.split-content.content-top-home-features-left.res {
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

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

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

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

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

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

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

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

.split-content.contact-left.contact-page {
  max-width: 500px;
}

.split-content.contact-left.home {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.split-content.contact-left.index2 {
  max-width: none;
  min-width: auto;
}

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

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

.split-content.integrations-v1-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: 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;
}

.split-content.integrations-v1-right {
  position: relative;
  z-index: 1;
  max-width: 42%;
}

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

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

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

.split-content.home-hero-v3-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 495px;
  min-width: 495px;
  margin-right: 30px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.split-content.about-us {
  max-width: 800px;
}

.split-content.about-us-image {
  margin-bottom: 40px;
}

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

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

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

.checkout-checkbox-label {
  margin-bottom: 0px;
}

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

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

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

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

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

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

.image-wrapper.first-perks {
  position: relative;
  width: 100%;
  max-width: 576px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
}

.image-wrapper.second-perks {
  position: relative;
  max-width: 579px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.image-wrapper.contact-link-icon._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper.contact-link-icon._7 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

.image-wrapper.card-author-image {
  width: 190px;
  max-height: 190px;
  min-height: 190px;
  min-width: 190px;
  margin-right: 31px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
}

.image-wrapper.card-author-image._2 {
  width: 84px;
  max-height: 84px;
  min-height: 84px;
  min-width: 84px;
  margin-right: 40px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #000;
  border-radius: 100px;
  background-color: rgba(204, 80, 80, 0);
  box-shadow: 1px 1px 3px 0 #000;
}

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

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

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

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

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

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

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

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

.image.home-achievements {
  max-width: 277px;
  margin-left: 56px;
  border-radius: 37px;
  box-shadow: 0 12px 74px 0 rgba(5, 2, 41, 0.16);
}

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

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

.image.cta {
  max-width: 38%;
  min-width: 364px;
  margin-top: -143px;
  margin-bottom: -184px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image.feature-1-mockup._23 {
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.image.contact-link-icon._2 {
  width: 50px;
}

.image.contact-link-icon._22 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.image.integrations-v1-image-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 37px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.integrations-v1-image-2 {
  position: absolute;
  left: 0px;
  bottom: 60px;
  z-index: 2;
  width: 100%;
  max-width: 317px;
  border-radius: 30px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

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

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

.image.home-hero-v3-image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 23%;
  border-radius: 28px;
  box-shadow: 0 40px 102px 0 rgba(32, 36, 138, 0.09);
}

.image.home-hero-v3-image-1 {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
}

.image.home-hero-v3-bg-2 {
  position: absolute;
  bottom: 0px;
}

.image.home-hero-v3-bg-1 {
  position: absolute;
  left: 54px;
  top: 39px;
}

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

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

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

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

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

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

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

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

.paypal {
  margin-bottom: 15px;
}

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

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

.cart-button {
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  color: #050229;
  line-height: 1em;
}

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

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

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

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

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

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

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

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

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

.home-hero-content {
  max-width: none;
  min-width: auto;
  text-align: center;
}

.home-hero-content.res {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

._2-buttons.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-buttons.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-buttons.features-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.content-top.home-features {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.content-top.home-features.res {
  text-align: left;
}

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

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

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

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

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

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

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

.content-top.coming-soon {
  -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;
}

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

.home-companies-logos {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 831px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.bg.home-hero {
  right: 0px;
  bottom: 60px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  max-width: 551px;
  min-height: 610px;
  border-radius: 55px;
}

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

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

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

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

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

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

.bg.contact._2 {
  left: auto;
  right: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.bg.header {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  padding-bottom: 28px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px #000;
  opacity: 0.95;
  color: #fff;
}

.bg.first-perks {
  position: static;
}

.bg.second-perks {
  position: static;
}

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

.main-features-grid.res {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-features-grid.res.media {
  margin-bottom: 40px;
}

.main-features-grid.res.media.music {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-features-grid.res.formats {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.main-features-grid.bibles {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-wrapper.resources {
  text-align: left;
}

.home-hero-wrapper.hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-home-feature-content.small {
  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;
}

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

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

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

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

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

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

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

.home-achievements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 758px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.card-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.card-post-about-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.card-post-about-author-name {
  font-family: Lato, sans-serif;
  color: #050229;
  line-height: 1.688em;
  font-weight: 800;
}

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

.card-post-about-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 60px;
}

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

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

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

.footer-small-print {
  font-family: Lato, sans-serif;
  line-height: 1.6em;
  font-weight: 400;
}

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

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

.footer-main-content.footer-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-main-content.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  min-width: 43%;
  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;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 712px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-nav-wrapper.wrapper {
  margin-bottom: 40px;
}

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

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

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Lato, sans-serif;
  color: #676788;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-nav-link.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 483px;
  padding: 60px 88px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.about-story-content {
  max-width: 571px;
  margin-bottom: 42px;
}

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

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

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

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

.card-team-social-media-grid {
  margin-top: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.card-team-social-media-link.facebook {
  background-image: url('../images/icon-1-social-media-app-x-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 8px 0 rgba(21, 116, 239, 0.21);
}

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

.card-team-social-media-link.linkedin {
  background-image: url('../images/icon-4-social-media-app-x-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 8px 0 rgba(21, 126, 231, 0.34);
}

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

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

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

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

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

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

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

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

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

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

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

.post-featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676788;
  text-decoration: none;
}

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

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

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

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

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

.post-featured-about-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.6em;
}

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

.post-featured-about-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.blog-newsletter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 130px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 44px;
}

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

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

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

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

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

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

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

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

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

.post-author-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 40px 104px 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

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

.features-grid.formats {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 30px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

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

.feature-1-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 40px 114px 40px 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

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

.feature-1-content.larger {
  max-width: none;
}

.feature-2-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 40px 118px 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

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

.slide-nav {
  display: none;
}

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

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

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

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

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

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

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

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

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

.card-feature-content.formats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.plan-item {
  position: relative;
  max-width: 404.671875px;
  margin-right: 11px;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

.card-plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
}

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

.card-plan-popular-badge {
  position: absolute;
  top: 23px;
  right: 26px;
  padding: 12px 22px;
  border-radius: 12px;
  background-color: #050229;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
  text-align: center;
}

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

.plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-features-grid {
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #050229;
  font-size: 16px;
  line-height: 1.125em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #050229;
  font-size: 18px;
  font-weight: 500;
}

.select:focus {
  color: #050229;
}

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

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

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

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

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

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

.contact-wrapper.contact-us {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-wrapper.home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact-wrapper.index2-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.contact-links-grid._2 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

.text-area.contact {
  min-height: 220px;
  border-radius: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.text-area.contact.homepage {
  margin-bottom: 40px;
}

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

.contact-link-title {
  font-family: Lato, sans-serif;
  color: #5445ff;
  line-height: 1.375em;
  font-weight: 900;
}

.contact-link-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contact-link-text._12 {
  font-family: Lato, sans-serif;
}

.contact-link-text._12 {
  font-weight: 400;
}

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

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

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e4e4eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.career-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
}

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

.job-description-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #050229;
  font-size: 20px;
  line-height: 1.7em;
}

.career-date {
  color: #676788;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper.blog-category {
  margin-right: 30px;
  margin-bottom: 30px;
}

.category-title-wrapper.plan-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories-collection-list-blog-category {
  margin-bottom: 30px;
}

.rich-text-figure h2 {
  margin-bottom: 33px;
}

.rich-text-figure p {
  margin-bottom: 26px;
}

.rich-text-figure ol {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text-figure h3 {
  margin-top: 46px;
}

.rich-text-figure figcaption {
  margin-top: 16px;
}

.rich-text-figure img {
  border-radius: 40px;
}

.rich-text-figure h4 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text-figure ul {
  margin-top: 26px;
  margin-bottom: 46px;
}

.rich-text-figure h5 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.rich-text-figure blockquote {
  margin-top: 29px;
  margin-bottom: 64px;
}

.rich-text-figure h6 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.order-item-option-result {
  color: #050229;
  font-weight: 600;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 14px;
  background-color: #050229;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.success-message.sub {
  background-image: linear-gradient(157deg, #089ecc 17%, #64ff9a);
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 14px;
  background-color: #fae9e9;
  color: #ea3843;
  font-weight: 700;
  text-align: center;
}

.out-of-stock-state {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #f9f9fb;
  color: #3b3b4e;
  font-weight: 600;
  text-align: center;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons App X Template';
  font-size: 8px;
  font-weight: 400;
}

.dropdown-nav {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1em;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(5, 2, 41, 0.1);
}

.nav-link-dropdown {
  display: block;
  line-height: 1em;
}

.dropdown-nav-link {
  color: #676788;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  color: #096bff;
}

.dropdown-list {
  right: -230px;
  padding-top: 30px;
  background-color: transparent;
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(1, 0, 15, 0.85);
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #e4e4eb;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #e4e4eb;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.remove-button {
  color: #050229;
  font-size: 16px;
  text-decoration: none;
}

.cart-item-price {
  color: #050229;
  font-weight: 600;
}

.cart-item-option-result {
  color: #050229;
  font-weight: 600;
}

.cart-subtotal {
  color: #050229;
  font-size: 22px;
}

.brand {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.01);
  transform: scale3d(1.05, 1.05, 1.01);
}

.team-about-wrapper {
  max-width: 711px;
  margin-right: auto;
  margin-left: auto;
}

.card-team-page-name-wrapper {
  margin-bottom: 20px;
}

.card-team-page-position {
  color: #3b3b4e;
  font-size: 20px;
  line-height: 1.111em;
  font-weight: 600;
}

.team-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-apple-icon {
  position: static;
  margin-right: 12px;
  font-family: 'Icons App X Template';
  font-size: 24px;
  font-weight: 400;
}

.download-app-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-android-icon {
  margin-right: 8px;
  font-family: 'Icons App X Template';
  font-size: 17px;
  font-weight: 400;
}

.card-team-wrapper {
  color: #676788;
  text-decoration: none;
}

.card-team-wrapper:hover {
  color: #676788;
}

.cart-empty-state {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3b3b4e;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.card-about-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 248px;
  min-height: 181px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-about-partners._1 {
  border-right: 1px solid #e4e4eb;
  border-bottom: 1px solid #e4e4eb;
}

.card-about-partners._2 {
  border-bottom: 1px solid #e4e4eb;
}

.card-about-partners._3 {
  border-bottom: 1px solid #e4e4eb;
  border-left: 1px solid #e4e4eb;
}

.card-about-partners._4 {
  border-right: 1px solid #e4e4eb;
}

.card-about-partners._6 {
  border-left: 1px solid #e4e4eb;
}

.no-wrap {
  white-space: nowrap;
}

.changelog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 718px;
  max-width: 558px;
}

.heading {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 900;
}

.heading.res {
  margin-top: 100px;
  text-align: center;
}

.heading.top {
  max-width: 546px;
  text-align: left;
}

.heading.center-aligned {
  text-align: center;
}

.heading.subtitle {
  font-size: 40px;
  text-align: center;
}

.container.small {
  max-width: 780px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  font-family: Lato, sans-serif;
}

.rich-text-block {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 900;
}

.field-label-2 {
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 900;
}

.field-label-3 {
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 900;
}

.field-label-3.answ {
  margin-bottom: 0px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Lato, sans-serif;
}

.text-block-4 {
  font-family: Lato, sans-serif;
}

.text-block-5 {
  font-family: Lato, sans-serif;
}

.input-wrapper-2 {
  max-width: 100%;
}

.input-wrapper-2._2 {
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-newsletter-form-block {
  margin-bottom: 0px;
}

.footer-newsletter-form._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary-arrow {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400;
}

.button-primary-arrow.form-button-arrow {
  position: absolute;
  right: 35px;
  margin-left: 0px;
  color: #fff;
  line-height: 1.111em;
}

.button-primary-arrow.small {
  margin-left: 8px;
}

.form-button-arrow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.form-button-arrow-wrapper:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.form-button-arrow-wrapper._2 {
  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;
}

.footer-field-label {
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.input-2 {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #0b0a33;
  font-size: 18px;
  line-height: 1.111em;
}

.input-2:hover {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.input-2:focus {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #0b0a33;
}

.input-2::-webkit-input-placeholder {
  color: #b1b3cb;
}

.input-2:-ms-input-placeholder {
  color: #b1b3cb;
}

.input-2::-ms-input-placeholder {
  color: #b1b3cb;
}

.input-2::placeholder {
  color: #b1b3cb;
}

.input-2.footer-newsletter {
  margin-bottom: 18px;
  border-color: #3337ff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.input-2.footer-newsletter._1 {
  min-width: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.input-2.blog-v3-hero-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input-2.footer-newsletter {
  margin-bottom: 18px;
}

.button-primary-2 {
  padding: 22px 42px;
  border-radius: 1000000000px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary-2:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary-2.form-button-arrow {
  width: 200px;
  background-image: linear-gradient(288deg, #ea3843, #e57d0d);
  font-family: Lato, sans-serif;
}

.button-primary-2.form-button-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary-2.form-button-arrow.secondary-gradient {
  background-image: linear-gradient(114deg, #ea3843, #ea413f, #e5ba0d);
}

.button-primary-2.form-button-arrow._3 {
  box-shadow: 0 1px 20px 1px #acacbe;
}

.button-primary-2.form-button-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary-2.blog-post-category {
  padding: 14px 26px;
}

.form-button-arrow-main-wrapper {
  display: inline-block;
}

.form-button-arrow-main-wrapper.footer-newsletter-form-button._2 {
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-button-arrow-main-wrapper.blog-v3-hero-form-button {
  position: absolute;
  right: 10px;
}

.success-message-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #4457ff;
  background-image: linear-gradient(82deg, #39ca39, #1881d1);
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.error-message-2 {
  padding: 20px;
  border-radius: 20px;
  background-color: #ff5f5f;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-media-wrapper._2 {
  margin-top: 10px;
}

.footer-social-media-wrapper._23 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-media-wrapper.centeraligned {
  -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;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-right: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(11, 10, 51, 0.03), 0 2px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.social-media-link:hover {
  box-shadow: 0 8px 4px 0 rgba(11, 10, 51, 0.03), 0 8px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.social-media-link.article-template {
  width: 84px;
  max-height: 84px;
  min-height: 84px;
  min-width: 84px;
  box-shadow: 0 1px 7px 0 rgba(11, 10, 51, 0.03), 0 2px 14px 0 rgba(68, 87, 255, 0.1);
}

.text-block-6 {
  font-family: Lato, sans-serif;
}

.text-block-7 {
  font-family: Lato, sans-serif;
}

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-2.blog-v3-hero {
  position: relative;
  overflow: hidden;
  padding-top: 185px;
  padding-bottom: 128px;
}

.section-2.blog-post {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 97px;
}

.section-2.blog-post._2 {
  padding-top: 80px;
}

.section-2.padding-160px {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #f9f9fb;
}

.section-2.home-hero-v3 {
  position: relative;
  overflow: hidden;
  margin-top: 111px;
  padding-top: 95px;
  padding-bottom: 98px;
  border-top: 1px solid #d9dbe9;
  border-bottom: 1px solid #d9dbe9;
}

.blog-v3-hero-form-block {
  margin-bottom: 0px;
}

.bg-2 {
  position: absolute;
}

.bg-2.blog-v3-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 50%;
  border-bottom: 100px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg-2.integrations-v1-images {
  top: -40px;
  width: 75%;
  min-height: 115%;
  border-radius: 30px;
  background-color: #f3f5ff;
}

.bg-2.blog-post {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 25%;
  border-bottom: 140px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg-2.blog-post._2 {
  min-height: 30%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: rgba(56, 76, 255, 0);
  color: #676788;
}

.bg-2.home-hero-v3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 33%;
  background-color: #f3f5ff;
}

.container-default-2 {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #384cff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-default-2.blog-v3-hero {
  position: relative;
  z-index: 1;
}

.container-default-2._2 {
  margin-top: 100px;
}

.container-default-2.extra-margin {
  margin-top: 40px;
}

.blog-v3-hero-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;
}

.container-medium-700px {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-700px.blog-v3-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 98px;
  text-align: center;
}

.success-message-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #4457ff;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.empty-state {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  color: #0b0a33;
  font-weight: 600;
  text-align: center;
}

.blog-v3-featured-bottom-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-v3-hero-featured-grid {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-no-wrap {
  white-space: nowrap;
}

.image-2 {
  padding-bottom: 20px;
}

.image-2.logo {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2.logo.web {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2.logo._2 {
  height: auto;
  margin-right: 20px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 400;
  text-align: left;
}

.button.res {
  margin-right: 50px;
  margin-left: 50px;
  border-style: none;
  background-image: linear-gradient(74deg, #ff0010, #f8a900);
  box-shadow: 0 1px 7px 1px #9fa9ff;
  color: #fff;
  font-weight: 700;
}

.button.res._1 {
  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;
}

.button._3:hover {
  color: #f50075;
}

.button-primary-3 {
  padding: 22px 40px;
  border-radius: 14px;
  background-color: #050229;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 800;
  text-align: center;
}

.button-primary-3:hover {
  background-color: rgba(5, 2, 41, 0.6);
  color: #fff;
}

.button-primary-3.header-button {
  padding: 14px 24px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

._1:hover {
  color: #096bff;
}

.integrations-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 117px;
  -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;
}

.integrations-v1-wrapper.about-us {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.integrations-v1-wrapper.song {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-v1-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 14px 24px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  font-family: Lato, sans-serif;
  color: #4457ff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.card-2 {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card-2.features-v1 {
  padding: 48px 32px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card-2.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding: 50px 68px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card-2.author:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.standard-button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 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-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #ff646e;
  box-shadow: none;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.standard-button:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
  color: #fff;
}

.standard-button._2 {
  box-shadow: none;
}

.standard-button._1 {
  background-image: linear-gradient(74deg, #ea3843, #f8db00);
}

.standard-button.checkout-billing-address-toggle {
  padding: 20px 40px;
  font-size: 18px;
}

.standard-button.song {
  margin-right: 20px;
}

.standard-button.song.green {
  background-color: #0dc300;
}

.standard-button.green {
  background-color: #27c300;
  text-align: center;
}

.standard-button.green.spacing {
  margin-right: 20px;
}

.standard-button.spacing-right {
  margin-right: 20px;
}

.heading-2 {
  max-width: 546px;
  text-align: left;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 900;
  text-align: center;
}

.text {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 1px none #000;
  font-family: Lato, sans-serif;
  color: #676788;
  font-weight: 400;
  text-align: left;
}

.text.heading {
  color: #01012c;
}

.tab-link-tab-2 {
  margin-right: 10px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.tab-link-tab-2.w--current {
  background-color: #384cff;
  color: #fff;
}

.tab-link-tab-1 {
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: #384cff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.text-block-8 {
  color: #384cff;
}

.tab-link-tab-3 {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.tab-link-tab-4 {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.tab-link-tab-5 {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #384cff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Lato, sans-serif;
  color: #384cff;
  font-weight: 700;
}

.tabs-menu {
  margin-bottom: 40px;
}

.paragraph-2 {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rich-text-block-3 {
  font-family: Lato, sans-serif;
  color: #676788;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.text-block-9 {
  font-family: Lato, sans-serif;
}

.text-block-10 {
  font-family: Lato, sans-serif;
}

.text-block-11 {
  font-family: Lato, sans-serif;
}

.text-block-12 {
  font-family: Lato, sans-serif;
}

.text-block-13 {
  font-family: Lato, sans-serif;
}

.text-block-14 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-15 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rich-text-block-4 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-3 {
  border-radius: 20px 0px;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 20px;
  -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;
  font-family: Lato, sans-serif;
  color: #384cff;
  font-size: 40px;
  font-weight: 400;
}

.column-3 {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-4 {
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-5 {
  background-image: linear-gradient(87deg, #ea3843, #ffb700);
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 800;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-5._2 {
  margin-top: 40px;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #384cff;
  text-decoration: none;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: #384cff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.footer-small-print-2 {
  max-width: 55%;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6em;
}

.footer-nav-item-2 {
  margin-bottom: 26px;
  line-height: 1.111em;
}

.footer-2 {
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dbe9;
  background-color: #fff;
}

.card-author-rol {
  color: #4457ff;
  line-height: 1.111em;
}

.container-default-3 {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default-3.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 59px;
}

.container-default-3.home-hero-v3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.footer-menu-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-2 {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav-2.last {
  margin-right: 0px;
}

.blog-post-date {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 400;
}

.container-medium-918px {
  position: relative;
  z-index: 1;
  max-width: 918px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.footer-newsletter-form-block-2 {
  margin-bottom: 0px;
}

.footer-menu-wrapper-2.pages {
  width: 100%;
  max-width: 382px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-nav-link-2 {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-nav-link-2:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #4457ff;
}

.footer-logo-container-2 {
  margin-bottom: 25px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container-2:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-content-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9dbe9;
}

.footer-social-media-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-secondary-2 {
  padding: 22px 42px;
  border-radius: 1000000px;
  background-color: #f3f5ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #4457ff;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary-2:hover {
  background-color: #4457ff;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.divider-2 {
  width: 100%;
  min-height: 1px;
  background-color: #d9dbe9;
}

.divider-2.blog-post {
  max-width: 792px;
  margin: 55px auto 97px;
}

.footer-logo-2 {
  width: 211px;
}

.blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-decoration: none;
}

.blog-post-author-wrapper:hover {
  color: #7a7d9c;
}

.content-top-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top-2.latest-posts {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-main-content-2 {
  max-width: 439px;
  margin-right: 40px;
}

.footer-content-top-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-large-1026px {
  max-width: 1026px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1026px.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  text-align: center;
}

.container-large-1026px.blog-post.music {
  text-align: center;
}

.container-large-1026px.blog-post.small {
  margin-bottom: 50px;
}

.footer-menu-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 642px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-field-label-2 {
  margin-bottom: 30px;
}

.card-author-content-bottom {
  color: #7a7d9c;
  text-decoration: none;
}

.card-author-content-bottom:hover {
  color: #7a7d9c;
}

.card-author-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-author-content-top._2-buttons {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.blog-post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-block-5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-primary-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-hero-v3-update-link-badge {
  margin-right: 19px;
  padding: 10px 20px;
  border-radius: 10000000px;
  background-color: #4457ff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
}

.home-hero-v3-update-link-text {
  margin-right: 11px;
}

.home-hero-v3-update-link-arrow {
  font-size: 12px;
  font-weight: 400;
}

.home-hero-v3-wrapper {
  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: 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;
}

.home-hero-v3-update-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 8px 34px 8px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000000000px;
  background-color: #f3f5ff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-v3-update-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #4457ff;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
}

.container-2 {
  margin-top: 60px;
}

.container-3 {
  margin-top: 60px;
}

.social-icons-box {
  margin-top: 30px;
  margin-bottom: 35px;
}

.embed {
  display: inline-block;
}

.html-embed {
  display: block;
  width: 20px;
}

.share-wrapper {
  position: fixed;
  left: 0%;
  top: 30%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  margin-left: 5px;
}

.social-share-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/icon-1-social-media-app-x-template.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.social-share-icon.facebook {
  border-radius: 100px;
}

.social-share-icon.twitter {
  border-radius: 100px;
  background-image: url('../images/icon-2-social-media-app-x-template.svg');
}

.social-share-icon.email {
  border-radius: 100px;
  background-image: url('../images/email.svg');
}

.social-share-icon.linkedin {
  border-radius: 100px;
  background-image: url('../images/icon-4-social-media-app-x-template.svg');
}

.social-share-icon.pinterest {
  border-radius: 100px;
  background-color: #ff0004;
  background-image: url('../images/pinterest.svg');
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.social-share-icon.telegram {
  background-image: url('../images/telegram.png');
}

.social-share-icon.messenger {
  background-image: url('../images/messenger.png');
  background-position: 50% 50%;
  background-size: cover;
}

.social-share-icon.whatsapp {
  background-image: url('../images/whatsapp.png');
}

.social-share-icon.vk {
  border-radius: 100px;
  background-image: url('../images/VK1.svg');
}

.share-buttons {
  display: none;
}

.html-embed-3 {
  border-radius: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-bottom: 1px dashed #000;
}

.blue-divider {
  position: static;
  display: block;
  width: 100px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: none none solid;
  border-width: 3px 3px 4px;
  border-color: #384cff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.blue-divider.bible-tips {
  margin-top: 20px;
  margin-bottom: 40px;
}

.blue-divider.long-blue-line {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.article-container {
  max-width: 900px;
  text-align: left;
}

.line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-navigation {
  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;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-top: 1px solid #c8c8d5;
}

.list {
  margin-right: 40px;
  padding-left: 0px;
}

.bible-application {
  margin-bottom: 60px;
}

.list-2 {
  padding-left: 2px;
}

.text-block-16 {
  font-family: Exo, sans-serif;
}

.text-block-17 {
  font-family: Exo, sans-serif;
}

.html-embed-4 {
  display: block;
  max-width: 940px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.html-embed-4.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-size: 48px;
}

.card-image {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.images-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-thumbnail {
  position: relative;
  height: 225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Lovatnet-lake-thumbnail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Lovatnet-lake-thumbnail.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-18 {
  position: absolute;
  left: 5%;
  top: auto;
  right: 5%;
  bottom: 5%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.wallpapers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.link-block {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 50px;
  background-image: url('../images/download20.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px 1px rgba(149, 236, 255, 0.15);
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list-2 {
  margin-top: 20px;
}

.dropdown-list-2.w--open {
  margin-top: 30px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4eb;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.03), 0 2px 6px 0 rgba(0, 0, 0, 0.01);
}

.logos-quote-divider {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.clients-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-info-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -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;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.clients-divider {
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e4ebf3;
}

.clients-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;
  font-size: 14px;
  line-height: 20px;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.clients-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  display: block;
  width: 350px;
  height: 30px;
  max-width: 350px;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  color: #050229;
  font-weight: 400;
}

.text-block-19 {
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.image-6 {
  display: block;
}

.slider {
  height: auto;
}

.button-wrapper-small {
  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;
}

@media screen and (min-width: 1920px) {
  .button-primary._2 {
    border-style: solid;
    border-width: 3px;
    border-color: #d8e4ff;
    border-radius: 20px;
    background-image: url('../images/bg-2-features-app-x-template.jpg');
    background-position: 100% 50%;
    background-size: auto;
    font-family: Lato, sans-serif;
  }

  .button-secondary {
    font-family: Lato, sans-serif;
  }

  .header {
    font-family: Lato, sans-serif;
  }

  .nav-item-wrapper.button-mobile {
    display: none;
  }

  .footer-logo {
    width: 300px;
  }

  .section.home-hero.resources.about {
    background-image: url('../images/lakesa12.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section.bg-neutral-200 {
    border: 1px none #000;
  }

  .paragraph.card-home-feature {
    font-family: Lato, sans-serif;
  }

  .paragraph.home-achievements {
    font-family: Lato, sans-serif;
    font-weight: 500;
  }

  .card.contact.contact-form {
    max-width: 650px;
  }

  .title.home-features {
    background-image: url('../images/bg-3-features-app-x-template.jpg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .title.card-home-feature {
    font-family: Lato, sans-serif;
  }

  .title.home-achievements {
    font-family: Lato, sans-serif;
  }

  .title.blog-section {
    font-family: Lato, sans-serif;
  }

  .title.card-post {
    font-family: Lato, sans-serif;
  }

  .title.neutral-100.small-title {
    font-family: Lato, sans-serif;
    font-size: 40px;
  }

  .split-content.content-top-home-features-left.giveall {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.contact-left.contact-page {
    max-width: 500px;
  }

  .content-top.home-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-home-achievement-number {
    font-family: Lato, sans-serif;
  }

  .card-home-achievement-text {
    font-family: Lato, sans-serif;
  }

  .accent-text-secondary-1 {
    font-family: Lato, sans-serif;
  }

  .card-post-about-author-name {
    font-family: Lato, sans-serif;
  }

  .footer-main-content {
    min-width: 33%;
  }

  .cta-wrapper {
    min-width: 100%;
  }

  .dropdown-arrow {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    max-width: 1200px;
  }

  .text-block-2 {
    font-family: Lato, sans-serif;
  }

  .text-block-3 {
    font-family: Lato, sans-serif;
  }

  .text-block-4 {
    font-family: Lato, sans-serif;
  }

  .text-block-5 {
    font-family: Lato, sans-serif;
  }

  .footer-newsletter-form-block {
    min-width: 100%;
  }

  .footer-newsletter-form {
    display: block;
  }

  .footer-newsletter-form._3 {
    min-width: 70px;
    text-align: left;
  }

  .footer-field-label {
    padding-left: 20px;
  }

  .input-2.footer-newsletter {
    border-color: #3337ff;
  }

  .button-primary-2.form-button-arrow {
    width: 200px;
    margin-left: 0px;
    background-image: linear-gradient(288deg, #ea3843, #e57d0d);
  }

  .section-2 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-2.blog-v3-hero {
    padding-top: 231px;
    padding-bottom: 160px;
  }

  .section-2.blog-post {
    padding-top: 214px;
    padding-bottom: 121px;
  }

  .section-2.padding-160px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-2.home-hero-v3 {
    padding-top: 119px;
    padding-bottom: 123px;
  }

  .image-2 {
    padding-bottom: 20px;
  }

  .button {
    margin-top: 20px;
    float: none;
    clear: none;
    border-style: solid;
    border-width: 1px;
    border-color: #384cff;
    border-radius: 50px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #384cff;
    font-weight: 400;
    text-align: left;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .footer-2 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  blockquote {
    padding: 83px 57px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bible-tips-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.home-hero {
    max-width: none;
    margin-bottom: 40px;
  }

  .paragraph-large.home-hero.description {
    line-height: 1.5em;
    text-align: center;
  }

  .paragraph-large.post-excerpt {
    margin-bottom: 40px;
  }

  .paragraph-large.neutral-100.feature-hero {
    max-width: none;
  }

  .paragraph-large.neutral-100.feature-1 {
    max-width: none;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 40px;
  }

  .subheader-wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-top: 20px;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 120px;
  }

  .nav-item-wrapper.droplink {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    width: 46px;
    max-height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 0px;
    border-radius: 9px;
    background-color: #050229;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #050229;
  }

  .nav-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    max-height: 100vh;
    max-width: 100%;
    padding-top: 106px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4eb;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .footer {
    padding-top: 80px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .section.home-hero {
    height: 800px;
    padding-top: 70px;
    padding-bottom: 144px;
  }

  .section.home-hero.intro {
    height: 800px;
  }

  .section.home-hero.intro.res.med {
    background-image: url('../images/0snow1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/0snow1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
  }

  .section.home-hero.intro.res.tech {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Forestland12.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Forestland12.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .section.home-hero.intro.res.tech._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Forestland12.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Forestland12.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.home-companies {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 70px;
  }

  .section.blog-hero {
    padding-top: 70px;
  }

  .section.blog-newsletter {
    margin-bottom: 144px;
  }

  .section.post {
    padding-top: 72px;
  }

  .section.features-hero {
    padding-top: 70px;
  }

  .section.pricing {
    padding-top: 70px;
  }

  .section.plan {
    padding-top: 73px;
    padding-bottom: 115px;
  }

  .section.contact {
    padding-top: 70px;
    padding-bottom: 170px;
  }

  .section.careers-hero {
    padding-top: 70px;
  }

  .section.careers-team {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.career {
    padding-top: 60px;
    padding-bottom: 123px;
  }

  .section.blog-category {
    padding-top: 70px;
  }

  .section.plan-category {
    padding-top: 70px;
  }

  .section.team {
    padding-top: 70px;
    padding-bottom: 112px;
  }

  .input:hover {
    border-color: #384cff;
  }

  .container-medium-761px.changelog {
    margin-top: -200px;
  }

  .divider.card-career-page {
    margin-top: 45px;
    margin-bottom: 53px;
  }

  .paragraph.first-perks {
    max-width: 490px;
    margin-bottom: 40px;
  }

  .paragraph.second-perks {
    max-width: 490px;
    margin-bottom: 40px;
  }

  .paragraph.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .paragraph.card-about-hero-achievement {
    max-width: 250px;
  }

  .paragraph.card-team {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.post-featured {
    max-width: 424px;
  }

  .paragraph.plan-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.contact {
    max-width: 399px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .paragraph.card-careers-team {
    margin-bottom: 20px;
  }

  .paragraph.card-apply {
    margin-bottom: 30px;
  }

  .paragraph.card-team-page-about-excerpt {
    max-width: 598px;
  }

  .paragraph.footer-main-content-paragraph {
    max-width: 439px;
    margin-bottom: 40px;
  }

  .card.home-feature {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .card.about-hero-achievement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .card.team {
    text-align: center;
  }

  .card.career {
    padding: 50px;
  }

  .card.about-partners-grid {
    width: 100%;
    max-width: 745px;
  }

  .card.formats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 58px;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.get-plan {
    position: static;
    min-width: auto;
  }

  .card.get-plan.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card.contact {
    max-width: 100%;
    min-height: 696px;
    padding: 62px 60px 72px;
  }

  .card.contact.contact-form {
    margin-right: 0px;
  }

  .card.contact.main-page {
    max-width: 650px;
  }

  .card.contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-perk {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-team {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.career-page {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
    padding: 63px 50px 60px;
  }

  .card.apply {
    position: static;
    padding-right: 50px;
    padding-left: 50px;
  }

  .card.password {
    padding: 67px 50px;
  }

  .card.team-page {
    margin-bottom: 70px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-form {
    padding-bottom: 144px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.h3-size.home-companies {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 6px;
  }

  .title.card-home-feature {
    color: #384cff;
  }

  .title.first-perks {
    margin-bottom: 20px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 10px;
  }

  .title.second-perks {
    margin-bottom: 20px;
  }

  .title.home-achievements {
    max-width: 552px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .title.neutral-100.blog-newsletter {
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .title.footer-menu {
    margin-bottom: 28px;
  }

  .title.about-story {
    max-width: 514px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .title.card-team-name {
    margin-bottom: 2px;
  }

  .title.h4-size.responsibilities {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .title.h4-size.card-apply {
    margin-bottom: 10px;
  }

  .title.blog-hero {
    margin-bottom: 50px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.pricing {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 50px;
  }

  .title.careers-hero {
    margin-bottom: 10px;
  }

  .title.careers-perks {
    margin-bottom: 40px;
  }

  .title.card-careers-perk {
    margin-bottom: 0px;
  }

  .title.careers-team {
    margin-bottom: 50px;
  }

  .title.card-careers-team {
    margin-bottom: 15px;
  }

  .title.careers {
    margin-bottom: 50px;
    text-align: center;
  }

  .title.careers-contact {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 40px;
  }

  .title.category {
    margin-right: 14px;
  }

  .title.default {
    margin-bottom: 16px;
  }

  .title.card-team-page-name {
    margin-bottom: 3px;
  }

  .title.blog-v3-hero {
    margin-bottom: 10px;
  }

  .title.main-feature {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.main-feature.about-us {
    max-width: none;
  }

  .title.main-feature.videoheader {
    font-size: 40px;
  }

  .title.blog-post {
    margin-bottom: 15px;
  }

  .title.footer-menu-title {
    margin-bottom: 40px;
  }

  .title.home-hero-v3 {
    max-width: 446px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    position: static;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.content-top-home-features-left {
    max-width: 360px;
  }

  .split-content.card-home-feature {
    margin-right: 30px;
  }

  .split-content.content-top-blog-section-left.team {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .split-content.content-top-blog-section-right.team {
    margin-bottom: 0px;
  }

  .split-content.content-top-features-testimonials-left {
    margin-bottom: 30px;
  }

  .split-content.plan-body {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.plan-sidebar {
    display: none;
  }

  .split-content.contact-left {
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .split-content.contact-left.contact-page {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .split-content.contact-left.home {
    margin-top: 40px;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.integrations-v1-left {
    margin-right: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .split-content.integrations-v1-left.image-spacing {
    margin-bottom: 40px;
  }

  .split-content.integrations-v1-right {
    max-width: 100%;
    margin-bottom: 80px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .split-content.latest-posts-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.home-hero-v3-content {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .split-content.home-hero-v3-images-wrapper {
    max-width: 726px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-wrapper.first-perks {
    max-width: 720px;
    margin-right: 0px;
  }

  .image-wrapper.second-perks {
    max-width: 720px;
  }

  .image-wrapper.about-hero {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 53px;
    margin-left: auto;
    border-radius: 50px;
  }

  .image-wrapper.about-story-1 {
    max-width: 100%;
    border-radius: 50px;
  }

  .image-wrapper.about-story-2 {
    border-radius: 50px;
  }

  .image-wrapper.card-team {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.post-featured {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 100px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.plan {
    margin-bottom: 40px;
  }

  .image-wrapper.contact-link-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.contact-link-icon._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-wrapper.contact-link-icon._7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 40px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 30px;
  }

  .image-wrapper.card-apply-icon {
    margin-bottom: 27px;
    border-radius: 23px;
  }

  .image.home-company-logo {
    width: 137px;
  }

  .image.home-company-logo.google {
    width: 115px;
  }

  .image.home-company-logo.youtube {
    width: 125px;
  }

  .image.home-hero {
    right: auto;
    margin-right: 0px;
  }

  .image.home-achievements {
    margin-right: auto;
    margin-left: auto;
  }

  .image.cta {
    max-width: 364px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: -308px;
  }

  .image.about-story-1 {
    min-height: auto;
  }

  .image.feature-hero-mockup {
    max-width: 370px;
    min-width: auto;
    margin-bottom: -370px;
  }

  .image.card-feature-icon {
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image.feature-1-mockup {
    max-width: 370px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: -370px;
  }

  .image.feature-2-mockup {
    max-width: 370px;
    min-width: auto;
    margin-bottom: -370px;
  }

  .image.card-careers-perk-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-careers-team {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image.team-page {
    width: 100%;
    max-width: 280px;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image.card-features-v1-icon {
    margin-right: 40px;
  }

  .image.integrations-v1-image-1 {
    max-width: 600px;
  }

  .home-hero-content {
    max-width: 650px;
    min-width: auto;
    margin-bottom: 60px;
    text-align: center;
  }

  ._2-buttons.home-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-buttons.cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-top.blog-section.team {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-top.about-careers {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-top.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.features-testimonials {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.more-careers {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .content-top.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-companies-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-companies-logos {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bg.home-hero {
    bottom: 86px;
    max-width: 550px;
    min-height: 590px;
  }

  .bg.home-achievements {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-height: 58%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .bg.contact {
    left: 0px;
    bottom: 0px;
    max-height: 50%;
    max-width: 100%;
    border-radius: 0px;
  }

  .bg.contact._2 {
    max-width: 100%;
  }

  .bg.header {
    z-index: 98;
  }

  .main-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-features-grid.res.media.music {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .first-perks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .first-perks-content {
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
  }

  .second-perks-content {
    width: 100%;
    max-width: 720px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .home-achievements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-achievements-content {
    width: 100%;
    max-width: 754px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .card-home-achievement-number {
    margin-bottom: 8px;
  }

  .blog-section-grid {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .cta-main-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 50px;
  }

  .cta-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .footer-content-top {
    margin-bottom: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-bottom {
    margin-bottom: 40px;
  }

  .footer-main-content {
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .cta-wrapper {
    max-height: none;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .second-perks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-achievements-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-about-hero-achievement-number {
    width: 100%;
    max-width: 142px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: right;
  }

  .about-story-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-story-content {
    margin-bottom: 0px;
  }

  .about-team-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-team-social-media-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more-careers-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-career-content-top-about {
    max-width: 576px;
  }

  .about-partners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-partners-content {
    max-width: 377px;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .post-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .post-featured-content {
    max-width: 754px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .categories-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-newsletter-wrapper {
    padding-top: 108px;
    padding-bottom: 108px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
  }

  .cta-bg-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 90px;
  }

  .rich-text h2 {
    margin-bottom: 28px;
  }

  .rich-text p {
    margin-bottom: 22px;
  }

  .rich-text ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 42px;
    margin-bottom: 45px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-bottom: 53px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 65px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 60px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 60px;
  }

  .feature-hero-wrapper {
    margin-bottom: 40px;
    padding-top: 80px;
    padding-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    text-align: center;
  }

  .features-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-hero-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .feature-1-wrapper {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 50px;
    text-align: center;
  }

  .feature-1-content {
    max-width: 515px;
    margin-bottom: 60px;
  }

  .feature-2-wrapper {
    padding-top: 80px;
    padding-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    text-align: center;
  }

  .feature-2-content {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .features-testimonials-slide {
    margin-right: 20px;
  }

  .card-feature-content {
    max-width: 615px;
  }

  .pricing-plans-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-item {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .plan-item:nth-child(odd) {
    top: 0px;
  }

  .plan-item:last-child {
    margin-bottom: 0px;
  }

  .card-plan-content-top {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .card-plan-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plan-title-wrapper {
    margin-bottom: 26px;
  }

  .card-plan-price {
    margin-bottom: 3px;
    font-size: 33px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 0px;
  }

  .card-plan-features-grid {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .card-plan-popular-badge {
    top: 15px;
    right: 15px;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-title-wrapper {
    margin-bottom: 16px;
  }

  .plan-features-grid {
    margin-bottom: 60px;
  }

  .rich-text-plan p {
    margin-bottom: 22px;
  }

  .rich-text-plan ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-plan h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan figure {
    margin-top: 42px;
    margin-bottom: 45px;
  }

  .rich-text-plan h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-plan h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-plan blockquote {
    margin-bottom: 53px;
  }

  .rich-text-plan h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .card-get-plan-content-top {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .card-get-plan-add-to-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-get-plan-option-list {
    margin-bottom: 30px;
  }

  .card-get-plan-price {
    font-size: 40px;
  }

  .card-get-plan-price.tablet {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 33px;
  }

  .card-get-plan-price.mobile {
    display: none;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-wrapper.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-wrapper.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .contact-form-block {
    max-width: none;
  }

  .contact-links-grid {
    grid-column-gap: 18px;
    -ms-grid-columns: 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.25fr;
  }

  .contact-links-grid.contact {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-links-grid._2 {
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-area.contact:hover {
    border-color: #384cff;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-link-text {
    font-size: 16px;
  }

  .card-faq-bottom {
    max-width: 580px;
  }

  .container-medium-874px.careers-hero {
    margin-bottom: 60px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 60px;
  }

  .card-careers-team-content {
    position: static;
    max-width: 598px;
  }

  .careers-grid {
    max-width: 754px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .job-description-title-wrapper {
    margin-bottom: 20px;
  }

  .category-title-wrapper.blog-category {
    margin-right: 0px;
  }

  .rich-text-figure h2 {
    margin-bottom: 28px;
  }

  .rich-text-figure p {
    margin-bottom: 22px;
  }

  .rich-text-figure ol {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-figure h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure ul {
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 35px;
  }

  .rich-text-figure h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text-figure blockquote {
    margin-bottom: 53px;
  }

  .rich-text-figure h6 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-arrow {
    font-size: 14px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 30px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .cart {
    z-index: 999;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #ea3843;
    border-radius: 35%;
    background-image: none;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .card-team-page-name-wrapper {
    margin-bottom: 16px;
  }

  .team-about-title-wrapper {
    margin-bottom: 16px;
  }

  .card-about-partners {
    min-height: 170px;
  }

  .input-wrapper-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-newsletter-form-block._4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-newsletter-form._3 {
    max-width: 100%;
    min-width: 100%;
  }

  .form-button-arrow-wrapper._2 {
    position: relative;
    -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;
  }

  .form-button-arrow-wrapper._3 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-field-label {
    margin-bottom: 25px;
  }

  .input-2.footer-newsletter {
    margin-bottom: 0px;
  }

  .input-2.footer-newsletter._1 {
    min-width: auto;
  }

  .input-2.footer-newsletter {
    margin-bottom: 0px;
  }

  .button-primary-2.form-button-arrow.secondary-gradient {
    margin-top: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .button-primary-2.form-button-arrow._3 {
    position: relative;
    top: 4px;
    min-height: 43px;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: auto;
    margin-bottom: 8px;
    margin-left: 18px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button._2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-bottom: 8px;
    margin-left: 18px;
  }

  .footer-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    max-width: 100%;
    min-width: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-2.blog-v3-hero {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .section-2.blog-post {
    padding-top: 160px;
    padding-bottom: 78px;
  }

  .section-2.padding-160px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section-2.home-hero-v3 {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .bg-2.integrations-v1-images {
    top: -26px;
    min-height: 110%;
  }

  .bg-2.blog-post {
    min-height: 20%;
  }

  .bg-2.home-hero-v3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    min-height: 30%;
  }

  .container-default-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 82px;
  }

  .blog-v3-featured-bottom-grid {
    grid-column-gap: 26px;
  }

  .header-menu-button-icon-top-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .button-primary-3.header-button {
    margin-right: 20px;
  }

  .menu-button-2 {
    width: 46px;
    max-height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 0px;
    border-radius: 50%;
    background-color: #384cff;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: #050229;
  }

  .header-menu-button-icon-medium-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .integrations-v1-wrapper {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .features-v1-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .badge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-2.features-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card-2.author {
    padding-right: 50px;
    padding-left: 50px;
  }

  .standard-button {
    -webkit-transform: scale3d(1, 1, 1.01);
    transform: scale3d(1, 1, 1.01);
    -webkit-transition: color 300ms ease, -webkit-transform 500ms ease;
    transition: color 300ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, color 300ms ease;
    transition: transform 500ms ease, color 300ms ease, -webkit-transform 500ms ease;
  }

  .standard-button:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.01);
    transform: scale3d(1.1, 1.1, 1.01);
  }

  .standard-button._2 {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .standard-button._1 {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    text-align: center;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .columns {
    display: block;
  }

  .image-4 {
    width: 100px;
  }

  .image-5 {
    width: 100px;
  }

  .footer-small-print-2 {
    max-width: 472px;
    margin-top: 35px;
    margin-right: 0px;
  }

  .footer-2 {
    padding-top: 70px;
  }

  .container-default-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default-3.blog-post {
    margin-bottom: 49px;
  }

  .footer-newsletter-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-logo-container-2 {
    margin-bottom: 20px;
  }

  .footer-logo-container-2.w--current {
    margin-bottom: 20px;
  }

  .footer-content-bottom-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .divider-2.blog-post {
    margin-top: 46px;
    margin-bottom: 81px;
  }

  .content-top-2.latest-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-main-content-2 {
    width: 100%;
    max-width: 642px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .footer-content-top-2 {
    margin-bottom: 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 60px;
  }

  .footer-field-label-2 {
    margin-bottom: 25px;
  }

  .home-hero-v3-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;
  }

  .home-hero-v3-update-link {
    margin-bottom: 22px;
    text-align: left;
  }

  .share-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .social-share-icon.facebook {
    margin-right: 10px;
  }

  .social-share-icon.twitter {
    margin-right: 10px;
  }

  .social-share-icon.email {
    margin-right: 10px;
  }

  .social-share-icon.telegram {
    margin-right: 10px;
  }

  .social-share-icon.messenger {
    margin-right: 10px;
  }

  .social-share-icon.whatsapp {
    margin-right: 10px;
  }

  .html-embed-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed-3 {
    margin-right: 0px;
  }

  .article-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-bottom-content {
    margin-bottom: 60px;
  }

  .buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-4 {
    margin-bottom: 60px;
  }

  .images-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dropdown-2 {
    display: none;
  }

  .container-6 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .button-wrapper-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 34px 47px;
    font-size: 18px;
  }

  .bible-tips-header {
    font-size: 46px;
    line-height: 52px;
  }

  .bible-tips-header.bible {
    font-size: 35px;
  }

  .text-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 35px;
  }

  .paragraph-large.home-hero.description {
    line-height: 40px;
  }

  .paragraph-large.home-hero.description.main-page {
    line-height: 50px;
  }

  .paragraph-large.post-excerpt {
    margin-bottom: 35px;
  }

  .paragraph-large.pricing {
    max-width: 546px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 35px;
  }

  .subheader-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.large {
    padding-right: 47px;
    padding-left: 47px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.download-app {
    width: 240.390625px;
    padding: 22px 20px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-primary.blog-newsletter {
    right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.post-category {
    margin-bottom: 25px;
  }

  .button-secondary.category {
    margin-bottom: 25px;
    padding: 10px 15px;
    font-size: 17px;
  }

  .button-secondary.category.all {
    margin-right: 16px;
    margin-bottom: 25px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-navigation {
    margin-top: 40px;
  }

  .nav-menu {
    padding-top: 96px;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-logo-container {
    margin-bottom: 16px;
  }

  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.home-hero {
    padding-top: 56px;
    padding-bottom: 115px;
  }

  .section.home-hero.intro {
    height: 800px;
  }

  .section.home-hero.intro.res.med {
    background-image: url('../images/0snow1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/0snow1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 40% 50%, 0px 0px;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.utility-pages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.home-companies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.about-hero {
    padding-top: 56px;
  }

  .section.blog-hero {
    padding-top: 56px;
  }

  .section.blog-newsletter {
    margin-bottom: 115px;
  }

  .section.post {
    padding-top: 58px;
  }

  .section.features-hero {
    padding-top: 56px;
  }

  .section.pricing {
    padding-top: 56px;
  }

  .section.plan {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .section.contact {
    padding-top: 56px;
    padding-bottom: 136px;
  }

  .section.careers-hero {
    padding-top: 56px;
  }

  .section.careers-team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.career {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .section.blog-category {
    padding-top: 56px;
  }

  .section.plan-category {
    padding-top: 56px;
  }

  .section.team {
    padding-top: 56px;
    padding-bottom: 90px;
  }

  .utility-page-wrap._404 {
    min-height: 570px;
  }

  .input.blog-newsletter {
    padding-right: 130px;
    padding-left: 20px;
  }

  .container-medium-761px.changelog {
    margin-top: -160px;
  }

  .divider.plan {
    margin-top: 60px;
    margin-bottom: 57px;
  }

  .divider.card-career-page {
    margin-top: 38px;
    margin-bottom: 44px;
  }

  .icon-password {
    width: 125px;
    height: 125px;
  }

  .paragraph.first-perks {
    margin-bottom: 35px;
  }

  .paragraph.second-perks {
    margin-bottom: 35px;
  }

  .paragraph.home-achievements {
    margin-bottom: 40px;
  }

  .paragraph.about-team {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.card-team {
    margin-bottom: 20px;
  }

  .paragraph.post-featured {
    margin-bottom: 27px;
  }

  .paragraph.features-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-features-testimonial {
    margin-bottom: 15px;
  }

  .paragraph.plan-excerpt {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 40px;
  }

  .paragraph.card-apply {
    margin-bottom: 25px;
  }

  .paragraph.card-team-page-about-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.blog-v3-hero {
    margin-bottom: 35px;
  }

  .paragraph.footer-main-content-paragraph {
    margin-bottom: 33px;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 30px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-feature {
    padding: 50px 20px 44px;
    text-align: center;
  }

  .card.home-feature.featured {
    padding: 56px 32px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .card.home-achievement {
    padding: 33px;
  }

  .card.about-hero-achievement {
    padding-top: 38px;
    padding-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.team {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card.career {
    padding: 42px 35px;
  }

  .card.about-partners-grid {
    border-radius: 35px;
  }

  .card.formats {
    padding: 48px 50px 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.features-testimonial {
    padding: 38px 45px 49px;
  }

  .card.plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 28px;
  }

  .card.get-plan.mobile {
    padding: 48px 35px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact {
    min-height: 907px;
    padding: 52px 40px 60px;
  }

  .card.contact-link {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .card.faq {
    margin-bottom: 22px;
    padding: 33px;
  }

  .card.careers-perk {
    padding-top: 33px;
    padding-bottom: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.careers-team {
    padding: 30px 35px 50px;
  }

  .card.career-page {
    margin-bottom: 50px;
    padding: 53px 35px 50px;
  }

  .card.apply {
    padding: 40px 35px 33px;
  }

  .card.default {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.password {
    padding: 56px 35px;
  }

  .card.empty-state {
    padding: 50px 35px;
  }

  .card.team-page {
    margin-bottom: 60px;
    padding: 50px 35px 40px;
  }

  .checkout-form {
    padding-top: 70px;
    padding-bottom: 115px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.home-companies {
    margin-bottom: 20px;
  }

  .title.card-home-feature {
    margin-bottom: 10px;
  }

  .title.first-perks {
    margin-right: 10px;
    margin-bottom: 16px;
  }

  .title.h5-size.first-perk {
    margin-bottom: 6px;
  }

  .title.h5-size.second-perk {
    margin-bottom: 6px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 6px;
  }

  .title.second-perks {
    margin-bottom: 16px;
  }

  .title.home-achievements {
    margin-bottom: 16px;
  }

  .title.card-post {
    max-width: 557px;
  }

  .title.neutral-100.small-title {
    margin-bottom: 30px;
  }

  .title.neutral-100.small-title.newsletter {
    padding-top: 20px;
    font-size: 30px;
  }

  .title.neutral-100.small-title.centered {
    margin-top: 40px;
    font-size: 32px;
  }

  .title.neutral-100.blog-newsletter {
    margin-bottom: 40px;
  }

  .title.neutral-100.feature-hero {
    margin-bottom: 10px;
  }

  .title.neutral-100.feature-1 {
    margin-bottom: 10px;
  }

  .title.neutral-100.feature-2 {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 10px;
  }

  .title.about-story {
    max-width: 416px;
    margin-bottom: 10px;
  }

  .title.about-team {
    margin-bottom: 10px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-career {
    margin-bottom: 6px;
  }

  .title.h4-size.responsibilities {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .title.about-partners {
    margin-bottom: 10px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
  }

  .title.post-featured {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .title.blog {
    margin-bottom: 25px;
  }

  .title.features-hero {
    margin-bottom: 10px;
  }

  .title.card-feature {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.plan {
    margin-right: 8px;
  }

  .title.faqs {
    margin-bottom: 40px;
  }

  .title.careers-perks {
    max-width: 346px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.careers-team {
    max-width: 575px;
    margin-bottom: 40px;
  }

  .title.card-careers-team {
    max-width: 538px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.careers {
    margin-bottom: 40px;
  }

  .title.careers-contact {
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.career-name {
    margin-bottom: 10px;
  }

  .title.category {
    margin-right: 12px;
  }

  .title.default {
    margin-bottom: 10px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 30px;
  }

  .title.blog-v3-hero {
    margin-bottom: 5px;
  }

  .title.card-features-v1 {
    margin-bottom: 5px;
  }

  .title.main-feature {
    max-width: 500px;
    margin-bottom: 5px;
  }

  .title.main-feature.videoheader {
    font-size: 40px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.blog-post-author-name {
    margin-bottom: 4px;
  }

  .title.blog-post {
    margin-bottom: 10px;
  }

  .title.footer-menu-title {
    margin-bottom: 35px;
  }

  .title.home-hero-v3 {
    max-width: 347px;
  }

  .split-content.content-top-home-features-left {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .split-content.card-home-feature {
    max-width: 550px;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .split-content.content-top-blog-section-left {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .split-content.content-top-blog-section-left.team {
    margin-right: 0px;
  }

  .split-content.content-top-blog-section-right {
    margin-bottom: 25px;
  }

  .split-content.content-top-about-careers-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-features-testimonials-left {
    margin-bottom: 25px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.content-top-more-careers-left {
    margin-bottom: 25px;
  }

  .split-content.integrations-v1-right {
    margin-bottom: 70px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 15px;
  }

  .split-content.home-hero-v3-content {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 50px;
    padding-left: 38px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    max-width: 70px;
    margin-right: 15px;
  }

  .image-wrapper.first-perks {
    border-radius: 50px;
  }

  .image-wrapper.second-perks {
    border-radius: 50px;
  }

  .image-wrapper.about-hero {
    margin-bottom: 44px;
    border-radius: 40px;
  }

  .image-wrapper.about-story-1 {
    border-radius: 40px;
  }

  .image-wrapper.about-story-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 40px;
  }

  .image-wrapper.card-team {
    width: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .image-wrapper.card-career-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 25px;
    border-radius: 30px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 80px;
  }

  .image-wrapper.post-author {
    width: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-right: 10px;
  }

  .image-wrapper.card-plan-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 10px;
    border-radius: 18px;
  }

  .image-wrapper.plan {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    margin-bottom: 30px;
    border-radius: 25px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 13px;
    margin-bottom: 0px;
    border-radius: 18px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 30px;
  }

  .image-wrapper.card-apply-icon {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    margin-bottom: 23px;
  }

  .image-wrapper.cart-item-image {
    max-width: 70px;
    margin-right: 15px;
  }

  .image-wrapper.card-author-image {
    width: 152px;
    max-height: 152px;
    min-height: 152px;
    min-width: 152px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-home-feature-icon {
    margin-bottom: 27px;
  }

  .image.card-home-feature {
    max-width: 274px;
    margin-right: auto;
    margin-bottom: -309px;
    margin-left: auto;
  }

  .image.first-perks {
    border-radius: 30px;
  }

  .image.first-perk-icon {
    margin-right: 20px;
  }

  .image.second-perks {
    border-radius: 30px;
  }

  .image.second-perk-icon {
    margin-right: 20px;
  }

  .image.cta {
    margin-bottom: -297px;
  }

  .image.about-story-1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image.feature-hero-mockup {
    margin-bottom: -380px;
  }

  .image.card-feature-icon {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 0px;
    margin-bottom: 23px;
    border-radius: 20px;
  }

  .image.feature-1-mockup {
    margin-bottom: -380px;
  }

  .image.feature-2-mockup {
    margin-bottom: -380px;
  }

  .image.card-features-testimonial {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }

  .image.card-plan-feature-icon-1 {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.card-plan-feature-icon-2 {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.plan-feature-icon {
    width: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.card-careers-perk-icon {
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 20px;
  }

  .image.card-careers-team {
    max-width: 253px;
    margin-bottom: 33px;
  }

  .image.icon-password-image {
    max-width: 90px;
  }

  .image.team-page {
    max-width: 233px;
    margin-bottom: 25px;
  }

  .image.partner-logo.twitter {
    width: 35%;
    min-width: 55px;
  }

  .image.partner-logo.twitch {
    width: 68%;
    min-width: 100px;
  }

  .image.card-features-v1-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .image.integrations-v1-image-1 {
    max-width: 100%;
    border-radius: 20px;
  }

  .image.integrations-v1-image-2 {
    max-width: 55%;
    border-radius: 20px;
  }

  .image.home-hero-v3-image-2 {
    border-radius: 15px;
  }

  .image.home-hero-v3-bg-2 {
    width: 16%;
  }

  .image.home-hero-v3-bg-1 {
    left: 36px;
    top: 25px;
    width: 16%;
  }

  .licenses-link-image-container {
    height: auto;
  }

  .home-hero-content {
    margin-bottom: 64px;
  }

  ._2-buttons.home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2-buttons.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2-buttons.features-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-top.home-features {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .content-top.blog-section {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .content-top.blog-section.team {
    margin-bottom: 40px;
  }

  .content-top.about-careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.blog {
    margin-bottom: 40px;
  }

  .content-top.features-testimonials {
    margin-bottom: 40px;
  }

  .content-top.more-careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-top.blog-category {
    margin-bottom: 15px;
  }

  .home-companies-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .bg.home-hero {
    bottom: 120px;
    max-width: 520px;
    min-height: 560px;
  }

  .bg.home-achievements {
    max-height: 60%;
  }

  .bg.card-plan-popular {
    border-radius: 32px;
  }

  .bg.contact {
    max-height: 45%;
  }

  .main-features-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-features-grid.res.media.music {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-features-grid.res.formats {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-home-feature-content {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .first-perks-content {
    margin-bottom: 50px;
  }

  .first-perks-grid {
    grid-row-gap: 23px;
  }

  .second-perks-content {
    margin-bottom: 50px;
  }

  .home-achievements-content {
    margin-bottom: 60px;
  }

  .home-achievements-grid {
    grid-column-gap: 20px;
  }

  .card-home-achievement-number {
    margin-bottom: 6px;
    font-size: 35px;
  }

  .blog-section-grid {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-post-content {
    padding-bottom: 44px;
  }

  .cta-main-wrapper {
    border-radius: 40px;
  }

  .cta-content {
    margin-top: 76px;
    margin-bottom: 50px;
  }

  .footer-content-top {
    margin-bottom: 65px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-content-bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-small-print {
    font-size: 17px;
  }

  .footer-main-content {
    margin-bottom: 50px;
    text-align: center;
  }

  .footer-nav-wrapper {
    margin-bottom: -60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-wrapper.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-wrapper {
    margin-right: 50px;
    margin-bottom: 60px;
  }

  .footer-menu-wrapper.first {
    margin-right: 0px;
  }

  .footer-menu-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-wrapper {
    padding: 0px 25px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-medium-680px.about-hero {
    margin-bottom: 40px;
  }

  .card-about-hero-achievement-number {
    max-width: 120px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 45px;
  }

  .about-story-grid {
    grid-row-gap: 33px;
  }

  .container-medium-614px.about-team {
    margin-bottom: 40px;
  }

  .card-team-content-top-about {
    margin-bottom: 13px;
  }

  .card-career-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-career-content-top-about {
    max-width: none;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-career-title-wrapper {
    margin-bottom: 15px;
  }

  .underline-link.card-career {
    margin-bottom: 15px;
  }

  .about-partners-content {
    margin-bottom: 40px;
  }

  .blog-grid {
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categories-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item {
    margin-right: 16px;
    margin-bottom: 10px;
  }

  .blog-newsletter-wrapper {
    padding: 90px 35px;
    border-radius: 33px;
  }

  .cta-bg-wrapper {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 40px;
  }

  .category-item-wrapper {
    margin-bottom: -25px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 75px;
  }

  .post-about-wrapper {
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-link {
    margin-bottom: 25px;
  }

  .post-author-content-bottom {
    font-size: 16px;
  }

  .post-author-content-name {
    margin-bottom: 0px;
  }

  .post-author-content-bottom-divider {
    width: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-author-content-bottom-date-month {
    margin-right: 3px;
  }

  .rich-text h2 {
    margin-bottom: 23px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 35px;
    margin-bottom: 38px;
  }

  .rich-text figcaption {
    margin-top: 13px;
  }

  .rich-text img {
    border-radius: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text blockquote {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 55px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 50px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 50px;
  }

  .feature-hero-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-hero-content {
    margin-bottom: 50px;
  }

  .feature-1-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-1-content {
    margin-bottom: 50px;
  }

  .feature-2-wrapper {
    margin-bottom: 35px;
    padding-top: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }

  .feature-2-content {
    margin-bottom: 50px;
  }

  .features-testimonials-slider-mask {
    max-width: 100%;
  }

  .card-features-testimonial-content-top {
    margin-bottom: 10px;
  }

  .slide-left-arrow {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .slide-right-arrow {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .pricing-plans-wrapper {
    max-width: 570px;
  }

  .card-plan-content-top {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .card-plan-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-plan-title-wrapper {
    margin-bottom: 22px;
  }

  .card-plan-price {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 30px;
  }

  .card-plan-features-grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-plan-feature-icons-wrapper {
    margin-right: 10px;
  }

  .card-plan-popular-badge {
    top: 23px;
    right: 26px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .pricing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    margin-bottom: 50px;
  }

  .rich-text-plan h2 {
    font-size: 22px;
  }

  .rich-text-plan p {
    margin-bottom: 20px;
  }

  .rich-text-plan ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-plan h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan figure {
    margin-top: 35px;
    margin-bottom: 38px;
  }

  .rich-text-plan figcaption {
    margin-top: 13px;
  }

  .rich-text-plan img {
    border-radius: 33px;
  }

  .rich-text-plan h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-plan h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-plan blockquote {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text-plan h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .card-get-plan-content-top {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .card-get-plan-option-list {
    margin-bottom: 25px;
  }

  .card-get-plan-price.tablet {
    display: none;
  }

  .card-get-plan-price.mobile {
    display: block;
    margin-bottom: 35px;
    font-size: 33px;
  }

  .contact-form {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-links-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-links-grid.contact {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-links-grid._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-faq-bottom {
    max-width: 500px;
  }

  .space.card-faq-top {
    min-height: 10px;
  }

  .container-medium-874px.careers-hero {
    margin-bottom: 50px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 50px;
  }

  .careers-perks-grid {
    max-width: 575px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-careers-team-name {
    font-size: 20px;
  }

  .card-careers-team-position {
    font-size: 18px;
  }

  .careers-grid {
    margin-bottom: 40px;
  }

  .career-about-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .job-description-title-wrapper {
    margin-bottom: 16px;
  }

  .career-date-wrapper {
    font-size: 18px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .rich-text-figure h2 {
    margin-bottom: 23px;
  }

  .rich-text-figure p {
    margin-bottom: 20px;
  }

  .rich-text-figure ol {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-figure h3 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure figcaption {
    margin-top: 13px;
  }

  .rich-text-figure img {
    border-radius: 33px;
  }

  .rich-text-figure h4 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure ul {
    margin-top: 20px;
    margin-bottom: 33px;
    padding-left: 30px;
  }

  .rich-text-figure h5 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .rich-text-figure blockquote {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .rich-text-figure h6 {
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 35px;
  }

  .dropdown-nav-item {
    margin-bottom: 22px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 40px;
  }

  .card-team-page-name-wrapper {
    margin-bottom: 10px;
  }

  .team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .card-about-partners {
    min-height: 142px;
  }

  .heading.center-aligned {
    font-size: 55px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .input-wrapper-2._2 {
    max-width: none;
    padding-right: 0px;
  }

  .button-primary-arrow.form-button-arrow {
    right: 31px;
  }

  .form-button-arrow-wrapper._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .form-button-arrow-wrapper._3 {
    margin-top: 0px;
  }

  .footer-field-label {
    margin-bottom: 20px;
  }

  .input-2 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .input-2.footer-newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-2.blog-v3-hero-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input-2.footer-newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary-2.form-button-arrow.secondary-gradient {
    width: 180px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-primary-2.form-button-arrow._3 {
    margin-top: 0px;
  }

  .button-primary-2.blog-post-category {
    margin-bottom: 20px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: auto;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button._2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-button-arrow-main-wrapper.blog-v3-hero-form-button {
    right: 15px;
  }

  .section-2 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-2.blog-v3-hero {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .section-2.blog-post {
    padding-top: 150px;
    padding-bottom: 62px;
  }

  .section-2.padding-160px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-2.home-hero-v3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .bg-2.blog-v3-hero {
    min-height: 40%;
  }

  .bg-2.integrations-v1-images {
    top: -14px;
  }

  .bg-2.blog-post {
    min-height: 16%;
    border-bottom-width: 100px;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 68px;
  }

  .blog-v3-featured-bottom-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary-3.header-button {
    display: none;
  }

  .integrations-v1-wrapper {
    margin-bottom: 75px;
  }

  .badge {
    margin-bottom: 15px;
  }

  .card-2.features-v1 {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-2.author {
    margin-top: 40px;
    padding: 42px 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    padding-top: 10px;
  }

  .column-2 {
    padding-top: 10px;
  }

  .image-4 {
    width: 100px;
  }

  .image-5 {
    width: 100px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-small-print-2 {
    max-width: 432px;
    margin-top: 30px;
    font-size: 17px;
  }

  .footer-2 {
    padding-top: 60px;
  }

  .container-default-3.blog-post {
    margin-bottom: 40px;
  }

  .blog-post-date {
    font-size: 18px;
  }

  .footer-menu-wrapper-2.pages {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-logo-container-2.w--current {
    margin-bottom: 15px;
  }

  .footer-content-bottom-2 {
    padding-top: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .button-secondary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-author-content {
    max-width: 453px;
  }

  .divider-2.blog-post {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .footer-logo-2 {
    width: 180px;
  }

  .blog-post-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .content-top-2.latest-posts {
    margin-bottom: 40px;
  }

  .footer-main-content-2 {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .footer-content-top-2 {
    margin-bottom: 70px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 50px;
  }

  .footer-menu-nav-main-wrapper {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-field-label-2 {
    margin-bottom: 20px;
  }

  .card-author-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-content-top {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-hero-v3-update-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    margin-top: 15px;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 50px 25px 50px 35px;
    background-image: url('../images/shape-border-block-quote-app-x-template.svg');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.home-hero.top-hero {
    margin-top: 60px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bible-tips-header.bible {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-wrapper.bible {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large.home-hero {
    max-width: 416px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-large.home-hero.description {
    font-size: 28px;
    line-height: 32px;
    text-decoration: none;
  }

  .paragraph-large.home-hero.description.main-page {
    font-size: 27px;
    line-height: 40px;
  }

  .paragraph-large.post-excerpt {
    margin-bottom: 30px;
  }

  .paragraph-large.neutral-100.feature-hero {
    font-size: 19px;
  }

  .paragraph-large.neutral-100.feature-1 {
    font-size: 19px;
  }

  .paragraph-large.neutral-100.feature-2 {
    font-size: 19px;
  }

  .paragraph-large.careers-hero {
    margin-bottom: 30px;
  }

  .subheader-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subheader-wrapper.bible {
    border-top: 1px solid #384cff;
    border-bottom: 1px solid #384cff;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .style-guide-content-wrapper.bible {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.download-app {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.download-app._2-buttons-button {
    margin-right: 0px;
  }

  .button-primary.blog-newsletter {
    position: static;
  }

  .button-secondary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-secondary.category {
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
  }

  .button-secondary.category.all {
    margin-right: 14px;
    margin-bottom: 17px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    width: 220px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .menu-button {
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 85px;
  }

  .footer {
    padding-top: 51px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-nav {
    margin-right: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    width: 250px;
    margin-bottom: 20px;
  }

  .footer-nav-item {
    margin-bottom: 22px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.home-hero {
    height: 650px;
    padding-top: 45px;
    padding-bottom: 92px;
    background-position: 50% 50%;
  }

  .section.home-hero.intro {
    height: 650px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/header-image.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/header-image.jpg');
    background-position: 0px 0px, 50% 40%;
    background-size: auto, auto;
  }

  .section.home-hero.intro.res.med {
    background-image: url('../images/0snow1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/0snow1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .section.home-hero.header {
    background-position: 50% 40%;
  }

  .section.home-hero.resources {
    height: 300px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.bg-neutral-200.faqs {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.bg-neutral-200.more-careers {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.bg-neutral-200.utility-pages {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.home-companies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.cta {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .section.about-hero {
    padding-top: 45px;
  }

  .section.blog-hero {
    padding-top: 45px;
  }

  .section.blog-newsletter {
    margin-bottom: 92px;
  }

  .section.post {
    padding-top: 46px;
  }

  .section.features-hero {
    padding-top: 45px;
  }

  .section.pricing {
    padding-top: 45px;
  }

  .section.plan {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 45px;
    padding-bottom: 109px;
  }

  .section.careers-hero {
    padding-top: 45px;
  }

  .section.careers-team {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.career {
    padding-top: 38px;
    padding-bottom: 83px;
  }

  .section.blog-category {
    padding-top: 45px;
  }

  .section.plan-category {
    padding-top: 45px;
  }

  .section.team {
    padding-top: 45px;
    padding-bottom: 72px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input {
    padding-right: 15px;
    padding-left: 15px;
  }

  .input.blog-newsletter {
    min-height: 64px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -130px;
  }

  .divider.plan {
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .divider.card-career-page {
    margin-top: 31px;
    margin-bottom: 37px;
  }

  .icon-password {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .paragraph.first-perks {
    margin-bottom: 30px;
  }

  .paragraph.second-perks {
    margin-bottom: 30px;
  }

  .paragraph.home-achievements {
    margin-bottom: 35px;
  }

  .paragraph.card-about-hero-achievement {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.about-team {
    max-width: 402px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-team {
    max-width: 356px;
  }

  .paragraph.card-career-summary {
    max-width: 357px;
    margin-bottom: 20px;
  }

  .paragraph.post-featured {
    margin-bottom: 23px;
  }

  .paragraph.features-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-feature {
    font-size: 17px;
  }

  .paragraph.contact {
    margin-bottom: 35px;
  }

  .paragraph.card-faq {
    margin-bottom: 5px;
  }

  .paragraph.card-apply {
    margin-bottom: 20px;
  }

  .paragraph.blog-v3-hero {
    margin-bottom: 30px;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 25px;
  }

  .card {
    border-radius: 25px;
  }

  .card.changelog {
    padding: 40px 25px;
    font-size: 16px;
  }

  .card.home-feature {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .card.home-feature.featured {
    padding: 45px 20px 50px;
  }

  .card.home-achievement {
    padding: 28px 25px;
  }

  .card.about-hero-achievement {
    padding: 32px 25px 36px;
  }

  .card.team {
    padding: 33px 25px 40px;
  }

  .card.career {
    width: 100%;
    padding: 35px 25px;
  }

  .card.about-partners-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
  }

  .card.formats {
    padding: 40px 25px 34px;
  }

  .card.features-testimonial {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.plan {
    padding: 33px 25px;
  }

  .card.get-plan.mobile {
    padding: 40px 25px 26px;
    border-radius: 23px;
  }

  .card.contact {
    min-height: 868px;
    padding: 43px 25px 50px;
  }

  .card.contact-link {
    padding: 21px 25px 17px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.faq {
    margin-bottom: 20px;
    padding: 28px 25px;
  }

  .card.careers-perk {
    padding: 28px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.careers-team {
    padding: 25px 25px 42px;
  }

  .card.career-page {
    margin-bottom: 40px;
    padding: 44px 25px 42px;
  }

  .card.apply {
    padding: 33px 25px 28px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .card.password {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.empty-state {
    padding: 40px 25px;
  }

  .card.team-page {
    margin-bottom: 50px;
    padding: 40px 25px 33px;
  }

  .checkout-form {
    padding-top: 56px;
    padding-bottom: 92px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.home-companies {
    margin-bottom: 15px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 3px;
  }

  .title.card-home-feature {
    margin-bottom: 6px;
  }

  .title.card-home-feature.card {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
  }

  .title.first-perks {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.card-about-hero-achievement {
    margin-bottom: 3px;
  }

  .title.second-perks {
    margin-bottom: 10px;
  }

  .title.home-achievements {
    margin-bottom: 10px;
  }

  .title.card-post {
    margin-bottom: 20px;
  }

  .title.neutral-100.small-title {
    margin-bottom: 25px;
  }

  .title.neutral-100.small-title.centered {
    margin-top: 20px;
    font-size: 30px;
  }

  .title.neutral-100.blog-newsletter {
    max-width: 332px;
    margin-bottom: 33px;
  }

  .title.footer-menu {
    margin-bottom: 23px;
  }

  .title.footer-menu.center-aligned.footer {
    padding-top: 20px;
    text-align: left;
  }

  .title.about-story {
    max-width: 358px;
  }

  .title.card-team-name {
    margin-bottom: 0px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.card-faq {
    margin-right: 10px;
  }

  .title.h4-size.job-description {
    margin-right: 20px;
  }

  .title.h4-size.card-apply {
    margin-bottom: 6px;
  }

  .title.blog-hero {
    margin-bottom: 35px;
  }

  .title.post-featured {
    font-size: 22px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .title.card-features-testimonial-name {
    font-size: 19px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.contact {
    margin-bottom: 6px;
  }

  .title.faqs {
    margin-bottom: 35px;
  }

  .title.careers-hero {
    max-width: 358px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.careers-perks {
    max-width: 268px;
    margin-bottom: 35px;
  }

  .title.careers-team {
    margin-bottom: 35px;
  }

  .title.card-careers-team {
    margin-bottom: 6px;
  }

  .title.careers {
    margin-bottom: 35px;
  }

  .title.careers-contact {
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.changelog-version {
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-bottom: 12px;
    border-radius: 18px;
    font-size: 18px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 25px;
  }

  .title.main-feature {
    max-width: 350px;
  }

  .title.main-feature.videoheader {
    font-size: 30px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.footer-menu-title {
    margin-bottom: 30px;
  }

  .title.home-hero-v3 {
    max-width: 297px;
  }

  .split-content.header-center {
    margin-right: 10px;
  }

  .split-content.card-home-feature {
    margin-bottom: 40px;
  }

  .split-content.content-top-blog-section-left {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .split-content.integrations-v1-right {
    margin-bottom: 60px;
  }

  .split-content.card-author-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 10px;
  }

  .split-content.home-hero-v3-content {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .checkout-billing-address-toggle {
    font-size: 16px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    max-width: 65px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image-wrapper.first-perks {
    border-radius: 40px;
  }

  .image-wrapper.second-perks {
    border-radius: 40px;
  }

  .image-wrapper.about-hero {
    margin-bottom: 40px;
    border-radius: 30px;
  }

  .image-wrapper.about-story-1 {
    border-radius: 30px;
  }

  .image-wrapper.about-story-2 {
    border-radius: 30px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .image-wrapper.post-main-image {
    margin-bottom: 60px;
  }

  .image-wrapper.post-author {
    width: 56px;
    min-height: 56px;
    min-width: 56px;
    margin-right: 8px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 8px;
  }

  .image-wrapper.plan {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 25px;
    border-radius: 20px;
  }

  .image-wrapper.contact-link-icon {
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-bottom: 8px;
    border-radius: 15px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 20px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 20px;
  }

  .image-wrapper.card-apply-icon {
    width: 69px;
    min-height: 69px;
    min-width: 69px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image-wrapper.cart-item-image {
    max-width: 65px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image-wrapper.card-author-image {
    width: 122px;
    max-height: 122px;
    min-height: 122px;
    min-width: 122px;
    margin-bottom: 15px;
  }

  .image.home-company-logo {
    width: 119px;
  }

  .image.home-company-logo.google {
    width: 100px;
  }

  .image.home-company-logo.youtube {
    width: 115px;
  }

  .image.card-home-feature-icon {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 20px;
  }

  .image.first-perks {
    border-radius: 28px;
  }

  .image.first-perk-icon {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 13px;
  }

  .image.second-perks {
    border-radius: 28px;
  }

  .image.second-perk-icon {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 13px;
  }

  .image.home-achievements {
    width: 100%;
  }

  .image.card-post-about-author {
    width: 43px;
    min-height: 43px;
    min-width: 43px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.cta {
    width: 100%;
    margin-bottom: -228px;
  }

  .image.footer-nav-link-social-media-icon {
    margin-right: 8px;
  }

  .image.post-featured-about-author {
    width: 43px;
    min-height: 43px;
    min-width: 43px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.feature-hero-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .image.card-feature-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
    border-radius: 18px;
  }

  .image.feature-1-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .image.feature-2-mockup {
    max-width: 100%;
    margin-bottom: -270px;
    border-radius: 0px;
    box-shadow: none;
  }

  .image.card-features-testimonial {
    width: 55px;
    min-height: 55px;
    min-width: 55px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .image.card-careers-perk-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .image.card-careers-team {
    max-width: 211px;
    margin-bottom: 28px;
  }

  .image.style-guide-icon {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.icon-password-image {
    max-width: 80px;
  }

  .image.team-page {
    max-width: 194px;
    margin-bottom: 20px;
  }

  .image.partner-logo.twitter {
    width: 40%;
    min-width: 40px;
  }

  .image.partner-logo.twitch {
    width: 70%;
    min-width: 60px;
  }

  .image.card-features-v1-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.integrations-v1-image-2 {
    bottom: 40px;
  }

  .image.home-hero-v3-image-2 {
    border-radius: 10px;
  }

  .image.home-hero-v3-bg-1 {
    left: 15px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-button {
    font-size: 16px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    margin-bottom: 40px;
  }

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.home-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.cta {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.features-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.about-careers {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.features-testimonials {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bg.home-hero {
    bottom: 244px;
    min-height: 410px;
  }

  .bg.home-achievements {
    max-height: 1050px;
  }

  .main-features-grid.bibles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-hero-wrapper.hero {
    margin-top: 20px;
  }

  .first-perks-content {
    margin-bottom: 40px;
  }

  .first-perks-grid {
    max-width: 392px;
  }

  .first-perk-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-perk-content {
    max-width: 332px;
  }

  .second-perks-content {
    margin-bottom: 40px;
  }

  .second-perk-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .second-perk-content {
    max-width: 332px;
  }

  .home-achievements-content {
    margin-bottom: 50px;
  }

  .home-achievements-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-achievement-number {
    margin-bottom: 2px;
    font-size: 29px;
  }

  .blog-section-grid {
    grid-row-gap: 31px;
  }

  .card-post-content {
    padding: 27px 25px 40px;
  }

  .card-post-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-post-about-content {
    margin-bottom: 10px;
  }

  .card-post-about-content-bottom {
    font-size: 16px;
  }

  .card-post-about-content-bottom-divider {
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .cta-main-wrapper {
    border-radius: 30px;
  }

  .cta-content {
    margin-bottom: 40px;
  }

  .footer-content-top {
    margin-bottom: 54px;
  }

  .footer-content-bottom {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-small-print {
    max-width: 402px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .footer-main-content {
    min-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-main-content.about {
    max-width: none;
    min-width: auto;
  }

  .footer-nav-wrapper {
    margin-bottom: -50px;
  }

  .footer-menu-wrapper {
    margin-right: 40px;
    margin-bottom: 50px;
  }

  .footer-menu-wrapper.first {
    width: 310px;
  }

  .footer-menu-content {
    margin-bottom: -22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-wrapper {
    padding-bottom: 42px;
  }

  .container-medium-680px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-680px.about-hero {
    margin-bottom: 35px;
  }

  .container-large-1073px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-hero-achievements-grid {
    grid-row-gap: 25px;
  }

  .card-about-hero-achievement-number {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 38px;
    text-align: center;
  }

  .about-story-grid {
    grid-row-gap: 28px;
  }

  .container-medium-614px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-team-content-top-about {
    margin-bottom: 10px;
  }

  .card-career-content-top-about {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-career-title-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .underline-link.card-career-mobile {
    display: inline-block;
  }

  .underline-link.card-career {
    display: none;
  }

  .blog-grid {
    grid-row-gap: 31px;
  }

  .post-featured-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-about-content {
    margin-bottom: 10px;
  }

  .post-featured-about-content-bottom-divider {
    margin-right: 5px;
    margin-left: 5px;
  }

  .categories-wrapper {
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .category-item {
    margin-right: 14px;
    margin-bottom: 20px;
  }

  .blog-newsletter-wrapper {
    padding: 75px 25px;
    border-radius: 30px;
  }

  .cta-bg-wrapper {
    border-radius: 30px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .category-item-wrapper {
    margin-bottom: -20px;
  }

  .container-medium-824px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-824px.post-hero {
    margin-bottom: 60px;
  }

  .post-author-link {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-content {
    margin-bottom: 10px;
  }

  .post-author-content-bottom {
    font-size: 15px;
  }

  .post-author-content-name {
    font-size: 17px;
  }

  .post-author-content-bottom-divider {
    margin-right: 6px;
    margin-left: 6px;
  }

  .rich-text h2 {
    margin-bottom: 19px;
  }

  .rich-text ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text figcaption {
    margin-top: 10px;
  }

  .rich-text img {
    border-radius: 30px;
  }

  .rich-text h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .container-medium-730px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-730px.features-hero {
    margin-bottom: 50px;
  }

  .container-medium-730px.pricing {
    margin-bottom: 40px;
  }

  .container-medium-730px.plan-category {
    margin-bottom: 40px;
  }

  .feature-hero-wrapper {
    margin-bottom: 30px;
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-hero-content {
    margin-bottom: 40px;
  }

  .feature-1-wrapper {
    margin-bottom: 30px;
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-1-content {
    margin-bottom: 40px;
  }

  .feature-2-wrapper {
    padding-top: 55px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
  }

  .feature-2-content {
    margin-bottom: 40px;
  }

  .card-features-testimonial-content-top {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-features-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .card-features-testimonial-location {
    font-size: 16px;
  }

  .card-plan-content-top {
    margin-bottom: 23px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 20px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .card-plan-buttons-wrapper {
    margin-bottom: 25px;
  }

  .card-plan-feature-icons-wrapper {
    margin-right: 8px;
  }

  .card-plan-popular-badge {
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    border-radius: 8px;
  }

  .plan-features-grid {
    margin-bottom: 40px;
  }

  .rich-text-plan h2 {
    margin-bottom: 19px;
    font-size: 20px;
  }

  .rich-text-plan ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-plan h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan figcaption {
    margin-top: 10px;
  }

  .rich-text-plan img {
    border-radius: 30px;
  }

  .rich-text-plan h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-plan h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-plan blockquote {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-plan h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .card-get-plan-content-top {
    margin-bottom: 28px;
  }

  .card-get-plan-option-list {
    margin-bottom: 20px;
  }

  .select-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-get-plan-price.mobile {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .contact-form {
    grid-row-gap: 23px;
  }

  .contact-link-content {
    margin-bottom: 8px;
  }

  .contact-link-content._2 {
    padding-right: 0px;
  }

  .contact-link-text._12 {
    font-size: 16px;
  }

  .container-medium-874px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-874px.careers-hero {
    margin-bottom: 40px;
  }

  .container-large-1112px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .careers-hero-images-wrapper {
    margin-bottom: 40px;
    padding-top: 58px;
  }

  .container-large-1064px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-careers-team-name {
    font-size: 18px;
  }

  .card-careers-team-position {
    font-size: 16px;
  }

  .career-about-wrapper {
    font-size: 15px;
  }

  .career-about-divider {
    width: 10px;
  }

  .job-description-title-wrapper {
    margin-bottom: 10px;
  }

  .career-date-wrapper {
    line-height: 1.273em;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .rich-text-figure h2 {
    margin-bottom: 19px;
  }

  .rich-text-figure ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-figure h3 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure figcaption {
    margin-top: 10px;
  }

  .rich-text-figure img {
    border-radius: 30px;
  }

  .rich-text-figure h4 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text-figure h5 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .rich-text-figure blockquote {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-figure h6 {
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .dropdown-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-wrapper {
    width: 20px;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-about-partners {
    min-height: 118px;
  }

  .card-about-partners._3 {
    border-right: 1px solid #e4e4eb;
    border-left-width: 0px;
  }

  .card-about-partners._4 {
    border-bottom: 1px solid #e4e4eb;
    border-right-width: 0px;
  }

  .card-about-partners._5 {
    border-right: 1px solid #e4e4eb;
  }

  .card-about-partners._6 {
    border-left-width: 0px;
  }

  .changelog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 45px;
  }

  .heading.center-aligned {
    font-size: 30px;
  }

  .heading.subtitle {
    font-size: 25px;
  }

  .input-wrapper-2._2 {
    min-width: 100%;
    padding-right: 0px;
  }

  .footer-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-primary-arrow {
    margin-left: 10px;
  }

  .button-primary-arrow.form-button-arrow {
    display: none;
  }

  .form-button-arrow-wrapper._2 {
    min-width: auto;
  }

  .input-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .input-2.footer-newsletter._1 {
    min-width: 100%;
  }

  .input-2.blog-v3-hero-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .button-primary-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary-2.form-button-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary-2.form-button-arrow.secondary-gradient {
    width: 200px;
    min-width: auto;
  }

  .button-primary-2.form-button-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary-2.blog-post-category {
    font-size: 16px;
  }

  .form-button-arrow-main-wrapper {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.blog-v3-hero-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .footer-social-media-wrapper {
    margin-right: -10px;
    margin-bottom: -15px;
    margin-left: -10px;
    padding-right: 0px;
  }

  .social-media-link {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-2.blog-v3-hero {
    padding-top: 140px;
    padding-bottom: 66px;
  }

  .section-2.blog-post {
    padding-top: 140px;
  }

  .section-2.padding-160px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-2.home-hero-v3 {
    padding-top: 40px;
  }

  .bg-2.integrations-v1-images {
    border-radius: 20px;
  }

  .bg-2.blog-post {
    min-height: 13%;
    border-bottom-width: 80px;
  }

  .bg-2.home-hero-v3 {
    min-height: 25%;
  }

  .container-default-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-v3-hero-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;
  }

  .container-medium-700px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 57px;
  }

  .button-primary-3 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .menu-button-2 {
    font-size: 26px;
  }

  .integrations-v1-wrapper {
    margin-bottom: 63px;
  }

  .badge {
    font-size: 14px;
  }

  .card-2.features-v1 {
    padding: 33px 25px 40px;
  }

  .card-2.author {
    margin-top: 33px;
    padding: 35px 25px 33px;
  }

  .standard-button.green.spacing {
    margin-right: 0px;
  }

  .standard-button.spacing-right {
    margin-right: 0px;
  }

  .heading-3 {
    font-size: 45px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .column-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    width: 80px;
  }

  .image-5 {
    width: 80px;
  }

  .heading-7 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    text-align: center;
  }

  .footer-small-print-2 {
    margin-top: 25px;
    font-size: 16px;
  }

  .footer-2 {
    padding-top: 50px;
  }

  .container-default-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default-3.blog-post {
    margin-bottom: 35px;
  }

  .footer-menu-content-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-2 {
    -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-post-date {
    font-size: 16px;
  }

  .container-medium-918px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-newsletter-form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-menu-wrapper-2.pages {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .blog-post-author-content {
    margin-bottom: 10px;
  }

  .footer-social-media-wrapper-2 {
    margin-right: -15px;
    margin-bottom: -15px;
    padding-right: 40px;
  }

  .button-secondary-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-logo-2 {
    width: 170px;
  }

  .blog-post-author-wrapper {
    margin-bottom: 10px;
  }

  .content-top-2.latest-posts {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-main-content-2 {
    margin-bottom: 60px;
  }

  .footer-content-top-2 {
    margin-bottom: 56px;
  }

  .container-large-1026px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 40px;
  }

  .footer-menu-nav-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card-author-content-top {
    margin-bottom: 15px;
  }

  .home-hero-v3-update-link-badge {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .home-hero-v3-update-link-text {
    margin-right: 8px;
  }

  .home-hero-v3-update-link-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;
  }

  .home-hero-v3-update-link {
    margin-bottom: 15px;
    padding-right: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .paragraph-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-share-icon.facebook {
    width: 40px;
    height: 40px;
  }

  .social-share-icon.twitter {
    width: 40px;
    height: 40px;
  }

  .social-share-icon.email {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .social-share-icon.telegram {
    width: 40px;
    height: 40px;
  }

  .social-share-icon.messenger {
    width: 40px;
    height: 40px;
  }

  .social-share-icon.whatsapp {
    width: 40px;
    height: 40px;
  }

  .social-share-icon.vk {
    width: 40px;
    height: 40px;
  }

  .buttons-wrapper.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-4.video {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-field {
    width: 230px;
    max-width: 250px;
  }
}

#w-node-e5b798f2-f09d-5491-d1b8-aaa5b9b0e0b7-791bd431 {
  -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-_081a69d9-e75f-1713-3069-91e252d64399-791bd431 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e5b798f2-f09d-5491-d1b8-aaa5b9b0e0bb-791bd431 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5cb5d1e2-8c13-7e7a-f429-288b7a82c472-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f9a454d6-74c3-4b9a-2c7f-e408cc244a93-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_91bea78e-b291-f17b-d3c9-9869ff0f7030-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76d5e94f-5bec-f045-d14a-d5710072de34-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76d5e94f-5bec-f045-d14a-d5710072de3b-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76d5e94f-5bec-f045-d14a-d5710072de42-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1480f090-aa76-f050-ca58-15f45588e867-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b752e98e-13a8-b819-5891-5ee654afac7e-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4467a75-388e-e477-0be4-849b6c2bb977-aa1bd482 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9175f131-e5cd-adb2-1ec2-abcc8c6fc82c-ff1bd49b {
  -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-_9175f131-e5cd-adb2-1ec2-abcc8c6fc832-ff1bd49b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9175f131-e5cd-adb2-1ec2-abcc8c6fc83a-ff1bd49b {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0f8c0aa7-29e3-48db-ff11-a7f0174c08cc-221bd506 {
  -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-_02b86123-4921-3167-004c-e055ae548457-551bd507 {
  -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-_02b86123-4921-3167-004c-e055ae54845b-551bd507 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-eb1bd512 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e8c00519-d19d-85db-3611-e3190c0d2ea0-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54a9ad05-0aaf-74f7-bb90-834a16fbbfbb-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_139040c7-fa97-b243-298f-f80baad8487f-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa0a0780-d363-da66-5c0e-e159f52044f6-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_446693d3-3d79-6361-7546-822bb9b164e5-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfb27b0b-9823-5334-6be6-a056c56bdb9e-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb600f5e-77eb-c0e0-f508-ed4ab6dbcfad-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f5d72d2-b800-7495-43d5-e0d29becb7c2-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06b915e4-bee7-7671-e59f-8d39f5811926-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_493f0e64-823e-ef6e-378d-47d81d595fc9-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06bcf3a9-229f-a3c3-77a7-72b3fd0334bc-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd57a6ca-d590-e004-99cb-9d212d33099b-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf743-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf745-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf746-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf749-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf74a-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf74d-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf750-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf751-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf754-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf757-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf758-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ea05e0b-7f88-6bf8-80bd-90eab27cf75b-d91bd522 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d517133c-8da3-fbdd-5aea-d763a923d38d-161bd523 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4d9f4c42-6b87-b84b-5784-2d5832e4502f-161bd523 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a5cd1b4f-c927-bb3d-54bb-10927003503e-161bd523 {
  -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-b858b3c8-6167-2609-85d9-8c2ee908e624-c41bd525 {
  -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-_1fea3553-cc35-955c-9c78-728d834b9ea3-c41bd525 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2bed56fa-dead-b491-0efe-20331eacfbcc-221bd506 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-dbfece57-1724-afa0-6828-27e7f50b9b0c-551bd507 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3c738f73-9e0b-1373-04da-6d6fba8250c5-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3c738f73-9e0b-1373-04da-6d6fba8250e1-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3c738f73-9e0b-1373-04da-6d6fba8250fd-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3c738f73-9e0b-1373-04da-6d6fba82511a-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3c738f73-9e0b-1373-04da-6d6fba825156-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_40f24324-0070-7b3a-df68-a1929d9cf9c7-9e1bd515 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_4d9f4c42-6b87-b84b-5784-2d5832e4502f-161bd523 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-a5cd1b4f-c927-bb3d-54bb-10927003503e-161bd523 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e5b798f2-f09d-5491-d1b8-aaa5b9b0e0b7-791bd431 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e5b798f2-f09d-5491-d1b8-aaa5b9b0e0bb-791bd431 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9175f131-e5cd-adb2-1ec2-abcc8c6fc82c-ff1bd49b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9175f131-e5cd-adb2-1ec2-abcc8c6fc83a-ff1bd49b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0f8c0aa7-29e3-48db-ff11-a7f0174c08cc-221bd506 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_02b86123-4921-3167-004c-e055ae548457-551bd507 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_02b86123-4921-3167-004c-e055ae54845b-551bd507 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b858b3c8-6167-2609-85d9-8c2ee908e624-c41bd525 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1fea3553-cc35-955c-9c78-728d834b9ea3-c41bd525 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5b798f2-f09d-5491-d1b8-aaa5b9b0e0bb-791bd431 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_9175f131-e5cd-adb2-1ec2-abcc8c6fc83a-ff1bd49b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_02b86123-4921-3167-004c-e055ae54845b-551bd507 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1fea3553-cc35-955c-9c78-728d834b9ea3-c41bd525 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

