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

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

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

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

.w-commerce-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-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

.w-commerce-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  padding-top: 75px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  color: #323232;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  color: #323232;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 800;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 800;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: #141415;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: disc;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: decimal;
}

li {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

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

blockquote {
  overflow: visible;
  margin: 1em auto;
  padding: 1em 0px 1em 1em;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #000 #000 #000 #fa5853;
  font-family: Manrope, sans-serif;
  color: #141415;
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  color: #dadada;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.fixed-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #f1f1f1;
}

.nav-logo {
  height: 50px;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 1em;
  -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;
  opacity: 0.8;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  color: #323232;
  text-decoration: none;
}

.nav-link.w--current {
  color: #141415;
}

.footer {
  display: block;
  margin-top: auto;
  padding: 46px 0px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  background-image: url('../images/bg-pattern_1bg-pattern.png');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.footer-flex-container {
  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;
  text-align: left;
}

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

.section.dark {
  background-color: #fffefe;
}

.section.light-blue-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.second {
  margin-top: 50vh;
}

.section.bg-light-dark {
  background-color: grey;
}

.section.darker-section {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #484646;
}

.section.testiminalpluspromo {
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.page-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #046bad;
  background-image: url('../images/filming-at-camera.jpg'), -webkit-gradient(linear, left top, left bottom, from(#046bad), to(#038e81));
  background-image: url('../images/filming-at-camera.jpg'), linear-gradient(180deg, #046bad, #038e81);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.section.section-padd {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.grey-bg-light {
  background-color: hsla(0, 0%, 93.3%, 0.47);
}

.section.grey-bg-light.light-blue-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
  border-radius: 19px;
  text-align: center;
}

.section.light-blue-bg {
  overflow: visible;
  width: auto;
  margin-right: 0%;
  margin-left: 0%;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  position: static;
  left: 47px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3rem 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  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: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  color: #20172e;
  text-align: center;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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;
}

.container.phone-container {
  padding-top: 6rem;
  padding-right: 2em;
  padding-bottom: 0rem;
}

.container.beta-conatoner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -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.bg-grey {
  background-color: #ccc;
}

.container.mb-5 {
  position: static;
  display: block;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-text {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 210px;
  line-height: 1.2;
  font-weight: 800;
}

.hero-text._1 {
  width: 50vw;
  padding-right: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#046bad), to(#038e81));
  background-image: linear-gradient(90deg, #046bad, #038e81);
  font-family: Comfortaa, sans-serif;
  font-size: 190px;
  font-weight: 700;
  text-align: right;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text._2 {
  width: 50vw;
  padding-left: 1rem;
  background-image: linear-gradient(267deg, #038e81, #01af57), linear-gradient(180deg, #038e81, #038e81);
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.black-box {
  width: 100%;
  padding: 1em;
  background-color: #141415;
}

.white-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
}

.section-hero {
  position: relative;
  padding-top: 3.9em;
  padding-bottom: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f8fb;
  border-radius: 0px;
  background-color: #fff;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.centered {
  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.phone-content-text {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

.link-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #13cc78;
  background-image: -webkit-gradient(linear, left top, right top, from(#60aef8), color-stop(50%, #038e81), to(#01af57));
  background-image: linear-gradient(90deg, #60aef8, #038e81 50%, #01af57);
}

.grid-6-col {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -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;
}

.project-item {
  position: relative;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  text-decoration: none;
}

.project-item:hover {
  text-decoration: none;
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  z-index: 2;
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-button {
  z-index: 2;
}

.wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-item-style-2 {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-right: 160px;
  padding-bottom: 60px;
  border-bottom: 5px solid #fff;
  text-decoration: none;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.heading-display {
  font-size: 70px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.represent-title {
  display: inline-block;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(86deg, #fa5853, #60aef8 49%, #fa5853);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.represent-container {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.represent-container.first {
  margin-top: 0px;
}

.post-item {
  padding-bottom: 0px;
}

.post-item:hover {
  text-decoration: none;
}

.subscribe-form {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
}

.subscribe-form-flex {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.form-input {
  height: 47px;
  min-width: 350px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 5px;
  background-color: rgba(244, 248, 251, 0.25);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141415;
  font-size: 18px;
  line-height: 1;
}

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

.form-input::-webkit-input-placeholder {
  color: #dadada;
}

.form-input:-ms-input-placeholder {
  color: #dadada;
}

.form-input::-ms-input-placeholder {
  color: #dadada;
}

.form-input::placeholder {
  color: #dadada;
}

.form-input.subscribe-input {
  height: 70px;
  padding-left: 20px;
  border-radius: 20px;
  font-size: 25px;
}

.success-message {
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fa5853;
  border-radius: 5px;
  background-color: #f4f8fb;
  background-image: -webkit-gradient(linear, left top, right top, from(#60aef8), color-stop(54%, #f46692), to(#f3a562));
  background-image: linear-gradient(90deg, #60aef8, #f46692 54%, #f3a562);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-message {
  border-radius: 3px;
  background-color: #fee;
  color: #fa5853;
}

.asset-licensing-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-gradient-1 {
  background-image: linear-gradient(111deg, #fa5853, #f46692 50%, #ffc444);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  margin-right: auto;
  margin-left: auto;
  background-color: #141415;
  font-family: Comfortaa, sans-serif;
  font-size: 40px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-logo-link {
  max-width: 130px;
  margin-right: 5.6em;
  margin-bottom: 1em;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.grey-text {
  font-family: Montserrat, sans-serif;
  color: #787878;
}

.gradient-line {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(103deg, #fa5853, #f46692 50%, #ffc444 103%);
}

.gradient-line.line-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-cta-button {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.button {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 13px 26px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  border-radius: 12px;
  background-color: #009e6c;
  -webkit-transition: letter-spacing 300ms ease, color 300ms ease;
  transition: letter-spacing 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.button:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.btn-subscribe {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 100px;
  min-width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
  background-image: url('../images/Arrow-White.svg'), -webkit-gradient(linear, left top, right top, from(#046bad), color-stop(50%, #038e81), to(#01af57));
  background-image: url('../images/Arrow-White.svg'), linear-gradient(90deg, #046bad, #038e81 50%, #01af57);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: background-position 300ms ease, letter-spacing 300ms ease, color 200ms ease;
  transition: background-position 300ms ease, letter-spacing 300ms ease, color 200ms ease;
  line-height: 3.5;
}

.button.btn-subscribe:hover {
  background-position: 55% 50%, 0px 0px;
}

.button.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;
  font-size: 16px;
  font-weight: 400;
}

.button.download:hover {
  background-color: #212121;
  letter-spacing: 0px;
}

.button.btn {
  display: inline-block;
}

.button.join {
  padding: 18px 54px;
  text-transform: uppercase;
}

.card-item {
  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-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: #0a0118;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.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;
  border-radius: 30px;
  background-color: #f4f4f4;
  box-shadow: none;
}

.white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

.card-item-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2em 2em 2em 2.1em;
  -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: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.card-item-content.bg-highlight {
  background-color: #eee;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}

.no-margin {
  margin: 0px;
  font-family: Montserrat, sans-serif;
}

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

.hero-product-demo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 720px;
  margin-top: 22px;
  padding-top: 29px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fffefe;
}

.product-demo-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 1;
  min-height: auto;
  margin-top: 17px;
  margin-bottom: 17px;
  padding-top: 0px;
}

.small-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  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.left-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customers-panel {
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-holder {
  padding-top: 2em;
  padding-bottom: 2em;
}

.customer-image {
  max-height: 30px;
}

.text-container {
  max-width: 60%;
  padding-bottom: 40px;
}

.product-container {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  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;
}

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

.text-regular {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.play-icon-image {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250, 88, 83, 0.41);
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.product-phone-image {
  width: 100%;
}

.product-phone-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.grid-10-columns {
  width: 100%;
  margin-left: 0%;
  justify-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-item {
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.team-item:hover {
  text-decoration: none;
}

.change-log-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-grid {
  width: 100%;
  margin-bottom: 3em;
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-areas: ". . . . Area";
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 0.25fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.25fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.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.png');
  background-position: 50% 50%;
  background-size: cover;
}

.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.png');
  background-position: 50% 50%;
  background-size: cover;
}

.app-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 150px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 85.5%, 0);
}

.app-icon {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.app-icon.logo {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 34vh;
  -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;
}

.ellipses-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
}

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

.hero-text-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  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;
}

.product-phone-content {
  position: absolute;
  left: 36px;
  top: 36px;
  right: 37px;
  bottom: 35px;
  z-index: -1;
  overflow: hidden;
}

.product-phone-image-holder {
  position: relative;
  width: 400px;
}

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

.main-heading {
  margin-top: 30px;
  margin-bottom: 32px;
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
  font-family: Comfortaa, sans-serif;
  color: #141415;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.main-heading.beta-program {
  font-size: 38px;
}

.main-heading.beta-program.text-center {
  margin-bottom: 0px;
}

.grid-5-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 3em;
}

.download-button {
  margin-right: 30px;
}

.download-button.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

.download-button-icon {
  margin-right: 5px;
}

.feature-1-image {
  height: 288px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.card-feature-center {
  width: 100%;
  text-align: center;
}

.card-feature-icon {
  height: 65px;
  margin-bottom: 0.5em;
}

.content-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.trusted-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vh;
  -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;
}

.trusted-item.last {
  margin-bottom: 0em;
}

.trusted-no {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-image: linear-gradient(128deg, #60aef8, #f46692 50%, #ffc444);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-xl {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

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

.trusted-white-overlay {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 75px;
  right: 0%;
  bottom: auto;
  width: 49vw;
  height: 10em;
  margin-bottom: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f8fb), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #f4f8fb, hsla(0, 0%, 100%, 0));
}

.trusted-white-overlay.bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 80.4vh;
  display: block;
  height: 20vh;
  margin-bottom: -18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), color-stop(73%, hsla(0, 0%, 100%, 0.27)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #f4f8fb, hsla(0, 0%, 100%, 0.27) 73%, hsla(0, 0%, 100%, 0));
}

.trusted-overlay-container {
  position: absolute;
  left: 0%;
  top: -4%;
  right: 0%;
  bottom: auto;
  width: 1px;
  height: 100%;
}

.trusted-content {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.trusted-content.trusted-list {
  top: 4px;
  display: block;
  padding-top: 0vh;
}

.text-small {
  font-size: 60%;
}

.card-iphone {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.card-iphone-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-iphone-image.height-big {
  height: 373px;
}

.card-iphone-image.heightless {
  display: block;
  height: 542px;
}

.light-grey {
  color: #787878;
}

.card-iphone-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30%;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d1e1f), to(rgba(29, 30, 30, 0)));
  background-image: linear-gradient(0deg, #1d1e1f, rgba(29, 30, 30, 0));
}

.card-phone-image-container {
  position: absolute;
  left: 26px;
  top: 26px;
  right: 26px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
}

.width-pct {
  width: 100%;
}

.card-iphone-screelock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  border-radius: 29px;
}

.dont-take-our-word-title {
  margin-top: 5em;
  margin-bottom: 2em;
  text-align: center;
}

.testimonial-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.5em;
  -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;
}

.testimonial-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-picture {
  width: 43px;
  height: 43px;
  margin-right: 15px;
  border-radius: 50%;
}

.testimonials-container {
  position: relative;
  margin-top: 44px;
}

.testimonial-see-more {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0.2em;
  z-index: 2;
  padding-top: 5.3em;
  padding-bottom: 0px;
  border-radius: 0px 0px 20px 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#141415), color-stop(50%, rgba(20, 20, 21, 0.82)), to(rgba(20, 20, 21, 0)));
  background-image: linear-gradient(0deg, #141415, rgba(20, 20, 21, 0.82) 50%, rgba(20, 20, 21, 0));
  text-align: center;
}

.more-testimonials {
  position: relative;
  overflow: hidden;
  margin-top: 1em;
}

.hero-text-holder-1 {
  overflow: hidden;
  width: 50vw;
  text-align: right;
}

.hero-text-holder-2 {
  overflow: hidden;
  width: 50vw;
  text-align: left;
}

.hero-text-line {
  position: relative;
  overflow: hidden;
  width: 3px;
  height: 160px;
  margin-top: 60px;
  border-radius: 20px;
  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);
}

.external-link {
  padding-right: 23px;
  background-image: url('../images/External-Link-Icon.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.footer-social-media-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d5d7db;
  text-align: left;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0.5em;
  -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;
}

.footer-list-item {
  margin-bottom: 0px;
  padding-right: 1em;
}

.footer-brand-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-copyright {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-media-link {
  margin-left: 1em;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
}

.social-media-link:hover {
  opacity: 0.7;
}

.social-media-content {
  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;
}

.made-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.powered-by {
  margin-left: 1em;
}

.app-icon-holder-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 10px;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f8fb), to(#f4f8fb));
  background-image: linear-gradient(180deg, #f4f8fb, #f4f8fb);
}

.app-icon-text-holder {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-holder-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 750px;
}

.phone-slider-container {
  position: absolute;
  left: 75px;
  top: 25px;
  right: auto;
  z-index: -1;
  width: 239px;
  height: 511px;
  background-color: rgba(250, 88, 83, 0.61);
}

.phone-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.phone-slider-mask {
  width: 100%;
  height: 100%;
}

.phone-slide {
  position: relative;
}

.phone-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-slider-arrows {
  display: none;
}

.phone-slide-nav {
  display: none;
}

.phone-holder-image {
  width: 530px;
  min-width: 530px;
  padding-right: 0px;
  border-radius: 40px;
}

.grid-testimonial {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -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;
}

.no-margin-top {
  margin-top: 0px;
  font-size: 65px;
  line-height: 1;
}

.text-xs {
  border: 1px solid transparent;
  font-size: 16px;
}

.hero-description {
  position: relative;
  top: -9px;
  width: 100%;
  max-width: 722px;
  margin-bottom: 0px;
  padding-right: 3%;
  padding-left: 3%;
  font-family: Montserrat, sans-serif;
  color: #20172e;
  font-size: 18px;
  line-height: 1.6;
}

.fade-in-on-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.licensing-images-grid {
  width: 100%;
  margin-top: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licensing-device-image {
  max-height: 418px;
}

.paragraph {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #141415;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.paragraph.p-3 {
  padding: 30px;
  color: #20172e;
  font-size: 20px;
}

.paragraph.p-3-white {
  padding: 30px;
  color: #f4f8fb;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #141415;
  text-align: left;
}

.heading {
  font-family: Comfortaa, sans-serif;
}

.heading-2 {
  font-family: Comfortaa, sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  margin-top: 27px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.heading-4 {
  font-family: Comfortaa, sans-serif;
}

.heading-5 {
  margin-top: 13px;
  margin-bottom: 21px;
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
}

.heading-6 {
  font-family: Comfortaa, sans-serif;
}

.heading-7 {
  font-family: Comfortaa, sans-serif;
}

.heading-8 {
  font-family: Comfortaa, sans-serif;
}

.heading-cst {
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.heading-10 {
  font-family: Comfortaa, sans-serif;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  font-family: Comfortaa, sans-serif;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  font-family: Comfortaa, sans-serif;
}

.body {
  background-color: #fff;
  text-align: center;
}

.background-video {
  position: relative;
  width: auto;
  height: 100em;
  -o-object-fit: contain;
  object-fit: contain;
}

.background-video-2 {
  width: auto;
  max-height: 1280px;
  min-height: 1024px;
  min-width: 610px;
  border-radius: 40px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  border: 1px none #000;
  border-radius: 0px;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
}

.submit-button {
  border-radius: 13px;
}

.text-span {
  font-size: 200px;
}

.grid {
  grid-template-areas: "Area";
}

.paragraph-7 {
  color: #141415;
  text-align: center;
}

.paragraph-8 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-8.h2.mb-3 {
  margin-bottom: 27px;
}

.paragraph-8.h2.mb-5 {
  margin-bottom: 35px;
  padding-bottom: 16px;
  font-size: 55px;
}

.paragraph-8.h2.mb-5.help_filmaker {
  margin-top: 109px;
  color: #fff;
}

.bold-text {
  font-family: Comfortaa, sans-serif;
  color: #141415;
  font-size: 40px;
  font-weight: 700;
}

.bold-text.text-white {
  color: #fff;
  font-size: 40px;
}

.bold-text.help_filmaker {
  color: #fff;
  font-size: 55px;
}

.paragraph-9 {
  float: none;
  border: 1px solid transparent;
  color: #d1d3da;
  text-align: left;
}

.paragraph-10 {
  font-size: 25px;
  text-align: center;
}

.bold-text-2 {
  direction: ltr;
  font-size: 25px;
}

.bold-text-2.text-white {
  font-family: Comfortaa, sans-serif;
  color: #20172e;
  font-size: 30px;
  line-height: 1.3;
}

.grid-2 {
  text-align: center;
}

.grid-2.mt-5 {
  -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;
}

.image-2 {
  overflow: scroll;
  border-radius: 10px;
  text-align: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  border: 1px solid transparent;
}

.section-2 {
  border: 1px solid transparent;
}

.image-3 {
  display: block;
  border-radius: 10px;
}

.image-3._w-722 {
  width: 100%;
  max-width: 844px;
  margin-bottom: 23px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list {
  margin-top: 25px;
  margin-right: 25%;
  margin-left: 25%;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  list-style-type: none;
}

.list.list-left {
  margin-right: 10%;
  margin-left: 10%;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
  list-style-type: square;
}

.list.list-left.remove-bullet.text-center {
  margin-bottom: 0px;
  line-height: 1.5;
  text-align: center;
  list-style-type: none;
}

.list-item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
}

.list-item-2 {
  font-size: 18px;
  font-weight: 500;
}

.p {
  margin-top: 24px;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

.p.text-center {
  margin-top: 28px;
  padding-left: 0%;
  -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;
  font-weight: 400;
  text-align: center;
}

.p.text-center.mt-5 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.p.text-center.text-white {
  border: 1px none #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.p.text-center.mb-5 {
  margin-top: 56px;
  margin-bottom: 36px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.p.txt-center {
  margin-top: 1px;
  margin-bottom: 40px;
  text-align: center;
}

.p.bold-text {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.bg-dark {
  background-color: #484646;
}

.bg-dark.section-padd {
  margin-right: 13px;
  margin-bottom: 30px;
  margin-left: 13px;
  padding-top: 59px;
  padding-bottom: 59px;
  border-radius: 30px;
  background-color: #0a0118;
  color: #0a0118;
}

.text-white {
  font-family: Comfortaa, sans-serif;
  color: #fff;
}

.text-white.p {
  margin-right: 10%;
  margin-left: 1%;
  font-family: Montserrat, sans-serif;
  color: #20172e;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
}

.text-white.p.text-center {
  margin-top: 1px;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.text-white.heading {
  font-family: Comfortaa, sans-serif;
  font-size: 49px;
  line-height: 0.9;
}

.container-3 {
  max-width: 1170px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -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;
}

.column {
  padding-right: 29px;
}

.column-2 {
  padding-right: 31px;
}

.bg-light-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  margin-left: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #046bad;
}

.darker-section {
  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: #fff;
}

.h2 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.bold-text-3 {
  font-family: Comfortaa, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.bold-text-4 {
  font-family: Comfortaa, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}

.text-center.h2 {
  margin-bottom: 40px;
  font-family: Comfortaa, sans-serif;
}

.text-center.text-left-list {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-align: center;
}

.h3 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.small-text {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.sign-in {
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 0px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 93.3%, 0.47);
}

.sign-in.join-beta {
  margin-top: 26px;
}

.sign-up {
  padding-top: 50px;
  padding-bottom: 48px;
}

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

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

.columns-3.d-flex-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.column-4 {
  margin-top: 24px;
}

.bold-text-5 {
  font-family: Comfortaa, sans-serif;
}

.bold-text-6 {
  font-family: Comfortaa, sans-serif;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
}

.container-4 {
  max-width: 1170px;
}

.container-4.container {
  padding-right: 1.6em;
  padding-left: 1.6em;
}

.text-block-6 {
  margin-right: 10%;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
  text-align: justify;
}

.text-block-6.mt-5 {
  margin-top: 48px;
}

.text-block-7 {
  margin-top: 15px;
  margin-right: 10%;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 2;
}

.text-block-8 {
  margin-top: 21px;
}

.text-block-8.h2 {
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
}

.text-block-8.h3 {
  font-family: Comfortaa, sans-serif;
  font-size: 31px;
}

.text-block-8.h3.mt-5 {
  margin-top: 46px;
}

.roman {
  margin-top: 13px;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 46px;
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
  text-align: left;
  list-style-type: lower-roman;
}

.roman.m-0 {
  margin-top: 12px;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 20px;
  line-height: 1.7;
  list-style-type: lower-alpha;
}

.h5 {
  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;
  font-family: Comfortaa, sans-serif;
  font-size: 30px;
  text-align: left;
}

.section-block {
  margin-top: 30px;
  margin-bottom: 19px;
  text-align: left;
}

.list-item-3 {
  list-style-type: none;
}

.list-item-3.alfa {
  list-style-type: lower-alpha;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-9.text-center {
  padding-top: 8px;
  padding-bottom: 21px;
  line-height: 1.6;
}

.heading-15 {
  font-family: Comfortaa, sans-serif;
}

.div-block {
  margin-top: 31px;
  text-align: center;
}

.team-user {
  width: 80px;
  height: 80px;
  max-width: none;
  border-style: solid;
  border-width: 2px;
  border-color: #dadada;
  border-radius: 50%;
  background-color: #ccc;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 409px;
  -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;
}

.team-title {
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: Comfortaa, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.postion {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-description {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.columns-4 {
  margin-bottom: 43px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-5 {
  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-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;
}

.column-6 {
  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-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;
}

.heading-16 {
  margin-bottom: 56px;
  font-family: Comfortaa, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.subheading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.block-conatner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.image-4 {
  border-radius: 10px;
}

.image-5 {
  border-radius: 10px;
}

.installer-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
}

.subscription-form {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-radius: 20px;
  background-color: transparent;
}

.floating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 98%;
  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;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.floating-box.no-shadow {
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.image-6 {
  width: 100%;
  height: 274px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-7 {
  display: block;
  opacity: 1;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-5.floating-box-warper {
  margin: 9px 0px 60px;
  border-radius: 30px;
  background-color: #046bad;
}

.image-8 {
  margin-bottom: -9px;
  border-radius: 10px;
}

.bold-text-10 {
  margin-left: 8%;
  text-align: left;
}

.bold-text-11 {
  margin-left: 8%;
}

.image-9 {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  position: static;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-12 {
  border-radius: 20px;
}

.listcst-1 {
  padding: 9px 15px;
  background-color: #eee;
}

.column-8 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-1-image-2 {
  height: 300px;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.card-item-content-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
}

.fade-in-on-scroll-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-item-2 {
  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-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);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.card-item-2:hover {
  text-decoration: none;
}

.card-item-2.light {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: transparent;
}

.feature-grid-2 {
  width: 100%;
  margin-bottom: 3em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ratti-same {
  width: 100%;
  height: auto;
  margin: 12px 0px -2px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 25px;
  -o-object-fit: fill;
  object-fit: fill;
}

.mt-5 {
  margin-top: 26px;
}

.text-span-2 {
  color: #8a8282;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 185px;
  margin-bottom: 12px;
  padding: 33px 62px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #dde3e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 142, 129, 0.03)), to(rgba(3, 142, 129, 0.03))), url('../images/pixel-bg.jpg');
  background-image: linear-gradient(180deg, rgba(3, 142, 129, 0.03), rgba(3, 142, 129, 0.03)), url('../images/pixel-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  box-shadow: 14px 5px 15px -2px rgba(0, 0, 0, 0.05);
}

.div-block-3 {
  margin-top: 13px;
  margin-bottom: 68px;
}

.column-9 {
  display: block;
}

.columns-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.text-white-heading-oerceptual {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.container-5 {
  max-width: 1076px;
}

.text-block-11 {
  margin-bottom: 38px;
  font-family: Comfortaa, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.text-block-11.mobile-address {
  display: none;
}

.text-block-11.mob-d-none {
  margin-left: 0.8em;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.bold-text-12 {
  margin-left: 8%;
}

.bold-text-13 {
  margin-left: 8%;
}

.list-item-4 {
  margin-right: 10%;
  margin-left: 10%;
}

.list-item-5 {
  margin-right: 10%;
  margin-left: 10%;
}

.list-item-6 {
  margin-right: 0%;
  margin-left: 0%;
  text-align: left;
}

.bold-text-14 {
  margin-left: 8%;
}

.bold-text-15 {
  margin-left: 8%;
}

.bold-text-16 {
  margin-left: 8%;
}

.bold-text-17 {
  margin-left: 8%;
  text-align: left;
}

.bold-text-18 {
  margin-left: 8%;
}

.bold-text-19 {
  margin-left: 8%;
}

.bold-text-20 {
  margin-left: 8%;
}

.div-block-4 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.div-block-5 {
  border-radius: 30px;
  background-color: transparent;
}

.text-span-3 {
  color: #d1d3da;
}

.bold-text-21 {
  padding-right: 0%;
  padding-left: 0%;
  font-size: 54px;
  line-height: 1;
}

.list-item-8 {
  font-size: 16px;
}

.list-item-9 {
  font-size: 16px;
}

.list-item-10 {
  font-size: 16px;
}

.list-item-11 {
  font-size: 16px;
}

.list-item-12 {
  font-size: 16px;
  list-style-type: none;
}

.list-item-13 {
  font-size: 16px;
}

.list-item-14 {
  font-size: 16px;
}

.list-item-15 {
  font-size: 16px;
}

.list-item-16 {
  font-size: 18px;
  font-weight: 500;
}

.list-item-17 {
  font-size: 16px;
}

.list-item-18 {
  font-size: 16px;
}

.list-item-19 {
  font-size: 16px;
}

.list-item-20 {
  font-size: 16px;
}

.list-item-21 {
  font-size: 18px;
  font-weight: 500;
}

.list-item-22 {
  font-size: 18px;
  font-weight: 500;
}

.list-item-23 {
  font-size: 18px;
}

.list-item-24 {
  font-size: 18px;
}

.button-2 {
  position: static;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#046bad), color-stop(50%, #038e81), to(#01af57));
  background-image: linear-gradient(90deg, #046bad, #038e81 50%, #01af57);
  text-align: center;
}

.video {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.small-p {
  margin-top: 24px;
  margin-right: 10%;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

.small-p.text-center {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.small-p.text-center.mt-5 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.small-p.text-center.text-white {
  border: 1px none #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.small-p.text-center.mb-5 {
  margin-bottom: 36px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.small-p.txt-center {
  text-align: center;
}

.paragraph-11 {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #787878;
}

.bold-text-22 {
  text-align: center;
}

.video-2 {
  border-radius: 30px;
}

.video-3 {
  border-radius: 30px;
}

.youtube {
  top: -32px;
}

.volume-bar-wrapper {
  position: relative;
}

.volume-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -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;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.volume-down {
  width: 15px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.active-bar {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #0ba100;
}

.fullscreen {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.video-player-wrapper {
  position: relative;
  z-index: 1;
}

.audio-active {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.loop-active {
  margin-right: 10px;
  cursor: pointer;
}

.video-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -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;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
}

.play {
  cursor: pointer;
}

.background-video-3 {
  width: auto;
  height: 400px;
  border-radius: 5px;
}

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.video-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
  align-self: auto;
}

.video-player-bar-wrapper.bar-wrapper {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.control-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.repeat {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.video-player-single-track-wrapper-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
  padding: 10px 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;
  border-radius: 5px;
  background-color: #000;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 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;
  background-color: #000;
}

.pause {
  cursor: pointer;
}

.volume-up {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}

.mute {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.volume-bar-active {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.volume-mute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-not-active {
  margin-right: 10px;
  line-height: 1;
  cursor: pointer;
}

.video-player-volume-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
  align-self: auto;
}

.video-player-volume-wrapper.bar-wrapper-volume {
  position: static;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0a0a0a;
}

.html-embed {
  border-radius: 30px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-13 {
  border-radius: 40px;
}

.lightbox-link {
  border-radius: 40px;
}

.image-14 {
  border-radius: 40px;
}

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

.link-2 {
  color: #60aef8;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.refund-text {
  margin-right: 10%;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
  text-align: justify;
}

.refund-text.mt-5 {
  margin-top: 48px;
}

.text-center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  -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;
}

.section-hero-2 {
  position: relative;
  padding-top: 3.9em;
  padding-bottom: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f8fb;
  border-radius: 0px;
  background-color: #fff;
}

.html-embed-2 {
  width: 80%;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
}

.legals {
  font-family: Montserrat, sans-serif;
  text-align: justify;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.container-6 {
  position: static;
  left: 47px;
  display: block;
  width: auto;
  max-width: 1170px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  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: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  color: #20172e;
  text-align: center;
}

.main-heading-2 {
  margin-top: 30px;
  margin-bottom: 32px;
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
  font-family: Comfortaa, sans-serif;
  color: #141415;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.text-gradient-3 {
  background-color: #323232;
  font-family: Comfortaa, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legal-montserrat {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

.legal-montserrat-indent {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }

  .container.phone-container {
    margin-top: -114px;
  }

  .white-text {
    font-family: Comfortaa, sans-serif;
  }

  .grid-6-col {
    color: #323232;
  }

  .text-gradient-2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
  }

  .text-center {
    border-radius: 0px;
    background-color: transparent;
  }

  .hero-product-demo {
    width: auto;
    height: auto;
    max-width: 1920px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 2;
    -webkit-flex: 2 auto;
    -ms-flex: 2 auto;
    flex: 2 auto;
  }

  .small-container {
    max-width: 1920px;
    background-color: transparent;
  }

  .main-hero-container {
    min-height: 40vh;
  }

  .main-heading {
    font-family: Comfortaa, sans-serif;
  }

  .text-xl {
    font-weight: 400;
  }

  .trusted-content.trusted-list {
    color: #323232;
  }

  .phone-holder-container {
    margin-right: 20px;
  }

  .phone-holder-image {
    width: 200px;
    max-width: 60%;
    min-width: 450px;
    padding-right: 0px;
  }

  .hero-description {
    font-family: Montserrat, sans-serif;
  }

  .heading {
    font-family: Comfortaa, sans-serif;
  }

  .heading-2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
  }

  .background-video-2 {
    min-height: 1024px;
    min-width: 610px;
    border-radius: 40px;
  }

  .p {
    margin-left: 10%;
  }

  .small-p {
    margin-left: 10%;
  }

  .text-center-2 {
    border-radius: 0px;
    background-color: transparent;
  }

  .container-6 {
    max-width: 1280px;
  }

  .main-heading-2 {
    font-family: Comfortaa, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  figure {
    margin-top: 20px;
  }

  .section.light-blue-bg {
    border-style: none;
    background-color: #fff;
  }

  .section.bg-dark {
    padding-top: 16px;
    padding-bottom: 31px;
    background-color: #484646;
  }

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

  .section.light-blue-bg {
    border-style: none;
    background-color: #fff;
  }

  .container {
    -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.nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-hero {
    padding-top: 4em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#fffefe));
    background-image: linear-gradient(180deg, #fffefe, #fffefe);
  }

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

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

  .text-gradient-2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
    text-align: center;
  }

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

  .button.download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 250px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .card-item.light {
    border: 1px none #000;
    border-radius: 0px;
    box-shadow: none;
  }

  .card-item-content {
    padding-left: 2em;
    background-color: transparent;
    opacity: 1;
  }

  .text-center {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-product-demo {
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .small-container {
    max-width: 1190px;
    margin-bottom: 10px;
  }

  .text-container {
    max-width: 100%;
  }

  .product-container {
    position: relative;
  }

  .play-icon-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -76px;
  }

  .feature-grid {
    grid-column-gap: 0em;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 1fr 1fr 1fr 1fr;
  }

  .main-hero-container {
    min-height: 29vh;
  }

  .product-phone-image-holder {
    position: relative;
  }

  .main-heading {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
  }

  .feature-1-image {
    border-radius: 13px;
    box-shadow: none;
  }

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

  .text-xs {
    text-align: left;
  }

  .hero-description {
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
  }

  .fade-in-on-scroll {
    position: static;
    text-align: center;
  }

  .paragraph {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
  }

  .heading-11 {
    text-align: left;
  }

  .body {
    display: block;
    background-color: #fff;
  }

  .background-video-2 {
    height: 1024px;
    min-height: 720px;
    min-width: 610px;
  }

  .paragraph-8.h2 {
    margin-bottom: 23px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }

  .paragraph-8.h2.mb-3 {
    margin-bottom: 28px;
  }

  .bold-text {
    font-size: 45px;
  }

  .bold-text.text-white {
    color: #fff;
    font-size: 45px;
  }

  .grid-2 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-2.mt-5 {
    margin-top: 29px;
  }

  .image-3 {
    margin-top: -24px;
  }

  .list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    padding-right: 220px;
    padding-left: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }

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

  .list-item-2 {
    margin-bottom: 0px;
  }

  .p {
    margin-top: 24px;
    margin-left: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 1.5;
  }

  .p.text-center {
    margin-top: 6px;
  }

  .p.text-center.mt-5 {
    margin-top: 26px;
  }

  .p.text-center.text-white {
    color: #fff;
  }

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

  .bg-light-dark {
    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;
  }

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

  .sign-in {
    width: 100%;
  }

  .subscription-form {
    margin-right: 20px;
    margin-left: 20px;
  }

  .fade-in-on-scroll-2 {
    position: static;
    text-align: center;
  }

  .small-p {
    margin-top: 24px;
    margin-left: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .small-p.text-center {
    margin-top: 6px;
  }

  .small-p.text-center.mt-5 {
    margin-top: 26px;
  }

  .small-p.text-center.text-white {
    color: #fff;
  }

  .text-center-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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-hero-2 {
    padding-top: 4em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#fffefe));
    background-image: linear-gradient(180deg, #fffefe, #fffefe);
  }

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

  .main-heading-2 {
    font-family: Comfortaa, sans-serif;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .fixed-nav {
    -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 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section.bg-dark {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section.testiminalpluspromo {
    margin-top: 0px;
    margin-left: 0%;
    padding-top: 220px;
  }

  .section.grey-bg-light {
    background-color: hsla(0, 0%, 93.3%, 0.68);
  }

  .container {
    margin-left: auto;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .container.nav-container {
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.mb-5 {
    padding-right: 0em;
    padding-left: 0em;
  }

  .white-text {
    margin-bottom: -1px;
  }

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

  .text-gradient-2 {
    font-family: Comfortaa, sans-serif;
  }

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

  .button {
    display: inline-block;
    height: auto;
    max-width: none;
    min-height: auto;
    min-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;
    background-color: #038e81;
  }

  .button.btn {
    display: inline-block;
  }

  .card-item.light {
    border-radius: 30px;
  }

  .card-item-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
  }

  .small-container {
    padding-bottom: 20px;
  }

  .main-hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-heading {
    display: block;
    margin-top: 37px;
    margin-bottom: 36px;
    font-family: Comfortaa, sans-serif;
    font-size: 60px;
  }

  .feature-1-image {
    box-shadow: 1px 1px 3px 0 #000;
  }

  .fade-in-on-scroll {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .image-3._w-722 {
    margin-top: 16px;
  }

  .list {
    font-size: 20px;
    line-height: 2;
  }

  .list.list-left {
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 29px;
  }

  .list.list-left.remove-bullet.text-center {
    margin-right: 0%;
    margin-left: 0%;
  }

  .p {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
  }

  .bg-dark {
    background-color: #484646;
  }

  .bg-dark.section-padd {
    margin-top: 31px;
  }

  .text-white.p {
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .container-3 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .columns {
    padding-right: 32px;
  }

  .bg-light-dark {
    margin-top: 32px;
  }

  .sign-in {
    padding-right: 52px;
    padding-left: 52px;
  }

  .columns-2 {
    display: block;
  }

  .text-block-6 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-block-7 {
    margin-right: 0%;
    margin-left: 0%;
  }

  .roman {
    margin-right: 0%;
    margin-left: 0%;
    text-align: left;
  }

  .section-block.text-left {
    text-align: left;
  }

  .image-8 {
    border-radius: 20px;
  }

  .body-2 {
    text-align: center;
  }

  .div-block-5 {
    position: static;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .list-item-7 {
    text-align: center;
  }

  .bold-text-21 {
    font-size: 51px;
    line-height: 0.9;
  }

  .small-p {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
  }

  .refund-text {
    margin-right: 0%;
    margin-left: 0%;
  }

  .container-6 {
    margin-left: auto;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .main-heading-2 {
    display: block;
    margin-top: 37px;
    margin-bottom: 36px;
    font-family: Comfortaa, sans-serif;
    font-size: 60px;
  }
}

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

  h2 {
    font-size: 55px;
  }

  .nav-link {
    margin-bottom: 0.5em;
    margin-left: 0px;
    font-weight: 600;
    text-align: left;
  }

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

  .container.nav-container {
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.phone-container {
    padding-right: 0px;
  }

  .hero-text {
    font-size: 100px;
  }

  .section-hero {
    padding-top: 1em;
  }

  .project-item {
    width: 100%;
    padding-right: 0px;
  }

  .nav-menu {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  }

  .brand {
    padding-left: 0px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 7px;
    right: 10px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 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;
    border-radius: 10px;
    background-image: linear-gradient(135deg, #046bad, #038e81 49%, #01af57);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    line-height: 1;
    text-align: center;
  }

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

  .project-item-style-2 {
    padding-right: 0px;
  }

  .heading-display {
    font-size: 55px;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .asset-licensing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-gradient-2 {
    font-size: 48px;
    text-align: center;
  }

  .nav-cta-button {
    padding-left: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .hero-product-demo {
    height: auto;
    margin-top: 47px;
  }

  .small-container {
    max-width: 100%;
  }

  .customers-panel {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-container {
    max-width: 100%;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .play-icon-image {
    width: 100px;
  }

  .grid-10-columns {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .team-item {
    min-height: 300px;
  }

  .ellipse-left {
    left: -450px;
  }

  .ellipse-right {
    right: -560px;
  }

  .app-icon {
    max-width: 74%;
  }

  .main-hero-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .main-heading {
    font-size: 53px;
  }

  .download-buttons.mobile-vertical {
    -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;
  }

  .download-button {
    margin-bottom: 10px;
  }

  .download-button.last {
    margin-bottom: 0px;
  }

  .card-iphone-image.height-big {
    height: 233px;
  }

  .card-iphone-image.heightless {
    height: 420px;
  }

  .hero-text-line {
    height: 90px;
    margin-top: 25px;
  }

  .footer-social-media-container {
    -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;
  }

  .phone-holder-image {
    padding-right: 140px;
  }

  .grid-testimonial {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .licensing-device-image {
    max-height: 250px;
  }

  .paragraph.p-3 {
    font-size: 15px;
    line-height: 1.8;
  }

  .paragraph.p-3-white {
    font-size: 15px;
    line-height: 1.8;
  }

  .bold-text-2.text-white {
    font-size: 22px;
  }

  .list {
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.4;
  }

  .p.txt-center {
    font-size: 14px;
    line-height: 1.6;
  }

  .bg-dark.section-padd {
    padding-right: 31px;
    padding-left: 31px;
  }

  .text-white.p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 1;
  }

  .text-center.h2 {
    font-size: 27px;
  }

  .text-center.text-left-list {
    text-align: center;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .bold-text-6 {
    font-size: 30px;
  }

  .image-6 {
    height: 229px;
  }

  .text-block-11.mobile-address {
    display: none;
  }

  .small-p.txt-center {
    font-size: 14px;
    line-height: 1.6;
  }

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

  .background-video-3 {
    width: 700px;
    height: 400px;
  }

  .section-hero-2 {
    padding-top: 1em;
  }

  .main-heading-2 {
    font-size: 53px;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 22px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.second {
    margin-top: 400px;
  }

  .section.testiminalpluspromo {
    margin-left: 0%;
  }

  .section.page-banner {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .container {
    margin-left: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }

  .container.nav-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.phone-container {
    padding-top: 3rem;
  }

  .container.mb-5 {
    margin-bottom: 44px;
  }

  .hero-text {
    margin-top: 0px;
  }

  .hero-text._1 {
    width: 100%;
    padding-right: 0rem;
    text-align: center;
  }

  .hero-text._2 {
    width: 100%;
    padding-left: 0rem;
    text-align: center;
  }

  .content.phone-content-text {
    padding-right: 1em;
  }

  .grid-6-col {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

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

  .brand {
    margin-right: 0px;
  }

  .menu-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#046bad), color-stop(49%, #038e81), to(#01af57));
    background-image: linear-gradient(180deg, #046bad, #038e81 49%, #01af57);
  }

  .menu-button.w--open {
    color: #000;
  }

  .heading-display {
    font-size: 45px;
  }

  .utility-page-content {
    max-width: none;
  }

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

  .subscribe-form-input-wrapper {
    margin-right: 0px;
  }

  .asset-licensing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-gradient-2 {
    font-size: 39px;
    text-align: center;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button {
    margin-bottom: 5px;
  }

  .button.btn-subscribe {
    bottom: 0px;
    margin-right: 0px;
  }

  .button.download {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-item-content {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-product-demo {
    height: auto;
  }

  .small-container {
    padding-right: 19px;
    padding-left: 19px;
  }

  .customer-image {
    margin-bottom: 1em;
  }

  .text-container {
    max-width: 100%;
  }

  .grid-10-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto-fit, 96px);
  }

  .team-item {
    min-height: auto;
  }

  .change-log-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .app-icon-holder {
    padding-bottom: 1px;
  }

  .app-icon {
    max-width: 76%;
  }

  .app-icon.logo {
    max-width: 50%;
  }

  .main-hero-container {
    position: relative;
    display: block;
    padding-right: 1.7em;
    padding-left: 1.7em;
    -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;
  }

  .hero-text-holder {
    -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;
  }

  .main-heading {
    margin-top: 11px;
    margin-bottom: 17px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 34px;
  }

  .main-heading.beta-program {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .grid-5-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .download-buttons.mobile-vertical {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .download-button {
    width: 100%;
    margin-right: 0px;
  }

  .feature-1-image {
    height: auto;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0vh;
  }

  .card-iphone-image.heightless {
    margin-bottom: 13px;
  }

  .hero-text-holder-1 {
    width: 100%;
    text-align: center;
  }

  .hero-text-holder-2 {
    width: 100%;
    text-align: center;
  }

  .hero-text-line {
    width: 30%;
    height: 2px;
    margin-top: 0px;
  }

  .footer-social-media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-brand-content {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright {
    padding-top: 0.5em;
  }

  .made-container {
    padding-top: 1em;
    padding-right: 0px;
  }

  .phone-holder-image {
    padding-right: 0px;
  }

  .grid-testimonial {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .no-margin-top {
    font-size: 40px;
  }

  .hero-description {
    padding-right: 34px;
    padding-left: 34px;
    border-right: 1px solid transparent;
    font-size: 16px;
  }

  .licensing-images-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-cst {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-8.h2.mb-5 {
    padding-bottom: 25px;
    font-size: 24px;
  }

  .bold-text.text-white {
    font-size: 24px;
  }

  .list {
    padding-left: 0px;
    font-size: 15px;
  }

  .bg-dark.section-padd {
    margin-right: 14px;
    margin-left: 14px;
    padding: 12px 14px;
  }

  .text-white.p {
    margin-right: 0%;
    margin-left: 0%;
  }

  .text-white.p.text-center {
    margin-top: 2px;
  }

  .columns {
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .bg-light-dark {
    margin: 23px 12px;
    padding: 0px;
    background-color: #046bad;
  }

  .text-center.h2 {
    font-size: 30px;
  }

  .small-text {
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .sign-in {
    padding-right: 38px;
    padding-left: 38px;
  }

  .sign-up {
    padding-right: 38px;
    padding-left: 38px;
  }

  .image-5 {
    margin-top: 10px;
  }

  .column-7 {
    margin-bottom: 18px;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .card-item-content-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .card-item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    min-height: 86px;
    padding: 16px 12px;
  }

  .text-block-11.mobile-address {
    display: block;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #787878;
    font-size: 18px;
    line-height: 1.2;
  }

  .text-block-11.mob-d-none {
    display: none;
  }

  .video-player-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .background-video-3 {
    width: 400px;
    height: 300px;
  }

  .video-player-single-track-wrapper-copy {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .options-wrapper {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .video-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .text-center-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-6 {
    margin-left: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }

  .main-heading-2 {
    margin-top: 11px;
    margin-bottom: 17px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 34px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  .fixed-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.second {
    margin-top: 50vh;
  }

  .section.testiminalpluspromo {
    padding-bottom: 0px;
  }

  .container {
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
  }

  .hero-text {
    font-size: 80px;
  }

  .section-hero {
    min-width: 0px;
    border-radius: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 11px;
    padding: 5px;
    background-image: linear-gradient(132deg, #046bad, #038e81 49%, #01af57);
  }

  .heading-display {
    font-size: 38px;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-input {
    width: 100%;
    min-width: auto;
  }

  .form-input.subscribe-input {
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
  }

  .text-gradient-2 {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.btn-subscribe {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 10px;
  }

  .card-item.light {
    position: static;
  }

  .card-item-content {
    padding-top: 1.8em;
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .hero-product-demo {
    height: auto;
    margin-top: -67px;
  }

  .product-phone-image-container {
    margin-bottom: 66px;
  }

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

  .ellipse-left {
    left: -60%;
    top: 30%;
    width: 320px;
    height: 350px;
  }

  .ellipse-right {
    left: 75vw;
    top: 30%;
    right: auto;
    width: 350px;
    height: 350px;
  }

  .app-icon-holder {
    width: 308px;
    height: 100px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-icon {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-icon.logo {
    width: 300px;
    height: auto;
  }

  .main-hero-container {
    width: auto;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 14px;
  }

  .product-phone-content {
    left: 27px;
    top: 26px;
    right: 27px;
    bottom: 26px;
  }

  .product-phone-image-holder {
    width: 300px;
  }

  .iphone-lock-screen-image {
    border-radius: 30px;
  }

  .main-heading {
    margin-top: 14px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .main-heading.beta-program {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 0.7;
  }

  .card-iphone-image.height-big {
    height: auto;
  }

  .card-iphone-image.heightless {
    height: auto;
  }

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

  .footer-social-media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-brand-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .made-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .powered-by {
    margin-top: 0.5em;
    margin-left: 0em;
  }

  .phone-holder-container {
    height: 520px;
  }

  .phone-slider-container {
    left: 50px;
    top: 17px;
    width: 158px;
    height: 337px;
  }

  .phone-holder-image {
    width: 280px;
    height: 500px;
    min-width: 250px;
  }

  .hero-description {
    top: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .licensing-images-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.6;
  }

  .paragraph.p-3 {
    font-size: 14px;
  }

  .paragraph.p-3-white {
    font-size: 14px;
  }

  .heading-3 {
    margin-top: 15px;
  }

  .heading-cst {
    font-size: 13px;
  }

  .background-video-2 {
    min-height: 640px;
    min-width: 320px;
  }

  .paragraph-8.h2.mb-3 {
    line-height: 0.6;
  }

  .paragraph-8.h2.mb-5 {
    font-size: 29px;
    line-height: 0.7;
  }

  .bold-text {
    font-size: 24px;
    line-height: 1.2;
  }

  .bold-text.help_filmaker {
    font-size: 30px;
  }

  .bold-text-2.text-white {
    font-size: 21px;
  }

  .grid-2.mt-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-3._w-722 {
    height: 321px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .list {
    padding-left: 4px;
    font-size: 14px;
    line-height: 1.5;
  }

  .p {
    font-size: 14px;
    line-height: 1.4;
  }

  .p.text-center.mt-5 {
    font-size: 14px;
    line-height: 1.5;
  }

  .bg-dark.section-padd {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-white.heading {
    font-size: 30px;
  }

  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .bold-text-4 {
    font-size: 21px;
  }

  .text-center.h2 {
    font-size: 27px;
  }

  .text-center.text-left-list {
    text-align: center;
  }

  .small-text {
    padding-left: 1px;
  }

  .sign-in {
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .sign-up {
    padding-right: 26px;
    padding-left: 26px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 1.7;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-block-8.h3 {
    font-size: 24px;
  }

  .roman {
    font-size: 14px;
    line-height: 1.6;
  }

  .roman.m-0 {
    font-size: 14px;
    line-height: 1.7;
  }

  .h5 {
    font-size: 24px;
  }

  .text-block-9.text-center {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-15 {
    text-align: center;
  }

  .team-wraper {
    margin-bottom: 17px;
  }

  .team-title {
    font-size: 20px;
  }

  .postion {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 24px;
  }

  .subheading {
    font-size: 24px;
  }

  .image-4 {
    margin-bottom: 11px;
  }

  .floating-box {
    margin-bottom: 0px;
  }

  .image-6 {
    height: 217px;
  }

  .column-7 {
    margin-bottom: 17px;
  }

  .image-7 {
    margin-bottom: 12px;
  }

  .bold-text-7 {
    font-size: 18px;
    line-height: 1;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .bold-text-9 {
    font-size: 15px;
    line-height: 1.3;
  }

  .bold-text-10 {
    font-size: 24px;
  }

  .bold-text-11 {
    font-size: 24px;
  }

  .ratti-same {
    margin-top: 32px;
    margin-bottom: 3px;
  }

  .div-block-2 {
    min-height: 50px;
    padding: 14px;
  }

  .heading-17 {
    font-size: 14px;
  }

  .text-white-heading-oerceptual {
    font-size: 14px;
  }

  .text-block-11.mobile-address {
    display: block;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #787878;
    font-size: 18px;
    line-height: 1.2;
  }

  .text-block-11.mob-d-none {
    display: none;
  }

  .small-p {
    font-size: 14px;
    line-height: 1.4;
  }

  .small-p.text-center.mt-5 {
    font-size: 14px;
    line-height: 1.5;
  }

  .video-player-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .background-video-3 {
    width: 100%;
    height: 250px;
    min-width: 290px;
  }

  .video-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .video-player-single-track-wrapper-copy {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .options-wrapper {
    margin-top: 30px;
    margin-right: 0px;
  }

  .lightbox-link {
    position: relative;
  }

  .image-14 {
    border-radius: 30px;
  }

  .refund-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .section-hero-2 {
    min-width: 0px;
    border-radius: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-6 {
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
  }

  .main-heading-2 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-family: Comfortaa, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
}

#w-node-_72db7d5e-67ba-1361-b1aa-1a07ac8f1178-9231960e {
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ece89d93-2df3-9c66-994e-a99360ef72ee-9231960e {
  -ms-grid-column-span: 8;
  grid-column-end: 10;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3b85f699-c949-f7e1-8df4-af4ae38e2f15-9231960e {
  -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-_8502412a-6474-098f-1e09-76bce2a84c58-9231960e {
  -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-a8be1144-33e5-4510-22ce-cb492d5fbc02-2d5fbc02 {
  -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-_1e7ba95a-12f5-d14f-865c-58c6925923e9-28319615 {
  -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-_7b6093bd-0207-a88b-ea9d-74614639e810-28319615 {
  -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-_28629c33-4257-71a6-acd3-330ff62be0ab-28319615 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_72db7d5e-67ba-1361-b1aa-1a07ac8f1178-9231960e {
    -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-ece89d93-2df3-9c66-994e-a99360ef72ee-9231960e {
    -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-_1e7ba95a-12f5-d14f-865c-58c6925923e9-28319615 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7b6093bd-0207-a88b-ea9d-74614639e810-28319615 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_28629c33-4257-71a6-acd3-330ff62be0ab-28319615 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72db7d5e-67ba-1361-b1aa-1a07ac8f1178-9231960e {
    -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-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_3b85f699-c949-f7e1-8df4-af4ae38e2f15-9231960e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8502412a-6474-098f-1e09-76bce2a84c58-9231960e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

