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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {

  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector,
  .w-commerce-commercecheckoutdiscountsinput,
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #465a74;
  letter-spacing: -.01em;
  font-family: Plus Jakarta Display;
  font-size: 16px;
  line-height: 2em;
}

h1 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .08);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.292em;
}

h2 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .13);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.368em;
}

h3 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .03);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375em;
}

h4 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .03);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .03);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: #193150;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .03);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

p {
  margin-bottom: 0;
}

a {
  color: #1c7df8;
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: #72d962;
}

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

li {
  margin-bottom: 14px;
}

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

label {
  color: #193150;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.688em;
}

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

blockquote {
  color: #1c7df8;
  background-color: #f5f9ff;
  border-left: 0 solid #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 55px 64px 51px 62px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  box-shadow: 0 1px 6px rgba(78, 42, 222, .02), 0 6px 18px rgba(78, 42, 222, .02);
}

figure {
  margin-bottom: 10px;
}

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

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

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

.container-hero-logos {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-hero-logos.tools {
  padding-top: 80px;
}

.button-primary-cleint {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1c7df8;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin: 10px 10px 10px 0;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.button-primary-cleint:hover {
  color: #1c7df8;
  background-color: #fff;
  border: 1px solid #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.button-primary-cleint.full-width {
  align-self: stretch;
  padding: 22px 32px;
  display: block;
}

.button-primary-cleint.place-order {
  font-size: 20px;
}

.button-secondary {
  color: #1c7df8;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #b4c2d6;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 32px;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #1c7df8;
  border-color: #1c7df8;
  transform: translate3d(0, -2px, .01px);
}

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

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

.button-secondary.discount-code {
  height: 60px;
  justify-content: center;
  margin-left: 0;
}

.navbar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 14px rgba(28, 125, 248, .07);
}

.navbar.mobhide {
  box-shadow: none;
}

.header-logo {
  width: 148px;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #dce3ed;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-logo {
  width: 140px;
}

.page-wrapper {
  background-color: #fff;
  overflow: hidden;
}

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

.section.home-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.home-hero.down-low-padding {
  padding-bottom: 10px;
}

.section.home-hero.down-low-padding.new-bg,
.section.home-hero.down-low-padding.new-bg.new-color-bg {
  background-color: #193150;
}

.section.about {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.section.bg-neutral-200 {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.package {
  padding-top: 50px;
  position: relative;
}

.section.about-package,
.section.package-cta {
  padding-top: 0;
}

.section.contact {
  background-image: linear-gradient(#fff 80%, #fafbfd 80%);
  padding-top: 100px;
  overflow: hidden;
}

.section.faqs {
  background-color: #fafbfd;
  padding-top: 60px;
  position: relative;
}

.section.packages-category {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.section.checkout {
  background-color: #fafbfd;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.careerspage {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 0;
}

.utility-page-wrap {
  min-height: 800px;
  background-color: #fafbfd;
  justify-content: center;
  align-items: center;
  padding: 76px 24px;
  display: flex;
}

.utility-page-wrap._404 {
  position: relative;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  text-align: center;
  background-color: #fff;
  border: .5px solid #dce3ed;
  border-radius: 32px;
  flex-direction: column;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 6px 36px rgba(25, 49, 80, .09);
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-hero-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper.flex-vertical {
  flex-direction: column;
}

.home-hero-wrapper.flex-vertical.new-spacing {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.split-content.home-hero-left {
  max-width: 46%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.split-content.home-hero-left.flex-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.split-content.home-hero-left.flex-centre.margin-new {
  max-width: 80rem;
  margin-bottom: 10px;
  margin-right: 0;
}

.split-content.section-services-left {
  max-width: 550px;
  text-align: center;
}

.split-content.header-right {
  height: 80px;
  align-items: center;
  display: flex;
}

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

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

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

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

.split-content.open-positions-left {
  max-width: 40%;
  margin-right: 40px;
}

.split-content.checkout-left {
  flex-basis: 700px;
}

.split-content.checkout-right {
  flex-basis: 380px;
}

.split-content.packages-top-content-left {
  max-width: 617px;
}

.subtitle {
  color: #1c7df8;
  letter-spacing: -.02em;
  text-transform: lowercase;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 1em;
}

.paragraph.home-hero {
  max-width: 396px;
  color: #778ba5;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 700;
}

.paragraph.card-service {
  margin-bottom: 32px;
}

.paragraph.about {
  max-width: 459px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.packages {
  max-width: 461px;
}

.paragraph.package {
  margin-bottom: 38px;
}

.paragraph.card-package-order {
  margin-bottom: 34px;
}

.paragraph.faqs {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.faq {
  max-width: 486px;
  margin-bottom: 28px;
}

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

.paragraph.numbers-sec {
  width: 70%;
}

._2-buttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2-buttons._404 {
  margin-top: 24px;
}

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

.space.faq {
  height: 20px;
}

.companies-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.title {
  text-align: center;
}

.title.section-services {
  text-align: center;
  margin-bottom: 0;
}

.title.testimonials {
  text-align: center;
  margin-bottom: 100px;
}

.title.testimonials.nopadding {
  margin-bottom: 20px;
}

.title.testimonials.bestapp,
.title.card-value {
  margin-bottom: 0;
}

.title.office {
  margin-top: 9px;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1.1em;
}

.title.offices,
.title.values {
  margin-bottom: 0;
}

.title.cta-v2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.375em;
}

.title.card-package {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.091em;
}

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

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

.title.card-package-order {
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 1.375em;
}

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

.title.category {
  margin-bottom: 0;
}

.title.order-item-title {
  color: #193150;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.title.our-services {
  text-align: left;
  font-size: 20px;
}

.title.category-text {
  color: #193150;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.292em;
}

.title.numbers {
  color: #000;
  text-align: left;
}

.title.left-aligned {
  text-align: left;
}

.title.tabsectiontitle {
  text-align: center;
  margin-bottom: 0;
}

.title.card-package-features-new {
  color: #193150;
  margin-bottom: 28px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.title.card-package-features-new.left-align {
  text-align: left;
}

.title.card-package-features-new.centre-align {
  text-align: center;
}

.companies-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template: "."
    / auto auto 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-content.section-services {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 58px;
}

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

.top-content.open-positions {
  margin-bottom: 40px;
}

.top-content.packages-category,
.top-content.packages {
  margin-bottom: 56px;
}

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

.container-medium-666px.faqs {
  text-align: center;
}

.accent-text {
  color: #1c7df8;
}

.company-logo-wrapper {
  width: 13em;
  filter: none;
  cursor: not-allowed;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: transform;
  display: flex;
}

.company-logo-wrapper:hover {
  filter: none;
}

.image.card-service {
  width: 50px;
  height: 50px;
}

.image.our-process {
  width: 300px;
}

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

.image.card-value-icon {
  margin-top: 6px;
}

.image.flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image.offices {
  margin-top: 31px;
}

.image.cta-v2 {
  max-width: none;
  margin-top: 7px;
}

.image.card-package-icon {
  margin-top: 4px;
}

.image.package-feature {
  margin-right: 10px;
}

.image.package-icon {
  margin-top: 4px;
}

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

.image.cta {
  margin-bottom: 5px;
}

.card {
  background-color: #fff;
  border: .5px solid #dce3ed;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 1px 24px rgba(25, 49, 80, .04), 0 6px 21px rgba(28, 125, 248, .05);
}

.card.services {
  color: #778ba5;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  transition: border-color .35s, box-shadow .35s, transform .35s;
  display: flex;
}

.card.services:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 1px 48px rgba(25, 49, 80, .04), 0 12px 41px rgba(28, 125, 248, .05);
}

.card.article {
  height: 100%;
  text-decoration: none;
  transition: box-shadow .35s, border-color .35s, transform .35s;
  transform: translate(0);
  box-shadow: 0 2px 10px rgba(25, 49, 80, .04), 0 1px 6px rgba(28, 125, 248, .04), 0 6px 18px rgba(28, 125, 248, .05);
}

.card.article:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 4px 20px rgba(25, 49, 80, .04), 0 2px 12px rgba(28, 125, 248, .04), 0 12px 28px rgba(28, 125, 248, .05);
}

.card.achievements {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 60px 90px;
}

.card.team {
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 44px;
  transition: border-color .35s, box-shadow .35s, transform .35s;
  display: flex;
  transform: translate(0);
}

.card.team:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 2px 48px rgba(25, 49, 80, .04), 0 12px 42px rgba(28, 125, 248, .05);
}

.card.value {
  padding: 70px 2vw;
}

.card.office {
  width: 100%;
  height: 100%;
  padding: 33px 28px 35px;
  transition: box-shadow .35s, transform .35s, border-color .35s;
  display: flex;
}

.card.office:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 2px 48px rgba(25, 49, 80, .04), 0 12px 42px rgba(28, 125, 248, .05);
}

.card.press {
  color: #465a74;
  margin-bottom: 50px;
  padding: 53px 48px 64px;
  text-decoration: none;
  transition: box-shadow .35s, border-color .35s, transform .35s;
}

.card.press:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 2px 48px rgba(25, 49, 80, .04), 0 12px 42px rgba(28, 125, 248, .05);
}

.card.cta-v2 {
  max-width: 1003px;
  border-top-width: 8px;
  border-top-color: #1c7df8;
  border-radius: 10px 10px 20px 20px;
  margin-top: 195px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 57px;
  display: flex;
}

.card.package {
  transition: box-shadow .35s, border-color .35s, transform .35s;
  box-shadow: 0 3px 16px rgba(23, 93, 181, .05);
}

.card.package:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 6px 32px rgba(23, 93, 181, .05);
}

.card.order-package {
  max-width: 544px;
  min-height: 580px;
  padding: 68px 50px;
  box-shadow: 0 3px 16px rgba(23, 93, 181, .05);
}

.card.open-position {
  height: 100%;
  border-radius: 26px;
  padding: 52px 29px;
  transition: box-shadow .35s, border-color .35s, transform .35s;
}

.card.open-position:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 2px 48px rgba(25, 49, 80, .04), 0 12px 42px rgba(28, 125, 248, .05);
}

.card.contact {
  z-index: 1;
  width: 100%;
  min-height: 500px;
  border-color: #b4c2d6;
  margin-top: 45px;
  padding: 66px 74px;
  position: relative;
  box-shadow: 0 6px 36px rgba(25, 49, 80, .09);
}

.card.faq {
  cursor: pointer;
  border-color: #dce3ed;
  border-radius: 18px;
  padding: 28px 38px;
  transition: transform .35s;
  box-shadow: 0 5px 18px rgba(31, 37, 89, .05);
}

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

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-service {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 25px;
  padding: 10px;
  display: flex;
}

.image-wrapper.card-service._2 {
  background-color: #ecfde9;
}

.image-wrapper.card-service._3 {
  background-color: #fff9e5;
}

.image-wrapper.about {
  border-radius: 50px;
}

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

.image-wrapper.card-team {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 1000px;
  margin-bottom: 32px;
}

.image-wrapper.card-value-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-wrapper.card-value-icon._1 {
  background-color: #ecfde9;
}

.image-wrapper.card-value-icon._2 {
  background-color: #eff6ff;
}

.image-wrapper.card-value-icon._3 {
  background-color: #fff9e5;
}

.image-wrapper.flag {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 1000px;
  margin-right: 17px;
  box-shadow: 0 4px 14px rgba(244, 38, 62, .2);
}

.image-wrapper.cta-v2 {
  width: 176px;
  height: 176px;
  min-width: 176px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  overflow: visible;
}

.image-wrapper.card-package {
  width: 94px;
  height: 94px;
  min-width: 94px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-wrapper.package-page {
  width: 94px;
  height: 94px;
  min-width: 94px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.image-wrapper.order-item-image {
  width: 94px;
  height: 94px;
  min-width: 94px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.image-wrapper.card-service {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 25px;
  padding: 10px;
  display: flex;
}

.image-wrapper.card-service._2 {
  background-color: #ecfde9;
}

.image-wrapper.card-service._3 {
  background-color: #fff9e5;
}

.image-wrapper.cta-v2 {
  width: 176px;
  height: 176px;
  min-width: 176px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  overflow: visible;
}

.images-wrapper.home-hero {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

.container-medium-850px.contact {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-logo-link {
  max-width: 114px;
  transform-style: preserve-3d;
  margin-bottom: 19px;
  padding-left: 0;
  line-height: 1em;
  transition-property: transform;
}

.footer-logo-link:hover {
  transform: scale3d(.95, .95, 1.01);
}

.footer-logo-link.w--current {
  color: #1a2447;
  font-weight: 500;
}

.error-message {
  color: #f4263e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4263e;
  border-radius: 15px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

.footer-content-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #778ba5;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1em;
  text-decoration: none;
}

.footer-link:hover {
  color: #1c7df8;
}

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

.footer-link.email {
  padding-left: 5px;
}

.dropdown-button {
  height: 40px;
  min-width: 40px;
  color: #1c7df8;
  text-shadow: 0 2px 4px rgba(28, 125, 248, .36);
  background-color: #fff;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-family: Icons Seo Template;
  font-size: 1.1em;
  line-height: 1em;
  transition: box-shadow .35s;
  display: flex;
}

.dropdown-button:hover {
  box-shadow: 0 1px 6px rgba(25, 49, 80, .12), 0 4px 9px rgba(28, 125, 248, .16);
}

.footer-main-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  min-height: 62px;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.input:hover {
  border-color: #1c7df8;
}

.input:focus,
.input.-wfp-focus {
  color: #193150;
  border-color: #1c7df8;
}

.input::-ms-input-placeholder {
  color: #778ba5;
}

.input::placeholder {
  color: #778ba5;
}

.input.checkout {
  height: 50px;
  min-height: auto;
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 16px;
}

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

.footer-links-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-item {
  max-height: 16px;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.footer-mobile-content {
  justify-content: center;
  align-items: center;
  display: block;
}

.success-message {
  color: #1b76ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b76ff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
}

.list-footer {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.brand-header {
  max-width: 106px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .35s;
}

.brand-header:hover {
  transform: scale3d(.95, .95, 1.01);
}

.empty-state {
  color: #62668a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bebfcc;
  border-radius: 25px;
  margin: 40px 20px;
  padding: 60px 20px;
  font-size: 24px;
}

.nav-link {
  height: 80px;
  color: #778ba5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: static;
}

.nav-link:hover {
  color: #000;
}

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

.nav-link.hide {
  display: flex;
}

.nav-menu {
  height: 80px;
  display: flex;
  position: static;
}

.container-header {
  height: 80px;
  max-width: 1257px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.case-study-wrapper {
  align-items: center;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  max-width: 1700px;
  display: none;
  top: -149px;
  left: -189px;
}

.bg.about {
  z-index: -1;
  max-width: 1689px;
  top: -241px;
  left: -199px;
}

.bg.packages {
  z-index: -1;
  height: 546px;
  background-color: #fafbfd;
  top: 0;
  left: 0;
  right: 0;
}

.bg.package {
  z-index: -1;
  height: 712px;
  max-height: 712px;
  background-color: #fafbfd;
  top: 0;
  left: 0;
  right: 0;
}

.bg.contact-line {
  max-width: 1555px;
}

.bg.contact-1 {
  width: 372px;
  height: 372px;
  min-width: 372px;
  background-color: #1c7df8;
  border-radius: 1000px;
  top: 76px;
  left: -162px;
  box-shadow: 0 4px 24px rgba(28, 125, 248, .12);
}

.bg.contact-2 {
  width: 309px;
  height: 309px;
  min-width: 309px;
  background-color: #ffcd1d;
  border-radius: 1000px;
  right: -120px;
  box-shadow: 0 4px 24px rgba(255, 205, 29, .26);
}

.bg.contact-3 {
  width: 372px;
  height: 372px;
  min-width: 372px;
  background-color: #72d962;
  border-radius: 1000px;
  bottom: 32px;
  right: -144px;
  box-shadow: 0 4px 24px rgba(114, 217, 98, .14);
}

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

.container-medium-768px.about {
  text-align: center;
  margin-top: 80px;
}

.about-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  display: flex;
  position: relative;
}

.achievements-grid {
  grid-column-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.story-wrapper {
  justify-content: space-between;
  display: flex;
}

.achievement-wrapper {
  text-align: center;
}

.achievement {
  color: #193150;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.042em;
}

.achievement-text {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.375em;
}

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

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

.card-team-main-content {
  color: #465a74;
  margin-bottom: 28px;
  text-decoration: none;
}

.card-team-main-content:hover {
  color: #465a74;
}

.cart-team-job {
  color: #1c7df8;
  font-size: 18px;
  line-height: 1em;
}

.card-team-top-content {
  margin-bottom: 17px;
}

.card-team-social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
  display: flex;
}

.card-team-social-media-link {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 1000px;
  transition-property: transform;
  overflow: hidden;
}

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

.card-team-social-media-link.linkedin {
  background-image: url('../images/icon-social-media-4-seo-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 12px 16px rgba(10, 102, 194, .15);
}

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

.container-small-463px.values,
.container-small-463px.offices {
  text-align: center;
}

.values-grid {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.card-value-top-content {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.offices-grid {
  z-index: 1;
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 52px;
  position: relative;
}

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

.achievements-wrapper {
  width: 100%;
  max-width: 1083px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.input-wrapper {
  position: relative;
}

.select-wrapper {
  min-height: 62px;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  padding-right: 18px;
  transition: border-color .35s, color .35s;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.select-wrapper:hover,
.select-wrapper:focus {
  border-color: #1c7df8;
}

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

.select-wrapper::placeholder {
  color: #62668a;
}

.select-wrapper.card-package {
  background-color: #fff;
  margin-bottom: 20px;
}

.select-wrapper.card-package-order {
  min-height: 76px;
  margin-bottom: 32px;
}

.select-wrapper.checkout {
  min-height: 50px;
}

.select {
  min-height: 62px;
  color: #778ba5;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: color .35s;
}

.select:focus {
  color: #193150;
}

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

.select::placeholder {
  color: #62668a;
}

.select.card-package-order {
  min-height: 76px;
}

.select.checkout {
  height: 50px;
  min-height: auto;
}

.cta-v2-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-v2-content {
  max-width: 62%;
  margin-right: 40px;
}

.back-to-wrapper {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  left: -43.1vw;
}

.back-to-wrapper.package {
  margin-bottom: 63px;
}

.back-to-wrapper.category {
  margin-bottom: 30px;
}

.back-to {
  text-transform: lowercase;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.back-to:hover {
  color: #193150;
}

.arrow-back-to {
  text-shadow: 0 2px 4px rgba(28, 125, 248, .12);
  font-family: Icons Seo Template;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.packages-grid {
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.card-package-top-content {
  color: #465a74;
  padding: 40px 2vw 52px;
  text-decoration: none;
}

.card-package-top-content:hover {
  color: #465a74;
}

.card-package-content {
  background-color: #fafbfd;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  padding: 3rem 2rem;
}

.card-package-content.pricing {
  padding-top: 1rem;
}

.card-package-name-wrapper {
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.card-package-price {
  color: #778ba5;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.091em;
}

.card-package-features-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 47px;
}

.card-package-default-state {
  flex-direction: column;
  display: flex;
}

.package-feature-wrapper {
  align-items: center;
  line-height: 1em;
  display: flex;
}

.package-wrapper {
  max-width: 1062px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-features-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-package-order-field-label {
  letter-spacing: -.02em;
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 1.4em;
}

.card-package-order-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.card-package-order-price {
  color: #193150;
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.143em;
}

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

.rich-text-about-package h2 {
  max-width: 776px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-about-package p {
  max-width: 776px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-about-package h3 {
  max-width: 776px;
  margin: 56px auto 16px;
}

.rich-text-about-package figure {
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 56px;
}

.rich-text-about-package img {
  border-radius: 36px;
  margin-bottom: 24px;
}

.rich-text-about-package ul {
  max-width: 776px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-about-package h4 {
  max-width: 776px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-about-package blockquote {
  max-width: 797px;
  margin: 64px auto 50px;
}

.rich-text-about-package h5 {
  max-width: 776px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-about-package ol {
  max-width: 776px;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
}

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

.open-positions-grid {
  grid-column-gap: 37px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.container-small-581px.contact {
  text-align: center;
  margin-top: 80px;
}

.contact-form-grid {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.checkbox {
  width: auto;
  height: 22px;
  min-width: 22px;
  background-color: #fff;
  border-color: #dce3ed;
  border-radius: 6px;
  margin-top: 3px;
  margin-left: auto;
  transition: box-shadow .35s, background-color .35s, border-color .35s;
  box-shadow: inset 1px 1px 5px rgba(25, 49, 80, .08);
}

.checkbox:hover {
  border-color: #1c7df8;
}

.checkbox.w--redirected-checked {
  background-color: #1c7df8;
  background-image: url('../images/icon-check-seo-template.svg');
  background-size: auto;
  border-color: #1c7df8;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(28, 125, 248, .16);
}

.checkbox.checkout {
  margin-left: 0;
}

.faqs-grid-left {
  grid-column-gap: 27px;
  grid-row-gap: 24px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.faq-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-content {
  max-width: 591px;
  overflow: hidden;
}

.category-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
}

.checkout-form {
  background-color: #fff;
  background-image: linear-gradient(#fafbfd 20%, #fff 20%);
  padding: 0 0 80px;
}

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

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

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

.block-content.payments-buttons {
  padding-top: 0;
}

.block-content.payments-buttons.paypal {
  padding-bottom: 24px;
}

.block-content.discount {
  border-bottom-width: 1px;
  border-bottom-color: #dce3ed;
}

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

.required-text {
  color: #1c7df8;
}

.order-item-content {
  align-items: center;
  display: flex;
}

.order-item {
  justify-content: space-between;
  align-items: flex-start;
}

.order-item-subscription-text {
  color: #193150;
  font-weight: 500;
}

.order-item-price {
  color: #193150;
  font-weight: 700;
}

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

.faqs-grid-right {
  grid-column-gap: 27px;
  grid-row-gap: 24px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.faqs-columns {
  margin-top: 32px;
}

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

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

.password-icon-wrapper {
  width: 158px;
  height: 158px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.animation-div.offices {
  display: flex;
}

.package-feature {
  position: relative;
  top: -3px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding: 10px 0 0;
}

.order-summary-subtotal {
  font-weight: 500;
}

.order-summary-total {
  color: #193150;
}

.paypal-button {
  margin-top: 19px;
}

.heading-size-h3 {
  color: #193150;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375em;
}

.number_grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  padding: 0 24px;
}

.heading {
  color: #1c7df8;
  text-align: center;
  font-size: 40px;
}

.text-block-5 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.heading-9 {
  color: #193150;
  text-align: center;
}

.bold-text-8 {
  color: #193150;
}

.section-services-grid-copy-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapper-copy {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-copy.our-process {
  border-radius: 40px;
  margin-right: 40px;
}

.image-wrapper-copy.our-process._1 {
  box-shadow: 0 4px 22px rgba(28, 125, 248, .28);
}

.image-wrapper-copy.our-process._2 {
  margin-right: 20px;
  box-shadow: 0 6px 34px rgba(114, 217, 98, .31);
}

.image-wrapper-copy1 {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-copy1.our-process {
  border-radius: 40px;
  margin-right: 40px;
}

.image-wrapper-copy1.our-process._3 {
  margin-right: 20px;
  box-shadow: 0 14px 24px rgba(0, 216, 205, .16);
}

.trynow {
  color: #1c7df8;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.trynow:hover {
  color: #fff;
  background-color: #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.small-print-2 {
  color: rgba(25, 49, 80, .57);
  text-align: center;
  margin-top: 40px;
  font-family: Plus Jakarta Display;
  font-size: 13px;
  line-height: 1.563em;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1c7df8;
  border-radius: 10px;
  padding: 22px 32px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.button-primary:hover {
  color: #fff;
  transform: translate3d(0, -2px, .01px);
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.button-primary.width-max {
  max-width: 300px;
  flex: 1;
}

.button-primary.width-max.alternate {
  color: #1c7df8;
  background-color: #fff;
  border: 1px solid #1c7df8;
}

.button-primary.width-max.alternate:hover {
  color: #fff;
  background-color: #1c7df8;
}

.div-block-2 {
  box-shadow: none;
  color: #1c7df8;
  cursor: grab;
  border: .15px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 30px;
}

.input-2 {
  min-height: 62px;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.input-2:hover {
  border-color: #1c7df8;
}

.input-2:focus {
  color: #193150;
  border-color: #1c7df8;
}

.input-2::-ms-input-placeholder {
  color: #778ba5;
}

.input-2::placeholder {
  color: #778ba5;
}

.message-2 {
  max-height: 180px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 17px 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.message-2:hover {
  border-color: #1c7df8;
}

.message-2:focus {
  color: #193150;
  border-color: #1c7df8;
}

.message-2::-ms-input-placeholder {
  color: #778ba5;
}

.message-2::placeholder {
  color: #778ba5;
}

.text-block-10 {
  color: #127502;
}

.hide {
  display: none;
}

.heading-11 {
  font-size: 3em;
}

.heading-11.new-centre-aligned {
  text-align: center;
}

.heading-11.new-centre-aligned.white {
  color: #fff;
}

.bottomcta {
  width: 200px;
  color: #1c7df8;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.bottomcta:hover {
  color: #fff;
  background-color: #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.bold-text-9,
.bold-text-10,
.bold-text-11 {
  color: #1c7df8;
}

.ourservices {
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-our-process-wrapper-copy-2 {
  height: 489px;
  border: 2px solid rgba(28, 125, 248, .3);
  border-radius: 36px;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  box-shadow: 6px 6px 16px 7px rgba(28, 125, 248, .23);
}

.card-our-process-wrapper-copy-2._1 {
  padding-left: 20px;
  padding-right: 20px;
}

.card-our-process-wrapper-copy-2._2,
.card-our-process-wrapper-copy-2._3 {
  display: none;
}

.our-process-content-2 {
  width: 80%;
  max-width: 441px;
}

.title-2.card-our-process {
  margin-bottom: 12px;
}

.title-2.open-positions {
  margin-bottom: 14px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper.hov-section {
  min-height: 500px;
  justify-content: space-between;
  padding: 23px;
  position: relative;
}

.hero-wrapper.serbicessection {
  justify-content: space-around;
}

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

.margin-bottom-24px.color {
  color: #020202;
}

.navbar-logo-left.tab-mobmenu {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.test-section {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split-2.hovertab-section {
  max-width: 60%;
  align-items: stretch;
}

.hero-split-2.hovertab-sectionleft {
  border-left: 3px solid #1c7df8;
  flex: 0 30%;
  padding: 20px;
}

.div-block-24 {
  width: 350px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px;
  display: flex;
}

.div-block-24:hover {
  color: #fff;
  background-color: #1c7df8;
  border-color: #1c7df8;
}

.div-block-25 {
  margin-left: 10px;
}

.bold {
  font-weight: 700;
}

.grid-6 {
  display: none;
}

.heading-13 {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 1.38em;
}

.numbers-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.numberssection-container {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.numberssectioninnerdiv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.slider.hideslide,
.slider.home {
  display: none;
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slide.aso {
  padding-left: 0;
  padding-right: 0;
}

.slider-wrapper-wide {
  display: flex;
}

.slider-wrapper-wide.as0 {
  align-items: center;
}

.logo-wrapper-wide {
  width: 20%;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-wrapper-wide.aso {
  width: 33%;
  justify-content: space-between;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-3 {
  color: #000;
}

.left-arrow,
.right-arrow {
  display: none;
}

.loopcontainer {
  flex-direction: row;
  display: flex;
}

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

.div-block-32 {
  color: #838383;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-left: 2em;
  margin-right: 2em;
  padding: 50px;
  text-decoration: none;
  position: relative;
  box-shadow: 14px 14px 20px 7px rgba(0, 0, 0, .07);
}

.div-block-32:hover {
  color: #000;
}

.div-block-33 {
  justify-content: space-between;
  display: flex;
}

.tab-pane-tab-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-link {
  width: 20%;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  border-bottom-style: solid;
  border-right-style: solid;
  border-radius: 5px;
  box-shadow: 0 0 20px -20px rgba(0, 0, 0, .09);
}

.tab-link:hover {
  color: #1c7df8;
}

.tab-link.w--current {
  color: #fff;
  background-color: #1c7df8;
}

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

.section-6.hide-positions {
  display: none;
}

.section-6.job-board {
  background-color: #f9f9f9;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-18 {
  color: #1c7df8;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.ourtools {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clients-image-three {
  width: 130px;
  filter: invert();
  margin-bottom: 10px;
  margin-right: 10px;
}

.div-block-34 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation-3 {
  height: 50vh;
  margin-bottom: 20px;
}

.hero-heading-right {
  background-color: #fff;
  padding: 60px 30px;
  position: relative;
}

.hero-heading-right.white {
  background-color: #fff;
}

.hero-heading-right.white.agency {
  padding-bottom: 100px;
}

.heading-19 {
  font-size: 35px;
}

.html-embed-4 {
  height: 500px;
}

.feature-image {
  height: auto;
  min-height: 375px;
  border-radius: 3px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
}

.jobtitle-jobpage {
  color: #0f0f0f;
  text-align: center;
  font-weight: 400;
}

.text-block-19 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nojobfoundpopup {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(24, 23, 23, .77);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-11 {
  min-width: 600px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  display: flex;
  position: relative;
}

.nojobsfoundclose {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.form-block {
  color: #1c1c1c;
  margin-top: 40px;
}

.input-fieldjobs {
  color: #7b7b7b;
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 25px;
}

.text-area {
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 25px;
}

.image-8 {
  display: none;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 40px;
}

.slide-2 {
  min-height: 600px;
  padding: 58px;
}

.slide-2.embedd {
  padding-top: 0;
}

.mask {
  min-height: 600px;
  padding-top: 37px;
  padding-bottom: 37px;
}

.slider-2 {
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.icon-4,
.icon-5 {
  background-color: #1c7df8;
}

.left-arrow-2,
.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  top: 110%;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.insideslider {
  height: 500px;
}

.leftrightinslider {
  min-height: 600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.leftrightinslider.nosize {
  min-height: auto;
}

.image-10 {
  padding: 10px;
}

.text-block-21 {
  color: #778ba5;
  padding-left: 0;
  line-height: 1em;
}

.paragraph-7.color {
  color: #193150;
}

.fs-cc-banner3_container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner3_paragraph {
  margin-bottom: 0;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: 5%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.fs-cc-banner3_component.hide {
  width: 50vw;
  height: 10vh;
  max-width: 540px;
  border-radius: 5px;
  align-items: center;
  padding: .5rem;
  display: none;
  top: auto;
  bottom: 2%;
  left: 2%;
  right: auto;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
  display: flex;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-banner3_button {
  width: 100px;
  height: 20px;
  color: #fff;
  background-color: #1c7df8;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner3_button:hover {
  color: #fff;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  filter: invert();
  color: #000;
  background-color: #fff;
  margin-right: 1rem;
}

.fs-cc-banner3_block {
  justify-content: space-between;
  margin-right: 2rem;
  display: flex;
}

.link {
  color: #1c7df8;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #1c7df8;
}

.image-11 {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.howitworksimg {
  width: 14vw;
  border-radius: 36px;
  margin-bottom: 20px;
}

.div-block-37 {
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-10 {
  color: #778ba5;
  font-size: 16px;
}

.heading-20 {
  font-size: 20px;
}

.tab-link-2 {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link-2:hover {
  opacity: .6;
  color: #172949;
  border-left-color: #1c7df8;
  text-decoration: none;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #1c7df8;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.hero-image.new {
  height: auto;
}

.floatingbutton {
  z-index: 20000;
  width: 300px;
  height: 300px;
  background-color: #4c4a4a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.body {
  font-family: soleil;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-2.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.title-wrap-2.horizontal.lesspadding {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-mobile-img {
  height: auto;
  display: none;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.tab-button-desc {
  font-size: 14px;
  line-height: 24px;
  padding: 0 3.5rem;
}

.tab-button-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.chevron-2 {
  width: 30px;
  height: auto;
}

.tabs-content-2 {
  width: 55%;
}

.tabsection {
  padding: 0 3% 40px;
}

.tab-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 0;
  transition: all .3s;
}

.tab-button:hover {
  color: #193150;
}

.tab-button.w--current {
  background-color: #fff;
  border-top-style: none;
  border-radius: 16px;
  box-shadow: 1px 1px 10px rgba(105, 105, 105, .31);
}

.tabs-menu {
  width: 45%;
  flex-direction: column;
  margin-right: 5%;
  display: flex;
}

.text-block-4 {
  font-weight: 600;
}

.tab-button-2 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 0;
  transition: all .3s;
}

.tab-button-2:hover {
  color: #193150;
}

.tab-button-2.w--current {
  background-color: #dce3ed;
  border-top-style: none;
  border-radius: 16px;
  box-shadow: 1px 1px 10px rgba(105, 105, 105, .31);
}

.div-block-49 {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #1c7df8;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.tab-button-content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
}

.container-11 {
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
  position: static;
}

.html-embed-5 {
  display: none;
}

.floatingcta-button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1c7df8;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.floatingcta-button-2:hover {
  color: #1c7df8;
  background-color: #fff;
  border: 1px solid #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.card-2 {
  background-color: #fff;
  border: .5px solid #dce3ed;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 1px 24px rgba(25, 49, 80, .04), 0 6px 21px rgba(28, 125, 248, .05);
}

.card-2.services {
  color: #778ba5;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  transition: border-color .35s, box-shadow .35s, transform .35s;
  display: flex;
}

.card-2.services:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 1px 48px rgba(25, 49, 80, .04), 0 12px 41px rgba(28, 125, 248, .05);
}

.card-2.contact {
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  min-height: 500px;
  border-color: #b4c2d6;
  margin-top: 45px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 66px 74px;
  position: relative;
  box-shadow: 0 6px 36px rgba(25, 49, 80, .09);
}

.card-2.contact.google_play-store.new,
.card-2.contact.apple-ios-app_store.new {
  box-shadow: none;
  border-style: none;
  margin-top: 20px;
  padding-top: 40px;
}

.card-2.cta-v2 {
  max-width: 1003px;
  border-top-width: 8px;
  border-top-color: #1c7df8;
  border-radius: 10px 10px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 57px;
  display: flex;
}

.field-label,
.important {
  text-align: left;
}

.div-block-50 {
  display: flex;
}

.tabs-menu-services {
  width: 50%;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.service-tab {
  height: auto;
  color: #465a74;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #1c7df8;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  transition: all .55s, height .575s;
  display: flex;
}

.service-tab:hover {
  color: #465a74;
}

.service-tab.w--current {
  height: auto;
  background-color: #fff;
  border-bottom-width: 2px;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 4px 3px -12px rgba(0, 0, 0, .14);
}

.number {
  margin-right: 16px;
  font-size: 14px;
  line-height: 24px;
}

.service-tab-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img1 {
  height: auto;
}

.feature-outer-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 24px;
}

.tabs-services {
  width: auto;
  height: auto;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.feature-outer-wrapmobile {
  background-color: #fff;
  border-radius: 3px;
  padding: 24px;
  display: none;
}

.success-data {
  background-color: rgba(255, 255, 255, .2);
  padding: 100px 27px 60px;
}

.service-para {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.service-para._1st {
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-tab-title {
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.service-tab-title.pricingtabs {
  margin-bottom: 20px;
}

.service-tab-pane {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  padding: 0;
}

.tabs-content {
  width: 50%;
  order: -1;
  transition: all .2s;
  display: block;
}

.button-primary-cleint-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1c7df8;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.button-primary-cleint-2:hover {
  color: #1c7df8;
  background-color: #fff;
  border: 1px solid #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.tabs_menu-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #a5a5a5;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.services-tabs_image {
  width: 40rem;
  height: auto;
  object-fit: contain;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.tab-wrapper {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.tab-wrapper.vertical-centre-aligned {
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.tab-wrapper.vertical-centre-aligned.padding {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.button-is-webflow {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border-radius: 10rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-is-webflow:hover {
  color: #4353ff;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #4353ff;
}

.tabs_content {
  color: #000;
  background-color: #fff;
  border-radius: 16px 16px 1.2rem 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tabs-layout_component {
  z-index: 200;
  height: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.05fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem 2rem;
  display: flex;
  position: static;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-services-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.text-size-medium {
  margin-bottom: 60px;
  font-size: 16px;
}

.tabs_component--service {
  border-radius: 16px 16px 1.25rem 1.25rem;
}

.tabs-layout_image-wrapper {
  border-radius: 1rem;
}

.tabs1_link-service {
  width: 33.33%;
  color: #193150;
  text-align: center;
  background-color: #f5f5f7;
  margin-bottom: 0;
  padding: .75rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tabs1_link-service:hover {
  color: #eaeaea;
  background-color: #1e7df8;
}

.tabs1_link-service.w--current {
  color: #fafbfd;
  background-color: #1c7df8;
  padding-left: .125rem;
}

.tabs1_link-service._3rd {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.tabs1_link-service.first {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 0 auto;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(59deg, #4253ff, #151d53);
  -webkit-background-clip: text;
  background-clip: text;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  max-width: 1280px;
}

.text-color-yellow {
  color: #fac710;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.max-width-large {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs_content-wrapper-service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-6 {
  margin-bottom: 20px;
}

.heading-21 {
  font-size: 16px;
  font-weight: 600;
}

.logo-carousel-wrapper-reverse {
  height: auto;
  flex: none;
  display: flex;
}

.image-17 {
  mix-blend-mode: darken;
}

.image-17.black-bg {
  background-color: #193150;
}

.image-18.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.image-18.cta-v2 {
  max-width: none;
  margin-top: 7px;
}

.image-19 {
  background-color: #111212;
}

.image-19.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.logo-item-2 {
  margin-left: 10px;
  margin-right: 20px;
}

.carousel-2 {
  width: auto;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.item-holder-2 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.logo-loop-container-2-reverse {
  width: auto;
  height: 100%;
  display: flex;
}

.logo-carousel-container-down {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 1rem;
}

.partner-container.spacing-partner {
  margin-top: 0;
  padding-top: 0;
}

.heading-wrapper {
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sub-titile_new {
  color: #1c7df8;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}

.logo-carousel-wrapper-2 {
  height: auto;
  flex: none;
  display: flex;
}

.image-20 {
  mix-blend-mode: darken;
}

.image-21.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.logo-loop-container-2 {
  width: auto;
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logo-carousel-container-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 2rem;
  display: none;
}

.image-22 {
  mix-blend-mode: darken;
}

.image-23.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.form-capture-section {
  justify-content: center;
  display: flex;
}

.form-tab-wrapper {
  max-width: 100rem;
  margin-bottom: 1rem;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-block-22 {
  color: #127502;
}

.input-3 {
  min-height: 62px;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.input-3:hover {
  border-color: #1c7df8;
}

.input-3:focus {
  color: #193150;
  border-color: #1c7df8;
}

.input-3::-ms-input-placeholder {
  color: #778ba5;
}

.input-3::placeholder {
  color: #778ba5;
}

.text-block-23 {
  color: #127502;
}

.input-4 {
  min-height: 62px;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.input-4:hover {
  border-color: #1c7df8;
}

.input-4:focus {
  color: #193150;
  border-color: #1c7df8;
}

.input-4::-ms-input-placeholder {
  color: #778ba5;
}

.input-4::placeholder {
  color: #778ba5;
}

.image-logos {
  height: auto;
}

.app-logo_holder {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.app-logo_holder.small-icon.pricing {
  justify-content: flex-start;
}

.app-logo_holder.bottom-spacing-margin {
  margin-bottom: 2rem;
}

.app-logo_holder.bottom-spacing-margin.pricing {
  margin-bottom: 0;
  padding-bottom: 0;
}

.logo-image-lead {
  width: 100px;
  height: 100px;
  border-radius: 25px;
}

.logo-image-lead.small-icon-platform {
  width: 36px;
  height: 36px;
  border-radius: 25%;
  position: relative;
  top: 125px;
  left: 36px;
}

.logo-image-lead.small-icon-platform.pricing {
  left: 78px;
}

.html-embed-7 {
  z-index: 200;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.search-box_holder {
  z-index: 200;
  height: auto;
  position: static;
}

.search-box_holder.flex-custom {
  justify-content: flex-start;
  display: flex;
}

.search-box_holder.flex-custom.width {
  width: 100%;
  max-width: 80rem;
  justify-content: center;
}

.instruction-text-wrapper {
  z-index: 1;
  height: 440px;
  justify-content: center;
  display: flex;
  position: relative;
}

.instruction-text-wrapper.hidden {
  position: static;
}

.rich-text-block {
  width: 70%;
}

.logo-section {
  justify-content: center;
  display: flex;
}

.section-wrapper {
  max-width: 1340px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-holder-logo {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.slider-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.form {
  display: block;
}

.image-24 {
  text-align: center;
  border-radius: 20px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._2-buttons-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trynow-2 {
  color: #1c7df8;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.trynow-2:hover {
  color: #fff;
  background-color: #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.paragraph-11.home-hero {
  max-width: 396px;
  color: #778ba5;
  margin-bottom: 40px;
}

.paragraph-11.home-hero.new-centre-aligned {
  color: #eff6ff;
  text-align: center;
}

.paragraph-11.home-hero.new-centre-aligned.width {
  max-width: 50rem;
}

.tabs_menu-service-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #a5a5a5;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.tabs_content-2 {
  color: #000;
  background-color: #fff;
  border-radius: 2rem 2rem 1.2rem 1.2rem;
  padding: 1rem 3rem;
}

.tabs-layout_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-right-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem 1rem;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.2rem;
}

.tabs_component--service-2 {
  background-image: linear-gradient(56deg, #4353ff, #151d53);
  border-radius: 2rem 2rem 1.25rem 1.25rem;
  box-shadow: 1px 1px 20px -4px rgba(66, 83, 255, .1);
}

.tabs1_link-service-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: .125rem solid rgba(0, 0, 0, 0);
  border-radius: 10rem;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .75rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .2s;
}

.tabs1_link-service-2:hover {
  background-color: rgba(255, 255, 255, .2);
}

.tabs1_link-service-2.w--current {
  color: #151d53;
  background-color: #f5f5f7;
  border-top: .125rem #4589ff;
  border-bottom: 2px #00c7c7;
  border-radius: 10rem;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.c-text-1 {
  color: #5f6668;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title_intro {
  text-align: center;
  margin-bottom: 50px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.cc-color-primary {
  color: #4e5bed;
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.c-autotabs_load {
  width: 100%;
  height: 0%;
  background-color: #4e5bed;
  border-radius: 20px;
  overflow: visible;
}

.c-autotabs_line {
  width: 6px;
  background-color: #e8edf6;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 40px;
  right: auto;
  overflow: hidden;
}

.c-title-2 {
  color: #323b48;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
}

.c-autotabs_content {
  width: 50%;
  position: static;
  overflow: visible;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}

.c-autotabs_image {
  margin-left: auto;
  display: block;
}

.c-autotabs_image.cc-pane-crypto-mobile {
  display: none;
}

.c-autotabs_link {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 80px 22px 90px;
}

.c-autotabs_link.w--current {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 49px;
  padding-bottom: 49px;
  box-shadow: 0 8px 48px -10px #c0c7e2;
}

.c-autotabs_pane {
  position: static;
}

.c-autotabs_menu {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.c-container {
  max-width: 1364px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container.cc-10cols {
  max-width: 1144px;
}

.image-css,
.image-25 {
  height: auto;
}

.tab {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-weight: 400;
}

.icon {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.is--tab-heading {
  font-size: 2rem;
  font-weight: 500;
}

.button {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #006cff;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.button:hover {
  color: #fff;
  background-color: #006cff;
}

.button.spacing {
  color: #fff;
  background-color: #1c7df8;
  border-color: #1c7df8;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.button.spacing:hover {
  color: #193150;
  background-color: #fff;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.tabs {
  max-width: 1000px;
  display: flex;
}

.subtitle-2 {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.margin-bottom.margin-medium {
  text-align: center;
}

.mt {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.tabs-menu-2 {
  width: 400px;
  flex-direction: column;
  display: flex;
}

.paragraph-12 {
  text-align: left;
  margin-bottom: 20px;
}

.tabs-content-3 {
  background-color: #fff;
  flex: 1;
  padding: 2em 4em;
}

._w-footer {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.tab-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-highlight {
  text-align: left;
  font-weight: 500;
}

.button-holder {
  align-self: center;
}

.white {
  color: #fff;
}

.app-search-box-holder {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.search {
  display: flex;
}

.code-left {
  width: 36rem;
}

.button-holder {
  margin-left: 5px;
}

.html-embed-8 {
  width: auto;
  display: block;
}

.html-embed-9 {
  border-radius: 8px;
}

.html-embed-10 {
  display: block;
}

.html-embed-11,
.html-embed-12 {
  display: none;
}

.link-2 {
  font-size: 21px;
}

.sub-titile_new-2 {
  color: #1c7df8;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}

.slider-4 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.sub-titile_new-3 {
  color: #1c7df8;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}

.slider-5 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-logo-marquee.padding-horizontal-vertical {
  padding-left: 2rem;
  padding-right: 2rem;
}

.marquee {
  grid-column-gap: 1.5rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1.5rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.paragraph-13.packages {
  max-width: 461px;
}

.empty-state-2 {
  color: #62668a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bebfcc;
  border-radius: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 20px;
  font-size: 24px;
}

.subtitle-3 {
  color: #1c7df8;
  letter-spacing: -.02em;
  text-transform: lowercase;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 1em;
}

.subtitle-3.hero {
  margin-bottom: 14px;
}

.title-3.cta-v2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.375em;
}

.list-wrapper.margin {
  margin-bottom: 8rem;
}

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

.package-card {
  background-color: #fff;
  border: .5px solid #dce3ed;
  border-radius: 36px;
  flex-direction: column;
  display: flex;
}

.package-card.logic {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-content-wrapper {
  justify-content: center;
  display: flex;
}

.top-part {
  flex-direction: column;
  display: flex;
}

.top-part.padding {
  align-items: center;
  padding: 1rem;
}

.image-wrapper {
  width: 94px;
  height: 94px;
  min-width: 75px;
  background-color: #eff6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.name-content-wrapper.left-margin {
  align-self: center;
  margin-left: 20px;
}

.titile-heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.titile-heading.centre-alignmed {
  text-align: left;
}

.text-block-24 {
  line-height: 1.5;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.packahe-feature-wrapper {
  display: flex;
}

.ckeck-icon {
  width: 23px;
  height: 23px;
  align-self: flex-start;
  margin-top: 6px;
  margin-right: 10px;
}

.feature-pointer {
  line-height: 1.5;
}

.button-wrapper {
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button-wrapper.bottom {
  margin-top: 0;
}

.button-wrapper.third {
  margin-top: 1.8rem;
}

.button-wrapper.aligned-3 {
  margin-top: 1.87rem;
}

.card-main-image {
  border-radius: 12%;
}

.card-paragraph.margin {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.search-box-wrapper {
  width: 1080px;
  max-width: 1440px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-wrapper-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calculated-pricing-component_wrapper {
  margin-top: 2rem;
}

.calculated-pricing {
  color: #1c7df8;
  text-align: center;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.pricing-info-text {
  color: #193150;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.personal-plan-offer {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.personal-plan-heading {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.custom-plan-paragraph {
  color: #465a74;
  text-align: center;
  font-weight: 500;
}

.app-logo-info_holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-13 {
  display: none;
}

.suffix {
  font-size: 1.5rem;
}

.button-holder-error-message {
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .tabsection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-tab-wrapper {
    max-width: 140rem;
  }

  .logo-image-lead {
    border-radius: 25px;
  }

  .html-embed-7 {
    flex-wrap: nowrap;
  }

  .section-wrapper {
    justify-content: center;
    display: flex;
  }

  .slider-3 {
    flex: 0 auto;
  }

  .code-left {
    width: 36rem;
  }

  .html-embed-8 {
    width: auto;
  }

  .slider-4,
  .slider-5 {
    flex: 0 auto;
  }

  .button-wrapper.third {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-hero-logos {
    max-width: 1457px;
  }

  .container-hero-logos.new-bg {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .companies-grid {
    margin-right: 69px;
  }

  .container-header {
    max-width: 1457px;
  }

  .case-study-wrapper {
    justify-content: center;
  }

  .container {
    text-align: center;
  }

  .numberssection-container,
  .container-default-2 {
    max-width: 1457px;
  }

  .card-2.contact.apple-ios-app_store.hidden {
    display: none;
  }

  .max-width-xlarge.align-center {
    max-width: 1360px;
  }

  .form-tab-wrapper {
    max-width: 1600px;
    flex: 1;
  }

  .section-wrapper {
    flex-direction: column;
  }

  .code-left {
    width: 36rem;
    flex-wrap: nowrap;
    align-self: auto;
    display: block;
  }

  .html-embed-8 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding: 50px 60px 45px;
  }

  .container-hero-logos {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container-hero-logos.checkout {
    flex-direction: column;
    align-items: stretch;
  }

  .container-hero-logos.howitworks {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary-cleint {
    display: flex;
  }

  .button-primary-cleint.mobileonly,
  .navbar.mobhide {
    display: none;
  }

  .header-logo {
    width: 120px;
  }

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

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.about {
    padding-top: 60px;
  }

  .section.package {
    padding-top: 40px;
  }

  .section.contact {
    padding-top: 60px;
  }

  .section.packages-category {
    padding-bottom: 80px;
  }

  .home-hero-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .split-content.home-hero-left {
    max-width: 557px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .split-content.section-services-left {
    margin-bottom: 30px;
  }

  .split-content.story-left {
    max-width: none;
    align-items: flex-start;
    margin-top: 60px;
    margin-right: 0;
    display: flex;
  }

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

  .split-content.section-team-left {
    margin-bottom: 30px;
  }

  .split-content.open-positions-left {
    max-width: 488px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: 350px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .paragraph.home-hero {
    margin-bottom: 30px;
  }

  .companies-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .title.office {
    margin-top: 0;
  }

  .companies-grid {
    grid-column-gap: 47px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    margin-top: 40px;
    margin-right: 0;
  }

  .top-content.section-services {
    flex-direction: column;
    align-items: center;
  }

  .top-content.section-team,
  .top-content.open-positions {
    flex-direction: column;
    align-items: flex-start;
  }

  .card.services {
    flex-direction: column;
  }

  .card.achievements {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.team {
    flex-direction: row;
    align-items: flex-start;
  }

  .card.value {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.office {
    flex-direction: column;
    align-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.press {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.cta-v2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .card.package {
    align-items: center;
    display: flex;
  }

  .card.order-package {
    padding: 60px 40px;
  }

  .card.contact {
    margin-top: 40px;
    padding: 60px 54px;
  }

  .image-wrapper.card-service {
    margin-bottom: 20px;
  }

  .image-wrapper.story-1,
  .image-wrapper.card-team {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .image-wrapper.flag {
    margin-bottom: 20px;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 10px;
  }

  .image-wrapper.card-service {
    margin-bottom: 20px;
  }

  .images-wrapper.home-hero {
    flex: 0 auto;
    align-items: center;
    margin-right: 0;
  }

  .footer-logo-link {
    white-space: normal;
    margin-bottom: 20px;
  }

  .footer-content-links {
    padding-top: 0;
  }

  .footer-link {
    white-space: normal;
  }

  .dropdown-button {
    font-size: 1.2em;
  }

  .footer-main-content-wrapper {
    max-width: 350px;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .footer-links-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-mobile-content {
    text-align: left;
    overflow: visible;
  }

  .brand-header {
    z-index: 99;
  }

  .menu-button {
    z-index: 99;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #1c7df8;
    border-radius: 10px;
    margin-left: 20px;
    padding: 12px;
    font-size: 30px;
    transition: box-shadow .35s, transform .35s;
    display: flex;
  }

  .menu-button:hover {
    transform: translate(0, -2px);
    box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
  }

  .menu-button.w--open {
    background-color: #1c7df8;
    transform: translate(0, -2px);
    box-shadow: 0 8px 20px rgba(28, 125, 248, .3);
  }

  .nav-link {
    font-size: 30px;
    line-height: 1em;
  }

  .nav-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e8f1;
    padding: 110px 24px 36px;
    display: none;
    box-shadow: 0 4px 10px rgba(74, 58, 255, .18);
  }

  .menu-icon {
    height: 100%;
    display: flex;
  }

  .case-study-wrapper {
    position: relative;
  }

  .bg.home-hero {
    top: auto;
    bottom: 126px;
    left: -205px;
  }

  .bg.about {
    max-width: 150%;
    top: -146px;
  }

  .bg.contact-line {
    max-width: 120%;
  }

  .about-wrapper {
    margin-top: 60px;
  }

  .achievements-grid {
    grid-column-gap: 20px;
  }

  .story-wrapper {
    flex-direction: column-reverse;
  }

  .section-team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-team-content {
    text-align: left;
  }

  .card-team-social-media-grid {
    justify-content: start;
    margin-bottom: 10px;
  }

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

  .offices-grid {
    grid-column-gap: 20px;
  }

  .achievements-wrapper {
    margin-top: -80px;
  }

  .cta-v2-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-v2-content {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .back-to-wrapper.package {
    margin-bottom: 40px;
  }

  .packages-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .card-package-top-content {
    max-width: 50%;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card-package-content {
    width: 100%;
    align-self: center;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card-package-features-grid {
    margin-bottom: 40px;
  }

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

  .rich-text-about-package h3 {
    margin-top: 40px;
  }

  .rich-text-about-package ul {
    margin-bottom: 40px;
  }

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

  .rich-text-about-package ol {
    margin-bottom: 40px;
  }

  .open-positions-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faqs-grid-left {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-bottom: 60px;
  }

  .block-header,
  .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .faqs-grid-right {
    grid-template-columns: 1fr;
  }

  .faqs-column-1 {
    padding-bottom: 24px;
    padding-right: 0;
  }

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

  .number_grid,
  .section-services-grid-copy-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-copy.our-process,
  .image-wrapper-copy1.our-process {
    margin-bottom: 40px;
    margin-right: 0;
  }

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

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

  .card-our-process-wrapper-copy-2 {
    height: auto;
    box-shadow: none;
    border-width: .5px;
    border-color: #b4c2d6;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .card-our-process-wrapper-copy-2._2,
  .card-our-process-wrapper-copy-2._3 {
    display: flex;
  }

  .our-process-content-2 {
    max-width: none;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.hov-section {
    display: none;
  }

  .hero-wrapper.serbicessection {
    align-items: center;
  }

  .navbar-logo-left.tab-mobmenu {
    z-index: 999999;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    display: flex;
  }

  .nav-menu-wrapper {
    height: 100vh;
    background-color: #fff;
  }

  .nav-menu-two {
    height: 100%;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    width: 100%;
    padding: 15px 5px 15px 10px;
    display: flex;
  }

  .nav-link-2:hover {
    color: #1c7df8;
  }

  .nav-link-2:active,
  .nav-link-2.w--current {
    color: #000;
  }

  .nav-dropdown {
    width: 100%;
    transition: all .3s ease-in-out;
  }

  .nav-dropdown-toggle {
    width: 100%;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    transition: all .4s;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding-left: 20px;
    position: static;
  }

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

  .menu-button-2 {
    padding: 7px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .test-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    flex: 1;
    margin-bottom: 40px;
  }

  .div-block-24 {
    margin-top: 20px;
    display: none;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading-13 {
    text-align: center;
    margin-bottom: 40px;
  }

  .numberssection-container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .div-block-27.hidemobtab {
    display: none;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-32 {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 60px;
  }

  .heading-17 {
    font-size: 18px;
  }

  .ourtools {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .nojobfoundpopup {
    justify-content: center;
    padding-top: 60px;
    overflow: scroll;
  }

  .slide-2,
  .mask,
  .slider-2 {
    height: auto;
  }

  .left-arrow-2 {
    left: -50px;
  }

  .right-arrow-2 {
    right: -50px;
  }

  .image-10 {
    min-height: auto;
    flex: 1;
  }

  .fs-cc-banner3_component.hide {
    width: 72vw;
  }

  .howitworksimg {
    border-radius: 15px;
  }

  .div-block-37 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-2 {
    padding-right: 0%;
  }

  .floatingbutton {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    bottom: 0%;
    right: 0%;
  }

  .title-wrap-2.horizontal {
    justify-content: center;
    margin-bottom: 20px;
  }

  .tab-mobile-img {
    margin-top: 16px;
    display: none;
  }

  .tab-button-desc-wrapper {
    overflow: hidden;
  }

  .tab-button-desc {
    font-size: 10px;
    line-height: 20px;
  }

  .tabs-content-2 {
    width: 55%;
    align-items: center;
    display: flex;
  }

  .tabsection {
    padding-top: 30px;
  }

  .tab-component {
    flex-direction: row;
    align-items: stretch;
  }

  .tabs-menu {
    width: 45%;
    margin-right: 0%;
  }

  .text-block-4 {
    font-size: 13px;
    line-height: 16px;
  }

  .container-11 {
    padding: 30px 3%;
  }

  .floatingcta-button-2 {
    display: flex;
  }

  .floatingcta-button-2._100 {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .card-2.services {
    flex-direction: column;
  }

  .card-2.services.hideontabndmob {
    display: none;
  }

  .card-2.contact {
    margin-top: 40px;
    padding: 60px 54px;
  }

  .card-2.contact.google_play-store.new {
    width: 100vw;
  }

  .card-2.cta-v2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .service-tab {
    justify-content: center;
    padding-right: 29px;
  }

  .tabs-services {
    width: 100%;
  }

  .service-tab-title {
    font-size: 26px;
  }

  .tabs-content {
    margin-left: 20px;
  }

  .button-primary-cleint-2 {
    display: flex;
  }

  .tabs_menu-service {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-tabs_image {
    height: 18rem;
  }

  .tab-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-layout_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .tabs_component--service {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tabs1_link-service {
    width: 80%;
    margin-left: .25rem;
    margin-right: .25rem;
    padding: .5rem 1.5rem;
  }

  .tabs1_link-service.w--current {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs1_link-service._3rd,
  .tabs1_link-service.first {
    border-radius: 0;
  }

  .tabs-layout_content {
    text-align: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-carousel-container-2 {
    display: block;
  }

  .search-box_holder.flex-custom.width {
    justify-content: center;
    align-items: center;
  }

  .logo-section {
    display: none;
  }

  .paragraph-11.home-hero {
    margin-bottom: 30px;
  }

  .paragraph-11.home-hero.new-centre-aligned.width {
    max-width: 30rem;
  }

  .tabs_menu-service-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .tabs-layout_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .tabs1_link-service-2 {
    width: 80%;
    margin-left: .25rem;
    margin-right: .25rem;
    padding: .5rem 1.5rem;
  }

  .tabs1_link-service-2.w--current {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .c-title-3 {
    font-size: 28px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu-2 {
    width: 40%;
  }

  .code-left {
    width: 28rem;
  }

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .section-logo-marquee.padding-horizontal-vertical {
    display: none;
  }

  .subtitle-3 {
    margin-bottom: 15px;
  }

  .pricing-package-grid {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  h4,
  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  ul,
  ol {
    padding-left: 20px;
  }

  blockquote {
    padding: 40px;
  }

  .container-hero-logos {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary-cleint {
    display: flex;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section.home-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.about {
    padding-top: 40px;
  }

  .section.package {
    padding-top: 30px;
  }

  .section.contact {
    padding-top: 40px;
  }

  .section.packages-category {
    padding-bottom: 60px;
  }

  .section.checkout {
    padding-bottom: 40px;
  }

  .utility-page-content-password {
    border-radius: 25px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-hero-wrapper.flex-vertical.new-spacing {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .split-content.home-hero-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.story-left {
    margin-top: 40px;
  }

  .split-content.package-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-left {
    margin-right: 0;
  }

  .subtitle {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .paragraph.about {
    margin-left: 0;
  }

  .paragraph.package,
  .paragraph.card-package-order {
    margin-bottom: 30px;
  }

  .paragraph.faq {
    margin-bottom: 20px;
  }

  ._2-buttons._404 {
    margin-top: 30px;
  }

  .title {
    text-align: center;
  }

  .title.about {
    max-width: 589px;
    margin-left: 0;
    margin-right: auto;
  }

  .title.card-package-features,
  .title.package-features {
    margin-bottom: 20px;
  }

  .title.card-package-order {
    font-size: 20px;
  }

  .title.category-text {
    font-size: 33px;
  }

  .companies-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
  }

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

  .top-content.packages-category,
  .top-content.packages {
    margin-bottom: 40px;
  }

  .company-logo-wrapper {
    max-width: 192px;
  }

  .image.our-process {
    width: 200px;
  }

  .image.cta-v2 {
    width: 104px;
  }

  .card {
    border-radius: 30px;
  }

  .card.services {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.team {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.value {
    padding: 60px 40px;
  }

  .card.office {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.press {
    margin-bottom: 30px;
  }

  .card.cta-v2 {
    flex-direction: column;
    padding: 60px 40px;
  }

  .card.package {
    flex-direction: column;
    align-items: stretch;
  }

  .card.order-package {
    max-width: 100%;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.open-position {
    border-radius: 20px;
    padding: 42px 25px;
  }

  .card.contact {
    border-radius: 25px;
    margin-top: 30px;
    padding: 50px 44px;
  }

  .card.faq {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .image-wrapper.card-service {
    margin-right: 20px;
  }

  .image-wrapper.about {
    border-radius: 30px;
  }

  .image-wrapper.story-1 {
    border-radius: 20px;
    margin-right: 20px;
  }

  .image-wrapper.card-team {
    width: 133px;
    height: 133px;
    min-width: 133px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.flag {
    margin-right: 30px;
  }

  .image-wrapper.cta-v2 {
    width: 141px;
    height: 141px;
    min-width: 141px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.card-service {
    margin-right: 20px;
  }

  .image-wrapper.cta-v2 {
    width: 141px;
    height: 141px;
    min-width: 141px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .images-wrapper.home-hero {
    justify-content: center;
    display: flex;
  }

  .footer-logo-link {
    margin-bottom: 10px;
  }

  .footer-content-links {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .footer-link,
  .footer-link.email {
    padding-left: 0;
  }

  .dropdown-button {
    font-size: 1em;
  }

  .footer-main-content-wrapper {
    width: 39%;
  }

  .footer-links-block {
    justify-content: space-around;
  }

  .footer-list-item {
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    font-size: 17px;
  }

  .footer-mobile-content {
    flex-direction: column;
    flex: 1;
  }

  .success-message {
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    margin-left: 0;
    padding: 10px;
  }

  .empty-state {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .nav-menu {
    flex: 1;
    justify-content: space-between;
    padding-top: 100px;
    display: none;
  }

  .case-study-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .bg.home-hero {
    max-width: 150%;
    bottom: 57px;
    left: -80px;
  }

  .bg.about {
    top: 8px;
    left: auto;
  }

  .bg.contact-line {
    max-width: 300%;
    left: -778.5px;
  }

  .container-medium-768px.about {
    text-align: left;
    margin-left: 0;
  }

  .about-wrapper {
    margin-top: 40px;
  }

  .achievements-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
  }

  .achievement {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .section-team-grid {
    grid-row-gap: 30px;
  }

  .card-team-main-content {
    max-width: 590px;
    margin-bottom: 20px;
  }

  .card-team-social-media-link {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .container-small-463px.values,
  .container-small-463px.offices {
    text-align: left;
    margin-left: 0;
  }

  .values-grid {
    grid-row-gap: 30px;
  }

  .offices-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .achievements-wrapper {
    max-width: 541px;
    margin-top: -43px;
  }

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .select-wrapper.card-package-order {
    margin-bottom: 30px;
  }

  .back-to-wrapper.category {
    margin-bottom: 20px;
  }

  .packages-grid {
    margin-bottom: 60px;
  }

  .card-package-top-content {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .card-package-content {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-package-features-grid {
    grid-row-gap: 20px;
  }

  .package-wrapper {
    flex-direction: column;
  }

  .package-features-grid {
    grid-row-gap: 20px;
  }

  .card-package-order-field-label {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .card-package-order-price {
    margin-bottom: 20px;
    font-size: 23px;
  }

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

  .rich-text-about-package h3 {
    margin-top: 30px;
    margin-bottom: 14px;
  }

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

  .rich-text-about-package img {
    border-radius: 26px;
    margin-bottom: 20px;
  }

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

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

  .rich-text-about-package blockquote {
    margin-top: 50px;
    margin-bottom: 40px;
  }

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

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

  .open-positions-grid {
    grid-template-columns: 1fr;
  }

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

  .faqs-grid-left {
    grid-row-gap: 20px;
  }

  .checkout-form {
    padding-bottom: 40px;
  }

  .order-item-content {
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
  }

  .faqs-grid-right {
    grid-row-gap: 20px;
  }

  .faqs-columns {
    margin-top: 30px;
  }

  .faqs-column-1 {
    padding-bottom: 20px;
  }

  .password-icon-wrapper {
    width: 126px;
    height: 126px;
  }

  .row {
    flex-direction: column;
  }

  .section-services-grid-copy-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-wrapper-copy.our-process,
  .image-wrapper-copy1.our-process {
    margin-bottom: 30px;
  }

  .small-print-2 {
    font-size: 14px;
  }

  .ourservices {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-our-process-wrapper-copy-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-2.open-positions {
    margin-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .test-section {
    padding: 60px 0;
  }

  .slider {
    height: auto;
  }

  .slider.home {
    display: flex;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    width: 30%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .loopcontainer {
    display: none;
  }

  .ourtools {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .html-embed-4 {
    display: none;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .nojobfoundpopup {
    object-fit: scale-down;
    justify-content: flex-start;
    padding: 140px 23px;
  }

  .div-block-11 {
    min-width: 400px;
  }

  .form-block {
    margin-top: 0;
  }

  .image-8 {
    display: block;
  }

  .slide-2 {
    min-height: auto;
    padding: 20px;
  }

  .mask {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-2 {
    min-height: auto;
  }

  .left-arrow-2 {
    left: -35px;
  }

  .right-arrow-2 {
    right: -35px;
  }

  .slide-nav-2 {
    top: 100%;
  }

  .insideslider {
    display: none;
  }

  .leftrightinslider {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .text-block-21 {
    flex: 1;
  }

  .fs-cc-banner3_container {
    align-items: flex-start;
  }

  .fs-cc-banner3_component.hide {
    width: 100vw;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .tab-mobile-img {
    display: block;
  }

  .tabs-content-2 {
    display: none;
  }

  .tab-component {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .floatingcta-button-2 {
    display: flex;
  }

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

  .card-2.services {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-2.contact {
    border-radius: 25px;
    margin-top: 30px;
    padding: 50px 44px;
  }

  .card-2.contact.google_play-store.new {
    width: 100vw;
  }

  .card-2.cta-v2 {
    flex-direction: column;
    padding: 60px 40px;
  }

  .tabs-menu-services {
    width: 100%;
  }

  .service-tab {
    width: auto;
    justify-content: center;
  }

  .div-block-37-3 {
    cursor: pointer;
    border: 1px solid #1c7df8;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
  }

  .img1 {
    display: none;
  }

  .tabs-services {
    flex-direction: column-reverse;
  }

  .feature-outer-wrapmobile {
    flex-direction: column;
  }

  .service-para {
    font-size: 14px;
    line-height: 1.5em;
  }

  .div-block-36 {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px 20px;
  }

  .div-block-37-2,
  .div-block-37-1 {
    cursor: pointer;
    border: 1px solid #1c7df8;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
  }

  .service-tab-title {
    font-size: 18px;
    line-height: 1.5em;
  }

  .tabs-content {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .button-primary-cleint-2 {
    display: flex;
  }

  .tab-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-layout_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18.cta-v2 {
    width: 104px;
  }

  .search-box_holder.flex-custom.width {
    flex-direction: column;
  }

  .paragraph-11.home-hero {
    max-width: none;
  }

  .paragraph-11.home-hero.new-centre-aligned.width {
    max-width: 26rem;
  }

  .tabs_content-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-layout_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-title-2 {
    font-size: 7vw;
    font-weight: 500;
    line-height: 44px;
  }

  .c-autotabs_content {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-autotabs_image {
    margin-right: auto;
  }

  .c-autotabs_image.cc-pane-crypto {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    margin-right: -24px;
    display: block;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .c-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .is--tab-heading {
    font-size: 1.8em;
  }

  .button {
    font-size: 1em;
  }

  .tabs.margin-bottom.margin-medium {
    max-width: 100%;
    display: block;
  }

  .subtitle-2 {
    font-size: .7rem;
  }

  .box {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 1.5em;
  }

  .tabs-menu-2 {
    width: 100%;
    flex-direction: row;
  }

  .tabs-content-3 {
    padding: 1.5em 1.5em 4em;
  }

  .code-left {
    width: 26rem;
    padding-bottom: 20px;
  }

  .button-holder {
    width: 26rem;
    margin-left: 0;
  }

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .html-embed-9 {
    text-align: center;
  }

  .empty-state-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .subtitle-3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .subtitle-3.hero {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 23px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  h4,
  h5 {
    font-size: 16px;
  }

  blockquote {
    border-radius: 15px;
    padding: 30px 20px;
    font-size: 18px;
  }

  .container-hero-logos {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-hero-logos.tabs-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-cleint {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .button-secondary {
    display: block;
  }

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

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-logo {
    width: 100px;
    height: 32.8047px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-logo {
    height: 37.3984px;
  }

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

  .section.home-hero {
    margin-top: 60px;
    padding-top: 30px;
  }

  .section.about {
    padding-top: 40px;
  }

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

  .section.packages-category,
  .section.checkout {
    padding-top: 30px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-wrap._404 {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .utility-page-content-password {
    border-radius: 20px;
    padding: 56px 20px;
  }

  .home-hero-wrapper {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }

  .home-hero-wrapper.flex-vertical.new-spacing {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .split-content.home-hero-left {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 40px;
  }

  .split-content.home-hero-left.careers-page {
    align-items: flex-start;
  }

  .split-content.header-right {
    flex: 1;
    justify-content: flex-end;
    align-items: stretch;
  }

  .split-content.story-left {
    flex-direction: column;
  }

  .subtitle {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .paragraph.home-hero {
    margin-top: 40px;
  }

  .paragraph.faq {
    margin-bottom: 10px;
  }

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

  .paragraph.numbers-sec {
    width: 100%;
    text-align: center;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
  }

  ._2-buttons._404 {
    margin-top: 20px;
  }

  .space._2-buttons {
    height: 20px;
  }

  .companies-wrapper {
    align-items: center;
  }

  .title {
    text-align: center;
  }

  .title.testimonials {
    font-size: 28px;
  }

  .title.testimonials.bestapp {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .title.office {
    margin-bottom: 10px;
  }

  .title.card-package-order {
    font-size: 18px;
  }

  .title.category-text {
    font-size: 28px;
  }

  .title.numbers {
    text-align: center;
  }

  .title.tabsectiontitle {
    font-size: 28px;
  }

  .companies-grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: grid;
  }

  .top-content.section-services {
    align-items: stretch;
    margin-bottom: 40px;
  }

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

  .top-content.open-positions {
    align-items: stretch;
  }

  .container-medium-666px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .company-logo-wrapper {
    width: 100%;
    height: 50px;
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image.card-service {
    width: 50px;
    height: 50px;
  }

  .image.offices {
    margin-top: -11px;
  }

  .image.cta-v2 {
    width: 83px;
  }

  .image.card-package-icon {
    width: 60px;
  }

  .image.package-feature {
    margin-right: 8px;
  }

  .image.package-icon {
    width: 60px;
  }

  .image.cta {
    width: 214px;
    height: 204px;
  }

  .card {
    border-radius: 24px;
  }

  .card.services {
    flex-direction: column;
    padding: 20px;
  }

  .card.achievements {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .card.team {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
  }

  .card.value {
    padding: 40px 25px 40px 20px;
  }

  .card.office {
    flex-direction: column;
    padding: 30px 20px;
  }

  .card.press {
    margin-bottom: 20px;
    padding: 40px 20px 44px;
  }

  .card.cta-v2,
  .card.order-package {
    padding: 40px 20px;
  }

  .card.open-position {
    border-radius: 15px;
    padding: 40px 20px;
  }

  .card.contact {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .card.faq {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-wrapper.card-service {
    width: 65px;
    height: 65px;
    min-width: auto;
  }

  .image-wrapper.about {
    border-radius: 20px;
  }

  .image-wrapper.story-1 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-team {
    width: 50px;
    height: 50px;
    min-width: auto;
    margin-bottom: 20px;
  }

  .image-wrapper.cta-v2 {
    width: 113px;
    height: 113px;
    min-width: 113px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-package,
  .image-wrapper.package-page {
    width: 75px;
    height: 75px;
    min-width: 75px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-wrapper.card-service {
    width: 65px;
    height: 65px;
    min-width: auto;
  }

  .image-wrapper.cta-v2 {
    width: 113px;
    height: 113px;
    min-width: 113px;
    margin-bottom: 20px;
  }

  .images-wrapper.home-hero {
    flex-direction: row;
    align-items: stretch;
    display: block;
  }

  .container-large-1051px,
  .container-medium-850px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .error-message {
    border-radius: 10px;
  }

  .footer-content-links {
    align-items: flex-start;
    margin-right: 0;
  }

  .footer-link {
    padding-left: 0;
    padding-right: 10px;
    font-size: 15px;
  }

  .footer-link.email {
    padding-left: 5px;
    font-size: 13px;
  }

  .footer-main-content-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-links-block {
    flex-direction: column;
  }

  .footer-list-item {
    flex-direction: row;
  }

  .footer-mobile-content {
    flex-direction: column;
  }

  .success-message {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .list-footer {
    font-size: 14px;
  }

  .brand-header {
    margin-right: 10px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .nav-menu {
    height: 100vh;
    flex: 1;
    margin: 100px 46px auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg.home-hero {
    bottom: 5px;
    left: -52px;
  }

  .bg.contact-line {
    left: -454px;
  }

  .container-medium-768px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .achievements-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .achievement {
    font-size: 33px;
  }

  .achievement-text {
    font-size: 14px;
  }

  .section-team-grid {
    grid-row-gap: 20px;
  }

  .card-team-main-content {
    margin-bottom: 10px;
  }

  .cart-team-job {
    font-size: 16px;
  }

  .card-team-top-content {
    margin-bottom: 10px;
  }

  .card-team-social-media-grid {
    grid-column-gap: 13px;
  }

  .card-team-social-media-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

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

  .values-grid {
    grid-row-gap: 20px;
  }

  .card-value-top-content {
    margin-bottom: 10px;
  }

  .office-content {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .achievements-wrapper {
    margin-top: -20px;
  }

  .services-grid {
    grid-row-gap: 20px;
  }

  .cta-v2-wrapper {
    align-items: stretch;
  }

  .cta-v2-content {
    margin-bottom: 20px;
  }

  .back-to-wrapper.package {
    margin-bottom: 30px;
  }

  .card-package-top-content,
  .card-package-content {
    padding: 30px 20px;
  }

  .card-package-content.pricing {
    width: 100%;
  }

  .card-package-name-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .card-package-features-grid {
    grid-row-gap: 18px;
    margin-bottom: 30px;
  }

  .package-features-grid {
    grid-row-gap: 18px;
  }

  .card-package-order-field-label {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .card-package-order-price {
    font-size: 20px;
  }

  .container-medium-948px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .rich-text-about-package h3 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .rich-text-about-package figure {
    margin-top: 40px;
    margin-bottom: 36px;
  }

  .rich-text-about-package img {
    border-radius: 16px;
    margin-bottom: 10px;
  }

  .rich-text-about-package figcaption {
    font-size: 14px;
  }

  .rich-text-about-package ul {
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .rich-text-about-package blockquote {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .rich-text-about-package ol {
    margin-bottom: 25px;
    padding-left: 20px;
  }

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

  .contact-form-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .order-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .password-icon-wrapper {
    margin-bottom: 30px;
  }

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

  .number_grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    outline-offset: 0px;
    border: 1px #000;
    outline: 3px #465a74;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-services-grid-copy-2 {
    grid-row-gap: 20px;
  }

  .image-wrapper-copy.our-process,
  .image-wrapper-copy1.our-process {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .trynow {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .button-primary {
    display: block;
  }

  .div-block-2 {
    width: 150px;
    padding: 15px 15px 15px 0;
  }

  .heading-11 {
    width: 100%;
    font-size: 1.7em;
  }

  .bottomcta {
    margin-left: 0;
    display: block;
  }

  .ourservices {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-our-process-wrapper-copy-2 {
    justify-content: center;
    padding: 20px 15px;
  }

  .our-process-content-2 {
    width: 100%;
    margin-top: 10px;
  }

  .title-2.card-our-process {
    text-align: center;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

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

  .div-block-24 {
    width: auto;
  }

  .numbers-section {
    padding-bottom: 40px;
  }

  .numberssection-container {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .numberssectioninnerdiv {
    align-items: center;
    margin-bottom: 40px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-wrapper-wide.aso {
    margin-bottom: 0;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-2.nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    width: 100%;
  }

  .ourtools {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .clients-image-three {
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lottie-animation-3 {
    height: 40vh;
  }

  .hero-heading-right.white {
    padding-bottom: 20px;
  }

  .heading-19.mob {
    font-size: 20px;
  }

  .html-embed-4 {
    height: 250px;
  }

  .container-4 {
    max-width: none;
  }

  .nojobfoundpopup {
    padding: 140px 0 100px;
  }

  .div-block-11 {
    min-width: 260px;
    justify-content: space-around;
    padding: 25px;
  }

  .paragraph-5 {
    text-align: left;
  }

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

  .slide-2 {
    padding: 0;
  }

  .left-arrow-2,
  .right-arrow-2 {
    display: none;
  }

  .insideslider {
    height: 250px;
  }

  .text-block-21 {
    padding-left: 0;
    font-size: 13px;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner3_component.hide {
    height: 14vh;
    justify-content: center;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fs-cc-banner3_buttons-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: .3rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
    margin-left: 10px;
  }

  .fs-cc-banner3_button:hover {
    color: #fff;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-right: 10px;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
    display: flex;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .howitworksimg {
    width: 40vw;
  }

  .div-block-37 {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-2 {
    margin-left: -12px;
    padding-left: 12px;
  }

  .hero-image {
    width: 300px;
    height: 250px;
  }

  .hero-image.new {
    max-width: 16rem;
  }

  .floatingcta-button-2 {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .card-2 {
    border-radius: 24px;
  }

  .card-2.services {
    flex-direction: column;
    padding: 20px;
  }

  .card-2.contact {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .card-2.contact.apple-ios-app_store.new {
    width: 320px;
  }

  .card-2.cta-v2 {
    padding: 40px 20px;
  }

  .img1 {
    width: 100%;
    min-height: 120px;
  }

  .feature-outer-wrap {
    padding: 0;
  }

  .feature-outer-wrap.hideonmob {
    display: none;
  }

  .tabs-services {
    width: 100%;
  }

  .feature-outer-wrapmobile {
    padding: 0;
    display: flex;
  }

  .service-para {
    display: none;
  }

  .div-block-36 {
    width: 244px;
  }

  .div-block-37-1 {
    transition: all .3s ease-in-out;
  }

  .service-tab-pane {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-cleint-2 {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .services-tabs_image {
    height: 14rem;
  }

  .tab-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs_content {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-layout_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tabs_component--service {
    width: 300px;
  }

  .tabs1_link-service.w--current {
    width: 100%;
  }

  .tabs1_link-service._3rd {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tabs1_link-service._3rd.w--current {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 1.5rem;
  }

  .tabs1_link-service.first {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tabs1_link-service.first.w--current {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18.cta-v2 {
    width: 83px;
  }

  .sub-titile_new {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .search-box_holder.flex-custom.width {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .instruction-text-wrapper {
    height: 400px;
  }

  ._2-buttons-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .trynow-2 {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .paragraph-11.home-hero {
    margin-top: 40px;
  }

  .tabs-layout_component-2 {
    grid-template-columns: 1fr;
  }

  .tabs1_link-service-2 {
    width: 100%;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .c-title-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    width: auto;
    height: auto;
    margin-right: 0;
    position: static;
    transform: translate(16px);
  }

  .c-autotabs_link {
    padding-left: 53px;
    padding-right: 40px;
  }

  .c-autotabs_link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .is-tab-subtext {
    font-size: .8em;
  }

  .is--tab-heading {
    font-size: 1.4em;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .box {
    height: 100%;
    padding: 1.1em;
    display: block;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .tabs-content-3 {
    padding: 1.1em 1.1em 3.5em;
  }

  .code-left {
    width: 18rem;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .button-holder {
    width: 18rem;
  }

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .sub-titile_new-2,
  .sub-titile_new-3 {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .empty-state-2 {
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .subtitle-3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .subtitle-3.hero {
    margin-bottom: 8px;
  }

  .image-content-wrapper.centre-aligned {
    width: 88vw;
    flex-direction: column;
  }

  .titile-heading.centre-alignmed,
  .text-block-24 {
    text-align: center;
  }

  .search-box-wrapper {
    width: 100vw;
  }

  .grid-wrapper-flex {
    grid-template-columns: 1fr;
  }

  .calculated-pricing {
    font-size: 3rem;
  }
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d99-1a4eaec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-1a4eaec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-1a4eaec5 {
  justify-self: start;
}

#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d412-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d422-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d426-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d42a-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d42e-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d435-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d445-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d449-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d44d-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d451-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d458-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d468-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d46c-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d470-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d498-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d49c-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d4a0-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d4a5-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d4a9-1a4eaec5,
#w-node-_9ca31479-a99f-8e42-1bce-63d2dc87d4ad-1a4eaec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-1a4eaec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-1a4eaec5 {
  justify-self: start;
}

#w-node-aae188ca-e118-b2e7-beb1-ead9d025fd0e-1a4eaf21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_936111f2-4a3e-795d-8c5f-fdaf594a9086-1a4eaf21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_936111f2-4a3e-795d-8c5f-fdaf594a908a-1a4eaf21 {
  justify-self: start;
}

#w-node-_328c2bcf-0b96-1a59-af0a-481ac9bff898-1a4eaf2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d707ad-1de1-c1fb-a6ba-2669b70e5e64-1a4eaf2c,
#w-node-_5ff885d4-9aed-6f5b-79b2-eee6edfbb48b-1a4eaf2c,
#w-node-_43529edf-2a7a-69f1-76b5-3f4ab5470e01-1a4eaf2c {
  align-self: center;
  justify-self: center;
}

#w-node-dfd54c6c-7b3a-108f-fc73-72c6ff13d531-1a4eaf2c,
#w-node-_006ffaf5-8905-eaa3-0c28-30eebba11346-1a4eaf2c,
#w-node-a2df1053-7806-2419-86c5-bcc7dfb44ebf-1a4eaf2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e12a8bc-e7f7-f302-7458-2f5090351eb9-1a4eaf2c,
#w-node-d518e965-2b52-05f6-ff91-9c717b00a542-1a4eaf2c,
#w-node-_5eafc2f2-a7ea-2ad8-e04d-ae8db0550778-1a4eaf2c,
#w-node-a56429b0-c660-0142-87f2-aca045cab267-1a4eaf2c,
#w-node-_687213b9-4924-5858-f137-316215f073c1-ccdc5270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687213b9-4924-5858-f137-316215f073cf-ccdc5270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_687213b9-4924-5858-f137-316215f073d3-ccdc5270 {
  justify-self: start;
}

#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300c5-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300d5-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300d9-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300dd-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300e1-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300e8-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300f8-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c300fc-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c30100-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c30104-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c3010b-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c3011b-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c3011f-ccdc5270,
#w-node-_4529b4f4-f40a-674b-42c2-d83b61c30123-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca41322-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca41326-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca4132a-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca4132f-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca41333-ccdc5270,
#w-node-_0f2edf8d-e629-e37a-5f4e-cff8cca41337-ccdc5270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-ccdc5270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-ccdc5270 {
  justify-self: start;
}

#w-node-_270311b1-84f5-1b3a-e73d-4ff4d864a755-0a2961fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_270311b1-84f5-1b3a-e73d-4ff4d864a75f-0a2961fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_270311b1-84f5-1b3a-e73d-4ff4d864a763-0a2961fb {
  justify-self: start;
}

#w-node-_622c005b-5303-54cf-ce00-1071522b3aba-0a2961fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_622c005b-5303-54cf-ce00-1071522b3ac9-0a2961fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24ea9d8d-92e0-d374-cd06-a0df7fb28fdc-0a2961fb {
  justify-self: start;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-0a2961fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-0a2961fb {
  justify-self: start;
}

#w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6134-b2730768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6142-b2730768 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6146-b2730768 {
  justify-self: start;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-b2730768 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-b2730768 {
  justify-self: start;
}

#w-node-c267f46d-f398-fec9-2605-1b970428c6a8-8ba88a6b,
#w-node-_32df2feb-bc03-4d5b-716f-d208e53e9fc8-8ba88a6b,
#w-node-ae9fb6fd-b843-4793-859e-edb6772a1642-8ba88a6b,
#w-node-_23870453-4a35-9d93-62c4-5d58b66bbbf1-8ba88a6b,
#w-node-_5ff6be69-f888-2f65-8fcb-3a40bc08d7a4-8ba88a6b,
#w-node-_72ec1705-33f0-6d78-5b83-2caaf8616210-8ba88a6b,
#w-node-_72ec1705-33f0-6d78-5b83-2caaf8616220-8ba88a6b,
#w-node-_72ec1705-33f0-6d78-5b83-2caaf8616224-8ba88a6b,
#w-node-_72ec1705-33f0-6d78-5b83-2caaf8616228-8ba88a6b,
#w-node-_72ec1705-33f0-6d78-5b83-2caaf861622c-8ba88a6b,
#w-node-_3c491822-9915-2325-6cbb-5c4645149d47-8ba88a6b,
#w-node-_3c491822-9915-2325-6cbb-5c4645149d57-8ba88a6b,
#w-node-_3c491822-9915-2325-6cbb-5c4645149d5b-8ba88a6b,
#w-node-_3c491822-9915-2325-6cbb-5c4645149d5f-8ba88a6b,
#w-node-_3c491822-9915-2325-6cbb-5c4645149d63-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064515-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064525-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064529-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad506452d-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064531-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064538-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064548-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad506454c-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064550-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064554-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad506455b-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad506456b-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad506456f-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064573-8ba88a6b,
#w-node-d53d2db9-a259-6af7-736c-856ad5064577-8ba88a6b,
#w-node-c661a55f-bd37-4b77-ecd7-e0df57c27ffe-8ba88a6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c661a55f-bd37-4b77-ecd7-e0df57c2800c-8ba88a6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c661a55f-bd37-4b77-ecd7-e0df57c28010-8ba88a6b {
  justify-self: start;
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d99-683e1581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-683e1581 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-683e1581 {
  justify-self: start;
}

#w-node-e0d4d5d0-edc9-4afd-20dd-553224310fd5-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224310fe5-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224310fe9-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224310fed-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224310ff1-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224310ff8-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224311008-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224311010-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224311014-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-55322431100c-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-55322431101b-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-55322431102b-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-55322431102f-683e1581,
#w-node-e0d4d5d0-edc9-4afd-20dd-553224311033-683e1581,
#w-node-_663a7700-f5f9-fc95-a5e2-1210946cccdf-683e1581,
#w-node-_663a7700-f5f9-fc95-a5e2-1210946ccce3-683e1581,
#w-node-_663a7700-f5f9-fc95-a5e2-1210946ccce7-683e1581,
#w-node-c1be14a4-e14e-3729-00fd-0241af39639e-683e1581,
#w-node-c1be14a4-e14e-3729-00fd-0241af3963a2-683e1581,
#w-node-c1be14a4-e14e-3729-00fd-0241af3963a6-683e1581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-683e1581 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-683e1581 {
  justify-self: start;
}

@media screen and (max-width: 991px) {

  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27405-1a4eaec5,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27416-1a4eaec5,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27405-ccdc5270,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27416-ccdc5270,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27405-0a2961fb,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27416-0a2961fb,
  #w-node-_8c46e650-c8c5-8756-e62f-b7c234336d18-0a2961fb,
  #w-node-_8c46e650-c8c5-8756-e62f-b7c234336d27-0a2961fb,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b8fc-0a2961fb,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b90f-0a2961fb,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b920-0a2961fb,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27405-b2730768,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27416-b2730768,
  #w-node-_8c46e650-c8c5-8756-e62f-b7c234336d18-b2730768,
  #w-node-_8c46e650-c8c5-8756-e62f-b7c234336d27-b2730768,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b8fc-b2730768,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b90f-b2730768,
  #w-node-_23ff231b-476b-f196-3729-6a247a32b920-b2730768,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27405-683e1581,
  #w-node-b794a853-33a6-ca61-e8b5-ec75a3d27416-683e1581 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-1a4eaec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-1a4eaec5 {
    justify-self: start;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-1a4eaec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-1a4eaec5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_936111f2-4a3e-795d-8c5f-fdaf594a9086-1a4eaf21 {
    grid-column: span 1 / span 1;
  }

  #w-node-_687213b9-4924-5858-f137-316215f073cf-ccdc5270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_687213b9-4924-5858-f137-316215f073d3-ccdc5270 {
    justify-self: start;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-ccdc5270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_270311b1-84f5-1b3a-e73d-4ff4d864a75f-0a2961fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_622c005b-5303-54cf-ce00-1071522b3ac9-0a2961fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24ea9d8d-92e0-d374-cd06-a0df7fb28fdc-0a2961fb {
    justify-self: start;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-0a2961fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6142-b2730768 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6146-b2730768 {
    justify-self: start;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-b2730768 {
    grid-column: span 1 / span 1;
  }

  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c2800c-8ba88a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c28010-8ba88a6b {
    justify-self: start;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-683e1581 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-683e1581 {
    justify-self: start;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ada-683e1581 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d9b-1a4eaec5,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d9f-1a4eaec5,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da3-1a4eaec5,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-1a4eaec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-1a4eaec5 {
    justify-self: stretch;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ac9-1a4eaec5,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0acd-1a4eaec5,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ad1-1a4eaec5,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ad5-1a4eaec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-1a4eaec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_936111f2-4a3e-795d-8c5f-fdaf594a908a-1a4eaf21 {
    justify-self: stretch;
  }

  #w-node-_8e12a8bc-e7f7-f302-7458-2f5090351eb9-1a4eaf2c {
    align-self: start;
  }

  #w-node-_687213b9-4924-5858-f137-316215f073c3-ccdc5270,
  #w-node-_687213b9-4924-5858-f137-316215f073c7-ccdc5270,
  #w-node-_687213b9-4924-5858-f137-316215f073cb-ccdc5270,
  #w-node-_687213b9-4924-5858-f137-316215f073cf-ccdc5270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_687213b9-4924-5858-f137-316215f073d3-ccdc5270 {
    justify-self: stretch;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ac9-ccdc5270,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0acd-ccdc5270,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ad1-ccdc5270,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ad5-ccdc5270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-ccdc5270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_270311b1-84f5-1b3a-e73d-4ff4d864a763-0a2961fb {
    justify-self: stretch;
  }

  #w-node-_622c005b-5303-54cf-ce00-1071522b3abc-0a2961fb,
  #w-node-_03b5c3fb-f2a1-1588-d673-f7254714c36b-0a2961fb,
  #w-node-d17c2a0d-c187-7f21-06f0-41ce66d29863-0a2961fb,
  #w-node-_622c005b-5303-54cf-ce00-1071522b3ac9-0a2961fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24ea9d8d-92e0-d374-cd06-a0df7fb28fdc-0a2961fb,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-0a2961fb {
    justify-self: stretch;
  }

  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6136-b2730768,
  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf613a-b2730768,
  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf613e-b2730768,
  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6142-b2730768 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1968c465-1e6d-32aa-39a1-e13f2abf6146-b2730768,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-b2730768 {
    justify-self: stretch;
  }

  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c28000-8ba88a6b,
  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c28004-8ba88a6b,
  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c28008-8ba88a6b,
  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c2800c-8ba88a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c661a55f-bd37-4b77-ecd7-e0df57c28010-8ba88a6b {
    justify-self: stretch;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d9b-683e1581,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346d9f-683e1581,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da3-683e1581,
  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346da7-683e1581 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7744368a-a2b9-2dcd-fd41-b4ffe6346dab-683e1581,
  #w-node-_668f6b0f-ed77-c597-86c3-654eb44f0ade-683e1581 {
    justify-self: stretch;
  }
}