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

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

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

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

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

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

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

.w-commerce-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-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-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-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-commercecheckoutadditionalinputscontainer {
  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-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  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;
  margin-bottom: 16px;
  height: 76px;
  width: 100%;
}

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

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

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

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  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;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  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;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  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;
  -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-commercecartform {
  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;
  -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-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -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%;
  -webkit-overflow-scrolling: touch;
}

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -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;
  -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-commercecartproductname {
  font-weight: 700;
}

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  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: 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;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-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-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -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;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  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-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-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-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-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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercelabel {
  margin-top: 20px;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercedownloadsitem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-column-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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-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-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-commercecheckoutadditionaltextinput {
    font-size: 16px;
  }

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

body {
  font-family: Rubik;
  color: #4f5c65;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #353e44;
  font-size: 54px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #181b32;
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #181b32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #353e44;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #181b32;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

p {
  margin-bottom: 16px;
}

a {
  color: #096dd9;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 16px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  color: #39bdee;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0em;
}

figure {
  margin-bottom: 10px;
}

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

.section {
  position: relative;
  overflow: hidden;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.section.no-top-space {
  overflow: hidden;
  padding-top: 0px;
}

.section.no-top-space.bg-gray-4 {
  overflow: hidden;
  padding-top: 0px;
}

.section.no-bottom-space {
  padding-top: 96px;
  padding-bottom: 0px;
}

.section.no-bottom-space.bg-primary-3 {
  margin-top: -210px;
  padding-top: 0px;
  background-color: #02101f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../images/shutterstock_1343869916.33bbac3a1308.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/shutterstock_1343869916.33bbac3a1308.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.no-bottom-space.bg-gray-4 {
  display: block;
  padding-top: 0px;
  background-color: #f2f7fa;
}

.section.no-bottom-space.bg-gradient-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#176a86), to(#010b16));
  background-image: linear-gradient(0deg, #176a86, #010b16);
}

.section.no-bottom-space.bg-gray-top-space {
  background-color: #f2f7fa;
}

.section.no-bottom-space.bg-behind-picture {
  position: relative;
  top: auto;
  overflow: hidden;
  max-height: none;
  margin-top: -115px;
  padding-top: 0px;
  background-color: transparent;
}

.section.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  padding: 0px 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.no-bottom-space {
  padding-bottom: 0px;
}

.section.no-bottom-space.bg-primary-3 {
  overflow: hidden;
  margin-top: 0px;
  background-color: #181b32;
  background-image: none;
}

.section.no-bottom-space.bg-gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 189, 238, 0.5)), to(#f2f7fa));
  background-image: linear-gradient(180deg, rgba(57, 189, 238, 0.5), #f2f7fa);
}

.section.section-top-space {
  padding-top: 60px;
  background-color: #f2f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(18%, rgba(247, 250, 252, 0))), url("../images/cloud-pattern.cf18351a13ac.svg");
  background-image: linear-gradient(180deg, #f2f7fa, rgba(247, 250, 252, 0) 18%), url("../images/cloud-pattern.cf18351a13ac.svg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.section.no-bottom-space {
  padding-top: 95px;
  padding-bottom: 0px;
}

.section.no-bottom-space.bg-behind-picture {
  top: 2px;
  overflow: hidden;
  max-height: none;
  padding-top: 0px;
  background-color: transparent;
}

.section.bg-gray-4 {
  padding-top: 96px;
  background-color: #f7fafc;
}

.section.negative-top-space {
  overflow: hidden;
  padding-top: 0px;
}

.section.bg-gray-4-new {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section.bg-gray-4-new.small-top {
  padding-top: 32px;
}

.container {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.container.announcement-bar-container {
  position: relative;
  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.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 36px;
  -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;
}

.container.text-center.hero-container-nav-above {
  margin-top: 130px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -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.container-narrow.align-left {
  padding-top: 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.container.post-breadcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
}

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

.text-small {
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.text-small.dropdown-subtitle {
  opacity: 0.75;
}

.bg-primary-2 {
  background-color: #5cbf8a;
  color: #fff;
}

.bg-primary-3 {
  background-color: #181b32;
  color: #fff;
}

.bg-success {
  background-color: #5cbf8a;
  color: #fff;
}

.bg-warning {
  background-color: #fec024;
  color: #fff;
}

.bg-gray-3 {
  background-color: #e9eef1;
}

.bg-gray-4 {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f2f7fa;
}

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

.bg-primary {
  background-color: #39bdee;
  color: #fff;
}

.h6-small {
  color: #181b32;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0em;
}

.h6-small.dropdown-heading {
  margin-right: 8px;
  margin-bottom: 0px;
}

.h6-small.customer-heading {
  margin-bottom: 0px;
  line-height: 24px;
}

.text-large {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}

.text-large.text-white-large {
  color: #fff;
}

.text-large.white {
  color: #fff;
}

.text-tiny {
  font-size: 12px;
}

.text-small-caps {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-small-caps.contact-method-heading {
  margin-bottom: 8px;
  opacity: 0.5;
  color: #181b32;
  font-weight: 700;
}

.text-small-caps.contact-method-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -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;
  opacity: 0.5;
}

.text-small-caps.contact-method-heading {
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.5;
  color: #181b32;
  font-weight: 700;
}

.button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 5px;
  background-color: #096dd9;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  opacity: 0.75;
}

.button.w--current {
  border-color: #39bdee;
  background-color: #39bdee;
  color: #fff;
}

.button.button-large {
  padding: 19px 36px;
  border-radius: 5px;
  background-color: #39bdee;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.button.button-large.add-space-right {
  margin-right: 0px;
  font-weight: 700;
}

.button.button-large.add-space-right.w--current {
  margin-right: 0px;
  border-style: none;
  border-radius: 5px;
  background-color: #39bdee;
  color: #fff;
  font-weight: 700;
}

.button.button-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 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: 50%;
}

.button.button-round.back-to-top-button {
  background-color: #39bdee;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button.button-round.back-to-top-button:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button.submit-button {
  margin-top: 0px;
  background-color: #39bdee;
  color: #fff;
  font-weight: 700;
}

.button.submit-button.login-button {
  width: 100%;
  margin-top: 20px;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: opacity 600ms ease, background-color 600ms ease;
  transition: opacity 600ms ease, background-color 600ms ease;
}

.button.utility-page-button {
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}

.button.button-with-icon {
  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;
  background-color: #39bdee;
  color: #fff;
}

.button.navbar-button {
  background-color: #39bdee;
}

.button.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #39bdee;
}

.button.button-white.navbar-button {
  font-weight: 800;
}

.form-input {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-input:focus {
  border-color: #39bdee;
}

.form-input.form-input-large {
  height: 72px;
  font-size: 20px;
}

.form-input.form-input-large.subscribe-form-input {
  margin-right: 12px;
}

.form-input.form-input-large.search-form-input {
  margin-right: 12px;
  margin-bottom: 0px;
}

.form-input.row-form-input {
  margin-bottom: 0px;
  color: #181b32;
}

.field-label {
  margin-top: 4px;
  margin-bottom: 8px;
  opacity: 1;
  color: #181b32;
  font-weight: 600;
}

.navbar-container {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.navbar-container.bg-primary-3 {
  background-color: #181b32;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
  background-color: transparent;
  font-weight: 400;
}

.nav-menu {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.nav-link {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 16px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #39bdee;
}

.dropdown-list {
  -webkit-transform: translate(0px, 16px);
  -ms-transform: translate(0px, 16px);
  transform: translate(0px, 16px);
}

.dropdown-list.w--open {
  min-width: 200px;
  padding: 12px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dropdown-list.dropdown-list-top {
  padding-bottom: 0px;
}

.dropdown-list.dropdown-list-top.dropdown-list-large.w--open {
  min-width: 320px;
}

.dropdown-link {
  padding: 4px 24px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #4f5c65;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #39bdee;
}

.dropdown-link.dropdown-link-block {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1;
  color: #4f5c65;
  font-weight: 400;
}

.dropdown-link.dropdown-link-block:hover {
  opacity: 0.5;
}

.footer {
  padding-top: 0px;
  padding-bottom: 48px;
}

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

.footer-logo-link {
  margin-bottom: 24px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.footer-logo-link:hover {
  opacity: 0.8;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  -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;
  text-align: left;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.social-link:hover {
  opacity: 1;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  padding-right: 36px;
  -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-menus-row {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-menu-column {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-menu-item {
  margin-top: 6px;
  margin-bottom: 6px;
}

.footer-link {
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #181b32;
  font-weight: 300;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-link.w--current {
  opacity: 0.5;
  color: #181b32;
}

.dropdown-list-footer {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e9eef1;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.badge.badge-small {
  height: 24px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #181b32;
  font-size: 12px;
  font-weight: 500;
}

.badge.bg-success {
  background-color: #5cbf8a;
}

.badge.bg-success.announcement-badge {
  margin-right: 16px;
  font-weight: 600;
}

.badge.badge-small {
  height: 24px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.avatar.avatar-small {
  width: 48px;
  height: 48px;
}

.avatar.avatar-xlarge {
  width: 168px;
  height: 168px;
}

.avatar.avatar-xlarge.avatar-group-item {
  margin-right: -8px;
  margin-left: -8px;
}

.avatar.avatar-xlarge.team-member-avatar {
  width: 250px;
  height: 250px;
  margin-bottom: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.avatar.avatar-xlarge.avatar-group-item-left {
  margin-right: -8px;
  border-style: solid;
  border-width: 5px;
  border-color: #f2f7fa;
}

.avatar.avatar-xlarge.avatar-group-item-right {
  margin-right: 0px;
  margin-left: -8px;
  border-style: solid;
  border-width: 5px;
  border-color: #f2f7fa;
}

.avatar.avatar-large {
  width: 96px;
  height: 96px;
}

.avatar.avatar-large.customer-quote-avatar {
  width: 135px;
  height: auto;
  max-width: none;
  border-radius: 100%;
}

.avatar.avatar-xsmall {
  width: 36px;
  height: 36px;
}

.avatar-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.avatar-group-item {
  margin-right: -16px;
  border-style: solid;
  border-width: 5px;
  border-color: #f2f7fa;
}

.card {
  position: relative;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.card.shadow {
  height: 100%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.card.shadow.career-description-card {
  margin-top: 24px;
  margin-bottom: 96px;
}

.card.terms-card {
  margin-bottom: 24px;
}

.card.help-center-card {
  height: 100%;
  margin-bottom: 24px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.card.help-center-card:hover {
  border-color: #39bdee;
}

.card.related-articles-card {
  margin-bottom: 24px;
}

.card.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.card-body {
  width: 100%;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.text-white {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
}

.text-white.large-heading-2 {
  line-height: 62px;
}

.text-white.large-hero-text {
  font-weight: 900;
}

.card-image-top {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu-button {
  margin-left: 24px;
  padding: 8px;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.nav-buttons-container {
  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;
}

.menu-button-cross {
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
}

.menu-button-toggle {
  display: block;
}

.dropdown-link-text {
  margin-right: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #4f5c65;
}

.dropdown-link-text:hover {
  opacity: 1;
}

.dropdown-link-pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 24px;
}

.dropdown-link-pair.dropdown-link-block-pair {
  padding: 0px;
}

.shadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.shadow-large {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
}

.pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 12px;
  -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;
  border-radius: 1000px;
}

.pill.bg-gray-3 {
  color: #4f5c65;
}

.pill.pill-notice {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.pill.pill-notice.bg-gray-3 {
  width: 100.0173722784491%;
  max-width: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pill.pill-notice.bg-gray-3 {
  background-color: #f2f7fa;
}

.pill.pill-notice.bg-gray-3 {
  background-color: #f2f7fa;
}

.pill.icon-pill-group-item.bg-gray-4 {
  width: 215px;
  padding-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f7fa;
}

.pill.icon-pill-group-item.bg-gray-4 {
  width: 215px;
  margin: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f7fa;
}

.pill.bg-gray-4 {
  color: #4f5c65;
}

.pill.bg-gray-3 {
  color: #4f5c65;
}

.expandable {
  position: relative;
  margin-bottom: 12px;
  border-radius: 10px;
}

.expandable-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: transparent;
  cursor: pointer;
}

.expandable-heading {
  margin-bottom: 0px;
}

.expandable-heading.h6-small {
  display: block;
  -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;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.expandable-content-wrapper {
  display: none;
  padding: 8px 24px 24px;
}

.expandable-content {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.expandable-content:active {
  display: block;
}

.expandable-content:focus {
  display: block;
}

.expandable-icon {
  display: block;
}

.dropdown-list-large {
  min-width: 32px;
}

.icon {
  width: 65px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.announcement-bar {
  padding-top: 24px;
  padding-bottom: 24px;
}

.announcement-bar.bg-primary-3 {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #181b32;
}

.announcement-bar.bg-primary-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #181b32;
}

.text-row {
  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-row.text-small.muted {
  opacity: 0.5;
}

.announcement-cross {
  position: absolute;
  right: 36px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.announcement-cross:hover {
  opacity: 1;
}

.section-subtitle {
  max-width: 690px;
  text-align: center;
}

.section-subtitle.text-large {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large.text-white {
  max-width: 900px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-subtitle.text-large {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large {
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large-justified {
  max-width: 100%;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large {
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large.text-white {
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
}

.section-subtitle.text-large-copy {
  max-width: none;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: center;
}

.avatar-name-container {
  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;
}

.avatar-name-container.article-author {
  margin-top: 24px;
}

.avatar-name {
  margin-left: 12px;
  font-weight: 700;
}

.avatar-name.text-small {
  color: #181b32;
  font-weight: 700;
}

.avatar-name.h6-small {
  margin-bottom: 0px;
  color: #181b32;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-link {
  opacity: 0.5;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #4f5c65;
}

.breadcrumb-link:hover {
  opacity: 1;
  color: #39bdee;
}

.breadcrumb-link.w--current {
  opacity: 1;
  color: #39bdee;
}

.breadcrumb-link.text-small {
  display: inline-block;
  font-weight: 700;
}

.breadcrumb-list-item {
  margin-right: 6px;
}

.breadcrumb-icon {
  opacity: 0.25;
}

.divider {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 4vw;
}

.divider.divider-top {
  bottom: 1px;
  margin-bottom: 96px;
}

.divider.divider-bottom {
  top: auto;
  z-index: 1;
  height: 100px;
  max-width: none;
  margin-top: 0px;
}

.divider.divider-bottom-small {
  margin-top: 72px;
}

.divider.divider-bottom {
  top: 1px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: -132px;
}

.divider.divider-top-form {
  bottom: 1px;
  margin-bottom: 45px;
}

.divider.divider-bottom-copy {
  top: 1px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: -115px;
}

.divider.divider-bottom-copy {
  top: 1px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: -135px;
}

.divider.divider-bottom-copy {
  top: auto;
  z-index: 1;
  height: 100px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: -185px;
}

.divider.divider-bottom {
  top: 1px;
  z-index: 1;
  margin-top: 96px;
}

.text-center {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-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;
}

.brand-image {
  opacity: 1;
}

.brand-image.case-study-logo {
  width: auto;
  height: 90px;
  max-height: 90px;
  max-width: 100%;
  margin-bottom: 36px;
}

.medium-heading {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0em;
}

.medium-heading.text-white {
  color: #fff;
  font-weight: 800;
}

.medium-heading.career-description-heading {
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.medium-heading.no-bottom-space {
  margin-bottom: 0px;
}

.small-heading {
  width: 100%;
  margin-bottom: 16px;
  color: #181b32;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 0em;
}

.content-pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair.content-pair-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-pair.content-pair-reverse-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-pair-text {
  width: 100%;
  max-width: 100%;
  margin-left: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-huge {
  margin-bottom: 24px;
  color: #353e44;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 0em;
}

.text-huge.text-white {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0em;
}

.avatar-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-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;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.bg-image.landing-3-hero {
  background-image: url("../images/shutterstock_1343869916.33bbac3a1308.jpg");
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.24;
}

.bg-image.landing-3-hero {
  background-image: url("../images/landing-3.a44e5fdd7035.jpg");
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.25;
}

.bg-image.donation-hero-bg {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 27, 50, 0.7)), to(rgba(24, 27, 50, 0.7))), url("../images/SoftwareDonation-header8.6c64a79c3982.jpg");
  background-image: linear-gradient(180deg, rgba(24, 27, 50, 0.7), rgba(24, 27, 50, 0.7)), url("../images/SoftwareDonation-header8.6c64a79c3982.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
}

.hero-section-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-horizontal-image-wrapper {
  position: relative;
}

.card-horizontal-image-wrapper.featured-case-study-image-wrapper {
  width: 45%;
}

.icon-pill-group {
  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;
}

.icon-pill-group-item {
  margin: 6px;
}

.careers-list-item {
  margin-bottom: 12px;
}

.career-link {
  display: block;
  width: 100%;
  color: #4f5c65;
  font-weight: 400;
}

.letterhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9eef1;
}

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

.comma-spacer {
  margin-right: 4px;
}

.article {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #181b32;
  font-weight: 400;
}

.article ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}

.article li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.article blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 48px;
  border-left: 2px solid #e9eef1;
  color: #39bdee;
}

.article img {
  border-radius: 0px;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.article figcaption {
  margin-top: 8px;
  font-size: 14px;
}

.article.help-center-article {
  margin-right: 0px;
  margin-left: 0px;
}

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  max-width: 100.011455%;
  padding-right: 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;
}

.video-lightbox-image {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
}

.video-play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -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: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-play-button.video-play-button-center {
  position: absolute;
}

.video-play-button.video-play-button-center.bg-white {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  font-weight: 600;
}

.video-play-button.video-play-button-center.bg-white {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.content-pair-media {
  width: auto;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
}

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

.form-success {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #5cbf8a;
  color: #fff;
}

.form-error {
  margin-top: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #ee2d3e;
  color: #fff;
  text-align: center;
}

.contact-method-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-method-item.sidebar-contact-method-item {
  margin-bottom: 24px;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -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;
}

.price-number.large-heading {
  margin-bottom: 0px;
  margin-left: 4px;
  color: #181b32;
  font-weight: 900;
}

.price-number.large-heading {
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 0em;
}

.pricing-plan-heading {
  margin-bottom: 0px;
  color: #096dd9;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.three-up-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.faq-group {
  margin-bottom: 0px;
}

.customer-blockquote {
  margin-top: 24px;
  color: #181b32;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0em;
}

.pricing-comparison-wrapper {
  margin-bottom: 48px;
}

.pricing-comparison-header {
  position: relative;
  top: auto;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  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;
}

.pricing-comparison-header.scout {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-comparison-plan {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.large-heading {
  margin-bottom: 32px;
  color: #353e44;
  font-size: 54px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.pricing-comparison-section-title {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
  color: #181b32;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0em;
}

.pricing-comparison-cell-heading {
  margin-bottom: 0px;
}

.pricing-comparison-cell-heading.h6-small {
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.pricing-comparison-button {
  width: 100%;
  margin-top: 24px;
}

.check-circle {
  display: block;
}

.utility-page-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  -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;
}

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

.subscribe-form-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 36px;
  margin-bottom: 0px;
}

.text-muted {
  opacity: 0.5;
}

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

.team-member-heading {
  margin-bottom: 6px;
  color: #181b32;
  font-weight: 900;
  letter-spacing: 0em;
}

.team-member-title {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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 #e9eef1;
}

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

.post-title-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-title-image {
  width: 50%;
  max-width: 50%;
  border-radius: 10px;
}

.post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-title-date {
  margin-right: 12px;
}

.post-title-date.text-muted {
  font-weight: 600;
}

.post-title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 72px;
  padding-top: 24px;
  -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;
}

.pull-divider-up {
  position: relative;
  z-index: 2;
  margin-bottom: -4vw;
}

.pagination {
  margin-top: 48px;
}

.button-icon {
  margin-right: -12px;
  margin-left: 6px;
}

.button-icon-first {
  margin-right: 6px;
  margin-left: -12px;
}

.content-pair-graphic {
  width: 45%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
}

.card-image-link-wrapper {
  display: block;
}

.pill-below {
  margin-bottom: 48px;
}

.bg-gradient-1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#5cbf8a), to(#39bdee));
  background-image: linear-gradient(270deg, #5cbf8a, #39bdee);
  color: #fff;
}

.add-space-right {
  margin-right: 12px;
}

.screenshot {
  border-radius: 10px;
}

.screenshot.shadow-large {
  height: 100%;
  border-radius: 20px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 98;
  margin-top: 0px;
}

.case-study-card-logo {
  max-height: 28px;
}

.case-study-meta-list {
  margin-bottom: 24px;
  padding-right: 36px;
  padding-left: 0px;
}

.case-study-meta-list-item {
  margin-bottom: 16px;
}

.page-demos-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #e9eef1;
}

.nav-link-white {
  color: #fff;
  font-weight: 600;
}

.decoration-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.decoration-container.left-middle {
  position: absolute;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration-container.right-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.decoration-container.left-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration-container.right-middle {
  -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;
}

.decoration-container.left-middle {
  display: none;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration {
  position: relative;
  z-index: 1;
  width: 13vw;
}

.decoration.left {
  left: -12px;
  overflow: hidden;
  width: 13vw;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.decoration.right {
  right: -12px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.decoration.left {
  left: -12px;
}

.decoration-circle {
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
}

.decoration-circle.middle {
  left: 50%;
  top: 50%;
}

.decoration-circle.top-right {
  top: 0px;
  right: 0px;
}

.decoration-circle.right {
  right: -12px;
}

.decoration-circle.right.bg-primary-2 {
  background-color: #39bdee;
}

.decorations-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 10%;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.decoration-diamond {
  width: 6vw;
  height: 6vw;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.decoration-diamond.bottom-left {
  position: absolute;
  left: -2vw;
  bottom: -2vw;
}

.decoration-diamond.bottom-left.bg-primary-2 {
  width: 5vw;
  height: 5vw;
  margin-top: 0px;
  border-radius: 20px;
  background-color: #fec024;
}

.decoration-diamond.bottom-left.bg-primary-2 {
  width: 4vw;
  height: 4vw;
  margin-top: 0px;
  border-radius: 20px;
  background-color: #fec024;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin-top: 48px;
  margin-bottom: 0px;
}

.sidebar-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-aside-content {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 2;
  max-width: 336px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-main-content {
  width: 100%;
  max-width: 792px;
  padding-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-contact-methods {
  margin-top: 24px;
}

.help-center-link-block {
  width: 100%;
  font-weight: 400;
}

.sidebar-main-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e9eef1;
}

.sidebar-main-content-heading {
  margin-top: 24px;
}

.related-article {
  margin-top: 24px;
}

.search-result-paragraph {
  margin-top: 12px;
  margin-bottom: 0px;
}

.div-block {
  font-weight: 400;
}

.rekor-body {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  color: #181b32;
  font-weight: 400;
}

.rekor-body.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.button-3 {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-3:hover {
  opacity: 0.75;
}

.button-3.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-3.button-large {
  padding: 19px 36px;
  border-style: solid;
  border-color: #39bdee;
  background-color: #39bdee;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.button-3.button-blue {
  border-color: #fff;
  background-color: #fff;
  color: #0087ee;
}

.button-3.button-blue.navbar-button {
  color: #39bdee;
  font-size: 18px;
  font-weight: 700;
}

.button-3.button-blue.navbar-button-blue {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-radius: 5px;
  background-color: #096dd9;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button-3.button-large {
  padding: 19px 36px;
  background-color: #096dd9;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  font-size: 20px;
  line-height: 30px;
}

.button-3.button-large.add-space-right {
  margin-right: 12px;
}

.button-3.button-large.add-space-right:hover {
  background-color: transparent;
  opacity: 1;
  color: #39bdee;
}

.button-3.button-large.add-space-right {
  margin-right: 12px;
  border-color: #096dd9;
  background-color: #096dd9;
}

.button-3.button-large.add-space-right:hover {
  color: #096dd9;
}

.button-3.button-large.add-space-right.w--current {
  color: #fff;
}

.button-3.button-outline {
  background-color: transparent;
  color: #0087ee;
}

.button-3.button-outline:hover {
  background-color: #0087ee;
  opacity: 1;
  color: #fff;
}

.button-3.button-outline.button-large {
  color: #39bdee;
}

.button-3.button-outline.button-large:hover {
  border-color: #39bdee;
  background-color: #39bdee;
  color: #fff;
}

.button-3.button-outline.button-large {
  margin-left: 12px;
  border-color: #096dd9;
  background-color: transparent;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  color: #096dd9;
}

.button-3.button-outline.button-large:hover {
  border-color: #096dd9;
  background-color: #096dd9;
}

.button-3.button-outline.pricing-comparison-button {
  width: 100%;
  margin-top: 24px;
  border-color: #096dd9;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  color: #096dd9;
  font-weight: 700;
}

.button-3.button-outline.pricing-comparison-button:hover {
  background-color: #096dd9;
  color: #fff;
  font-weight: 700;
}

.button-3.navbar-button.button-blue {
  width: 200px;
  max-width: 200px;
  padding-right: 36px;
  padding-left: 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  border-radius: 25px;
  background-color: #39bdee;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  color: #fff;
}

.button-3.navbar-button.button-blue:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  background-color: #fff;
  opacity: 1;
  color: #39bdee;
}

.button-3.pricing-comparison-button {
  border-color: #39bdee;
  font-weight: 700;
}

.button-3.button-large {
  padding: 19px 36px;
  border-style: solid;
  border-color: #39bdee;
  background-color: #39bdee;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.button-3.button-large {
  padding: 19px 36px;
  border-style: solid;
  border-color: #39bdee;
  background-color: #39bdee;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.button-3.button-large-copy {
  padding: 19px 36px;
  border-style: solid;
  border-color: #096dd9;
  background-color: #096dd9;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.container-3 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-3.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -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-3.container-narrow.align-left {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-3.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.text-center {
  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;
}

.container-3.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-error-2 {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #ee2d3e;
  color: #fff;
  text-align: center;
}

.form-success-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #5cbf8a;
  color: #fff;
}

.form-input-2 {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
}

.form-input-2:focus {
  border-color: #39bdee;
}

.form-input-2.form-input-large {
  height: 72px;
  font-size: 20px;
}

.form-input-2.form-input-large.subscribe-form-input {
  display: block;
  margin-right: 12px;
  color: #181b32;
}

.large-heading-2 {
  margin-bottom: 32px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 0em;
}

.large-heading-2.text-white {
  color: #fff;
}

.large-heading-2.vivid-blue {
  color: #096dd9;
}

.homepage-divider {
  position: absolute;
  top: 100vh;
  z-index: 1;
  display: block;
  width: 100%;
  height: 70px;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-shadow: 14px 14px 20px #000;
}

.link {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 600;
  text-align: left;
}

.link:hover {
  opacity: 0.5;
}

.link.vivid-blue {
  color: #39bdee;
}

.blog-preview-heading {
  color: #181b32;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0em;
}

.blog-category {
  font-size: 12px;
  font-weight: 600;
}

.image-4 {
  width: 237px;
}

.footer-description {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 300;
}

.blog-preview-paragraph {
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.feature-heading {
  margin-bottom: 12px;
  color: #181b32;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

.tab-text-block {
  margin-right: 0px;
  font-weight: 700;
}

.case-study-card {
  max-width: 384px;
}

.text-block-13 {
  font-size: 20px;
  font-weight: 700;
}

.blog-preview-date {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.team-member-bio {
  max-width: 800px;
  margin: 0px auto -60px;
  padding-top: 0px;
  color: #181b32;
  font-weight: 300;
}

.team-member-bio ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}

.team-member-bio li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.team-member-bio blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 48px;
  border-left: 2px solid #e9eef1;
  color: #39bdee;
}

.team-member-bio img {
  border-radius: 10px;
}

.team-member-bio figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.team-member-bio figcaption {
  margin-top: 8px;
  font-size: 14px;
}

.team-member-avatar {
  width: 200px;
  height: 200px;
  max-width: none;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.div-block-3 {
  position: relative;
  z-index: 0;
  margin-top: -40px;
}

.medium-heading-2 {
  margin-top: -24px;
  margin-bottom: 24px;
  color: #181b32;
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
}

.text-large-2 {
  font-size: 20px;
  line-height: 30px;
}

.text-large-2.link-2-copy {
  margin-left: 12px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 700;
}

.text-large-2.link-2-copy:hover {
  opacity: 0.5;
}

.section-4 {
  padding-top: 96px;
}

.subscribe-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f2f7fa;
}

.navbar-container-home {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.navbar-container-home.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: -80px;
  background-color: transparent;
}

.navbar-container-home.sticky-top.bg-transparent {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f2f7fa;
}

.navbar-container-home.sticky-top.bg-white {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}

.navbar-container-home.sticky-top.bg-light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 22px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f7fa;
}

.navbar-container-home.sticky-top.bg-transparent {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-container-home.sticky-top.bg-white-new {
  display: none;
  margin-bottom: 0px;
  padding: 22px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.navbar-container-home.bg-transparent {
  margin-bottom: -80px;
  background-color: transparent;
}

.navbar-container-home.bg-transparent.sticky-top {
  margin-bottom: -80px;
  background-color: transparent;
}

.case-study-preview-title {
  color: #181b32;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0em;
}

.case-study-preview-paragraph {
  color: #181b32;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.feature-paragraph {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.card-3 {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.card-3.pricing-comparison-card.first {
  border-width: 2px;
  border-color: #e9eef1;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-3.pricing-comparison-card.third {
  border-width: 2px 2px 2px 0px;
  border-color: #e9eef1;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card-3.pricing-comparison-card.third.scout {
  border-left-width: 2px;
}

.card-3.pricing-comparison-card.second {
  border-top-width: 2px;
  border-top-color: #e9eef1;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #e9eef1;
  border-left-style: none;
  border-radius: 0px;
}

.dropdown-list-3 {
  background-color: transparent;
}

.dropdown-list-3.w--open {
  position: absolute;
  z-index: 7;
  width: 62vw;
  min-width: auto;
  margin-left: -14vw;
  padding-top: 15px;
  border-radius: 15px;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  -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;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon {
  width: 42px;
  margin-right: 10px;
  color: #39bdee;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60vw;
  max-width: 1100px;
  padding: 15px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-dropdown {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.navigation-dropdown:hover {
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  min-height: 70px;
  min-width: auto;
  margin-right: 0px;
  padding: 14px 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: #e7f7fd;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 12px 0px;
  -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;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-link:hover {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  color: #39bdee;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navigation-link.w--open {
  background-color: transparent;
  color: #39bdee;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-column {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -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;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.arrow-down {
  display: block;
  width: 15px;
  max-width: 15px;
  min-width: 15px;
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  color: #181b32;
}

.arrow-down:hover {
  display: block;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navigation-text {
  display: block;
  width: auto;
  padding-right: 0px;
  color: #181b32;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text:hover {
  color: #181b32;
}

.logo-link {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.logo-link:hover {
  opacity: 0.8;
}

.dropdown-mobile {
  display: none;
}

.mobile-button-link {
  display: none;
}

.logo-image {
  width: 250px;
  max-width: 250px;
}

.short-title {
  margin-bottom: 0px;
  padding-bottom: 1px;
  color: #181b32;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.navigation-dropdown-subtitle {
  max-width: 450px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.navigation-text-dark {
  width: 100%;
  color: #181b32;
  text-decoration: none;
}

.navigation-text-dark:hover {
  color: #39bdee;
}

.dropdown-list-wrap-mobile {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.dropdown-list-3-mobile {
  background-color: transparent;
}

.dropdown-list-3-mobile.w--open {
  z-index: 7;
  min-width: 500px;
  padding-top: 15px;
  border-radius: 15px;
}

.dropdown-column-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-wrap-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap-mobile:hover {
  background-color: rgba(57, 189, 238, 0.07);
}

.feature-icon-mobile {
  width: 55px;
  margin-right: 23px;
  color: #39bdee;
}

.feature-content-wrap-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-title-mobile {
  margin-bottom: 2px;
  color: #181b32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.navigation-dropdown-subtitle-mobile {
  max-width: 450px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tabs-content {
  display: block;
  overflow: hidden;
  width: auto;
  max-width: 1272px;
  margin-top: 60px;
  padding: 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: 6px;
  background-color: transparent;
  text-align: left;
}

.div-block-6 {
  background-color: #f2f7fa;
}

.text-block-19 {
  color: #181b32;
}

.text-block-20 {
  color: #181b32;
}

.div-block-7 {
  padding-top: 25px;
}

.content-pair-2 {
  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;
}

.paragraph-large-2 {
  margin-bottom: 24px;
}

.card-body-2 {
  width: auto;
  max-width: none;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.card-body-2.pricing-comparison-card-body {
  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;
  background-color: #f2f7fa;
}

.police-department-badges {
  width: 150px;
  max-width: none;
}

.featured-departments {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-lightbox-image-small {
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.video-lightbox-image-small.shadow-large {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
}

.content-pair-text-wide {
  width: 700px;
  max-width: 100%;
  padding-left: 50px;
  -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-pair-text-wide-left {
  width: 700px;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-26 {
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
}

.pricing-plan-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  color: #181b32;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.content-pair-text-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  max-width: 100%;
  margin-right: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-large-privacy {
  color: #181b32;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.container-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  font-weight: 400;
}

.text-large-404 {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.dollar-sign {
  padding-right: 2px;
  padding-left: 0px;
  color: #181b32;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0em;
}

.mobile-button-link-home {
  display: none;
}

.pricing-plan-heading-2 {
  margin-bottom: 24px;
}

.pricing-plan-heading-2.pricing-comparison-heading {
  margin-bottom: 12px;
  color: #181b32;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}

.pricing-plan-header-2 {
  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;
}

.link-copy {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-weight: 600;
}

.link-copy:hover {
  opacity: 0.5;
}

.link-copy {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-weight: 600;
}

.link-copy:hover {
  opacity: 0.5;
}

.link-copy {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-weight: 600;
}

.link-copy:hover {
  opacity: 0.5;
}

.link-copy {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #096dd9;
  font-weight: 600;
}

.link-copy:hover {
  opacity: 0.5;
}

.bg-gray-member-bio {
  overflow: hidden;
  margin-top: -50px;
  background-color: #f2f7fa;
}

.div-block-9 {
  width: 81%;
}

.apply-button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  border-radius: 5px;
  background-color: #39bdee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.apply-button:hover {
  opacity: 0.75;
}

.apply-button.w--current {
  border-color: #39bdee;
  background-color: #39bdee;
  color: #fff;
}

.success-message {
  padding: 10px;
  border-radius: 20px;
  background-color: #5cbf8a;
  color: #f2f7fa;
}

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

.announcement-text-bar {
  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;
}

.link-announcement {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-weight: 600;
}

.link-announcement:hover {
  opacity: 0.5;
}

.error-message-2 {
  color: #ee2d3e;
}

.uploaded-file {
  background-color: #5cbf8a;
}

.text-block-34 {
  color: #fff;
}

.cover-letter-input {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.cover-letter-input:focus {
  border-color: #39bdee;
}

.cover-letter-input.textarea-input {
  height: 300px;
  min-height: 96px;
  padding-top: 12px;
}

.section-search-results {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-search-results.bg-primary-3 {
  padding-top: 150px;
}

.search-result-wrapper {
  padding-top: 25px;
}

.contact-method-item-copy.sidebar-contact-method-item {
  margin-bottom: 0px;
}

.section-copy {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-copy.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.pill-image-2 {
  width: auto;
  height: 38px;
  max-height: none;
  max-width: 140px;
  margin: 8px;
}

.container-8 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.text-small-2 {
  width: 100%;
  color: #181b32;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.terms-text {
  position: relative;
  top: auto;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-left: 0px;
  color: #4f5c65;
  font-size: 16px;
}

.gdpr-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 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;
  text-align: left;
}

.signup-nav-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

.signup-nav-step.current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.login-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 2% 130px;
  -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;
  background-color: #f2f7fa;
  opacity: 1;
  text-align: center;
}

.login-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  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;
}

.nav-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 5px 0px;
  padding-top: 0px;
  -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: solid;
  border-width: 1px;
  border-color: rgba(9, 109, 217, 0.2);
  border-radius: 20px;
  background-color: #fff;
  color: #181b32;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.nav-step.done {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  -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: solid;
  border-color: #096dd9;
  background-color: #096dd9;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.signup-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #181b32;
  font-size: 16px;
  text-align: left;
}

.signup-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #39bdee;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #39bdee;
}

.signup-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.signup-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.signup-field::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.signup-field::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.login-page-link {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 600;
}

.login-page-link:hover {
  opacity: 0.6;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -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: right;
}

.logo-link-2 {
  z-index: 1;
  width: 220px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.logo-link-2:hover {
  opacity: 0.8;
}

.logo-link-2:active {
  opacity: 0.7;
}

.login-button {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 12px 18px;
  border-radius: 4px;
  background-color: #39bdee;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.login-button:hover {
  background-color: #39bdee;
  opacity: 0.75;
}

.top-nav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.2em 0em 1em 1em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}

.signup-label {
  z-index: -1;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 0px;
  opacity: 0.6;
  color: #181b32;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 14px;
  -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;
}

.memberstack-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-wrapper {
  overflow: hidden;
  width: 100%;
  min-height: auto;
}

.signup-navigation-wrap {
  display: -ms-grid;
  display: grid;
  width: 47%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-step-bold {
  margin-top: 0px;
  color: #181b32;
  font-size: 16px;
  font-weight: 700;
}

.nav-step-text {
  width: auto;
  color: #181b32;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.decoration-container-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.hero-section-action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-text-2 {
  width: 45%;
  max-width: 45%;
  margin-right: 5px;
  padding-right: 0px;
  -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;
}

.grid-2 {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
}

.rich-text-block {
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-2 {
  padding-right: 10px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-3 {
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-4 {
  padding-right: 10px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-5 {
  color: #181b32;
}

.rich-text-block-6 {
  padding-right: 10px;
  color: #181b32;
}

.rich-text-block-7 {
  color: #181b32;
}

.rich-text-block-8 {
  padding-right: 10px;
  color: #181b32;
}

.rich-text-block-9 {
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-10 {
  padding-right: 10px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-11 {
  color: #181b32;
}

.rich-text-block-12 {
  padding-right: 10px;
  color: #181b32;
}

.rich-text-block-3c {
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-row-2-3c {
  padding-right: 0px;
  padding-left: 10px;
  color: #181b32;
}

.rich-text-block-3c-copy {
  padding-right: 10px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
  background-color: #f2f7fa;
  color: #181b32;
}

.rich-text-block-row-2-3c-copy {
  padding-right: 10px;
  padding-left: 0px;
  color: #181b32;
}

.rich-text-block-row-2-3c-copy-2 {
  padding-right: 10px;
  padding-left: 0px;
  color: #181b32;
}

.grid-2-copy {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
}

.rich-text-block-13 {
  padding-top: 0px;
  color: #181b32;
}

.rich-text-block-13 a {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
}

.rich-text-block-13 a:hover {
  opacity: 0.6;
}

.rich-text-block-14 {
  color: #181b32;
}

.container-copy {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.container-copy.container-narrow-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 864px;
  -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-copy.container-narrow-copy.align-left-copy {
  max-width: 1000px;
  padding-top: 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-subtitle-gap {
  max-width: 690px;
}

.section-subtitle-gap.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
  padding-bottom: 42px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle-gap.text-large-copy {
  max-width: 1100px;
  margin-bottom: 0px;
  padding-bottom: 42px;
  font-weight: 300;
  text-align: center;
}

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

.section-copy {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-copy.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section-copy.title-section-copy {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-copy.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section-copy.title-section-copy {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-case-study {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-weight: 600;
}

.link-case-study:hover {
  opacity: 0.5;
}

.breadcrumb-list-item-right {
  margin-right: 6px;
}

.breadcrumb-list-item-left {
  margin-right: 6px;
}

.footer-link-black {
  opacity: 1;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #181b32;
  font-weight: 300;
}

.footer-link-black:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.footer-link-black.w--current {
  opacity: 0.5;
  color: #181b32;
}

.content-pair-graphic-2 {
  width: 55%;
  max-width: 55%;
  margin-left: 5px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.short-title-small {
  margin-top: 2px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #181b32;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.product-icon {
  width: 70px;
  height: auto;
  margin-right: 10px;
  color: #39bdee;
}

.three-up-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 48px auto;
  grid-template-rows: auto auto;
}

.icon-2 {
  width: auto;
  height: 33px;
  max-width: 100%;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-large-header {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.text-block-45 {
  font-size: 20px;
}

.image-15 {
  position: absolute;
  left: 41px;
  top: 38px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 18px;
  height: 21px;
  max-width: 100%;
  cursor: pointer;
}

.link-feature {
  padding-top: 10px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 700;
  text-decoration: underline;
}

.link-feature:hover {
  opacity: 0.5;
}

.feature-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 36px;
  padding-left: 36px;
}

.feature-div-block {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-pair-text-left {
  width: 100%;
  max-width: 100%;
  padding-right: 48px;
  padding-left: 0px;
  -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-pair-right {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.solutions-image {
  height: 105px;
  max-height: none;
  max-width: none;
  background-color: transparent;
}

.solutions-image:hover {
  height: 105px;
}

.extra-small-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 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;
  color: #181b32;
  font-size: 13px;
  line-height: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
}

.solutions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 28px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 600ms ease, box-shadow 600ms ease;
  transition: border-color 600ms ease, box-shadow 600ms ease;
}

.solutions-container:hover {
  border-width: 1px;
  border-color: #096dd9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  color: #096dd9;
}

.pricing-plan-icon {
  width: auto;
  height: 90px;
  max-width: none;
  margin-bottom: 18px;
  padding-bottom: 0px;
}

.pill-wrapper-3 {
  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;
}

.icon-pill-group-2 {
  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;
}

.icon-pill-group-2.pill-below {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-48 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #181b32;
  line-height: 28px;
}

.container-11 {
  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;
}

.all-caps-heading {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #096dd9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.all-caps-heading.white {
  color: #fff;
}

.all-caps-heading.black {
  color: #181b32;
}

.medium-heading-center {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.medium-heading-center.white {
  color: #fff;
}

.text-small-trial {
  margin-top: 10px;
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.content-pair-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-copy.content-pair-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-50 {
  color: #181b32;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.hero-section-action-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-caps-heading-copy {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #39bdee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.text-large-copy {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.content-pair-header {
  width: 50%;
  max-width: 50%;
  padding-right: 10px;
  -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;
}

.large-heading-footer {
  margin-bottom: 32px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 0em;
}

.container-12 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}

.container-12.text-center {
  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;
}

.container-12.container-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -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-12.hero-screenshot-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 72px;
  margin-bottom: -100px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.container-12.pull-divider-up {
  padding-right: 36px;
  padding-left: 36px;
}

.container-12.rekor-one-lottie-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0vh;
  padding-bottom: 0px;
  -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;
  border-radius: 0px;
  text-align: center;
}

.decoration-2 {
  position: relative;
  z-index: 1;
  width: 12vw;
}

.decoration-2.left {
  left: -12px;
  width: 9vw;
}

.decoration-2.left {
  left: -12px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.decorations-wrapper-2 {
  position: relative;
}

.hero-section-action-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-13 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-13.no-bottom-space {
  padding-bottom: 0px;
}

.section-13.no-bottom-space.bg-gray-4 {
  overflow: visible;
}

.section-13.hero-screenshot-above {
  margin-top: 20px;
  padding-top: 96px;
}

.three-up-grid-3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-comparison-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e9eef1;
  border-right: 2px solid #e9eef1;
}

.pricing-comparison-row-2.pricing-comparison-row-last {
  border-bottom: 2px solid #e9eef1;
}

.pricing-comparison-cell-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 4px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #e9eef1;
  text-align: center;
}

.pricing-comparison-cell-2.pricing-comparison-heading-cell {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 2px solid #e9eef1;
}

.pill-wrapper-4 {
  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;
}

.container-3-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-3-copy.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-3-copy.text-center {
  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;
}

.per-month-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  color: #181b32;
  font-weight: 300;
}

.button-3-copy {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-3-copy:hover {
  opacity: 0.75;
}

.button-3-copy.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-3-copy.pricing-comparison-button {
  border-color: #096dd9;
  background-color: #096dd9;
  font-weight: 700;
}

.pricing-plan-feature {
  color: #181b32;
  font-weight: 300;
}

.text-block-51 {
  color: #181b32;
}

.medium-heading-3 {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 0em;
}

.card-4 {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #f2f7fa;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #fff;
  text-align: left;
}

.card-4:hover {
  border-color: #096dd9;
}

.faq-answer-2 {
  color: #181b32;
}

.image-17 {
  width: 140px;
  max-width: none;
  margin-bottom: 24px;
}

.tab-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #181b32;
  font-weight: 600;
  text-align: center;
}

.tab-link-3:hover {
  background-color: rgba(9, 109, 217, 0.1);
}

.tab-link-3.w--current {
  width: 33.33%;
  padding-right: 0px;
  background-color: #096dd9;
  color: #fff;
  font-weight: 800;
}

.tab-link-3.w--current:hover {
  color: #fff;
}

.tabs-menu-4 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px solid #e9eef1;
  text-align: center;
}

.tab-dropdown-2 {
  display: none;
}

.content-pair-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.market-paragraph-2 {
  margin-bottom: 25px;
  color: #181b32;
  font-weight: 300;
}

.medium-heading-4 {
  margin-bottom: 24px;
  padding-bottom: 0px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 0em;
}

.container-13 {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.container-13.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding: 0px 36px;
  -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;
}

.container-13.pull-divider-up {
  max-width: 1272px;
  margin-bottom: 0px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-13.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
}

.container-13.text-center.hero-container-nav-above {
  max-width: 1272px;
  margin-top: 130px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.market-icon-mobile-2 {
  width: auto;
  height: 55px;
  margin-right: 0px;
  padding-bottom: 5px;
  color: #39bdee;
}

.market-heading-2 {
  color: #181b32;
  letter-spacing: 0em;
}

.video-lightbox-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 660px;
  margin-right: 0px;
  margin-left: 26px;
  padding-right: 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;
}

.video-lightbox-image-copy {
  width: auto;
  max-width: 660px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
}

.list-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 20px;
  -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;
}

.list-feature {
  display: block;
  width: auto;
  -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;
  color: #181b32;
  line-height: 22px;
  font-weight: 700;
}

.list-checkmark {
  width: 20px;
  max-width: none;
  margin-right: 7px;
  padding-right: 0px;
}

.list-checkmark.product {
  margin-right: 10px;
}

.list-container-top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -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;
}

.list-container-bottom {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 0px;
  -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;
}

.list-group {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-subtitle-copy {
  max-width: 690px;
}

.section-subtitle-copy.text-large-copy {
  max-width: 900px;
  margin-bottom: 0px;
  font-weight: 400;
}

.section-subtitle-copy.text-large-copy {
  max-width: 900px;
  margin-bottom: 0px;
}

.checkbox-3 {
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 8px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox-3.w--redirected-checked {
  border-color: #3898ec;
  background-color: #096dd9;
}

.decoration-container-register {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.decoration-container-register.right-middle-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.decoration-container-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.decoration-container-copy.left-middle-register {
  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;
}

.decoration-2-copy {
  position: relative;
  z-index: 1;
  width: 12vw;
}

.decoration-2-copy.right {
  right: auto;
  margin-top: 12px;
  opacity: 0.33;
}

.field-wrapper-hidden {
  position: relative;
  display: none;
  width: 100%;
  min-height: 30px;
}

.logo-image-register {
  width: 100%;
  height: auto;
  max-width: none;
}

.featured-icon {
  position: absolute;
  width: 40px;
  max-width: none;
  margin-top: -24px;
  margin-left: 190px;
}

.featured-icon-text {
  position: absolute;
  margin-top: 23px;
  margin-left: 190px;
  color: #096dd9;
  font-size: 10px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.product-plan-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  display: none;
}

.login-head-2 {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #181b32;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}

.terms-text-2 {
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}

.login-field {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 16px;
}

.login-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #39bdee;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #39bdee;
}

.login-page-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-height: auto;
  padding: 0vh 4%;
  -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;
  background-color: transparent;
}

.field-status {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-image: url("../images/invalid.22b71007a013.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 100%;
  margin-top: 0%;
  margin-left: auto;
  padding: 0px 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.have-an-account-text {
  color: rgba(0, 0, 0, 0.6);
}

.login-button-2 {
  width: 100%;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 5px;
  background-color: #096dd9;
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.login-button-2:hover {
  background-color: #fff;
  color: #096dd9;
}

.water-image {
  background-image: url("../images/alpr-login-3.48d666e52857.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-image {
  background-image: url("../images/alpr-login-2.b3cb42704d62.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1150px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 135px;
  padding-bottom: 135px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.login-container-2 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.login-label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 0px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 600;
}

.memberstack-form-2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tree-image {
  background-image: url("../images/alpr-login-1.a367e6bb1585.jpg");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-section {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.forgot-password {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}

.forgot-password:hover {
  opacity: 0.5;
}

.login-image {
  width: 250px;
  margin-top: 0px;
}

.login-page-wrapper-2 {
  position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 0%;
    padding-left: 0%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.link-bold {
  position: relative;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  font-weight: 600;
  text-align: left;
}

.link-bold:hover {
  opacity: 0.5;
}

.success-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0%;
  padding: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.success-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  max-width: 1272px;
  min-height: 40vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: #f2f7fa;
  box-shadow: 0 20px 80px 10px rgba(0, 0, 0, 0.25);
}

.success-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 0px;
  -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;
}

.heading-21 {
  margin-top: -25px;
  color: #181b32;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0em;
}

.text-block-53 {
  margin-top: 0px;
  color: #181b32;
  font-size: 24px;
  font-weight: 700;
}

.success-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 10vh 3%;
  -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;
  background-color: #181b32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 27, 50, 0.6)), to(rgba(24, 27, 50, 0.6))), url("../images/cars-on-highway.e0932ac7d73e.jpg");
  background-image: linear-gradient(180deg, rgba(24, 27, 50, 0.6), rgba(24, 27, 50, 0.6)), url("../images/cars-on-highway.e0932ac7d73e.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
}

.text-block-54 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #181b32;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.image-21 {
  width: 215px;
  max-width: none;
  margin-top: 0px;
}

.div-block-10 {
  display: block;
  margin-top: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  margin-top: 40px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.link-block-3:hover {
  opacity: 0.66;
}

.content-pair-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-5.content-pair-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-pair-5.content-pair-reverse-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-navigation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-text-white {
  display: block;
  overflow: visible;
  width: 100%;
  padding-right: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text-white:hover {
  color: #39bdee;
}

.logo-image-white {
  width: 275px;
  max-width: none;
}

.decorations-wrapper-3 {
  position: relative;
  opacity: 1;
  text-align: left;
}

.large-heading-4 {
  margin-bottom: 32px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 0em;
}

.container-3-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-3-copy.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3-copy.text-center {
  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;
}

.container-3-copy.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3-copy.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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-center {
  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;
}

.content-pair-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-footer.content-pair-reverse-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-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;
}

.content-pair-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-right: 32px;
  padding-left: 32px;
  -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;
}

.content-pair-media-footer {
  width: 525px;
  margin-right: 0px;
  padding-right: 24px;
}

.container-footer {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.container-about-header {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-about-header.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-about-header.text-center {
  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;
}

.container-about-header.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-about-header.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -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-center-gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dollar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.lottie-animation {
  width: auto;
  height: 175px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 207px;
  -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;
}

.success-login-button {
  padding: 10px 48px;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 25px;
  background-color: #096dd9;
  -webkit-transition: opacity 600ms ease, color 600ms ease, border-color 600ms ease, background-color 600ms ease;
  transition: opacity 600ms ease, color 600ms ease, border-color 600ms ease, background-color 600ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.success-login-button:hover {
  opacity: 0.75;
}

.success-login-button.w--current {
  border-color: #39bdee;
  background-color: #39bdee;
  color: #fff;
}

.lottie-animation-2 {
  width: 50%;
  height: auto;
  max-width: 50%;
  margin: 0px;
  padding: 0px;
}

.navigation-icon-mobile {
  width: 55px;
  margin-right: 23px;
  color: #39bdee;
}

.button-3-right {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-3-right:hover {
  opacity: 0.75;
}

.button-3-right.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-3-right.button-large {
  padding: 19px 36px;
  border-style: solid;
  border-color: #39bdee;
  background-color: #39bdee;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.button-3-right.button-large {
  margin-right: 12px;
  padding: 19px 36px;
  border-color: #096dd9;
  background-color: #096dd9;
  -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
  transition-duration: 600ms, 600ms, 600ms, 600ms;
  font-size: 20px;
  line-height: 30px;
}

.button-3-right.button-large:hover {
  background-color: #fff;
  opacity: 1;
  color: #096dd9;
}

.lottie-animation-3 {
  width: 100.000043%;
  max-width: 100.000043%;
}

.lottie-animation-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  border-radius: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.success-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 0px;
  -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;
}

.lottie-animation-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.heading-21-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #181b32;
  font-size: 72px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -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-block-53-copy {
  margin-top: 0px;
  color: #181b32;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.text-block-54-copy {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #181b32;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.login-page-wrapper-2-copy {
  width: 100%;
}

.success-page-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 10vh 0%;
  -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;
  background-color: #181b32;
  background-image: url("../images/sunrise.d2c73f2975f2.svg");
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.success-box-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-width: 1272px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: transparent;
  box-shadow: 0 20px 80px 10px rgba(0, 0, 0, 0.25);
}

.success-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0%;
  padding: 20px 25px 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.66);
  font-size: 16px;
  text-align: center;
}

.success-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 0px;
  -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;
}

.heading-21-copy {
  margin-top: -15px;
  color: #181b32;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0em;
}

.div-block-10-copy {
  display: block;
  margin-top: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-54-copy {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #181b32;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.link-block-3-copy {
  margin-top: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-3-copy:hover {
  opacity: 0.66;
}

.image-21-copy {
  width: 215px;
  max-width: none;
  margin-top: 0px;
}

.text-block-53-copy {
  margin-top: 0px;
  color: #181b32;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.lottie-animation-copy {
  width: 500px;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -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;
}

.contact-grid {
  margin-bottom: 43px;
  grid-column-gap: 28px;
  grid-row-gap: 32px;
}

.checkbox-4 {
  width: auto;
  height: 22px;
  min-width: 22px;
  margin-top: 3px;
  margin-left: 0px;
  border-color: #e7e8f1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 350ms ease, border-color 350ms ease;
  transition: background-color 350ms ease, border-color 350ms ease;
}

.checkbox-4:hover {
  border-color: #096dd9;
  color: rgba(24, 27, 50, 0.66);
}

.checkbox-4.w--redirected-checked {
  border-color: #096dd9;
  border-radius: 5px;
  background-color: #096dd9;
  background-image: url("../images/icon-check-growth-template.2ffb5198d5da.svg");
  background-size: auto;
  color: rgba(24, 27, 50, 0.66);
}

.button-primary {
  padding: 22px 32px;
  border-radius: 10px;
  background-color: #096dd9;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-primary.large {
  display: block;
  padding: 24px 34px;
  background-color: #096dd9;
  font-weight: 700;
}

.button-primary.large:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
}

.button-primary.small {
  padding: 16px 22px;
  background-color: #096dd9;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.checkbox-icon {
  width: 55px;
  height: 55px;
  margin-right: 16px;
}

.error-message-4 {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #ee2d3e;
  border-radius: 15px;
  background-color: transparent;
  color: #ee2d3e;
  font-weight: 600;
  text-align: center;
}

.checkbox-text {
  color: rgba(24, 27, 50, 0.66);
  line-height: 1.25em;
  font-weight: 400;
}

.select-wrapper {
  overflow: hidden;
  min-height: 62px;
  padding-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(244, 38, 62, 0.04), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper:focus {
  border-color: #39bdee;
  color: #1f2559;
}

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

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

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

.select-wrapper::placeholder {
  color: #62668a;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 62px;
  margin-bottom: 0px;
  padding: 15px 20px;
  -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: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(57, 189, 238, 0.04), 0 1px 3px 0 rgba(24, 27, 50, 0.07);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.checkbox-wrapper:focus {
  border-color: #e9eef1;
  color: rgba(24, 27, 50, 0.66);
}

.checkbox-wrapper::-webkit-input-placeholder {
  color: #62668a;
}

.checkbox-wrapper:-ms-input-placeholder {
  color: #62668a;
}

.checkbox-wrapper::-ms-input-placeholder {
  color: #62668a;
}

.checkbox-wrapper::placeholder {
  color: #62668a;
}

.checkbox-label-3 {
  display: none;
}

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

.input {
  min-height: 62px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(57, 189, 238, 0.04), 0 1px 3px 0 rgba(24, 27, 50, 0.07);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  color: rgba(24, 27, 50, 0.66);
  font-size: 16px;
  font-weight: 400;
}

.input:focus {
  border-width: 1px;
  border-color: #096dd9;
  color: rgba(24, 27, 50, 0.66);
}

.input::-webkit-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.input:-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.input::-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.input::placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.text-area {
  max-height: 300px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 17px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(57, 189, 238, 0.04), 0 1px 3px 0 rgba(24, 27, 50, 0.07);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  color: rgba(24, 27, 50, 0.66);
  font-size: 16px;
}

.text-area:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  color: rgba(24, 27, 50, 0.66);
}

.text-area::-webkit-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.text-area:-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.text-area::-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.text-area::placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.select {
  min-height: 62px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: rgba(24, 27, 50, 0.66);
  font-size: 16px;
}

.select:focus {
  color: #1f2559;
}

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

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

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

.select::placeholder {
  color: #62668a;
}

.success-message-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: transparent;
  color: #39bdee;
  font-size: 20px;
  font-weight: 700;
}

.checkbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 198px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-12 {
  color: #181b32;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-12.card-service {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 400;
}

.paragraph-12.cta-card {
  margin-bottom: 30px;
  color: #181b32;
  font-weight: 300;
}

.paragraph-12.cta {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 300;
}

.paragraph-12.packages-contact-us {
  margin-bottom: 32px;
  color: #181b32;
  font-weight: 300;
}

.service-icon {
  width: auto;
  height: 130px;
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.card-service-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.services-grid {
  margin-top: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-14 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-14.achievements {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(0, #f2f7fa));
  background-image: linear-gradient(0deg, #fff 50%, #f2f7fa 0);
}

.section-14.our-past-clients {
  padding-top: 53px;
  padding-bottom: 70px;
}

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

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

.container-default.package {
  width: 100%;
  max-width: 1272px;
}

.container-default.package {
  width: 100%;
}

.card-service-content-icon {
  width: 21px;
  margin-right: 11px;
}

.card-5 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e8f1;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(78, 42, 222, 0.02), 0 6px 18px 0 rgba(78, 42, 222, 0.02);
}

.card-5.service-card {
  display: block;
  margin-top: 0px;
  padding: 40px 30px 45px;
  -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;
  box-shadow: 0 3px 10px 0 rgba(21, 35, 158, 0.04);
  -webkit-transition: border-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  color: #181b32;
  font-weight: 400;
  text-decoration: none;
}

.card-5.service-card:hover {
  border-color: #39bdee;
  color: #181b32;
  font-weight: 400;
}

.card-5.cta-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 435px;
  padding: 56px 31px;
  -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: solid;
  border-width: 3px;
  border-color: #096dd9;
  box-shadow: 0 0 6px 0 rgba(57, 189, 238, 0.08), 0 26px 28px 0 rgba(57, 189, 238, 0.06);
  text-align: center;
}

.card-5.cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 435px;
  margin-left: -20px;
  padding: 45px 45px 50px;
  -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: solid;
  border-color: #bebfcc;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(21, 35, 158, 0.04);
  text-align: center;
}

.card-5.packages-contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1003px;
  margin-right: auto;
  margin-left: auto;
  padding: 78px 91px;
  -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-width: 0px;
  border-radius: 8px 8px 20px 20px;
  box-shadow: 0 3px 10px 0 rgba(21, 35, 158, 0.04);
}

.card-5.packages-contact-us.package-cta {
  margin-top: 100px;
  background-color: #f2f7fa;
}

.card-5.packages-contact-us.package-cta {
  margin-top: 114px;
}

.card-5.achievements {
  padding: 43px 30px;
  border-width: 1px;
  box-shadow: 0 3px 10px 0 rgba(21, 35, 158, 0.04);
}

.card-5.package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-width: auto;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  box-shadow: 0 0 6px 0 rgba(57, 189, 238, 0.02), 0 6px 18px 0 rgba(57, 189, 238, 0.02);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-align: center;
}

.card-5.package:hover {
  border-width: 1px;
  border-color: #096dd9;
  box-shadow: 0 0 15px 0 rgba(57, 189, 238, 0.02), 0 15px 20px 0 rgba(57, 189, 238, 0.02);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-5.our-service {
  padding: 40px 30px;
  border-width: 1px;
  border-color: #e9eef1;
  box-shadow: 0 0 6px 0 rgba(24, 27, 50, 0.02), 0 6px 18px 0 rgba(24, 27, 50, 0.02);
  text-align: center;
}

.card-5.request-a-quote {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 40px;
  padding: 42px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 1px;
  border-color: #e9eef1;
  box-shadow: none;
}

.card-5.case-study {
  overflow: hidden;
  height: 100%;
  border-style: solid;
  border-width: 0px;
  border-radius: 30px;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.04);
}

.card-5.order-package {
  min-height: 100%;
  padding: 58px 48px 64px;
}

.card-5.card-blog-article {
  overflow: hidden;
  height: 100%;
  min-height: 328px;
  margin-top: 16px;
  -webkit-transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.card-5.card-blog-article:hover {
  box-shadow: 0 5px 25px 0 rgba(24, 27, 50, 0.02), 0 15px 25px 0 rgba(24, 27, 50, 0.05);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-5.our-service {
  padding: 40px 30px;
  border-width: 1px;
  border-color: #e9eef1;
  box-shadow: 0 0 6px 0 rgba(24, 27, 50, 0.02), 0 6px 18px 0 rgba(24, 27, 50, 0.02);
  text-align: center;
}

.card-5.card-blog-article {
  overflow: hidden;
  height: 100%;
  -webkit-transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.card-5.card-blog-article:hover {
  box-shadow: 0 5px 25px 0 rgba(24, 27, 50, 0.02), 0 15px 25px 0 rgba(24, 27, 50, 0.05);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-5.card-blog-article-hero {
  overflow: hidden;
  height: 100%;
  min-height: 250px;
  margin-top: 14px;
  -webkit-transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease;
  transition: border-color 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.card-5.card-blog-article-hero:hover {
  box-shadow: 0 5px 25px 0 rgba(24, 27, 50, 0.02), 0 15px 25px 0 rgba(24, 27, 50, 0.05);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-5.product-page {
  padding: 40px 30px;
  border-width: 2px;
  border-color: #e9eef1;
  box-shadow: 0 0 6px 0 rgba(24, 27, 50, 0.02), 0 6px 18px 0 rgba(24, 27, 50, 0.02);
  text-align: center;
}

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

.cta-icon {
  height: 140px;
  max-width: none;
  margin-bottom: 17px;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -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-small-540px {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.button-secondary {
  padding: 22px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebfcc;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, border-color 600ms ease, color 600ms ease;
  transition: transform 600ms ease, border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  color: #181b32;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.button-secondary:hover {
  border-color: #096dd9;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #096dd9;
}

.button-secondary.small {
  padding: 16px 22px;
  color: #181b32;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.button-secondary.small:hover {
  border-color: #096dd9;
}

.container-solutions {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-solutions.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-solutions.text-center {
  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;
}

.container-solutions.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-solutions.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-bottom: 0px;
  padding: 0px 36px 36px;
  -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;
}

.solutions-small-heading {
  width: 100%;
  margin-bottom: 16px;
  color: #181b32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0em;
}

.cta-icon-small {
  height: 110px;
  max-width: none;
  margin-bottom: 17px;
}

.paragraph-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.packages-contact-us-wrapper {
  max-width: 502px;
}

.image-packages-contact-us {
  width: 250px;
  max-width: none;
  margin-right: 0px;
}

.accent {
  width: 77px;
  height: 4px;
  margin-top: 24px;
  background-color: #f4263e;
}

.accent.card-cta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 8px;
  margin-top: 0px;
  background-color: #096dd9;
}

.accent.package-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 2px;
  margin: 20px auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #096dd9;
}

.accent.card-cta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 8px;
  margin-top: 0px;
}

.title.packages-contact-us {
  margin-bottom: 16px;
  color: #181b32;
  font-weight: 800;
  letter-spacing: 0em;
}

.title.package-card {
  margin-top: 15px;
  margin-bottom: 8px;
  color: #096dd9;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0em;
}

.title.process-step {
  margin-bottom: 16px;
  color: #181b32;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0em;
}

.title.testimonial-name {
  margin-bottom: 10px;
  color: #181b32;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0em;
}

.title.case-study-card-title {
  margin-bottom: 0px;
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  color: #181b32;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0em;
}

.title.case-study-card-title:hover {
  color: #39bdee;
}

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

.title.package {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 900;
  letter-spacing: 0em;
}

.title.about-package {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  color: #181b32;
  font-weight: 800;
  letter-spacing: 0em;
}

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

.title.about-package {
  max-width: 672px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.title.card-blog {
  margin-bottom: 0px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

.title.card-blog:hover {
  color: #39bdee;
}

.title.card-blog {
  margin-bottom: 0px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #181b32;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0em;
}

.title.card-blog:hover {
  color: #39bdee;
}

.about-hero-social-media-grid {
  margin-top: 50px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-social-media-wrapper {
  overflow: hidden;
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.about-hero-social-media-wrapper.facebook {
  box-shadow: 0 11px 15px 0 rgba(24, 119, 242, 0.18);
  -webkit-transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.about-hero-social-media-wrapper.facebook:hover {
  box-shadow: 0 15px 15px 0 rgba(24, 119, 242, 0.18);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.about-hero-social-media-wrapper.twitter {
  box-shadow: 0 11px 15px 0 rgba(29, 161, 242, 0.18);
  -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;
}

.about-hero-social-media-wrapper.twitter:hover {
  box-shadow: 0 15px 15px 0 rgba(29, 161, 242, 0.18);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.about-hero-social-media-wrapper.instagram {
  box-shadow: 0 11px 15px 0 rgba(140, 58, 170, 0.15);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.about-hero-social-media-wrapper.instagram:hover {
  box-shadow: 0 15px 15px 0 rgba(140, 58, 170, 0.15);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.about-hero-social-media-wrapper.linkedin {
  box-shadow: 0 11px 15px 0 rgba(10, 102, 194, 0.17);
  -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;
}

.about-hero-social-media-wrapper.linkedin:hover {
  box-shadow: 0 15px 15px 0 rgba(10, 102, 194, 0.17);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.about-hero-social-media-wrapper.youtube {
  box-shadow: 0 11px 15px 0 rgba(238, 45, 62, 0.17);
  -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;
}

.about-hero-social-media-wrapper.youtube:hover {
  box-shadow: 0 15px 15px 0 rgba(10, 102, 194, 0.17);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.image-25.about-social-media {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-25.about-this-service {
  width: 100%;
}

.image-25.card-blog-author {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-25.card-blog-article {
  position: static;
  width: 100%;
  height: 8rem;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.span-secondary-1-color {
  color: #fec024;
  font-weight: 700;
}

.achievement-number {
  margin-bottom: 8px;
  color: #181b32;
  font-size: 48px;
  line-height: 1.042em;
  font-weight: 700;
}

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

.span-primary-color {
  color: #096dd9;
  font-weight: 700;
}

.span-secondary-5-color {
  color: #ee2d3e;
  font-weight: 700;
}

.achievement-text {
  max-width: 108px;
  color: #181b32;
  line-height: 1.375em;
  font-weight: 300;
}

.achievements-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 90px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.achievement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.dropdown-list-products {
  background-color: transparent;
}

.dropdown-list-products.w--open {
  position: absolute;
  z-index: 7;
  display: block;
  width: 525px;
  min-width: auto;
  margin-left: -7vw;
  padding-top: 15px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
}

.navigation-dropdown-products {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.link-horizontal-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.link-horizontal-image:hover {
  opacity: 0.5;
}

.image-26 {
  width: auto;
  height: 10px;
  max-width: none;
  margin-top: 2px;
  margin-left: 4px;
}

.paragraph-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-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;
  font-weight: 700;
}

.dropdown-list-mobile-solutions {
  background-color: transparent;
}

.dropdown-list-mobile-solutions.w--open {
  z-index: 7;
  min-width: 500px;
  padding-top: 15px;
  border-radius: 15px;
}

.arrow-down-blue {
  display: block;
  width: 15px;
  max-width: 15px;
  min-width: 15px;
  margin-right: 0px;
  margin-left: -15px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
  color: #181b32;
}

.arrow-down-blue:hover {
  display: block;
  opacity: 1;
}

.navigation-link-no-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 12px 10px;
  -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;
  color: #39bdee;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-link-no-drop:hover {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  color: #39bdee;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navigation-link-no-drop.w--open {
  background-color: #39bdee;
  color: #39bdee;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-text-blue {
  display: block;
  width: auto;
  margin-left: -51.3px;
  padding-right: 0px;
  opacity: 0;
  color: #39bdee;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text-blue:hover {
  color: #39bdee;
}

.navigation-text-blue-2 {
  display: block;
  width: auto;
  margin-left: -77.7px;
  padding-right: 0px;
  opacity: 0;
  color: #39bdee;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text-blue-2:hover {
  color: #39bdee;
}

.navigation-text-blue-3 {
  display: block;
  width: auto;
  margin-left: -74.3px;
  padding-right: 0px;
  opacity: 0;
  color: #39bdee;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text-blue-3:hover {
  color: #39bdee;
}

.text-large-link-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-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;
  color: #096dd9;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.link-horizontal-image-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.link-horizontal-image-big:hover {
  opacity: 0.5;
}

.right-arrow {
  width: auto;
  height: 12px;
  max-width: none;
  margin-top: 0px;
  margin-left: 4px;
  color: #096dd9;
}

.logo-link-login {
  z-index: 1;
  width: 325px;
  max-width: 100%;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.logo-link-login:hover {
  opacity: 0.8;
}

.logo-link-login:active {
  opacity: 0.7;
}

.section-policy {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-policy.no-bottom-space {
  padding-top: 96px;
  padding-bottom: 0px;
}

.section-policy.no-bottom-space.bg-gray-4 {
  display: block;
  padding-top: 24px;
}

.section-policy.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section-policy.no-bottom-space {
  padding-bottom: 0px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

.terms-link {
  margin-right: 36px;
  margin-left: 36px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 600;
  text-align: center;
}

.terms-link:hover {
  opacity: 0.6;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 8px;
  -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;
}

.terms-link-active {
  margin-right: 36px;
  margin-left: 36px;
  color: #096dd9;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.onboarding-h1 {
  margin-top: 0px;
  margin-bottom: 0em;
  color: #181b32;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 0em;
}

.onboarding-h2 {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #181b32;
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0em;
}

.progress-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.progress-link {
  width: 100%;
  height: 15px;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 5px;
  background-color: #e7e7e7;
}

.progress-link.current {
  background-color: #fec024;
}

.progress-link.past {
  background-color: #fec024;
  opacity: 0.5;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.progress-link.past:hover {
  opacity: 0.66;
}

.option-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.package-card-price {
  color: #181b32;
  font-size: 20px;
  line-height: 1.231em;
  font-weight: 700;
  letter-spacing: 0em;
}

.package-card-included-text {
  color: #181b32;
  font-weight: 400;
}

.icon-package-card {
  width: auto;
  height: 95px;
  margin-bottom: 0px;
}

.icon-included {
  width: 20px;
  margin-right: 12px;
}

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

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

.divider-2.package-card {
  margin-top: 24px;
  margin-bottom: 32px;
}

.divider-2.step {
  position: relative;
  top: -50px;
  width: 0px;
  height: 62px;
  margin-left: 44px;
  border-style: dashed;
  border-width: 1px;
  border-color: #bebfcc;
  background-color: transparent;
}

.package-link-block {
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  color: #39bdee;
  text-decoration: none;
}

.package-link-block:hover {
  color: #39bdee;
}

.package-card-included-grid {
  margin-bottom: 5px;
  justify-items: stretch;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.paragraph-14 {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 16px;
  font-weight: 300;
}

.choose-product-button {
  position: relative;
  top: 30px;
  width: 55%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 32px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #096dd9;
  border-radius: 10px;
  background-color: #096dd9;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: color 350ms ease, border 350ms ease, background-color 350ms ease, box-shadow 350ms ease;
  transition: color 350ms ease, border 350ms ease, background-color 350ms ease, box-shadow 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.choose-product-button:hover {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  opacity: 1;
  color: #096dd9;
}

.option-row-three {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1272px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.option-row-three.monthly {
  width: auto;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

.option-row-three.annual {
  width: auto;
}

.package-card-suggestion {
  color: #181b32;
  font-size: 16px;
  line-height: 1.231em;
  font-weight: 700;
  letter-spacing: 0em;
}

.icon-excluded {
  width: 18px;
  margin-right: 12px;
}

.icon-product-card {
  width: auto;
  height: 68px;
  max-width: none;
  margin-top: 8px;
  margin-bottom: 24px;
}

.price-wrapper-wizard-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.dollar-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.dollar-sign-copy {
  padding-right: 2px;
  padding-left: 0px;
  color: #181b32;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0em;
}

.price-number-copy.large-heading {
  margin-bottom: 0px;
  margin-left: 4px;
  color: #181b32;
  font-weight: 900;
}

.price-number-copy.large-heading {
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 0em;
}

.per-month-text-copy {
  margin-left: 9px;
  color: #181b32;
  font-weight: 400;
}

.product-card-wizard {
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e8f1;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(78, 42, 222, 0.02), 0 6px 18px 0 rgba(78, 42, 222, 0.02);
}

.product-card-wizard.package {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 435px;
  height: 100%;
  max-height: none;
  min-height: 535px;
  min-width: 435px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 6px 0 rgba(57, 189, 238, 0.02), 0 6px 18px 0 rgba(57, 189, 238, 0.02);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-align: center;
}

.product-card-wizard.package:hover {
  border-width: 1px;
  border-color: #096dd9;
  box-shadow: 0 0 15px 0 rgba(57, 189, 238, 0.02), 0 15px 20px 0 rgba(57, 189, 238, 0.02);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.credit-card-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 1vw;
  padding-top: 36px;
  padding-bottom: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.credit-card-body {
  width: auto;
  max-width: none;
  padding: 36px 36px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.credit-card-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -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;
}

.credit-card-form-layout {
  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;
}

.credit-card-form-two {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

.credit-card-payment-header {
  margin-bottom: 4px;
  color: #181b32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

.credit-card-payment-subheader {
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1px;
  -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;
}

.image-27 {
  width: 140px;
}

.payment-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.checkout-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: 0vw;
  margin-left: 1vw;
  padding-top: 36px;
  padding-bottom: 36px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.checkout-button {
  padding: 22px 32px;
  border-radius: 10px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.checkout-button:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.checkout-button.large {
  display: block;
  width: 66%;
  margin-bottom: 12px;
  padding: 20px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: background-color 400ms ease, border 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, border 400ms ease, color 400ms ease;
  font-size: 20px;
  font-weight: 700;
}

.checkout-button.large:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #096dd9;
}

.checkout-button.large.new {
  width: 100%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  width: auto;
  height: 105px;
  margin-right: 15px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -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;
}

.plan-title-checkout {
  margin-bottom: 2px;
  color: #181b32;
  font-size: 20px;
  font-weight: 700;
}

.plan-type-checkout {
  color: #181b32;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.plan-price-checkout {
  margin-top: 5px;
  color: #181b32;
  font-size: 16px;
  font-weight: 400;
}

.checkout-divider-thick {
  height: 1px;
  background-color: #e7e8f1;
}

.checkout-divider-thick.package-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 3px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.amount-owed-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upcoming-charge-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-due-text {
  color: #181b32;
  font-weight: 400;
}

.total-due-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.charge-on-text {
  color: #181b32;
  font-weight: 600;
}

.total-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-text {
  color: #181b32;
  font-size: 18px;
  font-weight: 700;
}

.video-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -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;
  font-weight: 400;
}

.div-block-19 {
  width: 92%;
  margin-top: 6px;
  margin-bottom: 24px;
  margin-left: 16px;
  padding: 6px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.33);
}

.code-text {
  font-family: Inconsolata, monospace;
  color: #181b32;
  font-weight: 400;
}

.install-rich-text-block {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #181b32;
}

.install-rich-text-block a {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.install-rich-text-block a:hover {
  opacity: 0.6;
}

.card-3-copy {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.card-3-copy.pricing-comparison-card.first {
  border-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-body-2-copy {
  width: auto;
  max-width: none;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.card-body-2-copy.pricing-comparison-card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 24px 36px 24px 0px;
  -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;
  background-color: #f2f7fa;
}

.text-block-55 {
  width: 100%;
  color: #181b32;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 900;
}

.text-block-56 {
  margin-top: 12px;
  color: #181b32;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.text-large-link-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  color: #096dd9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.link-horizontal-image-big-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.link-horizontal-image-big-copy:hover {
  opacity: 0.5;
}

.right-arrow-copy {
  width: auto;
  height: 11px;
  max-width: none;
  margin-top: 0px;
  margin-left: 4px;
}

.pricing-comparison-plan-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.image-29 {
  height: 25px;
}

.operating-system-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-57 {
  margin-left: 10px;
  color: #181b32;
  font-weight: 700;
}

.operating-system-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.operating-system-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.install-computer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-copy {
  width: 465px;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block-guide {
  padding-top: 0px;
  padding-left: 0px;
  color: #181b32;
}

.rich-text-block-guide a {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.rich-text-block-guide a:hover {
  opacity: 0.6;
}

.small-video-block {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 24px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.two-ways-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.two-ways-header-text {
  margin-left: 0px;
  color: #181b32;
  font-weight: 700;
}

.text-block-58 {
  width: 100%;
  margin-top: 48px;
  color: #181b32;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  width: 85%;
  margin-bottom: 0px;
  padding-left: 0px;
}

.accordion-header {
  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: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #181b32;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
}

.question-text:hover {
  color: #181b32;
}

.question-text:active {
  color: #181b32;
}
.link-block.choose-product {
    margin-top: 100px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.image-45 {
    margin-right: 10px;
    -webkit-transform: rotateX(0) rotateY(180deg) rotateZ(0);
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.inline-block{
    display: inline-block;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.accordion_item-image {
  width: 40px;
}

.div-block-20 {
  padding-top: 10px;
}

.accordion-copy {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion-copy.js-accordion-copy {
  width: 85%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion__item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item-copy:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item-copy.js-accordion-item-copy {
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.accordion-header-copy {
  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: #2e323c;
}

.accordion-header-copy.js-accordion-header-copy {
  -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;
  cursor: auto;
}

.question-text-copy {
  margin-top: 12px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #181b32;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
}

.question-text-copy:hover {
  color: #181b32;
}

.question-text-copy:active {
  color: #181b32;
}

.section-15 {
  height: 350px;
  background-image: url("../images/our-security-pattern-opacity.1d0987df388c.svg"), -webkit-gradient(linear, right top, left top, from(#181b32), to(#39bdee));
  background-image: url("../images/our-security-pattern-opacity.1d0987df388c.svg"), linear-gradient(270deg, #181b32, #39bdee);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section-16 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.container-security-text {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

.large-heading-5 {
  margin-bottom: 32px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.section-subtitle-copy {
  max-width: 690px;
}

.section-subtitle-copy.text-large-justified-copy {
  max-width: 100%;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.section-subtitle-copy.text-large-center {
  width: 850px;
  max-width: 100%;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.container-security-text-copy {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

.security-grid {
  margin-top: 48px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.security-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 24px;
  -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: 1.5px;
  border-color: #e9eef1;
  border-radius: 20px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-30 {
  width: auto;
  height: 150px;
}

.text-block-59 {
  margin-top: 24px;
  color: #181b32;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.text-block-60 {
  margin-top: 8px;
  color: #181b32;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.video-lightbox-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100.011455%;
  padding-right: 0px;
  -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;
}

.video-lightbox-image-copy {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
  -webkit-transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  cursor: pointer;
}

.video-lightbox-image-copy:hover {
  box-shadow: 0 0 10px 0 rgba(24, 27, 50, 0.25);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.lightbox-link-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  cursor: pointer;
}

.accuracy-benchmarks-grid {
  width: 100%;
  margin-top: 32px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
}

.benchmark-grid-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  background-color: #181b32;
}

.text-block-61 {
  color: #fff;
  font-weight: 700;
}

.benchmark-grid-body-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  background-color: #fff;
}

.text-block-61-copy {
  color: #181b32;
  font-weight: 600;
}

.text-block-62 {
  color: #181b32;
  font-weight: 300;
}

.bold-link-blue {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 800;
  text-align: center;
}

.bold-link-blue:hover {
  opacity: 0.5;
}

.benchmark-grid-body-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  background-color: #e9eef1;
}

.text-block-black {
  color: #181b32;
  font-weight: 800;
}

.benchmarks-small-header {
  margin-top: 60px;
  color: #181b32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}

.performance-benchmarks-grid {
  width: 100%;
  margin-top: 32px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
}

.benchmarks-subtitle {
  max-width: 690px;
}

.benchmarks-subtitle.text-large-center {
  width: 850px;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.benchmarks-link {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 600;
  text-align: center;
}

.benchmarks-link:hover {
  opacity: 0.5;
}

.bold-link-blue-mobile {
  position: relative;
  display: none;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 800;
  text-align: center;
}

.bold-link-blue-mobile:hover {
  opacity: 0.5;
}

.nvidia-benchmarks-grid {
  width: 100%;
  margin-top: 32px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 0px;
}

.content-pair-benchmarks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-text-reverse {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 0px;
  -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;
}

.nvidia-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -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;
  font-weight: 400;
}

.content-pair-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-copy.content-pair-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.large-nvidia-heading {
  margin-bottom: 72px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.nvidia-image {
  width: 590px;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
}

.all-caps-heading-nvidia {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.decoration-2-copy {
  position: relative;
  z-index: 1;
  width: 12vw;
}

.decoration-2-copy.right {
  right: auto;
  width: 9vw;
}

.decoration-2-copy.left-copy {
  left: -12px;
  width: 18vw;
  padding-right: 150px;
}

.icon-our-service {
  width: auto;
  height: 105px;
  margin-bottom: 32px;
}

.about-vp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -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;
}

.step-icon {
  width: 85px;
  margin-right: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg {
  position: absolute;
}

.bg.request-a-quote-shape-1 {
  left: -140px;
  top: 41px;
}

.bg.request-a-quote-shape-2 {
  top: -19px;
  right: -142px;
}

.bg.request-a-quote-shape-3 {
  left: -108px;
  bottom: -103px;
}

.bg.request-a-quote-shape-4 {
  right: -142px;
  bottom: -132px;
}

.split-content.service-our-process-left {
  max-width: none;
}

.split-content.service-our-process-right {
  max-width: none;
}

.split-content.service-hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: 0px;
  padding-right: 32px;
  -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;
}

.split-content.about-this-service-left {
  max-width: 41%;
}

.split-content.service-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  padding-left: 16px;
  -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;
}

.split-content.service-case-study-left {
  max-width: 50%;
  padding-right: 72px;
}

.split-content.package-left {
  max-width: 415px;
}

.split-content.package-right {
  position: relative;
  max-width: 515px;
}

.split-content.blog-section-left {
  max-width: 550px;
}

.testimonial-work {
  color: #096dd9;
  line-height: 1em;
}

.service-our-process-grid {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

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

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

.dash {
  width: 12px;
  height: 1px;
  margin-right: 10px;
  background-color: #096dd9;
}

.select-wrapper-2 {
  overflow: hidden;
  min-height: 62px;
  padding-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(57, 189, 238, 0.04), 0 1px 3px 0 rgba(24, 27, 50, 0.07);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
}

.select-wrapper-2:active {
  border-width: 1px;
  border-color: #096dd9;
}

.select-wrapper-2:focus {
  border-width: 1px;
  border-color: #096dd9;
  color: rgba(24, 27, 50, 0.66);
}

.select-wrapper-2::-webkit-input-placeholder {
  color: #62668a;
}

.select-wrapper-2:-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-2::-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-2::placeholder {
  color: #62668a;
}

.companies-grid {
  margin-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 74px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.companies-grid.our-past-clients {
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
}

.request-a-quote-wrapper {
  position: relative;
  margin-top: 40px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.about-this-service {
  width: 50%;
  max-width: 50%;
  border-radius: 40px;
  -webkit-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
}

.image-wrapper.about-this-service:hover {
  box-shadow: 0 -1px 10px 0 rgba(24, 27, 50, 0.3);
}

.image-wrapper.author-image {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-wrapper.author-image:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-wrapper.card-blog-article {
  width: 100%;
  height: 8rem;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.image-wrapper.card-blog-article:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.image-wrapper.author-image {
  width: 58px;
  height: 58px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.image-wrapper.author-image:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-wrapper.author-image-new {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-wrapper.author-image-new:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.our-services-grid {
  margin-top: 48px;
  margin-bottom: 24px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.space._2-buttons {
  min-width: 24px;
}

.service-our-process-wrapper {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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-this-service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.request-a-quote-grid {
  margin-bottom: 43px;
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.select-2 {
  min-height: 62px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #62668a;
  font-size: 16px;
}

.select-2:focus {
  color: #1f2559;
}

.select-2::-webkit-input-placeholder {
  color: #62668a;
}

.select-2:-ms-input-placeholder {
  color: #62668a;
}

.select-2::-ms-input-placeholder {
  color: #62668a;
}

.select-2::placeholder {
  color: #62668a;
}

.step-content {
  margin-top: -5px;
}

.testimonial-avatar-wrapper {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 1000px;
  box-shadow: 0 6px 8px 0 rgba(33, 11, 121, 0.08);
}

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

.container-medium-1020px.text-center {
  max-width: 1272px;
}

.message {
  max-height: 180px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  padding: 17px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(57, 189, 238, 0.04), 0 1px 3px 0 rgba(24, 27, 50, 0.07);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  color: rgba(24, 27, 50, 0.66);
  font-size: 16px;
}

.message:focus {
  border-width: 2px;
  border-color: #39bdee;
  color: #1f2559;
}

.message::-webkit-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.message:-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.message::-ms-input-placeholder {
  color: rgba(24, 27, 50, 0.66);
}

.message::placeholder {
  color: rgba(24, 27, 50, 0.66);
}

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

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

.container-medium-620px.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

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

.text-large-solutions {
  margin-bottom: 48px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}

.large-heading-solutions {
  margin-bottom: 24px;
  color: #181b32;
  font-size: 48px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: 0em;
}

.solutions-heading {
  color: #181b32;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0em;
}

.solutions-heading.product {
  margin-bottom: 32px;
}

.all-caps-heading-steps {
  margin-bottom: 6px;
  padding-bottom: 0px;
  color: #096dd9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.paragraph-12-copy {
  margin-bottom: 0px;
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-12-copy {
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.qsr-lottie {
  position: static;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 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;
}

.section-request-a-quote {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 168px;
}

.section-request-a-quote.product {
  padding-top: 8.25rem;
  padding-bottom: 14rem;
  background-color: #f2f7fa;
}

.paragraph-12-copy {
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.solutions-paragraph {
  margin-bottom: 28px;
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.text-block-63 {
  font-weight: 300;
}

.qsr-paragraph-bottom-space {
  margin-bottom: 32px;
  color: #181b32;
  line-height: 26px;
  font-weight: 400;
}

.qsr-paragraph-bottom-space.white {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 400;
}

.success-message-form {
  padding: 25px 10px;
  border-radius: 50px;
  background-color: #5cbf8a;
  color: #f2f7fa;
}

.text-block-64 {
  color: #ee2d3e;
  font-weight: 600;
}

.image-25-flipped.about-this-service {
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.decoration-2-register {
  position: relative;
  z-index: 1;
  width: 12vw;
}

.decoration-2-register.left {
  left: auto;
  width: 9vw;
  padding-top: 0px;
  padding-left: 0px;
  opacity: 0.33;
}

.image-32 {
  width: 100%;
  padding-left: 16px;
  border-radius: 40px;
}

.feature-container-le {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 36px;
  padding-left: 36px;
}

.three-up-grid-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-image-link {
  width: 100%;
  max-width: 100%;
}

.case-study-image-link:hover {
  box-shadow: 1px 1px 7px 3px #000;
}

.image-packages-contact-us-copy {
  width: 250px;
  max-width: none;
  margin-right: 0px;
}

.packages-contact-us-wrapper-copy {
  max-width: 650px;
}

.title-copy.packages-contact-us-copy {
  margin-bottom: 16px;
  color: #181b32;
  font-weight: 800;
  letter-spacing: 0em;
}

.paragraph-12-copy {
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-12-copy.packages-contact-us-copy {
  margin-bottom: 32px;
  color: #181b32;
  font-weight: 300;
}

.login-button-start {
  padding: 22px 32px;
  border-radius: 10px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.login-button-start:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.login-button-start.large-login-button {
  display: block;
  width: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 20px 72px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: background-color 600ms ease, border 600ms ease, color 600ms ease;
  transition: background-color 600ms ease, border 600ms ease, color 600ms ease;
  font-size: 16px;
  font-weight: 700;
}

.login-button-start.large-login-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #096dd9;
}

.login-button-start.large-login-button.w--current {
  width: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-right: 72px;
  padding-left: 72px;
}

.text-block-58-copy {
  width: 100%;
  margin-top: 0px;
  color: #181b32;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

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

.ip360-card {
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e8f1;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(78, 42, 222, 0.02), 0 6px 18px 0 rgba(78, 42, 222, 0.02);
}

.ip360-card.ip360-contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1003px;
  margin-right: auto;
  margin-left: auto;
  padding: 78px 91px;
  -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-width: 0px;
  border-radius: 8px 8px 20px 20px;
  box-shadow: 0 3px 10px 0 rgba(21, 35, 158, 0.04);
}

.ip360-card.ip360-contact-us.ip360-cta {
  max-width: 1272px;
  margin-top: 24px;
  border-width: 1px;
  border-color: #e9eef1;
  background-color: transparent;
  box-shadow: 0 6px 18px 0 rgba(24, 27, 50, 0.02), 0 0 6px 0 rgba(24, 27, 50, 0.02);
}

.ip360-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ip360-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-case-study-wrapper-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.image-wrapper-reverse {
  overflow: hidden;
}

.image-wrapper-reverse.about-this-service-reverse {
  width: 50%;
  max-width: 50%;
  border-radius: 40px;
  -webkit-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
}

.image-wrapper-reverse.about-this-service-reverse:hover {
  box-shadow: 0 -1px 10px 0 rgba(24, 27, 50, 0.3);
}

.split-content-reverse.service-case-study-right {
  max-width: 50%;
  padding-right: 0px;
  padding-left: 72px;
}

.image-34 {
  display: block;
  width: auto;
}

.all-caps-heading-copy {
  margin-bottom: 0px;
  padding-bottom: 32px;
  color: #39bdee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.video-lightbox-3 {
  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-size-19 {
  color: #181b32;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.content-pair-text-wide-2 {
  width: 700px;
  max-width: 100%;
  padding-left: 50px;
  -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-pair-text-wide-left-2 {
  width: 700px;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 0px;
  -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;
}

.navbar-container-transparent {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.navbar-container-transparent.bg-transparent {
  margin-bottom: -80px;
  background-color: transparent;
}

.navbar-container-transparent.sticky-top-transparent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: -80px;
  background-color: transparent;
}

.navbar-container-transparent.sticky-top-transparent.bg-transparent {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f2f7fa;
}

.navbar-container-transparent.sticky-top-transparent.bg-transparent {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-container-transparent.sticky-top-transparent.bg-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 22px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.navigation-text-white-new {
  display: block;
  width: auto;
  padding-right: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-text-white-new:hover {
  color: #fff;
}

.software-donation-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -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;
}

.section-software-registration {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-software-registration.no-top-space {
  overflow: hidden;
  padding-top: 0px;
}

.section-software-registration.no-top-space.bg-gray-4 {
  overflow: hidden;
  padding-top: 0px;
}

.section-software-registration.bg-gray-4 {
  padding-top: 96px;
  background-color: #f2f7fa;
}

.section-software-registration.bg-gray-4 {
  padding-top: 96px;
  background-color: #f7fafc;
}

.section-software-registration.bg-gray-4.no-top-space {
  padding-bottom: 168px;
  background-color: #f2f7fa;
}

.case-studies-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.case-study-card-results-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.increased-quantity {
  color: #f4263e;
  font-size: 36px;
  line-height: 1.056em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.increased-quantity.card-case-study {
  margin-right: 16px;
  color: #096dd9;
  font-size: 42px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 0em;
}

.case-study-title-link {
  margin-bottom: 20px;
  text-decoration: none;
}

.case-study-card-content {
  padding: 32px 32px 36px;
}

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

.case-study-company {
  margin-bottom: 12px;
  color: #096dd9;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  text-decoration: none;
}

.increased-text {
  color: #000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
}

.case-study-divider {
  height: 1px;
  background-color: #e7e8f1;
}

.case-study-divider.case-study-card {
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 28px;
  background-color: #e9eef1;
}

.paragraph-15 {
  color: #181b32;
  font-weight: 300;
}

.case-study-description {
  color: #181b32;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.case-study-heading {
  width: 100%;
  margin-bottom: 16px;
  color: #181b32;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0em;
}

.case-study-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 12px;
  -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;
  border-radius: 1000px;
}

.case-study-pill.bg-gray-4 {
  color: #4f5c65;
}

.case-study-pill.case-study-card-pill {
  position: absolute;
  top: 24px;
  right: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

.case-study-pill.case-study-card-pill.bg-gray-4 {
  padding: 16px 24px;
}

.paragraph-16.order-package {
  margin-bottom: 32px;
  color: #181b32;
  font-weight: 300;
}

.paragraph-16.order-package {
  margin-bottom: 32px;
}

.quantity-input {
  width: 80px;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 2rem 0rem 0rem 2rem;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(24, 27, 50, 0.15), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #181b32;
  font-weight: 600;
  text-align: center;
}

.quantity-input:focus {
  border-color: #f4263e;
  color: #181b32;
}

.quantity-input::-webkit-input-placeholder {
  color: #181b32;
}

.quantity-input:-ms-input-placeholder {
  color: #181b32;
}

.quantity-input::-ms-input-placeholder {
  color: #181b32;
}

.quantity-input::placeholder {
  color: #181b32;
}

.quantity-input.left {
  display: none;
}

.package-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1057px;
  margin: 76px auto 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.error-message-6 {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #ee2d3e;
  border-radius: 15px;
  background-color: transparent;
  color: #ee2d3e;
  font-weight: 600;
  text-align: center;
}

.order-package-subtotal {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: 0em;
}

.order-package-subtotal.asterisk {
  margin-left: 0px;
  font-size: 36px;
  line-height: 50px;
}

.back-to-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  text-decoration: none;
  text-transform: lowercase;
}

.select-wrapper-3 {
  overflow: hidden;
  min-height: 62px;
  padding-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(244, 38, 62, 0.04), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper-3:focus {
  border-color: #f4263e;
  color: #1f2559;
}

.select-wrapper-3::-webkit-input-placeholder {
  color: #62668a;
}

.select-wrapper-3:-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-3::-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-3::placeholder {
  color: #62668a;
}

.icon-included-2 {
  height: 20px;
  margin-right: 12px;
}

.package-icon {
  width: 325px;
  margin-right: 0px;
  margin-bottom: 32px;
}

.package-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-package-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.order-package-grid.left {
  display: none;
}

.package-included-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.package-included-title-2 {
  margin-bottom: 18px;
  color: #181b32;
  font-weight: 700;
  text-align: left;
}

.heading-22 {
  font-size: 24px;
}

.about-product {
  display: block;
  max-width: 672px;
  -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;
}

.product-hero-image {
  height: 475px;
  max-width: 100%;
}

.pricing-comparison-cell-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 4px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #e9eef1;
  text-align: center;
}

.pricing-plan-feature-free {
  color: #181b32;
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
}

.edge-pricing-plan-header {
  margin-bottom: 24px;
}

.edge-pricing-plan-header.pricing-comparison-heading {
  margin-bottom: 18px;
  color: #181b32;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
}

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

.select-wrapper-full {
  overflow: hidden;
  width: 100%;
  min-height: 62px;
  margin-top: -1px;
  padding-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8f1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(244, 38, 62, 0.04), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.select-wrapper-full:focus {
  border-color: #39bdee;
  color: #1f2559;
}

.select-wrapper-full::-webkit-input-placeholder {
  color: #62668a;
}

.select-wrapper-full:-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-full::-ms-input-placeholder {
  color: #62668a;
}

.select-wrapper-full::placeholder {
  color: #62668a;
}

.container-finder-price {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

.card-3-copy {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.card-3-copy.pricing-comparison-card.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.finder-card {
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e8f1;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(78, 42, 222, 0.02), 0 6px 18px 0 rgba(78, 42, 222, 0.02);
}

.finder-card.finder-package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100%;
  min-height: 675px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  box-shadow: 0 0 6px 0 rgba(57, 189, 238, 0.02), 0 6px 18px 0 rgba(57, 189, 238, 0.02);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  text-align: center;
}

.finder-card.finder-package:hover {
  border-width: 1px;
  border-color: #096dd9;
  box-shadow: 0 0 15px 0 rgba(57, 189, 238, 0.02), 0 15px 20px 0 rgba(57, 189, 238, 0.02);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.finder-package-icon {
  width: auto;
  height: 125px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.package-card-included-finder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
}

.checkmark-list-grid {
  display: -ms-grid;
  display: grid;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.checkmark-list-text {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.package-card-included-big {
  color: #181b32;
  font-size: 18px;
  font-weight: 300;
}

.icon-included-big {
  width: 22px;
  max-width: none;
  margin-right: 10px;
}

.package-card-suggestion-big {
  color: #181b32;
  font-size: 18px;
  line-height: 1.231em;
  font-weight: 700;
  letter-spacing: 0em;
}

.option-row-home {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-height: none;
  max-width: 1272px;
  min-height: 535px;
  margin-top: 48px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-product-card-copy {
  width: auto;
  height: 68px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.dropdown-list-wrap-products-new {
  position: relative;
  left: -9vw;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 55vw;
  max-width: 1000px;
  padding: 15px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.package-card-included-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  text-align: left;
}

.checkmark-list-grid-home {
  display: -ms-grid;
  display: grid;
  margin-right: 4px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: left;
}

.section-new {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-new.no-bottom-space {
  padding-top: 95px;
  padding-bottom: 0px;
}

.section-new.no-bottom-space.bg-gray-4 {
  display: block;
  padding-top: 96px;
}

.large-heading-less-bold {
  margin-bottom: 10px;
  color: #181b32;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0em;
}

.content-pair-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-screenshot-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  -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;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 345px;
  height: 700px;
  max-height: none;
  max-width: 100%;
  margin-right: 0px;
  padding-left: 0px;
  -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;
}

.content-pair-text-5 {
  width: 550px;
  max-width: 100%;
  padding-right: 0px;
  -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;
}

.super-large-blue-heading {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 24px;
  color: #096dd9;
  font-size: 105px;
  line-height: 105px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0em;
  text-decoration: none;
}

.html-embed-mobile {
  display: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  -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;
}

.four-up-grid-item {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.three-up-grid-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -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;
}

.icon-rekor-go {
  width: auto;
  height: 100px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-heading-copy {
  color: #181b32;
  letter-spacing: 0em;
}

.feature-paragraph-2 {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.product-page-icon {
  width: auto;
  height: 80px;
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.products-page-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-page-type-header {
  padding-top: 16px;
  padding-bottom: 0px;
  color: #181b32;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.products-small-subheading {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0em;
}

.products-small-heading {
  width: 100%;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: 0em;
}

.hardware-icon {
  width: auto;
  height: 105px;
  margin-bottom: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.accent-product {
  width: 77px;
  height: 4px;
  margin-top: 24px;
  background-color: #f4263e;
}

.accent-product.package-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 2px;
  margin: 20px 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #096dd9;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.feature-icon-mobile-hardware {
  width: 55px;
  margin-right: 23px;
  color: #39bdee;
}

.feature-icon-hardware {
  width: 42px;
  margin-right: 10px;
  color: #39bdee;
}

.solutions-tab-image {
  width: auto;
  max-width: 660px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  border-radius: 20px;
}

.edge-pricing-plan-icon {
  width: auto;
  height: 80px;
  max-width: none;
  margin-bottom: 18px;
  padding-bottom: 0px;
}

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

.wg-element-wrapper.sw8 {
  margin-top: 0px;
}

.wg-selector-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-flag-ico {
  width: 20px;
  height: 16px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.wg-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 16px;
  margin-right: 8px;
  -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;
}

.wg-dd-2-list {
  left: 0%;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 11px -1px rgba(64, 73, 255, 0.11);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.wg-dd-2-list.wg-dropdown-link-flag {
  z-index: auto;
  background-color: #fff;
}

.wg-dd-2-list.wg-dropdown-link-flag.w--open {
  height: 210px;
}

.wg-dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  font-weight: 700;
}

.wg-dropdown-2-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  padding: 0rem 1rem;
  -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;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #000;
  text-decoration: none;
}

.wg-dropdown-2-link:hover {
  color: #39bdee;
}

.wg-dd-2-togle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2rem;
  padding: 0px 15px 0px 16px;
  -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;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
}

.wg-dd-2-togle:hover {
  color: #39bdee;
}

.text-block-68 {
  font-weight: 700;
}

.text-block-69 {
  margin-right: 4px;
  color: #181b32;
  font-weight: 700;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-code {
  display: none;
}

.carma-section {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.carma-section.carma-bg-gray-4 {
  display: none;
  padding-top: 96px;
  background-color: #f2f7fa;
}

.remember-me-text {
  position: relative;
  top: auto;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-left: 0px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.remember-checkbox {
  width: 15px;
  height: 15px;
  margin-top: -1px;
  margin-right: 4px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(24, 27, 50, 0.15);
}

.remember-checkbox.w--redirected-checked {
  border-color: #096dd9;
  background-color: #096dd9;
}

.remember-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 8px;
  padding-left: 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;
  text-align: left;
}

.password-field {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 16px;
}

.password-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #39bdee;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #39bdee;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.show-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 20px;
  padding-left: 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;
  text-align: left;
}

.watchman-lottie-link {
  width: 55%;
  max-width: 55%;
  margin-left: 6px;
}

.watchman-lottie {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-feature-list-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 48px;
  -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;
  justify-items: stretch;
  -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 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ip360-feature-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speed-trailer-icon {
  width: 34px;
  margin-right: 18px;
  color: #39bdee;
}

.speed-trailer-icon-mobile {
  width: 55px;
  margin-right: 23px;
  color: #39bdee;
}

.rekor-go-icon-mobile {
  width: 55px;
  margin-right: 23px;
  color: #39bdee;
}

.app-store-link {
  width: auto;
}

.badge-image {
  width: auto;
  height: 52px;
}

.badge-store-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-store-link-right {
  width: auto;
  margin-left: 20px;
}

.app-store-link-right-copy {
  width: auto;
  margin-left: 36px;
}

.app-store-link-copy {
  width: auto;
  margin-right: 36px;
}

.badge-store-icons-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rekor-go-form-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 36px;
  margin-bottom: 0px;
}

.text-large-solutions-sub {
  margin-bottom: 24px;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.payment-processing {
  position: absolute;
  left: 33%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 650px;
  height: 350px;
  padding: 24px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.processing-header {
  margin-top: 0px;
  margin-bottom: 0em;
  color: #181b32;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 0em;
}

.credit-card-lottie {
  width: 200px;
  margin-top: 0px;
}

.processing-subtext {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #181b32;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0em;
}

.credit-card-lottie-done {
  display: none;
  width: 200px;
  margin-top: 0px;
}

.success-header {
  display: block;
  margin-top: -44px;
  margin-bottom: 0em;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #181b32;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 0em;
}

.accepted-subtext {
  display: block;
  margin-top: -34px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #181b32;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0em;
}

.slider-right {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #096dd9;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.slider-right:hover {
  background-color: #096dd9;
  opacity: 0.7;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  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;
  border-radius: 50px;
  background-color: #096dd9;
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #39bdee;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #39bdee;
  opacity: 0.7;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap.extra-space {
  margin-bottom: 30px;
}

.field-label-2 {
  margin-bottom: 8px;
  color: #181b32;
  font-size: 16px;
  font-weight: 600;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.help-block {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 20px;
}

.previous-placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -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;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-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: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding: 15% 40px 50px;
  -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;
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-color: #181b32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 27, 50, 0.95)), to(rgba(24, 27, 50, 0.95))), url("../images/law-enforcement-pattern.1efc90d888ad.svg");
  background-image: linear-gradient(180deg, rgba(24, 27, 50, 0.95), rgba(24, 27, 50, 0.95)), url("../images/law-enforcement-pattern.1efc90d888ad.svg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.text-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -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;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.12);
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.banner-logo:hover {
  opacity: 0.7;
}

.author-name {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-2 {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 28px;
}

.button-wrapper-2 {
  position: relative;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.star-row {
  margin-bottom: 30px;
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
  -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;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.banner-h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0px;
}

.text-block {
  font-family: Oswald, sans-serif;
  color: #5b617c;
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.author-image {
  width: 60px;
  margin-right: 14px;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.author-testimonial {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-intro {
  max-width: 650px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.notice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #282b47;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  line-height: 23px;
}

.text-span {
  color: #fff;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #096dd9;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  opacity: 0.7;
}

.previous-button {
  display: none;
  padding: 5px 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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.success-message-4 {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
}

.dot.active-dot {
  background-color: #4f5c65;
}

.slider {
  position: relative;
  height: 100vh;
  min-height: 850px;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.paragraph {
  max-width: 650px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 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;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 100px 3%;
  -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;
  background-color: #fff;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-paragraph {
  max-width: 550px;
  color: #181b32;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.logo-2 {
  width: 115px;
  margin-bottom: 40px;
}

.form-section-title-2 {
  margin-bottom: 12px;
  color: #181b32;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}

.image-36 {
  width: 250px;
}

.text-block-70 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.star-rating {
  width: 30px;
}

.success-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 140px 3%;
  -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;
  background-color: #181b32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 27, 50, 0.96)), to(rgba(24, 27, 50, 0.96))), url("../images/law-enforcement-pattern.1efc90d888ad.svg");
  background-image: linear-gradient(180deg, rgba(24, 27, 50, 0.96), rgba(24, 27, 50, 0.96)), url("../images/law-enforcement-pattern.1efc90d888ad.svg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-3 {
  width: 250px;
  margin-bottom: 45px;
}

.text-block-3 {
  max-width: 700px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.button-4 {
  margin-top: 40px;
  padding: 20px 48px;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.button-4:hover {
  opacity: 0.7;
}

.form-double-field {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rpsn-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 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;
  text-align: left;
}

.login-page-link-blue {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-weight: 600;
}

.login-page-link-blue:hover {
  opacity: 0.6;
}

.span-secondary-1-green {
  color: #5cbf8a;
  font-weight: 700;
}

.navigation-text-origin {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.navigation-text-origin:hover {
  color: #39bdee;
}

.grid-dash {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.7fr 1fr 1fr;
  grid-template-columns: 1.7fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  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;
}

.dropdown-list-dash {
  min-width: 100%;
}

.dropdown-list-dash.w--open {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  background-color: transparent;
}

.navigation-image-wrap {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 20px;
}

.menu-wrap-dash {
  position: static;
  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;
  color: #283338;
  font-size: 15px;
}

.navigation-image-link {
  text-decoration: none;
}

.rekor-nav-logo-link {
  margin-right: 20px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.rekor-nav-logo-link:hover {
  opacity: 0.65;
}

.link-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #848199;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}

.link-dash:hover {
  color: #7735f6;
}

.column-dash {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navigation-wrap-dash {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 3%;
  -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;
  background-color: transparent;
}

.button-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  padding: 13px 21px;
  -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: 2px;
  border-color: #096dd9;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 700;
}

.button-dash:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  background-color: #fff;
  color: #096dd9;
}

.image-dash {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-dash {
  position: static;
}

.toggle-dash {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 500;
}

.toggle-dash:hover {
  color: #39bdee;
}

.dropdown-wrapper-dash {
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 26px 47px 72px 0 rgba(78, 45, 146, 0.1);
}

.navigation-dash {
  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;
  background-color: transparent;
}

.navigation-dash.product {
  background-color: #181b32;
}

.navigation-right-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.rekor-nav-logo {
  width: 225px;
}

.column-card-dash {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 12px;
  -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;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.column-card-dash:hover {
  background-color: #e7f7fd;
}

.navigation-container-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 24px 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.heading-dash {
  margin-bottom: 5px;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
}

.navigation-left-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-dash {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0rem;
  right: 0%;
  z-index: 99;
  min-height: auto;
  background-color: transparent;
}

.image-2 {
  width: 22px;
  margin-left: 10px;
  color: #181b32;
}

.title-dash {
  color: #181b32;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.links-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -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;
}

.grid-2-dash {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-73 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #181b32;
  font-size: 14px;
  font-weight: 600;
}

.text-block-73:hover {
  color: #39bdee;
}

.case-study-title {
  padding-right: 12px;
  padding-left: 12px;
  color: #181b32;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-item {
  min-height: auto;
  padding-left: 28px;
  border-left: 2px solid #e9eef1;
}

.column-hollow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: auto;
  margin-top: 0px;
  padding: 32px 36px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.title-2 {
  margin-bottom: 6px;
  color: #181b32;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-cta-hollow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: auto;
  padding: 20px 48px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1d9ee), to(#096dd9));
  background-image: linear-gradient(180deg, #a1d9ee, #096dd9);
  text-decoration: none;
}

.menu-title-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

.menu-subtext-white {
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.menu-subtext-white a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: underline;
}

.menu-subtext-white a:hover {
  color: #181b32;
}

.menu-subtitle-white {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
}

.start-free-trial-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  margin-top: 5px;
  margin-left: 0px;
  padding: 12px 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;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #096dd9;
  font-weight: 700;
}

.start-free-trial-button:hover {
  border-style: none;
  border-width: 0px;
  border-color: #4f5c65;
  background-color: #181b32;
  color: #fff;
}

.scout-featured-product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta-omega {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 32px;
  -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 #e9eef1;
  border-radius: 0px 0px 10px 10px;
  background-color: #f2f7fa;
}

.review-wrap {
  display: -ms-grid;
  display: grid;
  width: 55%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  white-space: nowrap;
}

.dropdown-wrapper-omega {
  position: relative;
  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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.dropdown-wrapper-omega.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.nav-wrapper-omega {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-dash-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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;
}

.column-card-dash-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 0px;
  -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;
}

.heading-dash-2 {
  margin-bottom: 10px;
  color: #181b32;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0em;
}

.image-40 {
  width: 22px;
  margin-left: 10px;
}

.link-block-4 {
  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-transition: all 600ms ease;
  transition: all 600ms ease;
}

.link-block-4:hover {
  opacity: 0.6;
}

.text-block-74 {
  margin-left: 12px;
  color: #181b32;
  font-weight: 600;
}

.developer-grid-two-stacked {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.request-a-license-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  padding: 12px 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;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 0px;
  background-color: #096dd9;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-weight: 700;
}

.request-a-license-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  background-color: transparent;
  color: #096dd9;
}

.documentation-title {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #181b32;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.documentation-icon {
  width: 30px;
}

.dev-icons {
  width: 20px;
}

.documentation-subtitle {
  max-width: 450px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-28 {
  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;
}

.developers-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.developers-grid-inside {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.documentation-link {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
}

.documentation-link:hover {
  color: #096dd9;
  font-weight: 300;
  text-decoration: underline;
}

.link-block-5 {
  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-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.link-block-5:hover {
  opacity: 0.6;
}

.continue-reading-text {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #181b32;
  font-size: 14px;
  font-weight: 300;
}

.continue-reading-text:hover {
  color: #39bdee;
  font-weight: 300;
  text-decoration: underline;
}

.video-lightbox-in-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100.011455%;
  margin-bottom: 22px;
  padding-right: 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;
}

.video-play-button-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -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: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-play-button-copy:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-play-button-copy.video-play-button-center {
  position: absolute;
}

.video-play-button-copy.video-play-button-center.bg-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  font-weight: 600;
}

.video-play-button-copy.video-play-button-center.bg-white {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.play-button {
  position: absolute;
  left: 22px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 18px;
  height: 21px;
  max-width: 100%;
  cursor: pointer;
}

.documentation-video-link {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #181b32;
  font-size: 14px;
  font-weight: 600;
}

.documentation-video-link:hover {
  color: #181b32;
  font-weight: 600;
  text-decoration: none;
}

.divider-3 {
  height: 1px;
  background-color: #e7e8f1;
}

.divider-3.card-blog {
  margin-top: 5px;
  margin-bottom: 15px;
}

.divider-3.card-blog {
  margin-top: 34px;
  margin-bottom: 15px;
}

.divider-3.card-blog-nav {
  margin-top: 0px;
  margin-bottom: 15px;
}

.card-blog-title-link {
  margin-bottom: 11px;
  text-decoration: none;
}

.card-blog-content {
  position: relative;
  z-index: 1;
  margin-top: -38px;
  padding-right: 24px;
  padding-bottom: 27px;
  padding-left: 24px;
}

.card-blog-date {
  color: #181b32;
  font-size: 14px;
  line-height: 1.125em;
  font-weight: 300;
}

.category-and-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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-category-wrapper {
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: lowercase;
}

.card-category-wrapper:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.text-block-75 {
  font-size: 13px;
  font-weight: 600;
}

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

.image-42 {
  width: 400px;
}

.content-pair-text-3 {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 72px;
  -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;
}

.image-43 {
  position: absolute;
  left: 41px;
  top: 38px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 18px;
  height: 21px;
  max-width: 100%;
  cursor: pointer;
}

.solutions-heading-2 {
  color: #181b32;
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 0em;
}

.paragraph-17 {
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-17.card-service {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 300;
}

.paragraph-17.card-service {
  margin-bottom: 0px;
  color: #181b32;
  font-weight: 300;
}

.our-services-grid-2 {
  margin-top: 48px;
  margin-bottom: 24px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.announcement-cross-2 {
  position: absolute;
  right: 36px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.announcement-cross-2:hover {
  opacity: 1;
}

.button-secondary-3 {
  padding: 22px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebfcc;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, border-color 600ms ease, color 600ms ease;
  transition: transform 600ms ease, border-color 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  color: #181b32;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.button-secondary-3:hover {
  border-color: #39bdee;
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #39bdee;
}

.all-caps-heading-2 {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #39bdee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

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

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

.blog-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-18 {
  color: #181b32;
  font-size: 16px;
  font-weight: 300;
}

.text-block-76 {
  font-weight: 600;
}

.blog-post-image.card-blog-article {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post-image.card-blog-article {
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-pair-right-cases {
  display: -ms-grid;
  display: grid;
  width: 65%;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto 12px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.use-cases-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 16px 10px;
  -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: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 600ms ease, box-shadow 600ms ease;
  transition: border-color 600ms ease, box-shadow 600ms ease;
}

.use-cases-container:hover {
  border-width: 1px;
  border-color: #39bdee;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.use-cases-image {
  height: 55px;
  max-height: none;
  max-width: none;
  background-color: transparent;
}

.use-cases-image:hover {
  height: 55px;
}

.use-cases-small-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 13px;
  -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;
  color: #181b32;
  font-size: 13px;
  line-height: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
}

.left-image {
  width: 95%;
  height: 375px;
  max-width: 100%;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-77 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #181b32;
  line-height: 28px;
}

.all-caps-heading-copy-2 {
  margin-bottom: 0px;
  padding-bottom: 16px;
  color: #39bdee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.medium-heading-center-2 {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #181b32;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.link-4 {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.link-4:hover {
  opacity: 0.5;
}

.large-heading-footer-2 {
  margin-bottom: 16px;
  color: #181b32;
  font-size: 54px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 0em;
}

.form-error-3 {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #ee2d3e;
  color: #fff;
  text-align: center;
}

.lottie-animation-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 406px;
  max-width: none;
}

.form-input-4 {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #181b32;
  font-size: 16px;
  line-height: 24px;
}

.form-input-4:focus {
  border-color: #39bdee;
}

.form-input-4.form-input-large {
  height: 72px;
  font-size: 20px;
}

.form-input-4.form-input-large.subscribe-form-input {
  display: block;
  margin-right: 12px;
  color: #181b32;
}

.text-large-copy-2 {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.form-success-3 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #5cbf8a;
  color: #fff;
}

.content-pair-media-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 525px;
  margin-right: 0px;
  padding-right: 24px;
}

.footer-logo {
  width: 215px;
}

.background-video-full {
  position: relative;
  top: -110px;
  display: block;
  overflow: hidden;
  height: 100vh;
  max-height: none;
  margin-top: 6px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent), color-stop(0, transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 33%, transparent 100%, transparent 0, transparent);
  -o-object-fit: fill;
  object-fit: fill;
}

.title-blog-nav.card-blog-nav {
  margin-bottom: 0px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #181b32;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0em;
}

.title-blog-nav.card-blog-nav:hover {
  color: #096dd9;
}

.hero-container-wide {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.hero-container-wide.text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
}

.hero-container-wide.text-left.hero-container {
  margin-top: 21vh;
  margin-bottom: auto;
  padding: 0vw 36px;
  -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;
}

.hero-text {
  margin-bottom: 24px;
  color: #353e44;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 0em;
}

.hero-text.text-white {
  max-width: 720px;
  color: #fff;
  font-size: 54px;
  line-height: 68px;
  font-weight: 900;
  letter-spacing: 0em;
}

.hero-subtitle {
  max-width: 690px;
}

.hero-subtitle.text-large-header {
  max-width: 720px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.explore-bottom {
  position: absolute;
  left: 25%;
  top: 93vh;
  right: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.explore-bottom:hover {
  opacity: 0.6;
}

.explore-bottom-text {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.explore-bottom-arrow {
  width: 16px;
  height: auto;
}

.checkmark-list-hero {
  display: -ms-grid;
  display: grid;
  margin-right: 4px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: left;
}

.checkmark-list-hero-text {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: left;
}

.checkmark-list-hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkmark-list-text-white {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.card-blog-content-hero {
  position: relative;
  z-index: 1;
  margin-top: -38px;
  padding-right: 24px;
  padding-bottom: 19px;
  padding-left: 24px;
}

.container-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  padding-right: 36px;
  padding-left: 36px;
  -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;
}

.rekor-one-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.rekor-one-check-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.rekor-one-features {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rekor-one-logo {
  width: 450px;
  margin-bottom: 32px;
}

.rekor-one-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#181b32), to(#181b32));
  background-image: linear-gradient(180deg, #181b32, #181b32);
}

.medium-heading-white {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0em;
}

.rekor-nav-logo-mobile {
  display: none;
  width: 225px;
}

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

.products-feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  padding: 8px 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  text-decoration: none;
}

.products-feature-wrap:hover {
  background-color: #e7f7fd;
}

.products-feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  -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;
}

.analysis-grid-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.capture-grid-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fourth-grid-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-icon {
  width: 42px;
  height: auto;
  margin-right: 6px;
  color: #39bdee;
}

.featured-companies-hero {
  display: none;
  width: auto;
  max-width: 720px;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featured-company-logo {
  height: 36px;
  max-height: none;
  max-width: 140px;
  margin: 0px;
}

.social-footer-image {
  width: auto;
  height: 24px;
}

.map-section-content {
  display: block;
  max-width: 504px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map-section-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 96px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-section-right.bg-gray-4 {
  overflow: visible;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-section-right.bg-gray-4 {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.contact-method-group {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-method-item-2.contact-method-group-item {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.link-large {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #096dd9;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
}

.link-large:hover {
  opacity: 0.5;
}

.address {
  font-style: normal;
}

.advantage-cards {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e8f1;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(78, 42, 222, 0.02), 0 6px 18px 0 rgba(78, 42, 222, 0.02);
}

.advantage-cards.our-service-cards {
  margin-top: 0px;
  padding: 40px 24px;
  border-width: 1px;
  border-color: #e9eef1;
  box-shadow: 0 0 6px 0 rgba(24, 27, 50, 0.02), 0 6px 18px 0 rgba(24, 27, 50, 0.02);
  text-align: center;
}

.container-footer-bottom {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.product-hero-subtitle {
  max-width: none;
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-link-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.horizontal-link-cta:hover {
  opacity: 0.5;
}

.cta-button {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.cta-button:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.content-right-pair-devs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.lottie-animation-6 {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.content-pair-swapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-pair-text-right {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 48px;
  -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;
}

.sharethis-buttons {
  margin-top: 20px;
}

.navigation-text-origin-dark {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #181b32;
  font-size: 16px;
  font-weight: 700;
}

.navigation-text-origin-dark:hover {
  color: #096dd9;
}

.navigation-wrap-dash-light {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 3%;
  -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;
  background-color: #f2f7fa;
}

.navigation-wrap-dash-light.dark {
  background-color: #181b32;
}

.pricing-dash {
  width: 100%;
  height: 4px;
  margin: 20px auto;
  border-radius: 2px;
  background-color: #e9eef1;
}

.plan-name {
  margin-bottom: 2px;
  color: #181b32;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.5px;
}

.hide-on-tablet {
  display: -ms-grid;
  display: grid;
  margin-bottom: 25px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.show-features-button {
  display: none;
  border-bottom: 1px dashed #909090;
}

.pricing-contain {
  position: relative;
  width: 300px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
  border-style: solid;
  border-width: 10px 2px 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 50px -10px rgba(45, 62, 80, 0.2);
  font-size: 12px;
  text-align: center;
}

.text-block-79 {
  margin-bottom: 3px;
  color: #181b32;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.toggle-text {
  width: auto;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.toggle-text.monthly-toggle {
  color: #000;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.toggle-contain {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 0px none #000;
  border-radius: 50px;
  background-color: #096dd9;
  color: #181b32;
}

.pricing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 420px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #e9eef1;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.pricing-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.pricing-box-row.yearly-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-box-row.monthly-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.toggle-row {
  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;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.toggle-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}

.toggle-text-div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 238.609375px;
  -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;
}

.toggle-text-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 238.609375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bundle-items-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 36px 48px;
  -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: left;
}

.bundle-items-top {
  display: block;
  width: 100%;
  height: 280px;
  -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: 0px;
}

.bundle-select-button {
  padding: 22px 32px;
  border-radius: 10px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.bundle-select-button:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.product-bundle-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.product-bundle-check-text {
  color: #181b32;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.icon-included-product-bundle {
  width: 18px;
  margin-right: 8px;
}

.product-bundle-feature-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-excluded-product-bundle {
  width: 15px;
  margin-right: 11px;
}

.product-bundle-featured-icon {
  position: relative;
  width: 40px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

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

.plan-subtitle {
  margin-bottom: 0px;
  color: #181b32;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.plan-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -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;
}

.package-bundle-container {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.pricing-bundle-header {
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-large-white {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.medium-header-center-white {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.customize-bundle {
  margin-top: 10px;
  color: #181b32;
  font-size: 14px;
  text-align: center;
}

.text-block-80 {
  color: #fff;
  font-weight: 600;
}

.hero-text-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  -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;
}

.section-hero {
  position: relative;
  padding-top: 3em;
  background-color: transparent;
}

.hero-product-demo {
  position: relative;
  display: block;
  width: 100%;
  height: 160vh;
}

.ellipses-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
}

.ellipse-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -530px;
  bottom: auto;
  z-index: -1;
  width: 650px;
  height: 650px;
  background-image: url("../images/Ellipse-2.332c35e1c860.png");
  background-position: 50% 50%;
  background-size: cover;
}

.download-button {
  margin-right: 30px;
}

.download-button.last {
  margin-right: 0px;
}

.product-demo-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1;
  min-height: auto;
  padding-top: 0px;
}

.hero-text-holder {
  position: absolute;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -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;
}

.iphone-lock-screen-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.ellipse-left {
  position: absolute;
  left: -430px;
  top: 5em;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 520px;
  height: 650px;
  background-image: url("../images/Ellipse-1.c76db55cb6af.png");
  background-position: 50% 50%;
  background-size: cover;
}

.play-icon-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 100%;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.3);
}

.product-phone-image-holder {
  position: relative;
  width: 400px;
}

.product-phone-content {
  position: absolute;
  left: 36px;
  top: 36px;
  right: 37px;
  bottom: 35px;
  z-index: -1;
  overflow: hidden;
}

.product-phone-demo-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.download-buttons {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: 3em;
  margin-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-phone-image {
  width: 100%;
}

.hero-text-holder-2 {
  overflow: hidden;
  width: 50vw;
  text-align: left;
}

.main-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 72px;
  -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;
}

.play-icon-image {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #39bdee;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.hero-text-holder-1 {
  overflow: hidden;
  width: 50vw;
  text-align: right;
}

.hero-text-2 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 210px;
  line-height: 1.2;
  font-weight: 800;
}

.hero-text-2._1 {
  width: auto;
  padding-right: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#34499f), to(#39bdee));
  background-image: linear-gradient(90deg, #34499f, #39bdee);
  font-weight: 800;
  text-align: right;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text-2._2 {
  width: auto;
  padding-left: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#39bdee), to(#34499f));
  background-image: linear-gradient(90deg, #39bdee, #34499f);
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-container {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  -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;
}

.download-button-icon {
  width: auto;
  height: 24px;
  margin-right: 10px;
}

.button-5 {
  min-width: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #fa5853;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa5853), color-stop(50%, #f46692), to(#ffc444));
  background-image: linear-gradient(90deg, #fa5853, #f46692 50%, #ffc444);
  -webkit-transition: letter-spacing 300ms ease, color 300ms ease;
  transition: letter-spacing 300ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.button-5:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-5.download {
  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: 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: 8px;
  background-color: #141415;
  background-image: none;
  -webkit-transition: opacity 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  font-size: 16px;
  font-weight: 400;
}

.button-5.download:hover {
  background-color: #212121;
  opacity: 0.9;
  letter-spacing: 0px;
}

.small-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-container.center {
  text-align: center;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding: 0rem 36px;
  -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;
}

.customer-image {
  max-height: 30px;
}

.section-17.second {
  margin-top: 30em;
  padding-bottom: 96px;
}

.card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #1d1e1f;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.card-item:hover {
  text-decoration: none;
}

.card-item.light {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fcfdff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.feature-1-image {
  display: block;
  height: 240px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-feature-center {
  width: 100%;
  text-align: center;
}

.card-item-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2em 2.2em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-feature-icon {
  height: 105px;
  margin-bottom: 1em;
}

.feature-grid {
  width: 100%;
  margin-bottom: 0em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.card-iphone {
  position: relative;
  overflow: hidden;
  height: 390px;
  margin-right: auto;
  margin-left: auto;
}

.app-download-button-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

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

.container-reviews.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-top: 0em;
  padding-right: 36px;
  padding-left: 36px;
  -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-reviews-2 {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.container-reviews-2.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 36px 0em;
  -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;
}

.features-paragraph {
  margin-bottom: 0px;
  color: #181b32;
  line-height: 24px;
  font-weight: 300;
}

.download-buttons-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
}

.app-feature-icon {
  width: auto;
  height: 125px;
  margin-bottom: 20px;
}

.app-feature-icon.product {
  height: 100px;
}

.blue-scout-lottie {
  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;
}

.columbia-image {
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-13-copy {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.map-section-left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 535px;
  max-width: 50%;
  padding-right: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-large-406 {
  color: #181b32;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0em;
}

.blue-comparison-header {
  position: relative;
  top: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blue-comparison-plan {
  width: 33.333333333333336%;
  padding-right: 0px;
  padding-left: 0px;
}

.blue-comparison-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.blue-comparison-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e9eef1;
  border-right: 2px solid #e9eef1;
}

.blue-comparison-row.pricing-comparison-row-last {
  border-bottom: 2px solid #e9eef1;
}

.blue-comparison-row.pricing-comparison-row-first {
  border-bottom: 2px none #e9eef1;
  border-left: 1px none #000;
  border-top-style: none;
}

.blue-card-body {
  width: auto;
  max-width: none;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.blue-card-body.pricing-comparison-card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 18px 12px;
  -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;
  background-color: transparent;
}

.blue-card {
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.blue-card.pricing-comparison-card.first {
  display: block;
  height: 100%;
  border-width: 2px;
  border-color: #e9eef1;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.blue-card.pricing-comparison-card.third {
  border-width: 2px;
  border-color: #e9eef1;
  border-right-style: solid;
  border-left-style: none;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.blue-card.pricing-comparison-card.second {
  border-width: 2px;
  border-top-color: #e9eef1;
  border-right-style: solid;
  border-bottom-color: #e9eef1;
  border-left-style: none;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.blue-price-number.large-heading {
  margin-bottom: 0px;
  margin-left: 4px;
  color: #181b32;
  font-weight: 900;
}

.blue-price-number.large-heading {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0em;
}

.blue-dollar-sign {
  padding-right: 2px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0em;
}

.blue-per-month-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.blue-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.image-44 {
  width: 110px;
}

.blue-pricing-plan-heading {
  margin-bottom: 24px;
}

.blue-pricing-plan-heading.pricing-comparison-heading {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}

.blue-note-text {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.blue-feature-heading {
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
}

.blue-title.process-step {
  margin-bottom: 16px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0em;
}

.blue-paragraph {
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.blue-paragraph.last {
  margin-bottom: 0px;
}

.blue-pricing-comparison-cell-heading {
  margin-bottom: 0px;
}

.blue-pricing-comparison-cell-heading.h6-small {
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.blue-pricing-plan-feature {
  color: #fff;
  font-weight: 300;
}

.white-button-5 {
  min-width: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #fa5853;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa5853), color-stop(50%, #f46692), to(#ffc444));
  background-image: linear-gradient(90deg, #fa5853, #f46692 50%, #ffc444);
  -webkit-transition: letter-spacing 300ms ease, color 300ms ease;
  transition: letter-spacing 300ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.white-button-5:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.white-button-5.download {
  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: 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: 8px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 300ms ease, opacity 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  transition: all 300ms ease, opacity 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  color: #181b32;
  font-size: 16px;
  font-weight: 400;
}

.white-button-5.download:hover {
  background-color: #39bdee;
  letter-spacing: 0px;
}

.blue-comparison-plan-first {
  width: 33.333333333333336%;
  padding-right: 0px;
  padding-left: 0px;
}

.total-due-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scout-modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.scout-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

.button-6 {
  padding: 16px 20px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.button-6:hover {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

.button-6.modal-form-button {
  width: 100%;
  margin-right: 0px;
  background-color: #181b32;
  -webkit-transition: all 200ms ease, color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: all 200ms ease, color 200ms ease-in-out, background-color 200ms ease-in-out;
  font-size: 16px;
  letter-spacing: 0px;
}

.button-6.modal-form-button:hover {
  border-color: #39bdee;
  background-color: #39bdee;
  color: #fff;
}

.modal-divider {
  width: 50px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #b7b7b8;
}

.modal-form {
  margin-bottom: 0px;
}

.form-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.input-2 {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border: 2px solid #b7b7b8;
  border-radius: 4px;
  font-weight: 400;
}

.modal-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #181b32;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0px;
}

.label {
  color: #181b32;
  font-weight: 700;
}

.scout-modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.scout-modal-close-icon:hover {
  opacity: 1;
}

.modal-content {
  max-width: 390px;
}

.scout-modal {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/scoutbluecircle-web.f159aabf7934.png");
  background-position: 145% 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

.short-form-div-wide {
  margin-bottom: 25px;
}

.modal-subheading {
  margin-bottom: 20px;
  color: #181b32;
  font-size: 18px;
  font-weight: 600;
}

.modal-description {
  color: #181b32;
  font-size: 16px;
  font-weight: 300;
}

.edge-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

.edge-modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.edge-modal {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Edge_circle_100opac-copy-min.84330fcaa308.png");
  background-position: 145% 50%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.edge-modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.edge-modal-close-icon:hover {
  opacity: 1;
}

.blue-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

.blue-modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.blue-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/RekorBlue-small-circle.e2a11e86e3d3.png");
  background-position: 140% 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

.blue-modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.blue-modal-close-icon:hover {
  opacity: 1;
}

.modal-product-image {
  display: none;
}

.success-message-5 {
  background-color: #5cbf8a;
  color: #fff;
}

.text-block-81 {
  font-weight: 700;
}

.error-message-7 {
  background-color: #ee2d3e;
  color: #fff;
}

.text-block-82 {
  font-weight: 700;
  text-align: center;
}

.finder-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

.finder-modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.finder-modal {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Finder2_circle_web.59aa0a286081.png");
  background-position: 160% 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

.finder-modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.finder-modal-close-icon:hover {
  opacity: 1;
}

.trailer-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

.trailer-modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.trailer-modal {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #39bdee;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/rekortrailer2cameras-copy-min.1f901dbbca00.png");
  background-position: 130% 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

.trailer-modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.trailer-modal-close-icon:hover {
  opacity: 1;
}

.top-product-feature-image {
  width: auto;
  max-height: 150px;
  max-width: 325px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-feature-wrap-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  padding: 8px 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  text-decoration: none;
}

.products-feature-wrap-box:hover {
  background-color: #e7f7fd;
}

.rekor-one-image {
  width: 80%;
}

.intelligence-grid {
  margin-top: 48px;
  margin-bottom: 24px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-intelligence-button {
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.cta-intelligence-button:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.intelligence-icon {
  width: auto;
  height: 125px;
  margin-bottom: 24px;
}

.rekor-one-cta-button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #39bdee;
  box-shadow: 0 2px 6px 0 rgba(57, 189, 238, 0.16);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.rekor-one-cta-button:hover {
  box-shadow: 0 8px 20px 0 rgba(57, 189, 238, 0.3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.resources-image {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-container {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 400;
}

.blue-note-text-copy {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.all-caps-heading-steps-copy {
  margin-bottom: 6px;
  padding-bottom: 0px;
  color: #39bdee;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.vivid-link {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  -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;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #39bdee;
  font-weight: 600;
  text-align: left;
}

.vivid-link:hover {
  opacity: 0.5;
}

.cart-button {
  width: 190px;
  padding: 13px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #096dd9;
  border-radius: 50px;
  background-color: #096dd9;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cart-button:hover {
  opacity: 0.7;
}

.apple-pay-button {
  height: 50px;
}

.block-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
}

.order-item-image {
  width: 80px;
}

.checkout-form {
  margin-top: 24px;
  padding: 0px;
  background-color: transparent;
}

.paypal-checkout-form {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.order-confirmation {
  margin-top: 20px;
  padding: 0px;
  background-color: transparent;
}

.checkout-button-2 {
  background-color: #096dd9;
  font-weight: 700;
}

.checkout-header {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.checkout-block {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.checkout-left-block {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.shipping-method-text {
  font-weight: 600;
}

.order-item-text {
  font-weight: 700;
}

.checkout-input {
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(24, 27, 50, 0.07);
}

.checkout-input.large {
  height: 100px;
  margin-bottom: 0px;
}

.block-content {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.checkout-info-card {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0vw;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

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

.shipping-method {
  margin-top: 0px;
  padding-top: 22px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.line-item {
  margin-bottom: 12px;
}

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

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

.web-payments {
  margin-bottom: 12px;
}

.empty-state-2 {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.dropdown-list-4 {
  width: 100%;
}

.dropdown-list-4.w--open {
  position: absolute;
  left: 0%;
  top: 3.2rem;
  right: 0%;
  bottom: auto;
  padding-top: 0.5rem;
  background-color: transparent;
}

.rekor-one-nav-image {
  width: 180px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.navbar-buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-button-spacer {
  margin-right: 1rem;
}

.primary-image {
  height: 396px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.primary-image.product {
  margin-bottom: 25px;
}

.footer_logo-white {
  display: none;
  height: 4.125rem;
}

.search-popup_closer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.search-input {
  width: 600px;
  height: 4.25rem;
  margin-bottom: 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 0px solid #000;
  border-radius: 5px;
}

.search-input::-webkit-input-placeholder {
  color: #181b32;
}

.search-input:-ms-input-placeholder {
  color: #181b32;
}

.search-input::-ms-input-placeholder {
  color: #181b32;
}

.search-input::placeholder {
  color: #181b32;
}

.nav-dropdown {
  position: static;
}

.nav-link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.nav-link-2:hover {
  opacity: 0.75;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-2.dropdown-link {
  height: 100%;
  padding-top: 30px;
  padding-right: 38px;
  padding-bottom: 30px;
  font-weight: 700;
}

.section-18 {
  position: relative;
}

.section-18.dark-section {
  background-color: #181b32;
  color: #fff;
}

.video-popup-close-icon {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  cursor: pointer;
}

.nav-drop_text {
  color: #757784;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.button-spacer {
  margin-right: 1rem;
}

.button-spacer.main-spacer {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
}

.video-popup-closer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.contact_submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-icon-white {
  display: none;
}

.social-icon-white.linkedin-icon {
  margin-top: -2px;
}

.subtitle-text {
  margin-bottom: 1rem;
  color: #096dd9;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle-text.small-text-black {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.subtitle-text.vivid-blue {
  color: #39bdee;
}

.subtitle-text.large {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  text-transform: none;
}

.contact-input-box {
  margin-bottom: 2rem;
}

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

.resource-icon {
  width: 38px;
  max-height: 40px;
}

.resource-icon.investors-icon {
  width: 35px;
}

.blue-text {
  color: #39bdee;
}

.newsletter_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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: 5px;
  background-color: #e3f3fb;
}

.small-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.875rem;
  text-decoration: underline;
}

.small-link:hover {
  opacity: 0.7;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 3rem;
  padding: 0.75rem 1.25rem;
  -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: 2rem;
  background-color: #096dd9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  text-align: center;
}

.button-7:hover {
  background-color: #3589e4;
}

.button-7.submit-button {
  width: 100%;
  max-width: none;
}

.button-7.nav-button {
  max-height: 2.25rem;
  border-style: none;
  border-width: 2px;
  border-color: #eceff0;
  background-color: #464959;
  font-size: 0.875rem;
}

.button-7.nav-button:hover {
  background-color: #181b32;
}

.button-7.nav-button.other-solutions {
  border-style: none;
  border-color: #eceff0;
  background-color: #fff;
  color: #000;
}

.button-7.nav-button.other-solutions:hover {
  background-color: #dbdbdb;
}

.button-7.newsletter-button {
  position: absolute;
  top: 10px;
  right: 14px;
  bottom: 10px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  border-radius: 5px;
}

.button-7.nav-drop_button {
  max-height: 36px;
  max-width: 148px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
}

.button-7.nav-drop_button:hover {
  background-color: #f1f1f1;
}

.button-7.small-button {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.875rem;
}

.button-7.career-button {
  width: 100%;
  max-width: none;
  padding-right: 4rem;
  padding-left: 4rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0rem;
  box-shadow: 0 3px 8px 0 rgba(24, 27, 50, 0.15), 0 1px 3px 0 rgba(31, 37, 89, 0.07);
}

.button-7.career-button.download {
  width: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 50px;
}

.button-7.career-button.buy-now {
  margin-top: 10px;
  border-radius: 50px;
}

.button-7.career-button.add-to-cart {
  display: none;
}

.button-7.gray-button {
  width: 80.00008%;
  margin-top: 2rem;
  margin-left: 0rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  background-color: #464959;
}

.button-7.gray-button:hover {
  background-color: #373942;
}

.button-7.gray-button.no-video {
  padding-left: 1.25rem;
}

.button-7.gray-button.contact {
  width: auto;
  margin-top: 0rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.button-7.white-button {
  width: 100%;
  margin-top: 2rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  background-color: #fff;
  color: #000;
}

.button-7.white-button:hover {
  background-color: #dbdbdb;
}

.button-7.white-button.product {
  max-height: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75px;
}

.button-7.video-button {
  padding-left: 0.9rem;
}

.button-7.white-button {
  background-color: #fff;
  color: #000;
}

.button-7.white-button:hover {
  background-color: #dbdbdb;
}

.button-7.white-button.contact {
  margin-top: 0rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.product-hero {
  width: 567px;
  height: 500px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-style: none;
  border-width: 6px;
  border-color: #fff;
  border-radius: 0px;
}

.sitemap_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-dropdown_icon {
  width: 32px;
  max-width: none;
}

.nav-dropdown_icon.traffic-icon {
  margin-top: -4px;
}

.nav-dropdown_icon.live-icon {
  margin-top: -4px;
}

.tab-icon {
  width: 1.1rem;
  margin-right: 0.8rem;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0rem;
  right: 0%;
  bottom: auto;
  z-index: 5;
  margin-bottom: -76px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-dropdown_white-part {
  width: 100%;
  padding: 32px 40px 25px 24px;
}

.two-col-grid-reversed {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-copyrights-text {
  margin-bottom: 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
}

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

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

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.875rem;
  -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: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-logo_box {
  position: relative;
  z-index: 1;
}

.back-to-top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  -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: 3.25rem;
  background-color: #096dd9;
}

.back-to-top-item.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.back-to-top-item.w--current:hover {
  opacity: 0.8;
}

.search-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.65);
}

.contact-label {
  font-size: 1rem;
  line-height: 1.85;
  font-weight: 400;
}

.need-help-column {
  position: relative;
  width: 25%;
  padding: 44px;
  background-color: #e3f3fb;
}

.search {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.search.modal-search {
  border-width: 0px;
}

.lightbox-link-3 {
  position: absolute;
  width: 112px;
  height: 112px;
}

.newsletter-text {
  margin: 0rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.error-message-absolute {
  position: absolute;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
}

.link-arrow-icon {
  margin-left: 0.9rem;
}

.platform-dropdown_image {
  height: auto;
  max-width: 95%;
  margin-bottom: 1rem;
}

.nav-dropdown_link-text {
  color: #757784;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.newsletter-form {
  margin-bottom: 0px;
  margin-left: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-right: 2rem;
  padding-left: 2rem;
  -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;
  background-color: rgba(0, 0, 0, 0.75);
}

.social-icon.linkedin-icon {
  margin-top: -2px;
}

.need-help-icon {
  margin-bottom: 20px;
  margin-left: 24px;
}

.footer_logo {
  height: 4.125rem;
}

.section-header_newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-slider_pagination {
  margin-bottom: -48px;
  font-size: 0.6rem;
}

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

.link-block:hover {
  opacity: 0.7;
}

.nav-dropdown_link-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.nav-dropdown_grid {
  grid-column-gap: 3rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-input {
  height: 2.25rem;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 0.5rem;
  background-color: #fff;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 700;
}

.arrow-link:hover {
  opacity: 0.75;
}

.success-message-6 {
  border-radius: 8px;
  background-color: #d1e8f3;
}

.footer-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d2d2d6;
}

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

.about_us_intro-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 854px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 926px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.partners-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.navbar-logo-2 {
  width: 173px;
}

.sitemap-link {
  margin-bottom: 0.75rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sitemap-link:hover {
  opacity: 0.7;
}

.need-help_arrow {
  width: 22px;
}

.red-dot-contact {
  color: #cf1322;
}

.arrow-link_icon {
  margin-left: 8px;
}

.error-message-8 {
  margin-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
  text-align: center;
}

.section-header {
  margin-bottom: 2rem;
}

.navigation-news {
  position: relative;
  width: 25%;
  padding: 0px;
  background-color: #e3f3fb;
}

.footer-next-page-icon {
  margin-bottom: 2px;
  margin-left: 6px;
}

.small-text {
  color: #757784;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.small-text.text-style-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #096dd9;
  font-weight: 400;
  text-decoration: none;
}

.small-text.text-style-link:hover {
  opacity: 0.75;
}

.priviacy-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 0rem;
  -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;
  font-style: italic;
  font-weight: 700;
}

.nav-menu_box {
  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-center-col {
  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;
}

.vertical-padding {
  position: relative;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.vertical-padding.large-padding {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
  background-color: #39bdee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096dd9), to(#39bdee));
  background-image: linear-gradient(180deg, #096dd9, #39bdee);
}

.vertical-padding.large-padding.product {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f2f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#181b32), to(rgba(24, 27, 50, 0.75))), url("../images/residential-road.d19e59c872e8.jpg");
  background-image: linear-gradient(180deg, #181b32, rgba(24, 27, 50, 0.75)), url("../images/residential-road.d19e59c872e8.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.vertical-padding._0-bottom-padding {
  padding-bottom: 0rem;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 12px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6f6f6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab:hover {
  opacity: 0.7;
}

.tab.w--current {
  margin-right: 1rem;
  margin-left: 1rem;
  border-bottom: 4px none #096dd9;
  background-color: rgba(9, 109, 217, 0.1);
  color: #096dd9;
  font-weight: 700;
}

.resource-icon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-bottom: 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: 72px;
  background-color: #1e7be0;
}

.resource-icon_box.green {
  background-color: #5cbf8a;
}

.resource-icon_box.orange {
  background-color: #f78016;
}

.text-style-italic {
  font-style: italic;
}

.navbar-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 77rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.button-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.button-wrapper-3.small-wrapper {
  margin-top: 1.5rem;
}

.button-wrapper-3.small-wrapper.guides {
  margin-top: 0rem;
}

.button-wrapper-3.wrapped {
  margin-top: 3rem;
  -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;
}

.icon-3 {
  margin-right: 22px;
  font-size: 0.75rem;
}

.white-text-section {
  color: #fff;
}

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

.sitemap_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resource-dropdown_title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 800;
}

.nav-dropdown_blue-part {
  width: 385px;
  padding: 40px 40px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181b32), to(#096dd9));
  background-image: linear-gradient(0deg, #181b32, #096dd9);
  color: #fff;
}

.button-icon-2 {
  margin-bottom: 2px;
  margin-left: 6px;
}

.dropdown-nav_column-title-box {
  margin-bottom: 16px;
  margin-left: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(9, 109, 217, 0.5);
  font-weight: 700;
}

.margin-0 {
  margin: 0rem;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: normal;
}

.margin-0.white {
  color: #fff;
  font-weight: 400;
}

.resoureces-column {
  width: 25%;
  padding: 44px;
}

.container-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -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;
}

.image-slider_grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-slider {
  height: 550px;
  margin-top: -34px;
  background-color: transparent;
}

.newsletter-input {
  height: 4.25rem;
  margin-bottom: 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 0px solid #000;
  border-radius: 5px;
}

.newsletter-input::-webkit-input-placeholder {
  color: #181b32;
}

.newsletter-input:-ms-input-placeholder {
  color: #181b32;
}

.newsletter-input::-ms-input-placeholder {
  color: #181b32;
}

.newsletter-input::placeholder {
  color: #181b32;
}

.about_us_intro-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.link-5 {
  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-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #096dd9;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.link-5.light-link {
  color: #39bdee;
  font-weight: 700;
}

.brand {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.7;
}

.paragraph-small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.why-rekor_play-button {
  position: absolute;
  top: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.why-rekor_play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hide {
  display: none;
}

.nav-dropdown_icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3.5rem;
  background-color: #096dd9;
}

.nav-dropdown_icon-box.green {
  background-color: #5cbf8a;
}

.nav-dropdown_icon-box.red {
  background-color: #ee2d3e;
}

.nav-dropdown_icon-box.orange {
  background-color: #f78016;
}

.nav-dropdown_link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-dropdown_link-block:hover {
  background-color: rgba(9, 109, 217, 0.1);
}

.button-wrapper-career {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-intro_background-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 27, 50, 0.25)), to(#181b32));
  background-image: linear-gradient(180deg, rgba(24, 27, 50, 0.25), #181b32);
  -o-object-fit: cover;
  object-fit: cover;
}

.add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.add-to-cart.left {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-name-hero {
  margin-bottom: 20px;
  color: #39bdee;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: none;
}

.additional-order-info {
  width: auto;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.cart-quantity {
  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;
}

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

.default-state.left {
  width: 100%;
  margin-bottom: 0px;
}

.order-total-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.myedgepro-heading {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.image {
  margin-left: 4px;
}

.play-element_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  -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: 1rem;
  background-color: #fff;
}

.product-feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  -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;
}

.edge-pro-setup-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#181b32), to(#181b32));
  background-image: linear-gradient(180deg, #181b32, #181b32);
}

.edge-pro-setup-header {
  margin-bottom: 32px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0em;
}

.two-col-grid {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.why-rekor_image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.subtitle-text-2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-video-image {
  height: 396px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-large-2 {
  position: relative;
  width: 100%;
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.select-wrapper-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
}

.contact-box_title {
  margin-bottom: 0rem;
}

.contact-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 102px;
  max-width: 290px;
  margin-right: 16px;
  padding: 16px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.contact-info-box:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-input_select {
  width: 103%;
  height: 2.25rem;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: #fff;
  background-image: url("../images/icon.edff33c98688.svg");
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 0.875rem;
}

.contact-info-boxes {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(auto, auto);
  grid-template-rows: auto minmax(auto, auto);
}

.contact-icon {
  max-width: 32px;
  margin-right: 24px;
}

.margin-0-2 {
  margin: 0rem;
}

.heading-23 {
  letter-spacing: 0em;
}

.section-divider {
  width: 100%;
  height: 2px;
  max-width: 77rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  background-color: #dadada;
}

.list {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.product-buttons {
  width: 234px;
  margin-bottom: 40px;
}

.product-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.shopify-buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-weight: 700;
  text-align: center;
}

.html-embed-add-to-cart {
  margin-bottom: 0px;
}

.setup-button-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-2 {
  color: #ee2d3e;
}

.text-span-3 {
  color: #ee2d3e;
}

.text-span-4 {
  color: #ee2d3e;
}

.text-span-5 {
  color: #ee2d3e;
}

.text-span-6 {
  color: #ee2d3e;
}

.text-span-7 {
  color: #ee2d3e;
}

.toggle-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.toggle-text-2 {
  width: 152px;
}

.toggle-contain-2 {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #fff;
}

.toggle-dot-2 {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #378ae8;
}

@media screen and (min-width: 1280px) {
  .login-box {
    max-width: 1150px;
  }

  .container-14 {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container-home.sticky-top.bg-white-new {
    background-color: #fff;
  }

  .login-box {
    max-width: 1150px;
  }

  .play-icon-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -76px;
  }

  .product-phone-image-holder {
    position: relative;
  }

  .product-container {
    position: relative;
  }

  .card-item-content {
    padding-left: 2.2em;
  }

  .feature-grid {
    margin-top: 1em;
  }

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

.reset-password-form {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.reset-password-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 100%;
  max-width: 706.0078125px;
  min-height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.reset-password-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 0%;
  margin-left: auto;
  padding: 0px 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .reset-password-box {
    max-width: 706px;
  }
}

@media screen and (min-width: 1440px) {
  .reset-password-box {
    max-width: 706px;
  }
}

@media screen and (min-width: 1920px) {
  .reset-password-box {
    width: 60%;
    max-width: 706px;
  }
}

@media screen and (max-width: 991px){
    .reset-password-box {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 20px;
  }

  .reset-password-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px){
    .reset-password-box {
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15%;
    padding-bottom: 15%;
    border-radius: 0px;
    box-shadow: none;
  }

  .reset-password-section {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 479px){
    .reset-password-box {
    height: 100.00004%;
    max-width: 100%;
    min-height: 0px;
    margin-top: 0vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15% 3% 0%;
    -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;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), to(#f2f7fa));
    background-image: linear-gradient(180deg, #f2f7fa, #f2f7fa);
  }

  .reset-password-section {
    height: 100%;
    max-width: none;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .expandable-content-wrapper {
    display: none;
  }

  .divider.divider-bottom {
    top: auto;
    margin-top: 0px;
  }

  .divider.divider-bottom {
    margin-bottom: -188px;
  }

  .divider.divider-bottom-copy {
    top: auto;
    margin-top: 0px;
  }

  .bg-image.donation-hero-bg {
    overflow: hidden;
    height: 100.0545281024018%;
  }

  .video-play-button.video-play-button-center.bg-white {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .decoration-container.right-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .decoration-container.left-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .decoration-diamond.bottom-left.bg-primary-2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .decoration-diamond.bottom-left.bg-primary-2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .button-3.button-blue.navbar-button-blue {
    -webkit-transition-duration: 600ms, 600ms, 600ms, 600ms;
    transition-duration: 600ms, 600ms, 600ms, 600ms;
  }

  .image-4 {
    font-weight: 600;
  }

  .navbar-container-home.sticky-top.bg-light-gray {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar-container-home.sticky-top.bg-white-new {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navigation-block-right {
    width: auto;
  }

  .navigation-link-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container-navigation {
    -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;
  }

  .short-title {
    padding-bottom: 5px;
  }

  .pricing-plan-subheading {
    letter-spacing: 0em;
  }

  .content-pair-text-tab {
    width: 480px;
    max-width: 100%;
    margin-right: 26px;
  }

  .success-message {
    margin-top: 10px;
    padding: 10px;
  }

  .logo-link-2 {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }

  .top-nav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .decoration-2.left {
    width: 12vw;
  }

  .decoration-2.left {
    width: 12vw;
  }

  .video-lightbox-tab {
    position: static;
    max-width: 100%;
    margin-left: 26px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .video-lightbox-image-copy {
    max-width: 660px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .decoration-2-copy.right {
    width: 10vw;
  }

  .login-box {
    max-width: 1150px;
  }

  .dollar-wrapper {
    margin-bottom: 0px;
  }

  .card-5.package {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accent.package-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title.package-card {
    margin-top: 15px;
    font-size: 32px;
  }

  .progress-link.past {
    background-color: #fec024;
    opacity: 0.5;
  }

  .icon-package-card {
    height: 95px;
  }

  .package-card-included-grid {
    margin-bottom: 10px;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .choose-product-button {
    padding-right: 32px;
    padding-left: 32px;
  }

  .option-row-three {
    width: 100%;
    max-width: 1272px;
    padding-right: 36px;
    padding-left: 36px;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .option-row-three.monthly {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0.9vw;
    grid-row-gap: 0.9vw;
  }

  .option-row-three.annual {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0.9vw;
    grid-row-gap: 0.9vw;
  }

  .package-card-suggestion {
    font-size: 16px;
    line-height: 1.231em;
  }

  .icon-excluded {
    width: 18px;
  }

  .icon-product-card {
    height: 68px;
    margin-bottom: 24px;
  }

  .price-wrapper-wizard-copy {
    margin-bottom: 0px;
  }

  .dollar-wrapper-copy {
    margin-bottom: 0px;
  }

  .product-card-wizard.package {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    margin-left: 18px;
  }

  .operating-system-header-top {
    margin-top: 32px;
  }

  .small-video-block {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .performance-benchmarks-grid {
    -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .nvidia-benchmarks-grid {
    -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .decoration-2-copy.right {
    width: 12vw;
  }

  .decoration-2-copy.left-copy {
    left: auto;
    top: -150px;
    width: 8vw;
    padding-right: 0px;
  }

  .decoration-2-copy.right-copy {
    top: 310px;
    width: 8vw;
  }

  .success-message-form {
    margin-top: 10px;
    padding: 10px;
  }

  .decoration-2-register.left {
    width: 10vw;
  }

  .navbar-container-transparent.sticky-top-transparent.bg-transparent {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .finder-card.finder-package {
    padding-right: 0px;
    padding-left: 0px;
  }

  .finder-package-icon {
    height: 100px;
  }

  .package-card-included-finder {
    margin-bottom: 10px;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .checkmark-list-grid {
    margin-bottom: 10px;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .checkmark-list-text {
    margin-bottom: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .package-card-suggestion-big {
    font-size: 16px;
    line-height: 1em;
  }

  .icon-product-card-copy {
    height: 68px;
    margin-bottom: 0px;
  }

  .package-card-included-home {
    margin-bottom: 0px;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .checkmark-list-grid-home {
    margin-bottom: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .accent-product.package-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solutions-tab-image {
    max-width: 660px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .video-play-button-copy.video-play-button-center.bg-white {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .left-image {
    width: 95%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-logo {
    font-weight: 600;
  }

  .background-video-full {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background-image: linear-gradient(180deg, #000, transparent);
  }

  .checkmark-list-hero {
    margin-bottom: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .checkmark-list-hero-text {
    margin-bottom: 10px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .fourth-grid-wrap {
    margin-bottom: 0px;
  }

  .map-section-content {
    display: block;
    -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;
  }

  .map-section-right.bg-gray-4 {
    padding-left: 24px;
    -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;
  }

  .map-section-right.bg-gray-4 {
    padding-left: 24px;
    -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;
    background-color: transparent;
  }

  .section-hero {
    padding-top: 0em;
    background-color: transparent;
  }

  .download-buttons {
    overflow: visible;
    width: 40%;
    margin-top: 4em;
    margin-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-hero-container {
    min-height: 70vh;
    padding-top: 0px;
  }

  .hero-text-2._1 {
    width: auto;
  }

  .hero-text-2._2 {
    width: auto;
  }

  .button-5.download {
    background-color: #181b32;
    background-image: none;
    -webkit-transition: all 300ms ease, letter-spacing 300ms ease, color 300ms ease;
    transition: all 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  }

  .button-5.download:hover {
    background-color: #39bdee;
  }

  .small-container {
    padding-top: 2em;
  }

  .container-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download-buttons-hero {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .app-feature-icon {
    height: 125px;
    margin-bottom: 20px;
  }

  .map-section-left-2 {
    width: auto;
    height: 535px;
  }

  .blue-comparison-wrapper {
    margin-bottom: 24px;
  }

  .blue-card-body.pricing-comparison-card-body {
    background-color: transparent;
  }

  .blue-card.pricing-comparison-card.first {
    border-left-color: #e9eef1;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .blue-card.pricing-comparison-card.third {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .blue-card.pricing-comparison-card.second {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .blue-price-number.large-heading {
    color: #fff;
  }

  .blue-dollar-sign {
    color: #fff;
  }

  .blue-per-month-text {
    color: #fff;
  }

  .image-44 {
    width: 110px;
  }

  .blue-pricing-plan-heading.pricing-comparison-heading {
    color: #fff;
  }

  .blue-note-text {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
  }

  .blue-feature-heading {
    color: #fff;
    text-align: center;
  }

  .blue-title.process-step {
    color: #fff;
  }

  .blue-paragraph {
    color: #fff;
  }

  .blue-pricing-comparison-cell-heading.h6-small {
    color: #fff;
  }

  .blue-pricing-plan-feature {
    color: #fff;
  }

  .white-button-5.download {
    background-color: #fff;
    background-image: none;
    -webkit-transition: all 300ms ease, opacity 300ms ease, all 300ms ease, letter-spacing 300ms ease, color 300ms ease;
    transition: all 300ms ease, opacity 300ms ease, all 300ms ease, letter-spacing 300ms ease, color 300ms ease;
  }

  .white-button-5.download:hover {
    background-color: #39bdee;
  }

  .blue-note-text-copy {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
  }

  .product-feature-container {
    min-height: auto;
    padding-top: 0px;
  }

  .edge-pro-setup-header {
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }

  h4 {
    line-height: 32px;
  }

  blockquote {
    font-size: 20px;
    line-height: 30px;
  }

  .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.no-bottom-space {
    display: block;
    padding-top: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: 6px;
  }

  .section.bg-gray-4 {
    padding-top: 72px;
  }

  .section.section-top-space {
    padding-top: 0px;
    padding-bottom: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(10%, rgba(247, 250, 252, 0))), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-image: linear-gradient(180deg, #f2f7fa, rgba(247, 250, 252, 0) 10%), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section.no-bottom-space {
    display: block;
    padding-top: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: 6px;
  }

  .section.bg-gray-4 {
    padding-top: 72px;
  }

  .section.bg-gray-4-new {
    padding-top: 72px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.text-center {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.text-center.hero-container-nav-above {
    margin-top: 150px;
  }

  .container.post-breadcrumbs-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .bg-gray-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h6-small {
    margin-bottom: 8px;
  }

  .text-large {
    text-align: left;
    letter-spacing: normal;
  }

  .button.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button.button-round.back-to-top-button {
    display: none;
  }

  .button.submit-button {
    margin-top: 0px;
  }

  .form-input.form-input-large {
    height: 60px;
  }

  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9eef1;
    border-radius: 5px;
    background-color: #f2f7fa;
  }

  .nav-link {
    padding: 6px 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-list.w--open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .footer {
    padding-top: 72px;
    text-align: center;
  }

  .footer-row {
    width: 100%;
    margin-bottom: 48px;
    -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-info {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin-bottom: 36px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menus-row {
    position: relative;
    z-index: 0;
    display: -ms-grid;
    display: grid;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-menu-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .link-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .avatar.avatar-xlarge {
    width: 120px;
    height: 120px;
  }

  .avatar.avatar-xlarge.team-member-avatar {
    margin-bottom: 12px;
  }

  .avatar.avatar-xlarge.avatar-group-item-right {
    border-width: 4px;
  }

  .avatar.avatar-large.customer-quote-avatar {
    max-width: none;
  }

  .avatar-group-item {
    border-width: 4px;
  }

  .card {
    height: 100%;
  }

  .card.shadow.career-description-card {
    margin-bottom: 72px;
  }

  .card-body {
    height: 51%;
    padding: 24px;
  }

  .text-white.large-hero-text {
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
  }

  .navbar-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button-cross {
    display: none;
  }

  .pill.pill-notice.bg-gray-3 {
    max-width: 454px;
  }

  .pill.pill-notice.bg-gray-3 {
    width: 75%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pill.pill-notice.bg-gray-3 {
    width: 100%;
    max-width: none;
    padding: 10px 0px;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    margin: 0px;
    padding: 10px;
  }

  .expandable-content-wrapper {
    display: none;
  }

  .expandable-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .announcement-bar.bg-primary-3 {
    display: none;
    background-color: #181b32;
    font-size: 14px;
  }

  .announcement-bar.bg-primary-3 {
    font-size: 14px;
  }

  .text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announcement-cross {
    right: 24px;
  }

  .section-subtitle {
    text-align: center;
  }

  .section-subtitle.text-large {
    margin-bottom: 0px;
    text-align: left;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
    text-align: center;
  }

  .section-subtitle.text-large {
    text-align: left;
  }

  .section-subtitle.text-large {
    text-align: center;
  }

  .section-subtitle.text-large-copy {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .section-subtitle.text-large-justified {
    text-align: left;
  }

  .section-subtitle.text-large {
    max-width: none;
    margin-bottom: 0px;
    text-align: center;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
    text-align: center;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    text-align: center;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    text-align: left;
  }

  .breadcrumb-list-item {
    margin-left: 6px;
  }

  .divider {
    height: 6vw;
  }

  .divider.divider-top {
    margin-bottom: 72px;
  }

  .divider.divider-bottom {
    height: 75px;
    margin-top: 72px;
  }

  .divider.divider-bottom-small {
    margin-top: 48px;
  }

  .divider.divider-bottom {
    margin-top: 0px;
    margin-bottom: -24px;
  }

  .divider.divider-top-form {
    margin-bottom: 72px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
    margin-bottom: -90px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
    margin-bottom: -118px;
  }

  .divider.divider-bottom-copy {
    height: 75px;
    margin-top: 0px;
    margin-bottom: -189px;
  }

  .divider.divider-bottom {
    margin-top: 72px;
  }

  .section-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand-image.case-study-logo {
    margin-bottom: 24px;
  }

  .medium-heading {
    margin-bottom: 0px;
    text-align: left;
  }

  .medium-heading.career-description-heading {
    text-align: left;
  }

  .small-heading {
    margin-bottom: 16px;
    letter-spacing: 0em;
  }

  .content-pair {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair.content-pair-reverse {
    -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;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .content-pair.content-pair-reverse-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .content-pair-text {
    width: auto;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .text-huge {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }

  .avatar-team-wrapper {
    margin-bottom: 0px;
  }

  .hero-section-action {
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-horizontal-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .card-horizontal-image-wrapper.featured-case-study-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .article {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .article blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 36px;
  }

  .article.help-center-article {
    margin-bottom: 48px;
  }

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

  .video-lightbox {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }

  .video-lightbox-image {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .content-pair-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .pricing-plan-heading {
    text-align: center;
  }

  .three-up-grid-item {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-group {
    margin-bottom: 12px;
  }

  .customer-blockquote {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-comparison-wrapper {
    margin-bottom: 36px;
  }

  .pricing-comparison-header {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-comparison-header.scout {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-comparison-plan {
    width: auto;
  }

  .large-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-comparison-section-title {
    margin-top: 48px;
    text-align: center;
  }

  .pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pricing-comparison-button {
    margin-top: 16px;
  }

  .card-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .post-title-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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .post-title-image {
    width: 100%;
    max-width: none;
  }

  .post-title-content {
    width: 100%;
    margin-bottom: 36px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pull-divider-up {
    margin-bottom: -6vw;
  }

  .content-pair-graphic {
    width: 75%;
  }

  .pill-below {
    margin-bottom: 36px;
  }

  .screenshot.shadow-large {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .screenshot.shadow-large {
    width: 100%;
    max-width: none;
  }

  .case-study-meta-list {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .case-study-meta-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .page-demos-wrapper {
    padding: 48px;
  }

  .nav-link-white {
    color: #4f5c65;
  }

  .decoration-container.left-middle {
    display: none;
  }

  .decoration-container.right-middle {
    display: none;
  }

  .decoration-container.left-middle {
    display: none;
  }

  .decoration.left {
    width: 15vw;
  }

  .fade-in-on-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search-form {
    margin-top: 36px;
  }

  .sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-aside-content {
    width: 100%;
    max-width: none;
  }

  .sidebar-main-content {
    padding-right: 0px;
  }

  .sidebar-main-content-header {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .button-3.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-3.button-blue.navbar-button-blue {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .button-3.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-3.button-large.add-space-right {
    margin-right: 12px;
  }

  .button-3.button-large.add-space-right:hover {
    background-color: transparent;
    opacity: 1;
    color: #39bdee;
  }

  .button-3.button-outline.button-large {
    font-size: 16px;
    line-height: 20px;
  }

  .button-3.button-outline.button-large {
    margin-left: 12px;
    background-color: transparent;
    font-size: 20px;
    line-height: 30px;
  }

  .button-3.button-outline.button-large:hover {
    border-color: #39bdee;
  }

  .button-3.button-outline.pricing-comparison-button {
    margin-top: 16px;
  }

  .button-3.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-3.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-3.button-large-copy {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .container-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-3.text-center {
    max-width: 100%;
  }

  .form-input-2.form-input-large {
    height: 60px;
  }

  .large-heading-2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .homepage-divider {
    display: none;
    height: 75px;
    max-height: none;
  }

  .link {
    position: static;
    display: inline;
    text-align: left;
  }

  .image-4 {
    width: 237px;
  }

  .feature-heading {
    text-align: left;
  }

  .tab-text-block {
    font-size: 14px;
  }

  .case-study-card {
    max-width: none;
    margin-top: 24px;
  }

  .team-member-bio blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 36px;
  }

  .div-block-3 {
    margin-top: -10px;
  }

  .medium-heading-2 {
    margin-top: -24px;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .subscribe-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navbar-container-home.bg-transparent {
    margin-bottom: 72px;
  }

  .navbar-container-home.bg-transparent.sticky-top {
    margin-bottom: -96px;
  }

  .case-study-preview-title {
    font-weight: 800;
  }

  .case-study-preview-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .feature-paragraph {
    text-align: left;
  }

  .card-3.pricing-comparison-card.third.scout {
    border-left-width: 2px;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .navigation-block-right {
    width: 100%;
  }

  .feature-content-wrap {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-link-wrap {
    display: none;
  }

  .feature-icon {
    width: 42px;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .feature-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
    -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;
  }

  .dropdown-toggle {
    padding: 0px;
    color: #181b32;
  }

  .dropdown-link-3 {
    width: 100%;
    min-width: auto;
    padding: 12px 0px;
    border-radius: 10px;
    -webkit-transition: color 600ms ease, background-color 600ms ease;
    transition: color 600ms ease, background-color 600ms ease;
    color: #181b32;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .dropdown-link-3:hover {
    background-color: rgba(57, 189, 238, 0.07);
    color: #39bdee;
  }

  .dropdown-link-3.w--current {
    color: #181b32;
  }

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(57, 189, 238, 0.1);
  }

  .short-title {
    font-size: 12px;
  }

  .navigation-dropdown-subtitle {
    max-width: none;
    font-size: 12px;
    line-height: 17px;
  }

  .navigation-text-dark {
    width: auto;
    -webkit-transition: color 600ms ease;
    transition: color 600ms ease;
  }

  .dropdown-list-wrap-mobile {
    max-height: 100%;
  }

  .dropdown-list-3-mobile.w--open {
    width: 270px;
    min-width: auto;
    margin-left: -20px;
    padding-top: 0px;
  }

  .dropdown-column-mobile {
    height: auto;
    max-height: none;
  }

  .feature-wrap-mobile {
    padding: 9px 5px;
    -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;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }

  .feature-icon-mobile {
    width: 55px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .feature-content-wrap-mobile {
    padding-left: 12px;
    -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;
  }

  .short-title-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 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;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }

  .navigation-dropdown-subtitle-mobile {
    display: block;
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .content-pair-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-large-2.text-large {
    text-align: center;
  }

  .card-body-2 {
    padding: 36px;
  }

  .police-department-badges {
    width: 100px;
  }

  .featured-departments {
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-lightbox-image-small {
    margin-right: 0px;
  }

  .video-lightbox-image-small.shadow-large {
    width: 100%;
    max-width: none;
  }

  .content-pair-text-wide {
    width: auto;
    margin-bottom: 48px;
    padding-left: 0px;
    text-align: center;
  }

  .content-pair-text-wide-left {
    width: auto;
    margin-bottom: 48px;
    padding-right: 0px;
    text-align: center;
  }

  .text-block-26 {
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-plan-subheading {
    padding-top: 14px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .content-pair-text-tab {
    width: auto;
    margin-right: 0px;
    margin-bottom: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .text-large-privacy {
    text-align: left;
  }

  .container-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-large-404 {
    padding-top: 36px;
    color: #fff;
    text-align: center;
  }

  .dollar-sign {
    font-size: 28px;
  }

  .mobile-button-link-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: #e9eef1;
  }

  .link-copy {
    display: block;
    text-align: center;
  }

  .link-copy {
    display: block;
    text-align: left;
  }

  .link-copy {
    display: block;
    text-align: center;
  }

  .link-copy {
    display: block;
    text-align: left;
  }

  .div-block-9 {
    width: 79%;
  }

  .link-announcement {
    display: block;
    text-align: left;
  }

  .section-search-results {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 72px;
  }

  .container-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-small-2 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .terms-text {
    top: auto;
  }

  .gdpr-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signup-nav-step {
    width: 100%;
  }

  .signup-nav-step.current {
    width: 100%;
  }

  .login-page-wrapper {
    padding-bottom: 120px;
  }

  .login-container {
    padding-top: 0%;
  }

  .nav-step {
    width: 30px;
    height: 30px;
    padding-top: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-step.done {
    width: 30px;
    height: 30px;
    padding-top: 1px;
    font-size: 14px;
  }

  .button-wrapper {
    width: 155px;
  }

  .logo-link-2 {
    width: 200px;
  }

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .login-button {
    font-size: 16px;
  }

  .top-nav {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .signup-label {
    font-size: 14px;
  }

  .signup-navigation-wrap {
    width: 85%;
    padding-right: 36px;
    padding-left: 36px;
    justify-items: center;
    grid-column-gap: 25px;
  }

  .nav-step-bold {
    font-size: 14px;
  }

  .nav-step-text {
    font-size: 14px;
  }

  .hero-section-action-2 {
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-pair-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 48px;
    padding-top: 24px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .container-copy {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .section-title-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 72px;
  }

  .section-copy.title-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 72px;
  }

  .section-copy.title-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.title-section-copy.bg-gray-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .link-case-study {
    display: block;
    text-align: center;
  }

  .breadcrumb-list-item-right {
    margin-right: 0px;
  }

  .breadcrumb-list-item-left {
    margin-right: 0px;
  }

  .content-pair-graphic-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: -15px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .short-title-small {
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .product-icon {
    margin-bottom: 15px;
  }

  .three-up-grid-2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 28px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .icon-2 {
    margin-bottom: 14px;
  }

  .text-large-header {
    text-align: center;
  }

  .link-feature {
    display: block;
    text-align: left;
  }

  .feature-container {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .feature-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-pair-text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 48px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .content-pair-right {
    display: -ms-grid;
    display: grid;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .extra-small-heading {
    margin-bottom: 16px;
  }

  .solutions-container {
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
  }

  .pricing-plan-icon {
    height: 80px;
    margin-bottom: 16px;
  }

  .pill-wrapper-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .icon-pill-group-2.pill-below {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-48 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-11 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .all-caps-heading {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .medium-heading-center {
    margin-bottom: 0px;
    text-align: left;
  }

  .content-pair-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-copy.content-pair-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .text-block-50 {
    font-weight: 300;
  }

  .hero-section-action-2-copy {
    margin-top: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .all-caps-heading-copy {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .text-large-copy {
    text-align: left;
  }

  .content-pair-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    padding-top: 24px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .large-heading-footer {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .container-12 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-12.container-narrow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-12.container-narrow.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-12.hero-screenshot-container {
    margin: 50px 0px 0px;
  }

  .container-12.rekor-one-lottie-container {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .decoration-2.left {
    width: 15vw;
  }

  .hero-section-action-3 {
    margin-top: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-13.no-bottom-space.bg-gray-4 {
    padding-top: 60px;
  }

  .section-13.hero-screenshot-above {
    margin-top: -40px;
  }

  .three-up-grid-3.text-center {
    justify-items: stretch;
  }

  .pricing-comparison-row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-comparison-cell-2 {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    text-align: center;
  }

  .pricing-comparison-cell-2.pricing-comparison-heading-cell {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border-bottom: 2px solid #e9eef1;
    border-left-style: solid;
  }

  .container-3-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-3-copy.text-center {
    max-width: 100%;
  }

  .text-block-51 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .medium-heading-3 {
    margin-bottom: 16px;
    text-align: center;
  }

  .image-17 {
    width: 115px;
    margin-bottom: 8px;
  }

  .tab-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .tab-link-3.w--current {
    width: 33.33%;
  }

  .content-pair-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .market-paragraph-2 {
    text-align: left;
  }

  .medium-heading-4 {
    margin-bottom: 36px;
    padding-bottom: 0px;
    text-align: left;
  }

  .container-13 {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.text-center {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.pull-divider-up {
    max-width: 1272px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.text-center {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.text-center.hero-container-nav-above {
    margin-top: 0px;
    padding-top: 22vw;
    padding-bottom: 7vw;
  }

  .market-icon-mobile-2 {
    width: 35px;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .market-heading-2 {
    text-align: center;
  }

  .video-lightbox-tab {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .video-lightbox-image-copy {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .section-subtitle-copy.text-large-copy {
    text-align: left;
  }

  .section-subtitle-copy.text-large-copy {
    text-align: left;
  }

  .checkbox-3 {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .decoration-container-register.right-middle-register {
    display: none;
  }

  .decoration-container-copy.left-middle-register {
    display: none;
  }

  .logo-image-register {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .featured-icon {
    width: 35px;
    margin-top: -15px;
    margin-left: 175px;
  }

  .featured-icon-text {
    margin-top: 30px;
    margin-left: 175px;
    font-size: 8px;
    line-height: 12px;
  }

  .product-plan-container {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-18 {
    display: block;
    width: 25%;
    margin-top: -15px;
    margin-bottom: 15px;
  }

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

  .login-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-box {
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    border-radius: 20px;
  }

  .login-container-2 {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }

  .forgot-password {
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .login-image {
    width: 325px;
    margin-top: 0px;
  }

  .login-page-wrapper-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .link-bold {
    position: static;
    display: inline;
    text-align: left;
  }

  .success-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .success-box {
    width: 100%;
    max-width: 600px;
    min-height: 45vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .success-block {
    width: 100%;
  }

  .success-page-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-54 {
    font-size: 20px;
    line-height: 32px;
  }

  .content-pair-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-5.content-pair-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-5.content-pair-reverse-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .container-navigation-2 {
    position: relative;
    z-index: 99;
  }

  .large-heading-4 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .container-3-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-3-copy.text-center {
    max-width: 100%;
  }

  .container-3-copy.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-center {
    padding-right: 36px;
    padding-left: 36px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-pair-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-footer.content-pair-reverse-copy {
    margin-left: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .content-pair-footer-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-pair-media-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-about-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-about-header.text-center {
    max-width: 100%;
  }

  .container-about-header.text-center {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-center-gap {
    margin-bottom: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11 {
    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;
  }

  .lottie-animation-2 {
    width: 80%;
    max-width: 80%;
    margin: 0px 0px -20px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navigation-icon-mobile {
    width: 48px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
  }

  .button-3-right.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-3-right.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lottie-animation-3 {
    width: 60%;
    margin-bottom: 15px;
  }

  .lottie-animation-4 {
    border-radius: 0px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  }

  .success-block-copy {
    width: 100%;
  }

  .text-block-54-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .success-page-section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
  }

  .success-box-copy {
    width: 100%;
    max-width: 600px;
    min-height: 45vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .success-section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 50px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .success-block-copy {
    width: 100%;
  }

  .heading-21-copy {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .text-block-54-copy {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-53-copy {
    line-height: 28px;
  }

  .lottie-animation-copy {
    width: 375px;
  }

  .paragraph-12 {
    text-align: left;
  }

  .paragraph-12.card-service {
    margin-bottom: 0px;
    text-align: left;
  }

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

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

  .card-5.cta-left {
    max-width: 530px;
  }

  .card-5.cta-right {
    border-radius: 20px;
  }

  .card-5.packages-contact-us {
    padding: 60px 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 0px;
    margin-right: 0px;
    border-style: none;
    border-width: 1px;
    background-color: #f2f7fa;
    box-shadow: none;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 80px;
  }

  .card-5.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    min-height: auto;
    min-width: auto;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-5.our-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-5.request-a-quote {
    padding: 36px;
  }

  .card-5.our-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-5.product-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 24px;
    -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;
  }

  .container-small-540px.text-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

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

  .container-solutions {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-solutions.text-center {
    max-width: 100%;
  }

  .container-solutions.text-center {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .solutions-small-heading {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0em;
  }

  .cta-icon-small {
    height: 80px;
  }

  .paragraph-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    padding: 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;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }

  .packages-contact-us-wrapper {
    margin-left: 15px;
  }

  .image-packages-contact-us {
    margin-right: 15px;
  }

  .accent.card-cta {
    display: none;
    border-radius: 0px;
  }

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

  .about-hero-social-media-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 50px;
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
  }

  .about-hero-social-media-wrapper.facebook {
    overflow: hidden;
  }

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

  .image-25.about-this-service {
    width: auto;
  }

  .achievements-grid {
    grid-column-gap: 55px;
  }

  .link-horizontal-image {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
  }

  .image-26 {
    height: 10px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .paragraph-13-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
  }

  .dropdown-list-mobile-solutions.w--open {
    position: absolute;
    width: 270px;
    min-width: auto;
    margin-left: -20px;
    padding-top: 0px;
  }

  .navigation-dropdown-mobile-solutions {
    width: 100%;
  }

  .navigation-dropdown-mobile-products {
    width: 100%;
  }

  .text-large-link-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 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;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }

  .link-horizontal-image-big {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .right-arrow {
    height: 10px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .logo-link-login {
    width: 325px;
    max-width: 100%;
  }

  .logo-link-login.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-policy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-policy.no-bottom-space {
    display: block;
    padding-top: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-policy.bg-gray-4 {
    padding-top: 72px;
  }

  .onboarding-h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .onboarding-h2 {
    font-size: 20px;
  }

  .option-row {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .option-row.annual {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .option-row.monthly {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .package-card-price {
    font-size: 21px;
  }

  .choose-product-button {
    width: 50%;
  }

  .option-row-three {
    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;
  }

  .option-row-three.monthly {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .option-row-three.annual {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .package-card-suggestion {
    font-size: 18px;
  }

  .dollar-sign-copy {
    font-size: 28px;
  }

  .price-number-copy.large-heading {
    font-size: 54px;
  }

  .product-card-wizard.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -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;
  }

  .credit-card-card {
    width: 100%;
    height: 100%;
    margin-right: 0vw;
    margin-bottom: 48px;
  }

  .credit-card-body {
    padding: 24px 24px 0px;
  }

  .credit-card-form {
    padding-right: 12px;
    padding-left: 12px;
  }

  .payment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-card {
    width: 100%;
    height: 100%;
    margin-left: 0vw;
  }

  .checkout-divider-thick.package-card {
    display: block;
    overflow: visible;
    width: 90%;
    height: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #e7e8f1;
    text-align: left;
  }

  .video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19 {
    margin-left: 22px;
  }

  .card-body-2-copy {
    padding: 24px;
  }

  .card-body-2-copy.pricing-comparison-card-body {
    padding-right: 24px;
  }

  .text-block-55 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text-block-56 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-large-link-left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 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;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .link-horizontal-image-big-copy {
    position: static;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .right-arrow-copy {
    height: 10px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .pricing-comparison-plan-copy {
    display: none;
    width: auto;
  }

  .install-computer-block {
    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;
  }

  .lottie-animation-copy {
    width: 450px;
  }

  .rich-text-block-guide {
    padding-left: 0px;
  }

  .small-video-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-58 {
    width: 100%;
  }

  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .accordion-body.js-accordion-body {
    display: none;
  }

  .accordion-copy {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .accordion-copy.js-accordion-copy {
    width: 100%;
  }

  .question-text-copy {
    margin-top: 12px;
  }

  .section-15 {
    height: 250px;
  }

  .container-security-text {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .large-heading-5 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .section-subtitle-copy.text-large-justified-copy {
    text-align: left;
  }

  .section-subtitle-copy.text-large-center {
    text-align: left;
  }

  .container-security-text-copy {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .security-container {
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-30 {
    height: 110px;
  }

  .text-block-60 {
    text-align: left;
  }

  .video-lightbox-copy {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }

  .video-lightbox-image-copy {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .text-block-61 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-62 {
    font-size: 14px;
  }

  .bold-link-blue {
    position: static;
    display: inline;
    font-size: 14px;
    text-align: center;
  }

  .text-block-black {
    font-size: 14px;
  }

  .benchmarks-small-header {
    font-size: 20px;
  }

  .benchmarks-subtitle.text-large-center {
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
  }

  .benchmarks-link {
    position: static;
    display: inline;
    font-size: 14px;
    text-align: center;
  }

  .bold-link-blue-mobile {
    position: static;
    display: none;
    font-size: 14px;
    text-align: center;
  }

  .content-pair-benchmarks {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-text-reverse {
    width: auto;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .nvidia-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-pair-copy {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-copy.content-pair-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .large-nvidia-heading {
    display: none;
    margin-bottom: 72px;
    font-size: 40px;
    line-height: 48px;
  }

  .nvidia-image {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .all-caps-heading-nvidia {
    display: none;
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .decoration-2-copy.left-copy {
    width: 15vw;
  }

  .icon-our-service {
    width: auto;
    height: 90px;
    margin-bottom: 24px;
  }

  .container-medium-742px {
    max-width: none;
  }

  .bg.request-a-quote-shape-1 {
    left: -80px;
    top: -33px;
    max-width: 30%;
  }

  .bg.request-a-quote-shape-2 {
    top: -71px;
    right: -101px;
    max-width: 35%;
  }

  .bg.request-a-quote-shape-3 {
    left: -86px;
    bottom: -83px;
    max-width: 30%;
  }

  .bg.request-a-quote-shape-4 {
    right: -110px;
    bottom: -99px;
    max-width: 40%;
  }

  .split-content.service-our-process-left {
    max-width: 100%;
  }

  .split-content.service-our-process-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .split-content.service-hero-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.about-this-service-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 32px;
    -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;
  }

  .split-content.service-hero-right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .split-content.service-case-study-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    -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;
  }

  .split-content.package-left {
    max-width: 612px;
    margin-bottom: 100px;
  }

  .split-content.package-right {
    max-width: 612px;
  }

  .companies-grid {
    grid-column-gap: 40px;
  }

  .companies-grid.our-past-clients {
    margin-top: 24px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-wrapper.about-this-service {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }

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

  .our-services-grid.product {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .service-our-process-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-items: stretch;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .service-hero-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .about-this-service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .testimonial-avatar-wrapper {
    min-width: 70px;
    margin-right: 20px;
  }

  .container-medium-620px.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-case-study-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-large-solutions {
    text-align: left;
    letter-spacing: normal;
  }

  .large-heading-solutions {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .solutions-heading {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .all-caps-heading-steps {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .qsr-lottie {
    width: 600px;
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
  }

  .section-request-a-quote {
    padding-top: 72px;
    padding-bottom: 132px;
  }

  .section-request-a-quote.product {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }

  .solutions-paragraph {
    margin-bottom: 28px;
  }

  .text-block-63 {
    font-weight: 300;
  }

  .qsr-paragraph-bottom-space {
    text-align: left;
  }

  .image-25-flipped.about-this-service {
    width: auto;
  }

  .image-32 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    padding-left: 0px;
  }

  .feature-container-le {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .three-up-grid-copy {
    padding-top: 0px;
  }

  .image-packages-contact-us-copy {
    width: 150px;
    margin-right: 0px;
  }

  .packages-contact-us-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 32px;
    margin-left: 0px;
    -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;
  }

  .title-copy.packages-contact-us-copy {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-12-copy.packages-contact-us-copy {
    text-align: left;
  }

  .text-block-58-copy {
    width: 100%;
  }

  .ip360-card.ip360-contact-us {
    padding: 60px 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .ip360-card.ip360-contact-us.ip360-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    background-color: transparent;
    box-shadow: none;
  }

  .ip360-feature-list {
    width: 80%;
    margin-bottom: 36px;
  }

  .service-case-study-wrapper-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-wrapper-reverse.about-this-service-reverse {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }

  .split-content-reverse.service-case-study-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    -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;
  }

  .image-34 {
    width: auto;
  }

  .all-caps-heading-copy {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .content-pair-media-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .video-lightbox-3 {
    width: 100%;
    text-align: left;
  }

  .text-size-19 {
    text-align: justify;
  }

  .content-pair-text-wide-2 {
    margin-bottom: 48px;
    padding-left: 0px;
    text-align: center;
  }

  .content-pair-text-wide-left-2 {
    margin-bottom: 48px;
    padding-right: 0px;
    text-align: center;
  }

  .navbar-container-transparent.bg-transparent {
    margin-bottom: 72px;
  }

  .section-software-registration {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-software-registration.bg-gray-4 {
    padding-top: 72px;
  }

  .section-software-registration.bg-gray-4 {
    padding-top: 72px;
  }

  .section-software-registration.bg-gray-4.no-top-space {
    padding-bottom: 132px;
  }

  .case-studies-grid {
    grid-column-gap: 24px;
  }

  .case-study-card-results-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .increased-quantity.card-case-study {
    margin-bottom: 8px;
    font-size: 38px;
    text-align: center;
  }

  .case-study-title-link {
    margin-bottom: 15px;
  }

  .case-study-card-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .case-study-card-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .increased-text {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
  }

  .case-study-divider.case-study-card {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .paragraph-15 {
    line-height: 24px;
  }

  .case-study-description {
    text-align: center;
    letter-spacing: normal;
  }

  .case-study-heading {
    margin-bottom: 16px;
    letter-spacing: 0em;
  }

  .package-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-hero-image {
    display: block;
    margin-bottom: 24px;
  }

  .pricing-comparison-cell-vertical {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }

  .edge-pricing-plan-header.pricing-comparison-heading {
    margin-bottom: 14px;
  }

  .container-finder-price {
    padding-right: 24px;
    padding-left: 24px;
  }

  .finder-card.finder-package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .package-card-included-big {
    font-size: 16px;
    font-weight: 300;
  }

  .icon-included-big {
    width: 22px;
  }

  .package-card-suggestion-big {
    font-size: 18px;
  }

  .option-row-home {
    display: -ms-grid;
    display: grid;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-new {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-new.no-bottom-space {
    display: block;
    padding-top: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-new.no-bottom-space.bg-gray-4 {
    padding-top: 48px;
  }

  .large-heading-less-bold {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 48px;
  }

  .content-pair-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-screenshot-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    -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;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    padding-left: 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;
  }

  .content-pair-text-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .super-large-blue-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    font-size: 105px;
    line-height: 105px;
  }

  .html-embed-mobile {
    display: none;
    width: auto;
    padding-left: 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;
  }

  .four-up-grid-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .three-up-grid-item-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-rekor-go {
    height: 80px;
  }

  .feature-heading-copy {
    font-size: 18px;
  }

  .products-page-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .products-small-subheading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .products-small-heading {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .feature-icon-mobile-hardware {
    width: 41px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 7px;
  }

  .feature-icon-hardware {
    margin-bottom: 15px;
  }

  .solutions-tab-image {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .edge-pricing-plan-icon {
    height: 65px;
    margin-bottom: 16px;
  }

  .div-block-23 {
    padding-left: 14px;
  }

  .carma-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .carma-section.carma-bg-gray-4 {
    padding-top: 72px;
  }

  .remember-me-text {
    top: auto;
  }

  .remember-checkbox {
    margin-right: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .remember-checkbox-wrapper {
    margin-right: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    margin-top: 35px;
  }

  .show-password-wrapper {
    margin-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .watchman-lottie-link {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .watchman-lottie {
    width: 100%;
    max-width: 100%;
    margin-bottom: -15px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .product-feature-list-stacked {
    width: 80%;
    margin-bottom: 36px;
    -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;
  }

  .speed-trailer-icon {
    margin-bottom: 15px;
  }

  .speed-trailer-icon-mobile {
    width: 29px;
    margin-right: 13px;
    margin-bottom: 0px;
    margin-left: 13px;
  }

  .rekor-go-icon-mobile {
    width: 49px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 3px;
  }

  .app-store-link {
    margin-right: 25px;
  }

  .badge-store-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-store-link-right {
    margin-left: 25px;
  }

  .app-store-link-right-copy {
    margin-left: 25px;
  }

  .app-store-link-copy {
    margin-right: 25px;
  }

  .badge-store-icons-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-large-solutions-sub {
    text-align: left;
    letter-spacing: normal;
  }

  .payment-processing {
    position: absolute;
    left: 7.5vw;
    top: 50vh;
  }

  .processing-header {
    font-size: 32px;
    line-height: 38px;
  }

  .processing-subtext {
    font-size: 20px;
  }

  .success-header {
    font-size: 32px;
    line-height: 38px;
  }

  .accepted-subtext {
    font-size: 20px;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-banner {
    display: none;
    width: 100%;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .author-image {
    margin-bottom: 10px;
  }

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

  .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), url("../images/le-pattern-dark.38018287bf6c.svg");
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), url("../images/le-pattern-dark.38018287bf6c.svg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .rpsn-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-text-origin {
    color: #181b32;
  }

  .grid-dash {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-dash {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-list-dash.w--open {
    position: static;
    padding: 0px;
    background-color: #fff;
  }

  .navigation-image-wrap {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .menu-wrap-dash {
    position: absolute;
    z-index: 5000;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  }

  .navigation-image-link {
    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: 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;
  }

  .rekor-nav-logo-link {
    margin-right: 10px;
    padding: 0px;
  }

  .column-dash {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .navigation-wrap-dash {
    background-color: transparent;
  }

  .button-dash {
    width: 160px;
    margin-right: 0px;
    padding: 18px 15px;
  }

  .image-dash {
    max-width: 160px;
  }

  .dropdown-dash {
    display: block;
    height: auto;
    text-align: left;
  }

  .toggle-dash {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .toggle-dash.w--open {
    width: 100%;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: rgba(57, 189, 238, 0.11);
  }

  .dropdown-wrapper-dash {
    padding: 20px 24px 15px;
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
    border-radius: 0px;
    box-shadow: none;
  }

  .rekor-nav-logo {
    display: block;
  }

  .column-card-dash {
    display: none;
  }

  .navigation-container-dash {
    padding: 0px;
  }

  .menu-button-dash {
    margin-left: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(24, 27, 50, 0.2);
    border-radius: 50px;
    background-color: #fff;
    color: #181b32;
  }

  .menu-button-dash.w--open {
    margin-left: 32px;
    border-color: #096dd9;
    border-radius: 50px;
    background-color: #096dd9;
    color: #fff;
  }

  .title-dash {
    display: block;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .links-dash {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2-dash {
    margin-top: 0px;
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-3 {
    margin-bottom: 15px;
    grid-column-gap: 12px;
    grid-row-gap: 25px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-hollow {
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-wrapper {
    padding: 20px 24px 15px;
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
    border-radius: 0px;
    box-shadow: none;
  }

  .title-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .column-cta-hollow {
    display: none;
  }

  .start-free-trial-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cta-omega {
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e9eef1;
    border-radius: 0px;
  }

  .review-wrap {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0px;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-wrapper-omega {
    padding: 0px;
    box-shadow: none;
  }

  .nav-wrapper-omega {
    padding: 20px 30px;
    border-top: 1px solid #e9eef1;
  }

  .column-dash-2 {
    padding: 0px;
  }

  .column-card-dash-2 {
    display: none;
  }

  .developer-grid-two-stacked {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .request-a-license-button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .developers-grid {
    width: 100%;
    margin-top: 0px;
  }

  .developers-grid-inside {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .video-lightbox-in-nav {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }

  .text-block-75 {
    font-weight: 600;
  }

  .content-pair-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-43 {
    width: 18px;
    height: 21px;
  }

  .solutions-heading-2 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .paragraph-17.card-service {
    margin-bottom: 0px;
    text-align: left;
  }

  .paragraph-17.card-service {
    margin-bottom: 0px;
    text-align: left;
  }

  .our-services-grid-2 {
    display: -ms-grid;
    display: grid;
    margin-top: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .announcement-cross-2 {
    right: 16px;
    padding-left: 0px;
  }

  .all-caps-heading-2 {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .top-content.blog-section {
    -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-section-grid {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-76 {
    font-weight: 600;
  }

  .blog-post-image.card-blog-article {
    width: 100.000074%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-pair-right-cases {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .use-cases-container {
    padding: 16px 22px;
  }

  .use-cases-small-heading {
    margin-bottom: 0px;
  }

  .left-image {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .text-block-77 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .all-caps-heading-copy-2 {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .medium-heading-center-2 {
    margin-bottom: 0px;
    text-align: left;
  }

  .link-4 {
    position: static;
    display: inline;
    text-align: left;
  }

  .large-heading-footer-2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .lottie-animation-5 {
    width: 325px;
    margin-bottom: 15px;
  }

  .form-input-4.form-input-large {
    height: 60px;
  }

  .text-large-copy-2 {
    text-align: left;
  }

  .content-pair-media-footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .footer-logo {
    width: 237px;
  }

  .background-video-full {
    top: -114px;
    height: 100vh;
    margin-top: 10px;
    padding-top: 0px;
  }

  .hero-container-wide {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-container-wide.text-left {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-container-wide.text-left.hero-container {
    margin-top: 20vh;
  }

  .hero-text {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 56px;
  }

  .explore-bottom {
    top: 83vh;
  }

  .checkmark-list-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .checkmark-list-hero-text {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .checkmark-list-hero-div {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .rekor-one-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .medium-heading-white {
    margin-bottom: 0px;
    text-align: left;
  }

  .rekor-nav-logo-mobile {
    display: none;
  }

  .use-cases-grid {
    margin-top: 0px;
    grid-column-gap: 12px;
    grid-row-gap: 25px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .products-feature-wrap {
    -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;
  }

  .analysis-grid-wrap {
    width: 100%;
    margin-bottom: 15px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .capture-grid-wrap {
    width: 100%;
    margin-bottom: 15px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fourth-grid-wrap {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .products-icon {
    margin-bottom: 0px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .map-section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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;
    text-align: center;
  }

  .map-section-right {
    width: 100%;
    margin-left: 0px;
    padding: 72px 24px;
  }

  .map-section-right.bg-gray-4 {
    padding-bottom: 60px;
  }

  .map-section-right.bg-gray-4 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact-method-group {
    display: -ms-grid;
    display: grid;
    width: 75%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-method-item-2.contact-method-group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }

  .link-large {
    font-size: 16px;
  }

  .advantage-cards.our-service-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 36px 24px;
    -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;
  }

  .container-footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-hero-subtitle {
    color: #181b32;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
  }

  .cta-buttons {
    width: 100%;
    margin-top: 40px;
  }

  .horizontal-link-cta {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .content-right-pair-devs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -10px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .lottie-animation-6 {
    width: 100%;
  }

  .content-pair-swapped {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-pair-text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 48px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .navigation-text-origin-dark {
    color: #181b32;
  }

  .navigation-wrap-dash-light {
    background-color: #f2f7fa;
  }

  .hide-on-tablet {
    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;
  }

  .pricing-contain {
    width: 32%;
  }

  .text-block-79 {
    font-size: 14px;
  }

  .pricing-box {
    width: auto;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing-box-row.yearly-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-box-row.monthly-row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .toggle-text-div-left {
    width: auto;
  }

  .bundle-items-bottom {
    width: auto;
    padding: 24px;
  }

  .bundle-items-top {
    height: 180px;
  }

  .product-bundle-check-text {
    font-size: 12px;
    line-height: 20px;
  }

  .product-bundle-featured-icon {
    width: auto;
    height: 37px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .product-bundle-title {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plan-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .plan-title-group {
    margin-top: 10px;
    padding-right: 0px;
  }

  .package-bundle-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 36px;
    -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;
  }

  .pricing-bundle-header {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-large-white {
    text-align: left;
    letter-spacing: normal;
  }

  .medium-header-center-white {
    margin-bottom: 0px;
    text-align: left;
  }

  .customize-bundle {
    font-size: 12px;
  }

  .hero-text-sticky {
    top: 75px;
  }

  .section-hero {
    padding-top: 1em;
  }

  .ellipse-right {
    right: -560px;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .download-button.last {
    margin-bottom: 0px;
  }

  .product-demo-sticky {
    top: 110px;
  }

  .ellipse-left {
    left: -450px;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .download-buttons {
    width: 80%;
    margin-top: 3em;
    margin-bottom: 0em;
  }

  .main-hero-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .play-icon-image {
    width: 100px;
  }

  .hero-text-2 {
    font-size: 100px;
  }

  .small-container {
    max-width: 100%;
  }

  .section-17.second {
    margin-top: 29vh;
  }

  .feature-1-image {
    height: 145px;
  }

  .card-item-content {
    padding: 1.3em;
  }

  .card-feature-icon {
    height: 80px;
  }

  .container-reviews.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-reviews-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-reviews-2.text-center {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .features-paragraph {
    margin-bottom: 0px;
    text-align: left;
  }

  .download-buttons-hero {
    margin-top: 0em;
  }

  .app-feature-icon {
    width: auto;
    height: 90px;
    margin-bottom: 18px;
  }

  .blue-scout-lottie {
    margin-bottom: 0px;
  }

  .columbia-image {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }

  .container-13-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .map-section-left-2 {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 36px;
    padding-right: 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;
  }

  .text-large-406 {
    text-align: left;
    letter-spacing: normal;
  }

  .blue-comparison-plan {
    width: 50%;
  }

  .blue-comparison-wrapper {
    margin-bottom: 36px;
  }

  .blue-comparison-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blue-card-body {
    padding: 36px;
  }

  .blue-card.pricing-comparison-card.second {
    border-left-style: solid;
  }

  .blue-dollar-sign {
    font-size: 28px;
  }

  .blue-note-text {
    color: #fff;
    text-align: center;
  }

  .blue-feature-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .blue-paragraph {
    text-align: left;
  }

  .blue-pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .blue-comparison-plan-first {
    display: none;
    overflow: visible;
    width: 33.333333333%;
  }

  .scout-modal-wrapper {
    display: none;
  }

  .modal-content {
    max-width: 380px;
  }

  .scout-modal {
    width: 95%;
    padding: 32px;
    background-position: 140% 50%;
    background-size: 400px;
  }

  .edge-modal-wrapper {
    display: none;
  }

  .edge-modal {
    width: 95%;
    padding: 32px;
    background-position: 140% 50%;
    background-size: 400px;
  }

  .blue-modal-wrapper {
    display: none;
  }

  .blue-modal {
    width: 95%;
    padding: 32px;
    background-position: 140% 50%;
    background-size: 400px;
  }

  .modal-product-image {
    display: none;
  }

  .finder-modal-wrapper {
    display: none;
  }

  .finder-modal {
    width: 95%;
    padding: 32px;
    background-position: 140% 50%;
    background-size: 400px;
  }

  .trailer-modal-wrapper {
    display: none;
  }

  .trailer-modal {
    width: 95%;
    padding: 32px;
    background-position: 140% 50%;
    background-size: 400px;
  }

  .top-product-feature-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: -15px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .products-feature-wrap-box {
    -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;
  }

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

  .intelligence-icon {
    width: auto;
    height: 90px;
    margin-bottom: 24px;
  }

  .resources-image {
    max-width: 160px;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1272px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-note-text-copy {
    color: #fff;
    text-align: center;
  }

  .all-caps-heading-steps-copy {
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .vivid-link {
    position: static;
    display: inline;
    text-align: left;
  }

  .order-item-image {
    width: 100px;
  }

  .checkout-block {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .download-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .checkout-right-block {
    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;
  }

  .checkout-info-card {
    width: 100%;
    height: auto;
    margin-right: 0vw;
    margin-bottom: 20px;
  }

  .dropdown-list-4.w--open {
    position: relative;
    top: 0rem;
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar-buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-button-spacer {
    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;
  }

  .primary-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer_logo-white {
    margin-bottom: 0.75rem;
  }

  .nav-link-2 {
    width: 100%;
  }

  .nav-link-2.dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .nav-grid {
    -ms-grid-columns: 0.25fr 0.25fr 0.5fr;
    grid-template-columns: 0.25fr 0.25fr 0.5fr;
  }

  .newsletter_box {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-7.career-button {
    max-width: none;
  }

  .product-hero {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav-dropdown_icon {
    max-width: 22px;
  }

  .navbar-2 {
    margin-bottom: -97px;
  }

  .nav-dropdown_white-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .two-col-grid-reversed {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-box {
    margin-left: 0rem;
  }

  .need-help-column {
    width: 100%;
    padding: 24px;
  }

  .lightbox-link-3 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    -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;
  }

  .menu-button-2 {
    padding-right: 0px;
    padding-left: 1.5rem;
    font-size: 1.75rem;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .newsletter-text {
    margin-bottom: 1.5rem;
  }

  .platform-dropdown_image {
    width: 100%;
    max-width: 320px;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0rem;
  }

  .need-help-icon {
    max-width: 52px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .footer_logo {
    margin-bottom: 0.75rem;
  }

  .nav-dropdown_grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-menu {
    display: -ms-grid;
    display: grid;
    margin-bottom: 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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 auto;
    grid-template-rows: auto auto;
  }

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

  .about_us_intro-section-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form {
    padding: 2rem;
  }

  .footer-social {
    display: -ms-grid;
    display: grid;
    margin-top: 1.5rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .partners-section-header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-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;
    background-color: #181b32;
  }

  .navbar-logo-2 {
    width: 9.5625rem;
  }

  .navigation-news {
    display: none;
    width: 100%;
    padding: 0px;
  }

  .nav-menu_box {
    padding-bottom: 24px;
    -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;
  }

  .vertical-padding {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .vertical-padding.large-padding {
    padding-top: 7.65rem;
    padding-bottom: 7.65rem;
  }

  .tab {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .tab.w--current {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .navbar-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .navbar-container-2.company-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .navbar-container-2.resources-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .hamburger-icon {
    color: #fff;
  }

  .icon-3 {
    position: relative;
    margin-left: 10px;
  }

  .sitemap_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown_blue-part {
    display: none;
    width: 100%;
  }

  .margin-0.white {
    font-size: 24px;
    line-height: 28px;
  }

  .resoureces-column {
    width: 100%;
    padding: 24px;
  }

  .image-slider_grid {
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-slider {
    height: 500px;
  }

  .brand {
    padding-left: 0px;
  }

  .why-rekor_play-button {
    top: auto;
  }

  .nav-dropdown_icon-box {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-dropdown_link-block {
    background-color: transparent;
  }

  .nav-dropdown_link-block:hover {
    background-color: transparent;
  }

  .button-wrapper-career {
    width: 100%;
    justify-items: stretch;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .additional-order-info {
    line-height: 24px;
  }

  .product-feature-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .edge-pro-setup-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .edge-pro-setup-header {
    margin-bottom: 0px;
    text-align: center;
  }

  .two-col-grid {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-rekor_image-box {
    margin-bottom: 2rem;
  }

  .primary-video-image {
    height: auto;
    margin-bottom: 0rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contact-info-box {
    max-width: none;
  }

  .contact-info-boxes {
    margin-bottom: 2rem;
  }

  .list-item {
    text-align: left;
  }

  .product-buttons {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: -5px;
  }

  .section.utility-page-content {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.section-top-space {
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(10%, rgba(247, 250, 252, 0))), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-image: linear-gradient(180deg, #f2f7fa, rgba(247, 250, 252, 0) 10%), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: -5px;
  }

  .container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container.announcement-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.text-center {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.text-center.hero-container-nav-above {
    margin-top: 100px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.case-study-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .text-small-caps {
    font-size: 13px;
  }

  .form-input.form-input-large.subscribe-form-input {
    margin-right: 8px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer {
    padding-top: 72px;
    padding-bottom: 36px;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-info {
    position: relative;
    z-index: 1;
    max-width: 450px;
    margin-bottom: 36px;
    padding-right: 0px;
  }

  .footer-menus-row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-menu-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-menu {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .badge.bg-success.announcement-badge {
    display: none;
    font-size: 14px;
    font-weight: 600;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xlarge {
    width: 96px;
    height: 96px;
  }

  .avatar.avatar-xlarge.team-member-avatar {
    width: 200px;
    height: 200px;
  }

  .avatar.avatar-xlarge.avatar-group-item-right {
    border-width: 3px;
  }

  .avatar.avatar-large {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-large.customer-quote-avatar {
    width: 18%;
    height: 100%;
    max-width: none;
    margin-right: 24px;
  }

  .avatar-group-item {
    border-width: 3px;
  }

  .card {
    height: 100%;
    border-radius: 5px;
  }

  .card.shadow.career-description-card {
    margin-bottom: 48px;
  }

  .card-body {
    padding: 24px;
  }

  .text-white.large-heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-white.large-hero-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pill {
    padding: 6px 12px 6px 6px;
  }

  .pill.pill-notice.bg-gray-3 {
    width: 100%;
  }

  .pill.pill-notice.bg-gray-3 {
    width: 100%;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    margin: 10px;
    padding-left: 12px;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    margin: 0px;
    padding-left: 10px;
  }

  .expandable-title {
    padding: 16px;
  }

  .expandable-heading.h6-small {
    font-size: 16px;
  }

  .expandable-content-wrapper {
    display: none;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon {
    margin-bottom: 14px;
  }

  .announcement-bar.bg-primary-3 {
    line-height: 20px;
  }

  .announcement-bar.bg-primary-3 {
    line-height: 20px;
  }

  .text-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-subtitle {
    text-align: center;
  }

  .section-subtitle.text-large {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
  }

  .section-subtitle.text-large {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-justified {
    font-size: 16px;
    line-height: 24px;
  }

  .section-subtitle.text-large {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .divider {
    height: 7vw;
  }

  .divider.divider-top {
    margin-bottom: 72px;
  }

  .divider.divider-bottom {
    height: 50px;
    margin-top: 72px;
  }

  .divider.divider-bottom-small {
    margin-top: 24px;
  }

  .divider.divider-bottom {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.divider-top-form {
    margin-bottom: 72px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.divider-bottom-copy {
    height: 50px;
    margin-top: 0px;
    margin-bottom: -214px;
  }

  .divider.divider-bottom {
    margin-top: 72px;
  }

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

  .brand-image.case-study-logo {
    height: 85px;
    max-height: 85px;
    margin-bottom: 24px;
  }

  .medium-heading {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .medium-heading.career-description-heading {
    width: 100%;
    text-align: center;
  }

  .content-pair {
    -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;
  }

  .content-pair-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-team-wrapper {
    margin-bottom: 0px;
  }

  .bg-image.donation-hero-bg {
    margin-top: -10px;
  }

  .hero-section-action {
    margin-top: 24px;
  }

  .icon-pill-group-item {
    margin: 3px;
  }

  .letterhead {
    margin-bottom: 24px;
    padding-bottom: 24px;
    -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;
  }

  .career-description-meta {
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .article blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .article img {
    border-radius: 5px;
  }

  .article figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .article.help-center-article {
    margin-bottom: 36px;
  }

  .video-lightbox {
    margin-top: 0px;
  }

  .video-lightbox-image {
    width: 100%;
  }

  .pricing-plan-heading {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .customer-blockquote {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .customer-quote-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    text-align: left;
  }

  .pricing-comparison-wrapper {
    margin-bottom: 24px;
  }

  .pricing-comparison-header {
    top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: transparent;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pricing-comparison-button {
    margin-top: 12px;
  }

  .utility-page-top-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subscribe-form-wrapper {
    margin-top: 36px;
  }

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

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-title-image {
    width: 100%;
    max-width: none;
  }

  .post-title-content {
    margin-bottom: 24px;
  }

  .pull-divider-up {
    margin-bottom: -7vw;
  }

  .pagination {
    margin-top: 24px;
  }

  .content-pair-graphic {
    width: 100%;
  }

  .pill-below {
    margin-bottom: 24px;
  }

  .screenshot {
    border-radius: 5px;
  }

  .screenshot.shadow-large {
    max-height: 100%;
    max-width: 100%;
  }

  .case-study-meta-list {
    margin-top: -24px;
    margin-right: 0px;
    margin-bottom: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .case-study-meta-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-demos-wrapper {
    padding: 36px;
    grid-row-gap: 24px;
    border-radius: 5px;
  }

  .decoration-container {
    display: none;
  }

  .search-form {
    margin-top: 24px;
  }

  .sidebar-main-content-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .sidebar-main-content-heading {
    margin-top: 12px;
  }

  .button-3.button-blue.navbar-button {
    display: none;
  }

  .button-3.button-blue.navbar-button-blue {
    display: none;
  }

  .button-3.button-large.add-space-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3.button-outline.button-large {
    font-size: 18px;
  }

  .button-3.button-outline.pricing-comparison-button {
    margin-top: 12px;
  }

  .button-3.button-large {
    font-size: 16px;
    font-weight: 700;
  }

  .form-input-2.form-input-large.subscribe-form-input {
    margin-right: 8px;
  }

  .large-heading-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }

  .homepage-divider {
    display: none;
    height: 50px;
    max-height: none;
  }

  .link {
    text-align: left;
  }

  .image-4 {
    width: 237px;
  }

  .footer-description {
    text-align: center;
  }

  .tab-text-block {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
  }

  .case-study-card {
    max-width: none;
  }

  .team-member-bio {
    font-size: 14px;
  }

  .team-member-bio blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .team-member-bio img {
    border-radius: 5px;
  }

  .team-member-bio figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .medium-heading-2 {
    margin-top: -15px;
    font-size: 20px;
  }

  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribe-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navbar-container-home.sticky-top.bg-transparent {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-container-home.sticky-top.bg-light-gray {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-container-home.sticky-top.bg-transparent {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-container-home.sticky-top.bg-white-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-container-home.bg-transparent.sticky-top {
    margin-bottom: -80px;
  }

  .feature-paragraph {
    text-align: left;
  }

  .card-3 {
    border-radius: 5px;
  }

  .card-3.pricing-comparison-card {
    border-style: none;
  }

  .navigation-link-wrap {
    display: none;
  }

  .logo-image {
    width: 250px;
    max-width: none;
    margin-bottom: 0px;
  }

  .short-title {
    font-size: 12px;
    line-height: 17px;
  }

  .navigation-dropdown-subtitle {
    display: block;
    font-size: 10px;
    line-height: 15px;
  }

  .feature-wrap-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-icon-mobile {
    margin-top: 0px;
  }

  .tabs-content {
    z-index: 0;
    margin-top: 0px;
    padding: 25px 0px;
  }

  .paragraph-large-2 {
    margin-bottom: 16px;
  }

  .card-body-2 {
    padding: 32px;
  }

  .card-body-2.pricing-comparison-card-body {
    padding: 0px 3px;
  }

  .police-department-badges {
    width: 75px;
  }

  .featured-departments {
    margin-top: 24px;
  }

  .content-pair-text-wide {
    margin-bottom: 24px;
  }

  .content-pair-text-wide-left {
    margin-bottom: 24px;
  }

  .pricing-plan-subheading {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .content-pair-text-tab {
    width: auto;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-large-privacy {
    font-size: 16px;
    line-height: 24px;
  }

  .text-large-404 {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-plan-heading-2 {
    margin-bottom: 12px;
  }

  .pricing-plan-heading-2.pricing-comparison-heading {
    font-size: 18px;
    text-align: center;
  }

  .link-copy {
    text-align: left;
  }

  .div-block-9 {
    width: 100%;
    text-align: left;
  }

  .apply-button {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-row-two {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .announcment-text {
    text-align: center;
  }

  .announcement-text-bar {
    -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: center;
  }

  .link-announcement {
    text-align: center;
  }

  .section-search-results {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pill-image-2 {
    height: 45px;
    margin: 0px;
    padding: 8px;
  }

  .terms-text {
    top: auto;
    line-height: 1em;
  }

  .gdpr-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signup-nav-step {
    width: 100%;
    font-size: 12px;
  }

  .login-page-wrapper {
    padding: 80px 4% 100px;
  }

  .login-container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-step {
    width: 30px;
    height: 30px;
    margin: 0px;
    padding-top: 2px;
  }

  .nav-step.done {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
  }

  .signup-field {
    height: 50px;
  }

  .button-wrapper {
    width: auto;
  }

  .logo-link-2 {
    display: none;
    width: 180px;
    margin-right: 0px;
    padding-left: 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;
  }

  .login-button {
    margin-top: 15px;
  }

  .top-nav {
    padding: 1.5em 0.5em 1em;
    -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;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .signup-navigation-wrap {
    width: 100%;
    justify-items: center;
    grid-column-gap: 25px;
  }

  .nav-step-bold {
    margin-top: 4px;
  }

  .nav-step-text {
    margin-top: 4px;
  }

  .decoration-container-copy {
    display: none;
  }

  .hero-section-action-2 {
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-pair-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-copy {
    max-width: none;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.title-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.title-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.title-section-copy.bg-gray-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-pair-graphic-2 {
    width: 100%;
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .three-up-grid-2 {
    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;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-large-header {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-45 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-15 {
    width: 19px;
    max-width: 100%;
  }

  .link-feature {
    text-align: left;
  }

  .feature-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-pair-text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-pair-right {
    width: 100%;
    padding-top: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .solutions-container {
    padding-right: 36px;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .pricing-plan-icon {
    height: 70px;
    margin-bottom: 12px;
    padding-bottom: 0px;
  }

  .pill-wrapper-3 {
    padding-top: 0px;
  }

  .icon-pill-group-2.pill-below {
    margin-top: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block-48 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .all-caps-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .medium-heading-center {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .content-pair-copy {
    -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;
  }

  .hero-section-action-2-copy {
    margin-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .all-caps-heading-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .text-large-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .content-pair-header {
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .large-heading-footer {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .container-12.container-narrow.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-12.pull-divider-up {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-12.rekor-one-lottie-container {
    margin-top: 30px;
  }

  .hero-section-action-3 {
    margin-top: 24px;
  }

  .section-13 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-13.no-bottom-space.bg-gray-4 {
    padding-top: 42px;
  }

  .three-up-grid-3 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-comparison-cell-2 {
    padding: 16px 4px;
    text-align: center;
  }

  .per-month-text {
    margin-left: 6px;
  }

  .text-block-51 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .medium-heading-3 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .card-4 {
    border-radius: 5px;
  }

  .faq-answer-2 {
    color: #181b32;
  }

  .text-block-52 {
    font-size: 16px;
  }

  .image-17 {
    width: 105px;
    margin-bottom: 4px;
  }

  .tab-link-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 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;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    font-size: 18px;
    text-align: left;
  }

  .tab-link-3:hover {
    background-color: #eaf5fb;
  }

  .tab-link-3.w--current {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    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: 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;
    background-color: #eaf5fb;
    opacity: 1;
    color: #39bdee;
    font-weight: 600;
  }

  .tab-link-3.w--current:hover {
    color: #39bdee;
  }

  .tabs-menu-4 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 150;
    display: none;
    overflow: hidden;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    -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-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;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }

  .tab-dropdown-2 {
    display: block;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 3px;
    background-color: #39bdee;
    background-image: url("../images/dropdown-icon.e04523c14a9a.svg");
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  .tab-dropdown-2:hover {
    background-color: #39bdee;
    opacity: 0.8;
  }

  .market-paragraph-2 {
    text-align: left;
  }

  .medium-heading-4 {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .container-13 {
    max-width: none;
  }

  .container-13.text-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.pull-divider-up {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.text-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-13.text-center.hero-container-nav-above {
    margin-top: 0px;
    padding-top: 28vw;
    padding-right: 24px;
    padding-left: 24px;
  }

  .market-icon-mobile-2 {
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .market-heading-2 {
    text-align: center;
  }

  .list-feature {
    font-size: 14px;
  }

  .list-checkmark {
    width: 18px;
    margin-right: 8px;
  }

  .section-subtitle-copy.text-large-copy {
    display: block;
  }

  .section-subtitle-copy.text-large-copy {
    display: block;
  }

  .decoration-container-register {
    display: none;
  }

  .decoration-container-copy {
    display: none;
  }

  .logo-image-register {
    width: 250px;
    max-width: none;
    margin-bottom: 0px;
  }

  .featured-icon {
    display: none;
    width: 25px;
    margin-top: -5px;
    margin-left: 125px;
  }

  .featured-icon-text {
    display: none;
    margin-top: 18px;
    margin-left: 125px;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .product-plan-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-18 {
    width: 30%;
  }

  .login-head-2 {
    font-size: 27px;
  }

  .login-field {
    width: 100%;
  }

  .login-page-section {
    padding: 0vh 0%;
  }

  .login-section {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .login-box {
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15%;
    padding-bottom: 15%;
    border-radius: 20px;
  }

  .login-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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;
  }

  .memberstack-form-2 {
    width: 100%;
  }

  .login-image {
    display: block;
    width: 275px;
    max-width: 100%;
    margin-top: 0px;
  }

  .login-page-wrapper-2 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .link-bold {
    text-align: left;
  }

  .success-section {
    padding-right: 9%;
    padding-left: 9%;
  }

  .success-box {
    min-height: auto;
  }

  .text-block-53 {
    margin-top: 0px;
  }

  .success-page-section {
    padding-top: 8%;
    padding-bottom: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-10 {
    margin-top: 0px;
  }

  .logo-image-white {
    width: 250px;
    max-width: none;
    margin-bottom: 0px;
  }

  .large-heading-4 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

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

  .content-pair-footer.content-pair-reverse-copy {
    width: 100%;
  }

  .content-pair-footer-2 {
    padding-right: 0px;
  }

  .content-pair-media-footer {
    padding-top: 0px;
  }

  .container-footer {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-center-gap {
    margin-bottom: 36px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-animation {
    width: auto;
  }

  .div-block-11 {
    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;
  }

  .success-login-button {
    font-size: 18px;
  }

  .lottie-animation-2 {
    width: 65%;
    max-width: 65%;
    margin-right: 0px;
    margin-bottom: -10px;
  }

  .navigation-icon-mobile {
    width: 45px;
    margin-top: 0px;
  }

  .lottie-animation-3 {
    width: 60%;
    max-width: 60%;
  }

  .lottie-animation-4 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .lottie-animation-copy {
    width: auto;
  }

  .div-block-10-copy {
    margin-top: 0px;
  }

  .text-block-53-copy {
    margin-top: 0px;
  }

  .success-page-section-copy {
    padding: 8% 2% 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .success-box-copy {
    min-height: auto;
  }

  .success-section-copy {
    padding: 20px 9% 60px;
  }

  .heading-21-copy {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .div-block-10-copy {
    margin-top: 0px;
  }

  .text-block-54-copy {
    margin-bottom: 0px;
    line-height: 32px;
  }

  .text-block-53-copy {
    margin-top: 0px;
    line-height: 28px;
  }

  .lottie-animation-copy {
    width: 335px;
  }

  .contact-grid {
    margin-bottom: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .checkbox-icon {
    width: 55px;
    height: 55px;
  }

  .checkbox-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .success-message-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 15px;
    font-size: 18px;
  }

  .checkbox-content {
    width: 100%;
    max-width: none;
  }

  .paragraph-12.packages-contact-us {
    text-align: left;
  }

  .service-icon {
    width: auto;
    margin-bottom: 12px;
  }

  .services-grid {
    max-width: 530px;
    margin: 40px auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-5.cta-left {
    max-width: 612px;
    border-radius: 25px;
    box-shadow: 0 0 6px 0 rgba(244, 38, 62, 0.08), 0 10px 20px 0 rgba(244, 38, 62, 0.06);
  }

  .card-5.cta-right {
    max-width: 530px;
    margin-top: -24px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 22px;
  }

  .card-5.packages-contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 60px;
  }

  .card-5.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-5.our-service {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card-5.request-a-quote {
    padding: 36px;
  }

  .card-5.order-package {
    padding: 50px 40px;
  }

  .card-5.our-service {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .card-5.product-page {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-icon-small {
    height: 90px;
  }

  .paragraph-13 {
    margin-right: 4px;
    font-weight: 700;
  }

  .packages-contact-us-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-left: 0px;
    -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;
  }

  .image-packages-contact-us {
    width: 125px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  .title.packages-contact-us {
    line-height: 36px;
    text-align: left;
  }

  .title.package-card {
    margin-bottom: 4px;
  }

  .title.process-step {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .about-hero-social-media-grid {
    margin-top: 45px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
  }

  .about-hero-social-media-wrapper.facebook {
    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;
  }

  .about-hero-social-media-wrapper.twitter {
    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;
  }

  .about-hero-social-media-wrapper.instagram {
    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;
  }

  .about-hero-social-media-wrapper.linkedin {
    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;
  }

  .about-hero-social-media-wrapper.youtube {
    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;
  }

  .image-25.about-social-media {
    overflow: visible;
  }

  .achievement-number {
    font-size: 48px;
  }

  .achievements-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-horizontal-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .image-26 {
    height: 9px;
    margin-top: 0px;
  }

  .link-horizontal-image-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .right-arrow {
    height: 9px;
    margin-top: 0px;
  }

  .logo-link-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 275px;
    margin-right: 0px;
    padding-left: 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;
  }

  .section-policy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .onboarding-h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .onboarding-h2 {
    font-size: 18px;
  }

  .option-row {
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .option-row.annual {
    width: 100%;
    max-width: none;
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .option-row.monthly {
    width: 100%;
    max-width: none;
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .empty-state {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .package-card-price {
    font-size: 18px;
  }

  .divider-2.package-card {
    margin-top: 24px;
    margin-bottom: 30px;
  }

  .divider-2.step {
    height: 55px;
    margin-left: 40px;
  }

  .choose-product-button {
    width: 50%;
  }

  .option-row-three {
    width: 100%;
  }

  .option-row-three.monthly {
    width: 100%;
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .option-row-three.annual {
    width: 100%;
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .package-card-suggestion {
    font-size: 18px;
  }

  .product-card-wizard.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credit-card-card {
    height: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    border-radius: 5px;
  }

  .credit-card-body {
    padding: 24px 24px 0px;
  }

  .credit-card-form {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .credit-card-form-layout {
    margin-bottom: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credit-card-payment-subheader {
    line-height: 24px;
  }

  .payment-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .checkout-card {
    height: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    border-radius: 5px;
  }

  .checkout-divider-thick.package-card {
    width: 85%;
    margin-top: 24px;
    margin-bottom: 30px;
    border-style: none;
  }

  .video-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .install-rich-text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .card-3-copy {
    border-radius: 5px;
  }

  .card-3-copy.pricing-comparison-card {
    border-style: none;
  }

  .card-body-2-copy {
    padding: 24px;
  }

  .card-body-2-copy.pricing-comparison-card-body {
    padding: 0px 3px;
  }

  .link-horizontal-image-big-copy {
    display: none;
    text-align: left;
  }

  .right-arrow-copy {
    height: 9px;
    margin-top: 0px;
  }

  .text-block-57 {
    font-size: 14px;
  }

  .install-computer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    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;
  }

  .lottie-animation-copy {
    width: 315px;
    margin-bottom: 20px;
  }

  .rich-text-block-guide {
    padding-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .small-video-block {
    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;
  }

  .two-ways-header-text {
    font-size: 14px;
  }

  .text-block-58 {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
    margin-left: 24px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-body.js-accordion-body {
    display: none;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .accordion-copy {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item-copy {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text-copy {
    margin-top: 8px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-15 {
    height: 200px;
  }

  .large-heading-5 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .section-subtitle-copy.text-large-justified-copy {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .section-subtitle-copy.text-large-center {
    font-size: 16px;
    line-height: 24px;
  }

  .security-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .accuracy-benchmarks-grid {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .benchmark-grid-header {
    padding-right: 8px;
    padding-left: 8px;
  }

  .benchmark-grid-body-white {
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-block-62 {
    text-align: center;
  }

  .bold-link-blue {
    display: block;
    text-align: center;
  }

  .benchmark-grid-body-gray {
    padding-right: 8px;
    padding-left: 8px;
  }

  .benchmarks-small-header {
    margin-top: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .performance-benchmarks-grid {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .benchmarks-subtitle.text-large-center {
    font-size: 16px;
    line-height: 24px;
  }

  .benchmarks-link {
    display: block;
    text-align: center;
  }

  .bold-link-blue-mobile {
    display: none;
    text-align: center;
  }

  .nvidia-benchmarks-grid {
    -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
  }

  .content-pair-benchmarks {
    margin-top: 72px;
    -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;
  }

  .content-pair-text-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nvidia-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-pair-copy {
    -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;
  }

  .large-nvidia-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .all-caps-heading-nvidia {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .icon-our-service {
    width: 100px;
    margin-bottom: 20px;
  }

  .step-icon {
    width: 80px;
    margin-right: 40px;
  }

  .bg.request-a-quote-shape-1 {
    left: -58px;
  }

  .bg.request-a-quote-shape-2 {
    top: -65px;
    right: -85px;
  }

  .bg.request-a-quote-shape-3 {
    left: -61px;
    bottom: -76px;
  }

  .bg.request-a-quote-shape-4 {
    right: -60px;
    bottom: -80px;
    max-width: 35%;
  }

  .split-content.service-hero-left {
    margin-bottom: 0px;
  }

  .split-content.service-hero-right {
    max-width: 100%;
  }

  .split-content.package-left {
    margin-bottom: 80px;
  }

  .split-content.blog-section-left {
    margin-bottom: 0px;
  }

  .companies-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .companies-grid.our-past-clients {
    grid-row-gap: 36px;
  }

  .image-wrapper.about-this-service {
    max-width: 100%;
    border-radius: 35px;
  }

  .our-services-grid {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .our-services-grid.product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .request-a-quote-grid {
    margin-bottom: 32px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .request-a-quote-grid.rekor-edge-pro {
    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;
  }

  .container-medium-620px.text-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .service-case-study-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .text-large-solutions {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .large-heading-solutions {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .all-caps-heading-steps {
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .qsr-lottie {
    width: 475px;
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
  }

  .section-request-a-quote {
    padding-top: 72px;
    padding-bottom: 124px;
  }

  .text-block-63 {
    font-weight: 300;
  }

  .image-32 {
    width: 100%;
    max-width: 100%;
  }

  .three-up-grid-copy {
    margin-top: 32px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-packages-contact-us-copy {
    width: 125px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  .packages-contact-us-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-left: 0px;
    -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;
  }

  .title-copy.packages-contact-us-copy {
    line-height: 32px;
    text-align: left;
  }

  .paragraph-12-copy.packages-contact-us-copy {
    text-align: left;
  }

  .login-button-start.large-login-button {
    margin-top: 36px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 18px;
  }

  .login-button-start.large-login-button.w--current {
    margin-top: 36px;
    font-size: 18px;
  }

  .text-block-58-copy {
    width: 100%;
  }

  .parking-services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ip360-card.ip360-contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ip360-card.ip360-contact-us.ip360-cta {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ip360-feature-list {
    width: 100%;
  }

  .service-case-study-wrapper-reverse {
    width: 100%;
    max-width: 100%;
  }

  .image-wrapper-reverse.about-this-service-reverse {
    max-width: 100%;
    border-radius: 35px;
  }

  .all-caps-heading-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .text-size-19 {
    text-align: justify;
  }

  .content-pair-text-wide-2 {
    margin-bottom: 24px;
  }

  .content-pair-text-wide-left-2 {
    margin-bottom: 24px;
  }

  .navbar-container-transparent.sticky-top-transparent.bg-transparent {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-container-transparent.sticky-top-transparent.bg-transparent {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-container-transparent.sticky-top-transparent.bg-transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-software-registration {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-software-registration.bg-gray-4.no-top-space {
    padding-bottom: 124px;
  }

  .case-studies-grid {
    max-width: 612px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .increased-quantity.card-case-study {
    font-size: 42px;
  }

  .case-study-card-result-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .increased-text {
    font-size: 16px;
  }

  .case-study-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .case-study-pill {
    padding: 6px 12px 6px 6px;
  }

  .package-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .package-title-wrapper {
    margin-bottom: 20px;
  }

  .product-hero-image {
    width: 65%;
    height: auto;
  }

  .pricing-comparison-cell-vertical {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .edge-pricing-plan-header {
    margin-bottom: 12px;
  }

  .edge-pricing-plan-header.pricing-comparison-heading {
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
  }

  .edge-series-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-3-copy {
    border-radius: 5px;
  }

  .card-3-copy.pricing-comparison-card {
    border-style: none;
  }

  .finder-card.finder-package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-included-big {
    width: 20px;
  }

  .package-card-suggestion-big {
    font-size: 18px;
  }

  .section-new {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-new.no-bottom-space.bg-gray-4 {
    padding-top: 24px;
  }

  .large-heading-less-bold {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 48px;
  }

  .mobile-screenshot-wrapper-3 {
    width: 100%;
    max-width: 100%;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    -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;
  }

  .content-pair-text-5 {
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .super-large-blue-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
    font-size: 100px;
    line-height: 100px;
  }

  .html-embed-mobile {
    display: none;
    width: auto;
    -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;
  }

  .four-up-grid-item {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-page-icon {
    width: auto;
    margin-bottom: 12px;
  }

  .products-page-grid {
    max-width: 530px;
    margin: 40px auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products-page-type-header {
    font-size: 28px;
  }

  .products-small-subheading {
    margin-bottom: 0px;
  }

  .hardware-icon {
    width: auto;
    margin-bottom: 12px;
  }

  .accent-product.package-card {
    margin-top: 20px;
  }

  .feature-icon-mobile-hardware {
    margin-top: 0px;
  }

  .edge-pricing-plan-icon {
    height: 60px;
    margin-bottom: 12px;
    padding-bottom: 0px;
  }

  .carma-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .remember-me-text {
    top: auto;
    line-height: 1em;
  }

  .remember-checkbox {
    margin-top: -3px;
  }

  .remember-checkbox-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .password-field {
    width: 100%;
  }

  .show-password-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .watchman-lottie {
    width: 100%;
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .product-feature-list-stacked {
    width: 100%;
    -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;
  }

  .speed-trailer-icon-mobile {
    margin-top: 0px;
  }

  .rekor-go-icon-mobile {
    margin-top: 0px;
  }

  .badge-image {
    height: 48px;
  }

  .badge-store-icons {
    padding-top: 24px;
  }

  .badge-store-icons-copy {
    padding-top: 24px;
  }

  .rekor-go-form-wrapper {
    margin-top: 36px;
  }

  .text-large-solutions-sub {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .processing-header {
    font-size: 28px;
    line-height: 32px;
  }

  .processing-subtext {
    font-size: 18px;
  }

  .success-header {
    font-size: 28px;
    line-height: 32px;
  }

  .accepted-subtext {
    font-size: 18px;
  }

  .form-wrapper {
    width: 100%;
  }

  .help-block {
    top: 0px;
    right: 0px;
  }

  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .button-wrapper-2 {
    display: none;
  }

  .form-item-wrapper {
    -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;
  }

  .next-placeholder {
    position: fixed;
    z-index: 6;
  }

  .rpsn-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list-dash.w--open {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-dash {
    display: none;
  }

  .toggle-dash {
    padding-right: 3%;
    padding-left: 3%;
  }

  .toggle-dash.w--open {
    padding-right: 3%;
    padding-left: 3%;
  }

  .dropdown-wrapper-dash {
    padding-right: 3%;
    padding-bottom: 20px;
    padding-left: 3%;
  }

  .menu-button-dash {
    margin-left: 0px;
  }

  .menu-button-dash.w--open {
    margin-left: 0px;
  }

  .links-dash {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2-dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .column-hollow {
    padding-right: 0%;
    padding-left: 0%;
  }

  .dropdown-wrapper {
    padding-right: 3%;
    padding-bottom: 20px;
    padding-left: 3%;
  }

  .title-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .start-free-trial-button {
    display: none;
  }

  .cta-omega {
    padding-right: 3%;
    padding-left: 3%;
  }

  .review-wrap {
    justify-items: center;
  }

  .nav-wrapper-omega {
    padding: 20px 3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .request-a-license-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-lightbox-in-nav {
    margin-top: 12px;
  }

  .play-button {
    width: 19px;
    max-width: 100%;
  }

  .text-block-75 {
    font-weight: 600;
  }

  .content-pair-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-43 {
    left: 41px;
    top: 38px;
    width: 19px;
    height: 21px;
    max-width: 100%;
  }

  .our-services-grid-2 {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button-secondary-3 {
    padding: 16px 24px;
  }

  .all-caps-heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-section-grid {
    grid-row-gap: 36px;
  }

  .text-block-76 {
    font-weight: 600;
  }

  .blog-post-image.card-blog-article {
    height: 200px;
  }

  .content-pair-right-cases {
    width: 100%;
    margin-top: 24px;
    padding-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .use-cases-container {
    padding: 16px 25px;
  }

  .use-cases-small-heading {
    width: auto;
    margin-bottom: 0px;
  }

  .text-block-77 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .all-caps-heading-copy-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .medium-heading-center-2 {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .link-4 {
    text-align: left;
  }

  .large-heading-footer-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .lottie-animation-5 {
    width: 260px;
    max-width: 60%;
  }

  .form-input-4.form-input-large.subscribe-form-input {
    margin-right: 8px;
    font-size: 16px;
  }

  .text-large-copy-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .content-pair-media-footer-2 {
    padding-top: 0px;
  }

  .footer-logo {
    width: 237px;
  }

  .background-video-full {
    top: -102px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-container-wide {
    max-width: none;
  }

  .hero-container-wide.text-left {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-container-wide.text-left.hero-container {
    margin-top: 20vh;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-subtitle.text-large-header {
    font-size: 18px;
    line-height: 28px;
  }

  .checkmark-list-hero {
    margin-bottom: 0px;
  }

  .checkmark-list-hero-text {
    margin-bottom: 0px;
  }

  .checkmark-list-text-white {
    font-size: 18px;
  }

  .rekor-one-check-text {
    font-size: 16px;
  }

  .rekor-one-logo {
    width: 350px;
  }

  .rekor-one-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .medium-heading-white {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .use-cases-grid {
    grid-row-gap: 16px;
  }

  .products-feature-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .analysis-grid-wrap {
    margin-bottom: 16px;
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .capture-grid-wrap {
    margin-bottom: 16px;
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fourth-grid-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .map-section-right {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .map-section-right.bg-gray-4 {
    padding-bottom: 48px;
  }

  .map-section-right.bg-gray-4 {
    padding-bottom: 0px;
  }

  .contact-method-group {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 72px;
  }

  .contact-method-item-2.contact-method-group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .advantage-cards.our-service-cards {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

  .container-footer-bottom {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-hero-subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .horizontal-link-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .content-right-pair-devs {
    width: 100%;
    margin-top: 15px;
    padding-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .content-pair-swapped {
    -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;
  }

  .content-pair-text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plan-name {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .hide-on-tablet {
    display: block;
  }

  .show-features-button {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    color: rgba(57, 57, 57, 0.7);
    font-weight: 400;
  }

  .pricing-contain {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .text-block-79 {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .toggle-text {
    font-size: 14px;
    line-height: 24px;
  }

  .toggle-text.monthly-toggle {
    font-size: 14px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
    -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;
    font-size: 14px;
  }

  .toggle-row {
    margin-bottom: 40px;
  }

  .bundle-items-bottom {
    padding: 24px 18px 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bundle-items-top {
    display: block;
    height: 150px;
  }

  .bundle-select-button {
    margin-top: -15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .product-bundle-check-text {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-included-product-bundle {
    width: 15px;
  }

  .product-bundle-feature-list {
    margin-bottom: 15px;
  }

  .icon-excluded-product-bundle {
    width: 12px;
  }

  .product-bundle-featured-icon {
    display: block;
    width: auto;
    height: 32px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .product-bundle-title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .plan-subtitle {
    display: block;
    margin-bottom: 0px;
  }

  .package-bundle-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-bundle-header {
    width: 100%;
    height: 100%;
  }

  .text-large-white {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .medium-header-center-white {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .customize-bundle {
    margin-top: 15px;
    line-height: 20px;
  }

  .hero-text-sticky {
    top: 75px;
    width: 70vw;
  }

  .section-hero {
    padding-top: 3em;
  }

  .hero-product-demo {
    height: 130vh;
  }

  .download-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .product-demo-sticky {
    top: 110px;
  }

  .hero-text-holder {
    width: 70vw;
    -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;
  }

  .download-buttons {
    display: -ms-grid;
    display: grid;
    width: 90%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .hero-text-holder-2 {
    width: 100%;
    text-align: center;
  }

  .main-hero-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-text-holder-1 {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .hero-text-2 {
    margin-top: 0px;
  }

  .hero-text-2._1 {
    width: 100%;
    padding-right: 0rem;
    font-size: 80px;
    text-align: center;
  }

  .hero-text-2._2 {
    width: 100%;
    padding-left: 0rem;
    font-size: 80px;
    text-align: center;
  }

  .button-5 {
    margin-bottom: 5px;
  }

  .button-5.download {
    min-width: 180px;
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-container {
    padding-top: 96px;
  }

  .container-14 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .customer-image {
    margin-bottom: 1em;
  }

  .section-17.second {
    margin-top: 320px;
  }

  .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-1-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .card-item-content {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .card-feature-icon {
    height: 100px;
  }

  .feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-reviews.text-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-reviews-2 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-reviews-2.text-center {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .download-buttons-hero {
    display: -ms-grid;
    display: grid;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .app-feature-icon {
    width: auto;
    height: 100px;
    margin-bottom: 18px;
  }

  .columbia-image {
    width: 100%;
  }

  .container-13-copy {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-large-406 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .blue-comparison-header {
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .blue-comparison-wrapper {
    margin-bottom: 24px;
  }

  .blue-card-body {
    padding: 32px;
  }

  .blue-card-body.pricing-comparison-card-body {
    padding: 12px 3px;
  }

  .blue-card {
    border-radius: 5px;
  }

  .blue-card.pricing-comparison-card {
    border-style: none;
  }

  .blue-card.pricing-comparison-card.third {
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .blue-card.pricing-comparison-card.second {
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .blue-per-month-text {
    margin-left: 6px;
  }

  .blue-pricing-plan-heading {
    margin-bottom: 12px;
  }

  .blue-pricing-plan-heading.pricing-comparison-heading {
    font-size: 18px;
    text-align: center;
  }

  .blue-feature-heading {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .blue-title.process-step {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .blue-pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .white-button-5 {
    margin-bottom: 5px;
  }

  .white-button-5.download {
    min-width: 180px;
    margin-bottom: 0px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scout-modal-wrapper {
    display: none;
  }

  .modal-content {
    max-width: 100%;
  }

  .scout-modal {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .edge-modal-wrapper {
    display: none;
  }

  .edge-modal {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .blue-modal-wrapper {
    display: none;
  }

  .blue-modal {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .modal-product-image {
    display: block;
    width: 40%;
    margin-bottom: 20px;
  }

  .finder-modal-wrapper {
    display: none;
  }

  .finder-modal {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .trailer-modal-wrapper {
    display: none;
  }

  .trailer-modal {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .top-product-feature-image {
    width: 100%;
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .products-feature-wrap-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intelligence-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 24px;
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .intelligence-icon {
    width: 100px;
    margin-bottom: 20px;
  }

  .footer-container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .all-caps-heading-steps-copy {
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .vivid-link {
    text-align: left;
  }

  .cart-button {
    width: auto;
    margin-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-width: 1px;
  }

  .order-item-image {
    width: 90px;
  }

  .download-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .checkout-info-card {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 5px;
  }

  .primary-image {
    height: 400px;
  }

  .footer_logo-white {
    height: 3rem;
  }

  .nav-grid {
    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;
  }

  .newsletter_box {
    padding-top: 1.5rem;
  }

  .button-7.nav-button.other-solutions {
    display: none;
  }

  .button-7.career-button {
    width: auto;
    max-height: none;
    padding: 0.75rem 4rem;
  }

  .product-hero {
    width: 453.8515625px;
    height: 400px;
  }

  .lightbox-link-3 {
    width: 80px;
    height: 80px;
  }

  .newsletter-text {
    margin-bottom: 1rem;
  }

  .footer_logo {
    height: 4rem;
  }

  .nav-dropdown_grid {
    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;
  }

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

  .contact-form {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .vertical-padding.large-padding.product {
    height: auto;
    padding-bottom: 7rem;
  }

  .tab {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .tab.w--current {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .navbar-container-2 {
    overflow: scroll;
  }

  .navbar-container-2.company-container {
    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;
  }

  .navbar-container-2.resources-container {
    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;
  }

  .button-wrapper-3.small-wrapper.guides {
    margin-top: 0rem;
  }

  .dropdown-nav_column-title-box {
    margin-left: 0px;
  }

  .margin-0.white {
    font-size: 20px;
    line-height: 24px;
  }

  .image-slider {
    height: 400px;
  }

  .why-rekor_play-button {
    top: auto;
  }

  .nav-dropdown_link-block {
    padding-left: 0rem;
  }

  .product-name-hero {
    font-size: 52px;
    line-height: 60px;
  }

  .additional-order-info {
    width: 75%;
    font-size: 14px;
    line-height: 24px;
  }

  .default-state.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-feature-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .edge-pro-setup-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .edge-pro-setup-header {
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .two-col-grid {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contact-info-box {
    margin-bottom: 0px;
  }

  .contact-info-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .product-collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .setup-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .toggle-row-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.no-top-space {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.no-bottom-space {
    padding-top: 40px;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: -6px;
  }

  .section.bg-gray-4 {
    padding-top: 48px;
  }

  .section.section-top-space {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), color-stop(8%, rgba(247, 250, 252, 0))), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-image: linear-gradient(180deg, #f2f7fa, rgba(247, 250, 252, 0) 8%), url("../images/cloud-pattern.cf18351a13ac.svg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .section.no-bottom-space {
    padding-top: 40px;
  }

  .section.no-bottom-space.bg-behind-picture {
    top: -6px;
  }

  .section.bg-gray-4 {
    padding-top: 48px;
  }

  .section.negative-top-space {
    margin-top: -48px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.bg-gray-4-new {
    padding-top: 48px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.announcement-bar-container {
    padding-right: 48px;
  }

  .container.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.text-center.hero-container-nav-above {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg-gray-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h6-small {
    position: relative;
    z-index: 0;
  }

  .text-large {
    text-align: left;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .button.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.button-large.add-space-right {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .button.submit-button {
    width: 100%;
  }

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

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .form-input.form-input-large.search-form-input {
    margin-bottom: 12px;
  }

  .field-label {
    font-size: 14px;
  }

  .dropdown-list.dropdown-list-top.dropdown-list-large.w--open {
    min-width: 296px;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .footer-row {
    margin-bottom: 20px;
  }

  .social-links {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .footer-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-menus-row {
    position: relative;
    z-index: 0;
    width: 100%;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-menu-column {
    position: static;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-menu {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link {
    position: relative;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .avatar.avatar-small {
    width: 36px;
    height: 36px;
  }

  .avatar.avatar-xlarge {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-xlarge.avatar-group-item {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xlarge.team-member-avatar {
    width: 175px;
    height: 175px;
  }

  .avatar.avatar-xlarge.avatar-group-item-left {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xlarge.avatar-group-item-right {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large.customer-quote-avatar {
    width: auto;
    height: 50px;
    margin-right: 12px;
  }

  .avatar-group {
    overflow: visible;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

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

  .card-body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-white.large-heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-white.large-hero-text {
    font-size: 28px;
    line-height: 32px;
  }

  .pill.pill-notice.bg-gray-3 {
    width: auto;
  }

  .pill.pill-notice.bg-gray-3 {
    width: 100%;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 12px;
  }

  .pill.icon-pill-group-item.bg-gray-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
  }

  .expandable-heading.h6-small {
    padding-right: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .expandable-heading.h6-small {
    padding-right: 24px;
  }

  .expandable-content-wrapper {
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }

  .icon {
    display: block;
    margin-bottom: 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .announcement-bar.bg-primary-3 {
    display: none;
  }

  .announcement-cross {
    right: 12px;
  }

  .section-subtitle {
    text-align: left;
  }

  .section-subtitle.text-large {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
  }

  .section-subtitle.text-large {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large {
    text-align: center;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-justified {
    text-align: left;
  }

  .section-subtitle.text-large {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large.text-white {
    margin-bottom: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    max-width: none;
    text-align: left;
  }

  .section-subtitle.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .avatar-name.text-small {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }

  .breadcrumb-list {
    overflow: visible;
    max-width: 100%;
  }

  .breadcrumb-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .divider {
    height: 8vw;
  }

  .divider.divider-top {
    margin-bottom: 48px;
  }

  .divider.divider-bottom {
    height: 35px;
    margin-top: 48px;
  }

  .divider.divider-bottom {
    margin-top: 0px;
  }

  .divider.divider-top-form {
    margin-bottom: 48px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
  }

  .divider.divider-bottom-copy {
    margin-top: 0px;
  }

  .divider.divider-bottom-copy {
    height: 35px;
    margin-top: 0px;
    margin-bottom: -147px;
  }

  .divider.divider-bottom {
    margin-top: 48px;
  }

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

  .brand-image {
    max-height: 24px;
  }

  .brand-image.case-study-logo {
    height: 75px;
    max-height: 75px;
  }

  .medium-heading {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .medium-heading.career-description-heading {
    width: 100%;
    text-align: center;
  }

  .small-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .content-pair-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
    text-align: center;
  }

  .text-huge {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .avatar-team-wrapper {
    overflow: visible;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .bg-image.donation-hero-bg {
    margin-top: 0px;
  }

  .hero-section-action {
    margin-top: 16px;
    -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-horizontal-image-wrapper {
    max-width: 100%;
    padding-left: 0px;
  }

  .card-horizontal-image-wrapper.featured-case-study-image-wrapper {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .icon-pill-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .careers-list-item {
    margin-bottom: 6px;
  }

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

  .career-description-meta {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article.help-center-article {
    margin-bottom: 24px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .video-lightbox {
    margin-top: 0px;
  }

  .video-lightbox-image {
    width: 100%;
  }

  .video-play-button.video-play-button-center.bg-white {
    width: 72px;
    height: 72px;
  }

  .pill-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-method-item {
    margin-bottom: 24px;
  }

  .price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-number.large-heading {
    font-size: 36px;
  }

  .pricing-plan-heading {
    margin-bottom: 6px;
    font-size: 28px;
  }

  .three-up-grid-item {
    margin-top: 5px;
    margin-bottom: 5px;
    -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;
  }

  .customer-quote-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-comparison-wrapper {
    margin-top: -24px;
  }

  .pricing-comparison-header {
    background-color: transparent;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .pricing-comparison-section-title {
    margin-top: 24px;
  }

  .pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .check-circle {
    height: 20px;
  }

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

  .subscribe-form-wrapper {
    margin-top: 24px;
  }

  .blog-grid {
    grid-row-gap: 12px;
  }

  .post-title-image {
    width: 100%;
    max-width: none;
  }

  .pull-divider-up {
    margin-bottom: -8vw;
  }

  .content-pair-graphic {
    margin-bottom: -40px;
  }

  .add-space-right {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .case-study-card-logo {
    max-height: 22px;
  }

  .page-demos-wrapper {
    padding: 24px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-3.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3.button-blue.navbar-button {
    display: none;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .button-3.button-blue.navbar-button-blue {
    display: none;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .button-3.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3.button-large:hover {
    background-color: #fff;
    opacity: 1;
    color: #39bdee;
  }

  .button-3.button-large.add-space-right {
    margin-right: 6px;
    margin-bottom: 0px;
  }

  .button-3.button-large.add-space-right {
    margin-right: 8px;
    margin-bottom: 0px;
  }

  .button-3.button-outline.button-large {
    margin-left: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3.button-outline.pricing-comparison-button {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-3.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3.button-large-copy {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-3.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .form-input-2.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .large-heading-2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .homepage-divider {
    top: 87.2vh;
    display: none;
    height: 35px;
    max-height: none;
  }

  .link {
    text-align: left;
  }

  .blog-category {
    font-size: 9px;
    line-height: 10px;
  }

  .image-4 {
    width: 237px;
  }

  .footer-description {
    text-align: left;
  }

  .feature-heading {
    text-align: center;
  }

  .tab-text-block {
    display: block;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .medium-heading-2 {
    margin-top: -10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-large-2.link-2-copy {
    margin-left: 8px;
  }

  .subscribe-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .navbar-container-home.sticky-top.bg-light-gray {
    padding: 12px 0px;
  }

  .navbar-container-home.sticky-top.bg-white-new {
    padding: 12px 0px;
  }

  .navbar-container-home.bg-transparent {
    margin-bottom: 48px;
  }

  .feature-paragraph {
    text-align: left;
  }

  .mobile-dropdown.w--open {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-width: auto;
    margin-top: 65px;
    margin-right: 0px;
    padding: 12px 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .navigation-block-left {
    width: auto;
  }

  .feature-icon {
    width: 32px;
    margin-right: 12px;
    margin-bottom: 0px;
  }

  .container-navigation {
    padding-right: 18px;
    padding-left: 18px;
  }

  .navigation-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrap {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    -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;
  }

  .dropdown-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    padding: 12px 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .dropdown-link-3.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-mobile {
    margin-right: 0px;
    margin-left: 15px;
  }

  .logo-image {
    width: 175px;
    max-width: none;
  }

  .short-title {
    font-size: 12px;
    line-height: 16px;
  }

  .navigation-text-dark {
    text-align: center;
  }

  .dropdown-list-wrap-mobile {
    position: relative;
    left: auto;
    z-index: 9999;
    width: 100vw;
    max-height: none;
    margin-top: 48px;
    margin-left: 0px;
    padding: 9px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .dropdown-list-3-mobile {
    right: 3%;
    margin-left: 0px;
  }

  .dropdown-list-3-mobile.w--open {
    right: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -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;
  }

  .dropdown-column-mobile {
    width: 100%;
    padding-right: 0px;
    padding-left: 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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .feature-wrap-mobile {
    width: 100%;
    padding: 9px 20px;
    -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;
  }

  .feature-icon-mobile {
    display: block;
    width: 40px;
    height: auto;
    max-width: 40px;
    margin-top: 0px;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 0px;
  }

  .feature-content-wrap-mobile {
    margin-left: 6px;
    padding-left: 0px;
    -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;
  }

  .short-title-mobile {
    display: block;
  }

  .navigation-dropdown-subtitle-mobile {
    max-width: none;
  }

  .tabs-content {
    margin-top: 0px;
    padding: 20px 0px;
  }

  .content-pair-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-body-2 {
    padding: 24px;
  }

  .police-department-badges {
    width: 55px;
  }

  .featured-departments {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
  }

  .content-pair-text-wide {
    width: 100%;
    max-width: none;
  }

  .content-pair-text-wide-left {
    width: 100%;
    max-width: none;
  }

  .pricing-plan-subheading {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .content-pair-text-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
    text-align: center;
  }

  .text-large-privacy {
    text-align: center;
  }

  .container-copy {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-large-404 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .dollar-sign {
    padding-right: 1px;
    font-size: 14px;
  }

  .pricing-plan-heading-2.pricing-comparison-heading {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }

  .link-copy {
    text-align: left;
  }

  .link-copy {
    text-align: left;
  }

  .link-copy {
    text-align: left;
  }

  .link-copy {
    text-align: left;
  }

  .div-block-9 {
    width: 100%;
  }

  .link-announcement {
    text-align: center;
  }

  .file-upload {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-search-results {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-method-item-copy {
    margin-bottom: 24px;
  }

  .section-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 48px;
  }

  .pill-image-2 {
    height: 40px;
  }

  .container-8 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-small-2 {
    display: none;
    font-size: 12px;
    line-height: 16px;
  }

  .terms-text {
    margin-left: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1em;
  }

  .gdpr-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }

  .signup-nav-step {
    width: 100%;
    -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;
  }

  .signup-nav-step.current {
    width: 100%;
  }

  .login-page-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .login-container {
    min-width: 0px;
  }

  .nav-step {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-wrapper {
    width: auto;
  }

  .logo-link-2 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .top-nav {
    padding-right: 0em;
    padding-left: 0em;
    -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;
  }

  .signup-navigation-wrap {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 25px;
  }

  .nav-step-bold {
    width: auto;
    margin-top: 8px;
    line-height: 16px;
  }

  .nav-step-text {
    width: auto;
    margin-top: 8px;
    line-height: 18px;
  }

  .hero-section-action-2 {
    margin-top: 24px;
    -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;
  }

  .content-pair-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle-gap.text-large-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 48px;
  }

  .section-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-copy.bg-gray-4 {
    padding-top: 48px;
  }

  .link-case-study {
    text-align: left;
  }

  .breadcrumb-list-item-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .breadcrumb-list-item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content-pair-graphic-2 {
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .three-up-grid-2 {
    grid-row-gap: 12px;
  }

  .icon-2 {
    display: inline-block;
    margin-bottom: 12px;
    text-align: left;
  }

  .text-large-header {
    text-align: left;
  }

  .text-block-45 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-15 {
    left: 30px;
    top: 28px;
    width: 15px;
    height: 17px;
  }

  .link-feature {
    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;
  }

  .feature-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .lightbox-link {
    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;
  }

  .feature-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
    -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;
  }

  .content-pair-text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
    text-align: center;
  }

  .content-pair-right {
    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;
  }

  .extra-small-heading {
    width: 180px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .solutions-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin-bottom: 14px;
    padding-right: 46px;
    padding-left: 46px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .pricing-plan-icon {
    height: 55px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .pill-wrapper-3 {
    width: auto;
  }

  .icon-pill-group-2.pill-below {
    margin-top: 36px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .text-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 40px;
    font-size: 12px;
    line-height: 18px;
  }

  .all-caps-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .medium-heading-center {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .text-small-trial {
    line-height: 20px;
    text-align: left;
  }

  .text-block-50 {
    font-size: 10px;
    line-height: 22px;
    text-align: left;
  }

  .hero-section-action-2-copy {
    margin-top: 24px;
    -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;
  }

  .all-caps-heading-copy {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .text-large-copy {
    text-align: left;
  }

  .content-pair-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .large-heading-footer {
    display: block;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .container-12 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container-12.container-narrow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-12.container-narrow.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-12.hero-screenshot-container {
    margin-top: 24px;
    margin-bottom: 0vh;
    padding-bottom: 0px;
  }

  .container-12.pull-divider-up {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-12.rekor-one-lottie-container {
    margin-top: 24px;
    margin-bottom: 0vh;
    padding-bottom: 0px;
  }

  .hero-section-action-3 {
    margin-top: 26px;
    margin-bottom: 8px;
    -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;
  }

  .section-13 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-13.hero-screenshot-above {
    margin-top: 0vh;
    padding-top: 48px;
  }

  .three-up-grid-3 {
    grid-row-gap: 12px;
  }

  .three-up-grid-3.text-center {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pricing-comparison-cell-2 {
    padding: 12px 4px;
  }

  .pill-wrapper-4 {
    width: 98%;
  }

  .container-3-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-3-copy.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3-copy.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .per-month-text {
    margin-top: -5px;
    margin-left: 0px;
    font-size: 12px;
  }

  .button-3-copy.pricing-comparison-button {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .pricing-plan-feature {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-51 {
    text-align: center;
  }

  .medium-heading-3 {
    display: block;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .faq-answer-2 {
    color: #181b32;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-52 {
    font-weight: 700;
  }

  .image-17 {
    width: 90px;
    margin-bottom: 6px;
  }

  .tab-link-3 {
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-link-3.w--current {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-4 {
    display: none;
  }

  .tab-dropdown-2 {
    display: block;
    padding-top: 13px;
    padding-left: 15px;
    background-color: #39bdee;
    background-position: 94% 50%;
    font-size: 16px;
  }

  .tab-dropdown-2:hover {
    background-color: #39bdee;
    opacity: 0.8;
  }

  .market-paragraph-2 {
    text-align: left;
  }

  .medium-heading-4 {
    display: block;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .container-13 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-13.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-13.pull-divider-up {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-13.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-13.text-center.hero-container-nav-above {
    margin-top: 0px;
    padding: 50vw 16px 15vw;
  }

  .market-icon-mobile-2 {
    width: 40px;
    height: 40px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .market-heading-2 {
    text-align: left;
  }

  .list-feature {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .list-checkmark {
    width: 16px;
    margin-right: 8px;
  }

  .list-group {
    margin-bottom: 10px;
  }

  .section-subtitle-copy.text-large-copy {
    text-align: left;
  }

  .section-subtitle-copy.text-large-copy {
    text-align: left;
  }

  .checkbox-3 {
    margin-top: -1px;
    margin-right: 5px;
    color: #e9eef1;
  }

  .logo-image-register {
    width: 175px;
    max-width: none;
  }

  .product-plan-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-18 {
    width: 40%;
  }

  .login-head-2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .terms-text-2 {
    margin-top: 20px;
    line-height: 20px;
  }

  .login-page-section {
    height: 100%;
    min-height: 0px;
    padding: 0vh 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .login-section {
    height: 100%;
    max-width: none;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .have-an-account-text {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .login-box {
    height: 100.00004%;
    max-width: 100%;
    min-height: 0px;
    margin-top: 0vh;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15% 3% 0%;
    -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;
    border-radius: 0px;
    background-image: url("../images/cloud-pattern.cf18351a13ac.svg"), -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), to(#f2f7fa));
    background-image: url("../images/cloud-pattern.cf18351a13ac.svg"), linear-gradient(180deg, #f2f7fa, #f2f7fa);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .login-container-2 {
    max-width: none;
    min-width: 0px;
  }

  .login-image {
    width: 225px;
    margin-top: 0px;
  }

  .login-page-wrapper-2 {
    width: auto;
    height: 100vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-bold {
    text-align: left;
  }

  .success-section {
    padding: 50px 7%;
  }

  .success-box {
    min-height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-21 {
    margin-top: -15px;
    font-size: 48px;
  }

  .text-block-53 {
    font-size: 18px;
    line-height: 21px;
  }

  .success-page-section {
    min-height: 100vh;
    padding: 5% 3% 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-54 {
    font-size: 14px;
    line-height: 26px;
  }

  .image-21 {
    width: 175px;
  }

  .logo-image-white {
    width: 175px;
    max-width: none;
  }

  .large-heading-4 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .container-3-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-3-copy.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3-copy.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-3-copy.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-pair-footer-2 {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-pair-media-footer {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-about-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-about-header.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-about-header.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-about-header.text-center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-center-gap {
    margin-bottom: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dollar-wrapper {
    margin-bottom: 0px;
  }

  .lottie-animation {
    width: auto;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 157px;
    -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;
  }

  .success-login-button {
    padding-right: 32px;
    padding-left: 32px;
  }

  .lottie-animation-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: -20px;
  }

  .navigation-icon-mobile {
    display: block;
    width: 40px;
    height: auto;
    margin-right: 6px;
    padding-right: 5px;
  }

  .button-3-right.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3-right.button-large {
    margin-right: 5px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3-right.button-large:hover {
    background-color: #fff;
    opacity: 1;
    color: #39bdee;
  }

  .lottie-animation-3 {
    width: 75%;
    max-width: 75%;
    margin-bottom: 10px;
  }

  .lottie-animation-4 {
    border-radius: 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .lottie-animation-copy {
    width: auto;
  }

  .heading-21-copy {
    margin-top: -15px;
    font-size: 48px;
  }

  .text-block-53-copy {
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-54-copy {
    font-size: 14px;
    line-height: 26px;
  }

  .login-page-wrapper-2-copy {
    width: auto;
    height: 100vh;
  }

  .success-page-section-copy {
    min-height: 100vh;
    padding: 5% 3% 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .success-box-copy {
    min-height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .success-section-copy {
    padding: 10px 7% 40px;
  }

  .heading-21-copy {
    margin-top: -15px;
    font-size: 48px;
  }

  .text-block-54-copy {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-21-copy {
    width: 175px;
  }

  .text-block-53-copy {
    font-size: 18px;
    line-height: 21px;
  }

  .lottie-animation-copy {
    width: 255px;
  }

  .form-block-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-grid {
    margin-bottom: 30px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary.large {
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
  }

  .checkbox-icon {
    width: 50px;
    height: 50px;
  }

  .error-message-4 {
    border-radius: 10px;
  }

  .checkbox-text {
    font-size: 14px;
  }

  .select-wrapper {
    min-height: 45px;
  }

  .checkbox-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .input {
    overflow: visible;
    min-height: 45px;
    font-size: 14px;
  }

  .text-area {
    font-size: 14px;
  }

  .select {
    min-height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .success-message-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
  }

  .paragraph-12 {
    text-align: left;
  }

  .paragraph-12.card-service {
    font-size: 14px;
    line-height: 22px;
  }

  .service-icon {
    height: 110px;
    margin-bottom: 12px;
  }

  .card-service-grid {
    grid-row-gap: 16px;
    text-align: left;
  }

  .services-grid {
    grid-row-gap: 27px;
  }

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

  .section-14.our-past-clients {
    padding-bottom: 60px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-service-content-icon {
    width: 18px;
  }

  .card-5.service-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-5.cta-left {
    padding: 40px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
  }

  .card-5.cta-right {
    padding: 40px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
  }

  .card-5.packages-contact-us {
    padding: 40px 20px;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 0px;
  }

  .card-5.packages-contact-us.package-cta {
    margin-top: 40px;
  }

  .card-5.achievements {
    padding: 30px 20px;
  }

  .card-5.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .card-5.our-service {
    padding-bottom: 36px;
  }

  .card-5.request-a-quote {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .card-5.order-package {
    padding: 40px 20px;
  }

  .card-5.our-service {
    padding-bottom: 36px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-5.product-page {
    padding-bottom: 36px;
  }

  .container-medium-898px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-540px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-secondary {
    width: 100%;
    padding: 18px 34px;
    font-size: 14px;
  }

  .container-solutions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-solutions.text-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-solutions.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-solutions.text-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .solutions-small-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .cta-icon-small {
    display: block;
  }

  .paragraph-13 {
    display: block;
    width: auto;
    margin-right: 4px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    text-align: center;
  }

  .image-packages-contact-us {
    margin-top: 0px;
  }

  .accent {
    margin-top: 10px;
  }

  .title.packages-contact-us {
    font-size: 24px;
    line-height: 30px;
  }

  .title.package-card {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .title.process-step {
    text-align: center;
  }

  .title.testimonial-name {
    margin-bottom: 6px;
  }

  .title.case-study-card-title {
    font-size: 20px;
    line-height: 26px;
  }

  .title.card-blog {
    font-size: 18px;
    line-height: 24px;
  }

  .title.card-blog {
    font-size: 18px;
    line-height: 24px;
  }

  .about-hero-social-media-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 25px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-hero-social-media-wrapper {
    width: 100%;
    height: 100%;
  }

  .about-hero-social-media-wrapper.facebook {
    width: 38px;
    height: 38px;
    border-radius: 20px;
  }

  .about-hero-social-media-wrapper.twitter {
    width: 38px;
    height: 38px;
    border-radius: 20px;
  }

  .about-hero-social-media-wrapper.instagram {
    width: 38px;
    height: 38px;
    border-radius: 20px;
  }

  .about-hero-social-media-wrapper.linkedin {
    width: 38px;
    height: 38px;
    border-radius: 20px;
  }

  .about-hero-social-media-wrapper.youtube {
    width: 38px;
    height: 38px;
    border-radius: 20px;
  }

  .image-25.about-social-media {
    width: 45px;
    height: auto;
    max-width: 100%;
  }

  .achievement-number {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .container-medium-1049px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .achievement-text {
    font-size: 14px;
  }

  .achievements-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-horizontal-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: left;
  }

  .image-26 {
    height: 9px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .paragraph-13-copy {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .dropdown-list-mobile-solutions {
    right: 3%;
    margin-left: 0px;
  }

  .dropdown-list-mobile-solutions.w--open {
    right: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -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;
  }

  .navigation-dropdown-mobile-solutions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-dropdown-mobile-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-large-link-left {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .link-horizontal-image-big {
    display: none;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: left;
  }

  .right-arrow {
    height: 9px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .logo-link-login {
    width: 225px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .section-policy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-policy.no-bottom-space {
    padding-top: 40px;
  }

  .section-policy.bg-gray-4 {
    padding-top: 48px;
  }

  .onboarding-h2 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .progress-row {
    width: 100%;
  }

  .option-row {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .option-row.annual {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .option-row.monthly {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

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

  .package-card-price {
    font-size: 16px;
  }

  .package-card-included-text {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-package-card {
    height: 85px;
  }

  .icon-included {
    width: 18px;
    margin-right: 8px;
  }

  .divider-2.package-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider-2.step {
    display: none;
  }

  .package-link-block {
    padding-right: 18px;
    padding-left: 18px;
  }

  .package-card-included-grid {
    margin-bottom: 0px;
  }

  .choose-product-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    padding: 15px 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;
    font-size: 16px;
  }

  .option-row-three {
    max-width: 100%;
  }

  .option-row-three.monthly {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .option-row-three.annual {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .package-card-suggestion {
    font-size: 14px;
    line-height: 1em;
  }

  .icon-excluded {
    width: 16px;
    margin-right: 10px;
  }

  .icon-product-card {
    height: 60px;
    margin-bottom: 16px;
  }

  .price-wrapper-wizard-copy {
    -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;
  }

  .dollar-wrapper-copy {
    margin-bottom: 0px;
  }

  .dollar-sign-copy {
    padding-right: 1px;
    font-size: 24px;
  }

  .price-number-copy.large-heading {
    margin-right: 3px;
    font-size: 48px;
  }

  .per-month-text-copy {
    margin-top: 0px;
    margin-left: 3px;
    font-size: 16px;
  }

  .product-card-wizard.package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .credit-card-card {
    height: 100%;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .credit-card-form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .credit-card-form-layout {
    margin-bottom: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credit-card-form-two {
    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;
  }

  .div-block-14 {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credit-card-payment-header {
    font-size: 20px;
  }

  .credit-card-payment-subheader {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-27 {
    margin-top: 12px;
  }

  .payment-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .checkout-button {
    display: block;
  }

  .checkout-button.large {
    width: 80%;
    margin-bottom: 0px;
    padding: 12px 24px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-28 {
    width: auto;
    height: 65px;
    margin-right: 10px;
  }

  .div-block-17 {
    margin-left: 10px;
  }

  .plan-title-checkout {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .plan-type-checkout {
    font-size: 14px;
    line-height: 20px;
  }

  .plan-price-checkout {
    font-size: 14px;
  }

  .checkout-divider-thick.package-card {
    width: 73%;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .upcoming-charge-block {
    margin-top: 4px;
  }

  .total-due-text {
    font-size: 14px;
  }

  .charge-on-text {
    font-size: 14px;
  }

  .total-block {
    margin-bottom: 36px;
  }

  .total-text {
    font-size: 16px;
  }

  .video-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    display: block;
    overflow: auto;
    width: 100%;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    border-style: none;
    background-color: transparent;
  }

  .code-text {
    font-size: 14px;
  }

  .text-large-link-left-copy {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .link-horizontal-image-big-copy {
    display: none;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: left;
  }

  .right-arrow-copy {
    height: 9px;
    margin-top: 0px;
    margin-left: 4px;
  }

  .text-block-57 {
    line-height: 20px;
  }

  .operating-system-header-top {
    margin-top: 36px;
  }

  .install-computer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-top: 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;
  }

  .lottie-animation-copy {
    width: auto;
  }

  .small-video-block {
    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;
  }

  .two-ways-header-text {
    line-height: 20px;
  }

  .text-block-58 {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 14px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    display: none;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .accordion__item.js-accordion-item {
    padding: 12px 16px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion__item-copy.js-accordion-item-copy {
    padding: 12px 16px;
  }

  .question-text-copy {
    margin-bottom: 8px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .section-15 {
    height: 150px;
  }

  .container-security-text {
    padding-right: 16px;
    padding-left: 16px;
  }

  .large-heading-5 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .section-subtitle-copy.text-large-justified-copy {
    text-align: left;
  }

  .section-subtitle-copy.text-large-center {
    text-align: left;
  }

  .container-security-text-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .security-grid {
    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;
  }

  .accuracy-benchmarks-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .benchmark-grid-header {
    padding-right: 4px;
    padding-left: 4px;
  }

  .text-block-61 {
    font-size: 12px;
    line-height: 16px;
  }

  .benchmark-grid-body-white {
    padding-right: 4px;
    padding-left: 4px;
  }

  .text-block-61-copy {
    display: block;
    line-height: 20px;
  }

  .text-block-62 {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-link-blue {
    display: none;
    overflow: visible;
    -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;
    font-size: 12px;
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .benchmark-grid-body-gray {
    padding-right: 4px;
    padding-left: 4px;
  }

  .text-block-black {
    font-size: 12px;
  }

  .benchmarks-small-header {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .benchmarks-subtitle.text-large-center {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .benchmarks-link {
    display: block;
    overflow: visible;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-link-blue-mobile {
    display: block;
    overflow: visible;
    -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;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .content-pair-benchmarks {
    margin-top: 48px;
  }

  .content-pair-text-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nvidia-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .large-nvidia-heading {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .all-caps-heading-nvidia {
    display: none;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .icon-our-service {
    width: 90px;
  }

  .about-vp-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-medium-742px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .step-icon {
    position: relative;
    left: auto;
    width: 65px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .testimonial-name-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bg.request-a-quote-shape-1 {
    left: -39px;
    top: -6px;
  }

  .bg.request-a-quote-shape-2 {
    top: 24px;
    right: -57px;
  }

  .bg.request-a-quote-shape-3 {
    left: -36px;
    bottom: 40px;
  }

  .bg.request-a-quote-shape-4 {
    right: -37px;
    bottom: -37px;
  }

  .split-content.service-our-process-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.service-our-process-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.service-hero-left {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.about-this-service-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .split-content.service-hero-right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .split-content.service-case-study-left {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.package-left {
    margin-bottom: 60px;
  }

  .split-content.blog-section-left {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-work {
    font-size: 14px;
    line-height: 1.5em;
  }

  .service-our-process-grid {
    justify-items: start;
    grid-row-gap: 24px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dash {
    display: none;
  }

  .select-wrapper-2 {
    min-height: 45px;
  }

  .companies-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .companies-grid.our-past-clients {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .request-a-quote-wrapper {
    margin-top: 24px;
  }

  .image-wrapper.about-this-service {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .our-services-grid {
    margin-top: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .space._2-buttons {
    height: 20px;
  }

  .request-a-quote-grid {
    margin-bottom: 35px;
  }

  .step-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-avatar-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 10px;
  }

  .container-medium-1020px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .message {
    font-size: 14px;
  }

  .step-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-medium-620px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-620px.text-center {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .text-large-solutions {
    margin-bottom: 32px;
    text-align: left;
  }

  .large-heading-solutions {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .solutions-heading {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }

  .all-caps-heading-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .paragraph-12-copy {
    text-align: left;
  }

  .qsr-lottie {
    width: auto;
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
  }

  .section-request-a-quote {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .section-request-a-quote.product {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph-12-copy {
    text-align: center;
  }

  .solutions-paragraph {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .text-block-63 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .qsr-paragraph-bottom-space {
    text-align: left;
  }

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

  .feature-container-le {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .three-up-grid-copy {
    grid-row-gap: 12px;
  }

  .image-packages-contact-us-copy {
    width: 75px;
    margin-top: 0px;
  }

  .packages-contact-us-wrapper-copy {
    margin-top: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-copy.packages-contact-us-copy {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-align: left;
  }

  .paragraph-12-copy {
    text-align: center;
  }

  .paragraph-12-copy.packages-contact-us-copy {
    text-align: left;
  }

  .login-button-start {
    display: block;
  }

  .login-button-start.large-login-button {
    width: 100%;
    margin-bottom: 0px;
    padding: 12px 24px;
    font-size: 14px;
    text-align: center;
  }

  .login-button-start.large-login-button.w--current {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 14px;
  }

  .text-block-58-copy {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  .ip360-card.ip360-contact-us {
    padding: 40px 20px;
  }

  .ip360-card.ip360-contact-us.ip360-cta {
    margin-top: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ip360-feature-list {
    -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;
  }

  .image-wrapper-reverse.about-this-service-reverse {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  .split-content-reverse.service-case-study-right {
    margin-bottom: 40px;
  }

  .all-caps-heading-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-size-19 {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .content-pair-text-wide-2 {
    width: 100%;
    max-width: none;
  }

  .content-pair-text-wide-left-2 {
    width: 100%;
    max-width: none;
  }

  .navbar-container-transparent.bg-transparent {
    margin-bottom: 48px;
  }

  .navbar-container-transparent.sticky-top-transparent.bg-transparent {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-software-registration {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-software-registration.no-top-space {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-software-registration.bg-gray-4 {
    padding-top: 48px;
  }

  .section-software-registration.bg-gray-4 {
    padding-top: 48px;
  }

  .section-software-registration.bg-gray-4.no-top-space {
    padding-bottom: 80px;
  }

  .increased-quantity.card-case-study {
    margin-right: 0px;
    margin-bottom: 8px;
    font-size: 32px;
  }

  .case-study-title-link {
    margin-bottom: 10px;
  }

  .case-study-card-content {
    padding: 20px 20px 30px;
  }

  .case-study-card-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-study-company {
    font-size: 16px;
  }

  .increased-text {
    font-size: 14px;
    text-align: left;
  }

  .case-study-divider.case-study-card {
    margin-top: 25px;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 22px;
  }

  .case-study-description {
    text-align: center;
  }

  .case-study-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .case-study-pill.case-study-card-pill.bg-gray-4 {
    top: 16px;
    right: 16px;
    padding: 12px 16px;
  }

  .quantity-input {
    width: 65px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .package-wrapper {
    margin-top: 30px;
  }

  .error-message-6 {
    border-radius: 10px;
  }

  .order-package-subtotal {
    font-size: 42px;
    line-height: 50px;
  }

  .order-package-subtotal.asterisk {
    margin-left: 0px;
    font-size: 30px;
    line-height: 42px;
  }

  .order-package-grid {
    width: 100%;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .product-hero-image {
    width: 100%;
    margin-bottom: 12px;
  }

  .pricing-comparison-cell-vertical {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-plan-feature-free {
    margin-top: 3px;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }

  .edge-pricing-plan-header.pricing-comparison-heading {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .container-finder-price {
    padding-right: 12px;
    padding-left: 12px;
  }

  .finder-card.finder-package {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 650px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .finder-package-icon {
    height: 125px;
  }

  .package-card-included-finder {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .checkmark-list-grid {
    margin-right: 4px;
    margin-bottom: 0px;
  }

  .checkmark-list-text {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-21 {
    -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;
  }

  .package-card-included-big {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-included-big {
    width: 18px;
    margin-right: 10px;
  }

  .package-card-suggestion-big {
    font-size: 14px;
    line-height: 1.2em;
  }

  .package-card-included-home {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .checkmark-list-grid-home {
    margin-right: 4px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-new {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-new.no-bottom-space {
    padding-top: 40px;
  }

  .section-new.no-bottom-space.bg-gray-4 {
    padding-top: 48px;
  }

  .large-heading-less-bold {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .content-pair-6 {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mobile-screenshot-wrapper-3 {
    width: auto;
    max-width: none;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .html-embed-5 {
    display: none;
    width: 100%;
  }

  .content-pair-text-5 {
    width: 100%;
    max-width: none;
    padding-left: 0px;
  }

  .super-large-blue-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 24px;
    font-size: 55px;
    line-height: 72px;
    text-align: center;
  }

  .html-embed-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 259px;
    height: 525px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .four-up-grid-item {
    grid-row-gap: 12px;
  }

  .three-up-grid-item-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-rekor-go {
    display: block;
    margin-bottom: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-heading-copy {
    text-align: center;
  }

  .feature-paragraph-2 {
    text-align: center;
  }

  .product-page-icon {
    height: 70px;
    margin-bottom: 12px;
  }

  .products-page-grid {
    grid-row-gap: 27px;
  }

  .products-page-type-header {
    font-size: 24px;
  }

  .products-small-subheading {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .products-small-heading {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .hardware-icon {
    height: 110px;
    margin-bottom: 12px;
  }

  .accent-product {
    margin-top: 10px;
  }

  .accent-product.package-card {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .feature-icon-mobile-hardware {
    display: block;
    width: 36px;
    height: auto;
    max-width: 40px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 6px;
    padding-right: 0px;
  }

  .edge-pricing-plan-icon {
    height: 40px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .wg-dd-2-list.wg-dropdown-link-flag {
    z-index: auto;
  }

  .wg-dd-2-list.wg-dropdown-link-flag.w--open {
    position: absolute;
  }

  .wg-dropdown-2 {
    position: static;
    z-index: 99;
  }

  .wg-dropdown-2-link {
    background-color: #fff;
  }

  .wg-dd-2-togle {
    position: relative;
    z-index: 1;
  }

  .div-block-23 {
    padding-left: 0px;
  }

  .carma-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .carma-section.carma-bg-gray-4 {
    padding-top: 48px;
  }

  .remember-me-text {
    margin-left: 5px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1em;
  }

  .remember-checkbox {
    margin-top: -1px;
    margin-right: 4px;
    color: #e9eef1;
  }

  .remember-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 11px;
    -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;
  }

  .div-block-24 {
    margin-top: 35px;
    -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;
  }

  .show-password-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 11px;
    -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;
  }

  .watchman-lottie {
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .product-feature-list-stacked {
    margin-top: 0px;
    -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;
  }

  .speed-trailer-icon-mobile {
    display: block;
    width: 26px;
    height: auto;
    max-width: 40px;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .rekor-go-icon-mobile {
    display: block;
    width: 36px;
    height: auto;
    max-width: 40px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 6px;
    padding-right: 0px;
  }

  .app-store-link {
    margin-right: 14px;
  }

  .badge-image {
    height: 37px;
  }

  .badge-store-icons {
    padding-top: 24px;
  }

  .app-store-link-right {
    margin-left: 14px;
  }

  .app-store-link-right-copy {
    margin-left: 14px;
  }

  .app-store-link-copy {
    margin-right: 14px;
  }

  .badge-store-icons-copy {
    padding-top: 24px;
  }

  .rekor-go-form-wrapper {
    margin-top: 24px;
  }

  .text-large-solutions-sub {
    margin-bottom: 32px;
    text-align: left;
  }

  .processing-subtext {
    font-size: 16px;
    line-height: 1.3em;
  }

  .accepted-subtext {
    font-size: 16px;
    line-height: 1.3em;
  }

  .form-wrap.extra-space.first-name {
    margin-bottom: 10px;
  }

  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .form-content {
    width: 100%;
  }

  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .image-3 {
    width: 200px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .button-4 {
    padding: 15px 40px;
    font-size: 16px;
  }

  .form-double-field {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .rpsn-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }

  .navigation-image-wrap {
    display: none;
  }

  .dropdown-wrapper-dash {
    padding-bottom: 15px;
  }

  .heading-dash {
    margin-top: 0px;
  }

  .menu-button-dash {
    margin-left: 0px;
    padding: 14px;
  }

  .menu-button-dash.w--open {
    margin-left: 0px;
  }

  .title-dash {
    font-size: 12px;
    line-height: 16px;
  }

  .links-dash {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2-dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-3 {
    margin-bottom: 10px;
    grid-row-gap: 16px;
  }

  .dropdown-wrapper {
    padding-bottom: 15px;
  }

  .title-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .cta-omega {
    width: 100%;
  }

  .review-wrap {
    -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;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .nav-wrapper-omega {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-dash-2 {
    margin-top: 0px;
  }

  .link-block-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-74 {
    font-size: 12px;
    line-height: 16px;
  }

  .developer-grid-two-stacked {
    justify-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .request-a-license-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .documentation-title {
    font-size: 12px;
    line-height: 16px;
  }

  .documentation-icon {
    width: 26px;
  }

  .dev-icons {
    width: 16px;
  }

  .documentation-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-28 {
    font-size: 12px;
    line-height: 16px;
  }

  .developers-grid {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
  }

  .documentation-link {
    font-size: 12px;
    line-height: 16px;
  }

  .continue-reading-text {
    font-size: 12px;
    line-height: 16px;
  }

  .video-play-button-copy.video-play-button-center.bg-white {
    width: 72px;
    height: 72px;
  }

  .play-button {
    left: 30px;
    top: 28px;
    width: 15px;
    height: 17px;
  }

  .divider-3.card-blog {
    margin-top: 20px;
  }

  .divider-3.card-blog {
    margin-top: 20px;
  }

  .divider-3.card-blog-nav {
    margin-top: 20px;
  }

  .card-blog-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-blog-date {
    font-size: 14px;
  }

  .text-block-75 {
    font-size: 14px;
    font-weight: 600;
  }

  .content-pair-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
    text-align: center;
  }

  .image-43 {
    left: 30px;
    top: 28px;
    width: 15px;
    height: 17px;
  }

  .solutions-heading-2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }

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

  .paragraph-17.card-service {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-17.card-service {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .our-services-grid-2 {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .announcement-cross-2 {
    right: 12px;
  }

  .all-caps-heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .top-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-section-grid {
    grid-row-gap: 28px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-76 {
    font-size: 14px;
    font-weight: 600;
  }

  .blog-post-image.card-blog-article {
    height: 165px;
  }

  .content-pair-right-cases {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 12px;
    padding-top: 0px;
    -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;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 12px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 12px auto 12px auto 12px auto;
    grid-template-rows: auto auto auto auto;
  }

  .use-cases-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 14px 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .use-cases-image {
    height: 50px;
  }

  .use-cases-image:hover {
    height: 55px;
  }

  .use-cases-small-heading {
    width: auto;
    margin-bottom: 0px;
    padding-top: 12px;
    font-size: 12px;
    line-height: 14px;
  }

  .left-image {
    height: 125px;
    margin-top: 24px;
  }

  .text-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 40px;
    font-size: 12px;
    line-height: 18px;
  }

  .all-caps-heading-copy-2 {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .medium-heading-center-2 {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .link-4 {
    text-align: left;
  }

  .large-heading-footer-2 {
    display: block;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
  }

  .lottie-animation-5 {
    width: 216px;
    max-width: 75%;
    margin-bottom: 10px;
  }

  .form-input-4.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .text-large-copy-2 {
    text-align: left;
  }

  .content-pair-media-footer-2 {
    padding-top: 0px;
    -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;
  }

  .footer-logo {
    width: 215px;
  }

  .background-video-full {
    top: -94px;
    height: 90vh;
  }

  .title-blog-nav.card-blog-nav {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-container-wide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-container-wide.text-left {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-container-wide.text-left.hero-container {
    margin-top: 15vh;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-text {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .hero-text.text-white {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-subtitle.text-large-header {
    font-size: 16px;
    line-height: 24px;
  }

  .explore-bottom {
    top: 80vh;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .explore-bottom-text {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .checkmark-list-hero {
    margin-right: 4px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkmark-list-hero-text {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkmark-list-hero-div {
    -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;
  }

  .checkmark-list-text-white {
    font-size: 14px;
    line-height: 20px;
  }

  .card-blog-content-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rekor-one-checklist {
    -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;
  }

  .rekor-one-check-text {
    font-size: 14px;
    line-height: 20px;
  }

  .rekor-one-logo {
    width: 230px;
  }

  .rekor-one-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .medium-heading-white {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .use-cases-grid {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
  }

  .products-feature-wrap {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    -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;
  }

  .products-feature-content-wrap {
    margin-left: 0px;
  }

  .analysis-grid-wrap {
    margin-bottom: 16px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .capture-grid-wrap {
    margin-bottom: 16px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .fourth-grid-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .products-icon {
    display: block;
    width: 32px;
    height: auto;
    margin-right: 12px;
    margin-bottom: 0px;
  }

  .social-footer-image {
    height: 17px;
  }

  .map-section-right {
    padding: 48px 16px;
  }

  .map-section-right.bg-gray-4 {
    padding-bottom: 36px;
  }

  .map-section-right.bg-gray-4 {
    padding-bottom: 0px;
  }

  .contact-method-group {
    display: -ms-grid;
    display: grid;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .contact-method-item-2 {
    margin-bottom: 24px;
  }

  .contact-method-item-2.contact-method-group-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-large {
    font-size: 16px;
  }

  .advantage-cards.our-service-cards {
    margin-top: 0px;
    padding-bottom: 36px;
  }

  .container-footer-bottom {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-hero-subtitle {
    text-align: left;
  }

  .cta-buttons {
    margin-top: 35px;
    -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;
  }

  .horizontal-link-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    text-align: left;
  }

  .cta-button {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    border-radius: 0px;
  }

  .content-right-pair-devs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    padding-top: 0px;
    -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;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .content-pair-text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
    text-align: center;
  }

  .pricing-contain {
    max-width: 400px;
    min-width: 0px;
  }

  .toggle-text {
    font-size: 12px;
    line-height: 20px;
  }

  .toggle-text.monthly-toggle {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }

  .toggle-contain {
    margin: 0px 20px;
  }

  .pricing-box-row.yearly-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-box-row.monthly-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .toggle-row {
    width: 100%;
    -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;
  }

  .toggle-text-div-right {
    width: auto;
  }

  .toggle-text-div-left {
    -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;
  }

  .bundle-items-bottom {
    padding: 24px 16px;
  }

  .bundle-select-button {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .product-bundle-check-text {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-included-product-bundle {
    width: 15px;
    margin-right: 6px;
  }

  .product-bundle-feature-list {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .icon-excluded-product-bundle {
    width: 13px;
    margin-right: 8px;
  }

  .plan-title-group {
    margin-top: 5px;
  }

  .package-bundle-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-bundle-header {
    width: 100%;
  }

  .text-large-white {
    text-align: left;
  }

  .medium-header-center-white {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .hero-text-sticky {
    top: 75px;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-hero {
    padding-top: 2em;
  }

  .hero-product-demo {
    height: 80vh;
  }

  .ellipse-right {
    left: 75vw;
    top: 30%;
    right: auto;
    width: 350px;
    height: 350px;
  }

  .product-demo-sticky {
    top: 110px;
  }

  .hero-text-holder {
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .iphone-lock-screen-image {
    border-radius: 30px;
  }

  .ellipse-left {
    left: -60%;
    top: 30%;
    width: 320px;
    height: 350px;
  }

  .product-phone-image-holder {
    width: 300px;
  }

  .product-phone-content {
    left: 27px;
    top: 26px;
    right: 27px;
    bottom: 26px;
  }

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

  .main-hero-container {
    padding-right: 0em;
    padding-left: 0em;
  }

  .hero-text-2 {
    font-size: 80px;
  }

  .hero-text-2._1 {
    font-size: 60px;
  }

  .hero-text-2._2 {
    font-size: 60px;
  }

  .button-5.download {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-14 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-17.second {
    margin-top: 24vh;
  }

  .card-item-content {
    padding-right: 1em;
    padding-left: 1em;
  }

  .card-feature-icon {
    height: 80px;
  }

  .container-reviews {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-reviews.text-center {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .container-reviews-2 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-reviews-2.text-center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .features-paragraph {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

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

  .app-feature-icon {
    display: block;
    width: auto;
    height: 80px;
  }

  .columbia-image {
    width: 100%;
  }

  .container-13-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .map-section-left-2 {
    margin-bottom: 24px;
  }

  .text-large-406 {
    text-align: left;
  }

  .blue-comparison-header {
    background-color: transparent;
  }

  .blue-comparison-wrapper {
    margin-top: 0px;
  }

  .blue-card-body {
    padding: 24px;
  }

  .blue-card-body.pricing-comparison-card-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blue-price-number.large-heading {
    margin-right: 5px;
    font-size: 24px;
  }

  .blue-dollar-sign {
    padding-right: 1px;
    font-size: 14px;
  }

  .blue-per-month-text {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .blue-price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-pricing-plan-heading.pricing-comparison-heading {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .blue-note-text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .blue-feature-heading {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .blue-title.process-step {
    text-align: left;
  }

  .blue-paragraph {
    text-align: left;
  }

  .blue-pricing-comparison-cell-heading.h6-small {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .blue-pricing-plan-feature {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .white-button-5.download {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scout-modal-wrapper {
    display: none;
  }

  .button-6.modal-form-button {
    margin-right: 0px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .modal-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .form-button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-2 {
    font-size: 14px;
  }

  .modal-heading {
    font-size: 24px;
  }

  .label {
    font-size: 14px;
  }

  .scout-modal {
    width: 95%;
    padding: 24px;
  }

  .short-form-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .modal-subheading {
    font-size: 14px;
    line-height: 21px;
  }

  .modal-description {
    font-size: 14px;
    line-height: 21px;
  }

  .edge-modal-wrapper {
    display: none;
  }

  .edge-modal {
    padding: 24px;
  }

  .blue-modal-wrapper {
    display: none;
  }

  .blue-modal {
    padding: 24px;
  }

  .modal-product-image {
    width: 60%;
  }

  .finder-modal-wrapper {
    display: none;
  }

  .finder-modal {
    padding: 24px;
  }

  .trailer-modal-wrapper {
    display: none;
  }

  .trailer-modal {
    padding: 24px;
  }

  .top-product-feature-image {
    margin-bottom: -15px;
    padding-left: 0px;
  }

  .products-feature-wrap-box {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    -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;
  }

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

  .cta-intelligence-button {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    border-radius: 0px;
    line-height: 1.3em;
  }

  .intelligence-icon {
    width: 90px;
  }

  .rekor-one-cta-button {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    border-radius: 0px;
  }

  .footer-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blue-note-text-copy {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .all-caps-heading-steps-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .vivid-link {
    text-align: left;
  }

  .cart-button {
    margin-right: 5px;
    padding: 14px 13px;
    font-size: 16px;
  }

  .block-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-item-image {
    width: 80px;
    margin-bottom: 10px;
  }

  .cart-text {
    display: none;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .checkout-header {
    font-size: 20px;
    line-height: 28px;
  }

  .download-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .checkout-info-card {
    height: 100%;
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .checkout-info-card.bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .dropdown-list-4.w--open {
    padding-top: 0rem;
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup-contact-form {
    overflow: scroll;
    height: 75vh;
  }

  .primary-image {
    height: 200px;
  }

  .search-input {
    height: 4rem;
  }

  .nav-drop_text {
    display: none;
  }

  .button-spacer {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .button-spacer.main-spacer {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .subtitle-text {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .resource-icon {
    width: 22px;
  }

  .resource-icon.investors-icon {
    width: 22px;
  }

  .newsletter_box {
    padding-top: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .button-7.nav-button {
    display: none;
  }

  .button-7.newsletter-button {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .button-7.nav-drop_button {
    display: none;
  }

  .button-7.career-button {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .product-hero {
    width: 100.0000651%;
    height: auto;
    border-width: 3px;
  }

  .nav-dropdown_icon {
    max-width: 16px;
  }

  .nav-dropdown_icon.law-icon {
    margin-top: 4px;
  }

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

  .navbar-2 {
    top: 0rem;
    margin-bottom: -70px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .nav-dropdown_white-part {
    padding: 16px;
    background-color: #fff;
  }

  .footer-copyrights-text {
    margin-top: 2rem;
    font-size: 0.8rem;
    text-align: center;
  }

  .social-box {
    margin-left: 0rem;
  }

  .lightbox-link-3 {
    width: 67px;
    height: 67px;
  }

  .newsletter-text {
    font-size: 1rem;
  }

  .platform-dropdown_image {
    max-width: 136px;
  }

  .nav-dropdown_link-text {
    display: none;
  }

  .contact-popup {
    display: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .need-help-icon {
    display: none;
  }

  .footer_logo {
    height: 3.5rem;
  }

  .nav-dropdown_link-title {
    line-height: 1.25;
  }

  .nav-dropdown_grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contact-input {
    width: 100%;
  }

  .tab-menu {
    grid-row-gap: 16px;
  }

  .arrow-link {
    padding-left: 1rem;
  }

  .contact-form {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .back-to-top-box {
    margin-top: 2rem;
  }

  .navbar-logo-2 {
    width: 7rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .nav-dropdown_title {
    font-size: 12px;
  }

  .vertical-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .vertical-padding.large-padding {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .vertical-padding.large-padding.product {
    padding-top: 4rem;
  }

  .tab {
    margin-right: 0rem;
  }

  .tab.w--current {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .resource-icon_box {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-container-2 {
    overflow: hidden;
    border-radius: 0rem;
    background-color: #fff;
  }

  .navbar-container-2.company-container {
    overflow: hidden;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-container-2.resources-container {
    overflow: hidden;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .button-wrapper-3 {
    -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;
  }

  .button-wrapper-3.wrapped {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .newsletter-form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sitemap_grid {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resource-dropdown_title {
    margin-bottom: 0rem;
    font-size: 1rem;
  }

  .nav-dropdown_blue-part {
    padding: 32px 16px 24px;
  }

  .dropdown-nav_column-title-box {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }

  .margin-0.white {
    font-size: 18px;
    line-height: 22px;
  }

  .resoureces-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -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: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-slider {
    height: 200px;
  }

  .newsletter-input {
    height: 4rem;
  }

  .link-5 {
    -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;
  }

  .why-rekor_play-button {
    top: auto;
  }

  .nav-dropdown_icon-box {
    width: 2rem;
    height: 2rem;
  }

  .nav-dropdown_link-block {
    margin-bottom: 4px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -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;
  }

  .button-wrapper-career {
    margin-top: 35px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .product-name-hero {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .additional-order-info {
    width: 100%;
    line-height: 24px;
  }

  .default-state {
    width: 100.0001%;
  }

  .product-feature-container {
    padding-right: 0em;
    padding-left: 0em;
  }

  .edge-pro-setup-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .edge-pro-setup-header {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .subtitle-text-2 {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .contact-info-box {
    width: auto;
    height: auto;
    max-width: none;
    margin-right: 0px;
    padding: 14px;
  }

  .contact-input_select {
    width: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .contact-info-boxes {
    width: auto;
    height: auto;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-icon {
    max-width: 30px;
  }

  .setup-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .toggle-text-2.monthly-toggle {
    display: none;
  }

  .toggle-contain-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
}

#w-node-ff5a5d37-cfd2-7fa2-95b9-1ced7edd040d-cc75f453 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.content-pair-right-cases>#w-node-ff5a5d37-cfd2-7fa2-95b9-1ced7edd040d-cc75f453 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.content-right-pair-devs>#w-node-ff5a5d37-cfd2-7fa2-95b9-1ced7edd040d-cc75f453 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_9d7840fa-5ca9-f22c-38eb-d1fb16c65b4f-cc75f453 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4b42cd16-6cc4-40eb-e77a-c08d8ae48f9d-c275f4a3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_15fa68e4-6f64-7822-a1a0-213a05a14abc-c275f4a3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_992efb3a-182b-727d-bfaf-b56beab796fa-c275f4af {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_992efb3a-182b-727d-bfaf-b56beab7970a-c275f4af {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_992efb3a-182b-727d-bfaf-b56beab79713-c275f4af {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_992efb3a-182b-727d-bfaf-b56beab7971e-c275f4af {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_992efb3a-182b-727d-bfaf-b56beab79729-c275f4af {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e6ef2c7-4879-ba2a-e4c8-b3cc06634996-c275f4af {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-1075f4b0 {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-1075f4b0 {
  -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-cb7ee972-b562-4faa-2b1a-1071db41cdfd-8775f4b3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7130a173-ec21-b6c4-8ef9-1ba093713d37-5475f4ea {
  -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-_7130a173-ec21-b6c4-8ef9-1ba093713d65-5475f4ea {
  -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-ae8aeb7f-e82c-e202-68ae-ec0940231527-f675f500 {
  -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-_9b23cf43-c21e-71cb-05a9-9007c5d99db6-f675f500 {
  -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-_34172a16-a18a-0fbe-7f95-de27424c69e5-3d75f506 {
  -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-_34172a16-a18a-0fbe-7f95-de27424c69f7-3d75f506 {
  -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-_34172a16-a18a-0fbe-7f95-de27424c69f7-9d75f50b {
  -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-fc9c827f-69f7-05ef-deba-19ba13770108-5475f513 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-5475f513 {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-1875f514 {
  -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-_68b7e488-0301-5b18-637c-dc52c8d37ad3-1875f514 {
  -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-a7835f21-00d9-28c4-e00c-e00b07aa9a0a-1875f514 {
  -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-d5522b58-2a50-7753-9a33-f1e9662d93eb-1875f514 {
  -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-ce084422-f3ce-5c65-51b2-b0b32be54b54-1875f514 {
  -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-_41544b78-6b04-b1d6-e037-6bf53d5955ee-1875f514 {
  -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-_9c4d990a-bffd-7d3b-dd71-8863ed7067bd-3475f519 {
  -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-_61018675-96f3-10ba-4bd6-e163173a3d57-3475f519 {
  -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-_27242def-cbfa-cceb-6832-945108b5bf5e-e075f51e {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-e075f51e {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-4775f528 {
  -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-cb7ee972-b562-4faa-2b1a-1071db41cdfd-4075f529 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_527b1a99-35cc-ef14-048c-8e8abbee6551-5175f611 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-5175f611 {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-5175f611 {
  -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-_769422ae-3ea5-b04e-a0d3-e3307117ea64-bb75f661 {
  -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-cb7ee972-b562-4faa-2b1a-1071db41cdfd-8075f665 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-6e75f666 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-bf75f667 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-ba75f668 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-6675f669 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-de75f66a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-2f75f66b {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-2975f66c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-7d75f66d {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_34172a16-a18a-0fbe-7f95-de27424c69f7-4575f6a9 {
  -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-cb7ee972-b562-4faa-2b1a-1071db41cdfd-dd75f6c3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e57e5cbd-399d-00c8-5b0d-4870201bdddb-f05dc31d {
  -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-e57e5cbd-399d-00c8-5b0d-4870201bdde0-f05dc31d {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621932-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621944-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621956-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621968-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf57586219ef-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621a52-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6b108e2a-0f26-47c4-e84f-cf5758621a72-58621920 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab79713-c275f4af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab7971e-c275f4af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab79729-c275f4af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_8e6ef2c7-4879-ba2a-e4c8-b3cc06634996-c275f4af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8cdde-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8cdf0-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8ce02-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8ce14-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8ce94-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8cef7-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee33de94-fb1d-52b4-8b36-18a253d8cf17-53d8cdcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c870-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c882-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c894-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c8a6-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c926-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c989-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fdf461b-5cfb-574a-5c0d-5dbb9758c9a9-9758c85e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb13838e-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb1383b2-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb1383a0-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb1383c4-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb13846c-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb1384cf-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b256831c-b642-840d-4869-110dbb1384ef-bb13837c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fba74-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fba86-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fba98-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fbaaa-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fbb2a-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fbb8d-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16ed980d-55d9-eb4d-dfec-d02ae19fbbad-f05dc31d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_992efb3a-182b-727d-bfaf-b56beab796fa-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab7970a-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab79713-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab7971e-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_992efb3a-182b-727d-bfaf-b56beab79729-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8e6ef2c7-4879-ba2a-e4c8-b3cc06634996-c275f4af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-1075f4b0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-1075f4b0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d728b8ee-9532-9e3d-ec93-db3d49a7fc19-5475f4ea {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d728b8ee-9532-9e3d-ec93-db3d49a7fc1e-5475f4ea {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d728b8ee-9532-9e3d-ec93-db3d49a7fc23-5475f4ea {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d728b8ee-9532-9e3d-ec93-db3d49a7fc28-5475f4ea {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_7130a173-ec21-b6c4-8ef9-1ba093713d37-5475f4ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7130a173-ec21-b6c4-8ef9-1ba093713d65-5475f4ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9b23cf43-c21e-71cb-05a9-9007c5d99db6-f675f500 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_34172a16-a18a-0fbe-7f95-de27424c69e5-3d75f506 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_34172a16-a18a-0fbe-7f95-de27424c69f7-3d75f506 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_34172a16-a18a-0fbe-7f95-de27424c69f7-9d75f50b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-5475f513 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9c4d990a-bffd-7d3b-dd71-8863ed7067bd-3475f519 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61018675-96f3-10ba-4bd6-e163173a3d57-3475f519 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-e075f51e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-e075f51e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-4775f528 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-5175f611 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-5175f611 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_769422ae-3ea5-b04e-a0d3-e3307117ea64-bb75f661 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ee65fb7-5843-7947-656c-a243ff16409b-e575f663 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_34172a16-a18a-0fbe-7f95-de27424c69f7-4575f6a9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e57e5cbd-399d-00c8-5b0d-4870201bdde0-f05dc31d {
    -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-_27242def-cbfa-cceb-6832-945108b5bf5e-1075f4b0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-8775f4b3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7130a173-ec21-b6c4-8ef9-1ba093713d37-5475f4ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7130a173-ec21-b6c4-8ef9-1ba093713d65-5475f4ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_34172a16-a18a-0fbe-7f95-de27424c69e5-3d75f506 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_68b7e488-0301-5b18-637c-dc52c8d37ad3-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a7835f21-00d9-28c4-e00c-e00b07aa9a0a-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d5522b58-2a50-7753-9a33-f1e9662d93eb-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ce084422-f3ce-5c65-51b2-b0b32be54b54-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_41544b78-6b04-b1d6-e037-6bf53d5955ee-1875f514 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-e075f51e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-4075f529 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_27242def-cbfa-cceb-6832-945108b5bf5e-5175f611 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-8075f665 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-6e75f666 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-bf75f667 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-ba75f668 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-6675f669 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-de75f66a {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-2f75f66b {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-2975f66c {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-7d75f66d {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-cb7ee972-b562-4faa-2b1a-1071db41cdfd-dd75f6c3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}
.link-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

