@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --midnight-blue: #050038;
  --slate-grey: #606f95;
  --primary: #ffd02f;
  --ghost-white: #f1f3fd;
  --royal-blue: #4262ff;
  --black: black;
  --white-smoke: whitesmoke;
}

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  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;
  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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  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-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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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 {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

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

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

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--midnight-blue);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--slate-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

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

.section.light-background {
  background-color: var(--ghost-white);
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-grid-banner {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 50px;
  display: flex;
}

.section.banner-our-team {
  background-image: url('../images/Rectangle-1-1-1.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding-top: 130px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.pricing-banner {
  background-image: url('../images/Rectangle-1-1-1.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 130px;
  display: flex;
}

.section.dark-background {
  background-color: var(--ghost-white);
}

.section.contacts-2-banner {
  background-image: url('../images/Rectangle-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.landing-banner {
  background-color: var(--primary);
  background-image: url('../images/Group-3_1Group (3).png'), url('../images/Group-11_1Group (11).png');
  background-position: 92% 46%, 8% 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.none-bottom-spacing {
  padding-bottom: 0;
}

.section.yellow-background {
  background-color: var(--primary);
  padding-top: 20px;
}

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

.section.home-3 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section.midnight-blue-background {
  background-color: var(--midnight-blue);
}

.section.midnight-blue-background-np {
  background-color: var(--midnight-blue);
  padding-bottom: 0;
}

.section.background {
  background-color: #fafafa;
}

.section.background-none-margin-bottom {
  background-color: #fafafa;
  padding-bottom: 0;
}

.section.none-padding {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.section.yelllow-bgr {
  background-color: var(--primary);
  margin-top: -290px;
  padding-top: 370px;
}

.section.background-fb {
  background-color: #fbfbff;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.section.baground {
  background-color: #fbfbff;
}

.section.none-top-padding {
  padding-top: 0;
}

.section.grey-background {
  background-color: #fafafa;
}

.section.image-background {
  background-image: url('../images/Banner-Fixed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.shop-details {
  padding-top: 60px;
}

.base-container {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.align {
  align-items: center;
}

.base-container.sizing {
  flex: 1;
}

.base-container.centered {
  align-items: center;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  background-color: var(--white);
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.royal-blue-style-guide {
  background-color: var(--royal-blue);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.slate-grey-style-guide {
  background-color: var(--slate-grey);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.midnight-blue-style-guide {
  background-color: var(--midnight-blue);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.white-button {
  background-color: var(--white);
  color: var(--royal-blue);
}

.primary-button.white-button:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.primary-button.top-margin, .primary-button.spacing {
  margin-top: 50px;
}

.primary-button.hover-white:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.sizing {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-link {
  font-weight: 400;
}

.nav-link:hover {
  color: var(--primary);
}

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

.nav-link.blue-hover {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link.blue-hover:hover {
  color: var(--royal-blue);
}

.nav-link.home-3 {
  padding-left: 25px;
  padding-right: 25px;
}

.nav-link.home-3:hover {
  color: var(--royal-blue);
}

.nav-link.spacing {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link.home-4 {
  color: var(--white);
  padding-left: 25px;
  padding-right: 25px;
  transition: color .3s;
}

.nav-link.home-4:hover {
  color: var(--primary);
}

.nav-link.compare {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link.compare:hover {
  color: var(--royal-blue);
}

.nav-link.home-5 {
  color: var(--white);
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link.home-5:hover {
  color: var(--primary);
}

.nav-dropdown-toggle {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-dropdown-toggle.first {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 13px;
}

.nav-dropdown-toggle.last {
  padding-right: 0;
}

.nav-dropdown-toggle.home-3 {
  padding-left: 25px;
  padding-right: 25px;
}

.nav-dropdown-toggle.last-home-3 {
  padding-left: 25px;
  padding-right: 0;
}

.nav-dropdown-toggle.first-home-3 {
  padding-left: 0;
  padding-right: 25px;
}

.nav-dropdown-toggle.spacing-first {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 13px;
}

.nav-dropdown-toggle.spacing {
  padding-left: 13px;
  padding-right: 13px;
}

.nav-dropdown-toggle.spacing-last {
  padding-left: 13px;
  padding-right: 0;
}

.nav-dropdown-toggle.spacing-first-login {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 13px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -10px 50px #0047ff1a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  left: -335%;
}

.nav-dropdown-list.megamenu.w--open {
  width: 620px;
  display: flex;
  left: -539%;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-dropdown-link.blue-hover:hover, .nav-dropdown-link.blue-hover.w--current {
  color: var(--royal-blue);
}

.nav-item-title {
  color: var(--midnight-blue);
  font-weight: 400;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.nav-item-title.blue-hover:hover {
  color: var(--royal-blue);
}

.nav-item-title.white-text-nav {
  color: var(--white);
}

.nav-item-title.white-text-nav:hover {
  color: var(--primary);
}

.nav-item-title.home-5 {
  color: var(--white);
}

.nav-item-title.home-5:hover {
  color: var(--primary);
}

.nav-item-title.home-3:hover {
  color: var(--royal-blue);
}

.style-guide-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #606f954d;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #606f954d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.coming-soon-form {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 56px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 60px;
  margin-bottom: 10px;
  padding: 5px 30px;
  font-weight: 400;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  color: var(--royal-blue);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  padding: 10px 15px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  border-radius: 15px;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 10px 15px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--midnight-blue);
  text-align: center;
  align-items: flex-start;
  position: relative;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-rights {
  color: var(--white);
}

.footer-copyright {
  width: 100%;
  color: var(--white);
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-title-wrapper.margin {
  margin-bottom: 20px;
}

.section-title-wrapper.mb-50 {
  margin-bottom: 50px;
}

.section-title-wrapper.landing-spacing {
  margin-bottom: 60px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.team-card {
  background-color: var(--ghost-white);
  border-radius: 10px;
  overflow: hidden;
}

.team-card-image {
  width: 100%;
  min-width: 100%;
  height: 310px;
  color: var(--primary);
  object-fit: cover;
  border-radius: 10px;
}

.team-card-content-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.team-social-links-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--royal-blue);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--primary);
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.free-trial-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.free-trial-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  border-radius: 15px;
  width: 50%;
  overflow: hidden;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 100px;
}

.values-counter-wrapper {
  border-top: 1px solid #606f951a;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--ghost-white);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--royal-blue);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--ghost-white);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.career-location, .career-type {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

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

.banner-title-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.banner-title-wrapper.contact-us-two {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.banner-title-wrapper.direction {
  flex-direction: column;
  align-items: center;
}

.text-white {
  color: var(--white);
}

.banner-description {
  max-width: 560px;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-description.landing {
  color: var(--black);
}

.section-title-description {
  text-align: center;
  max-width: 770px;
  margin-top: 10px;
}

.services-wrapper {
  width: 100%;
  display: flex;
}

.services-item {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px 30px 30px;
}

.pricing-plan-item.light-background {
  background-color: #f9f9fa;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.comparing-table-wrapper {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: #f9f9fa;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #606f951a;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-list-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  border-radius: 15px;
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 -10px 50px #0500381a;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid #606f951a;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #606f951a;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-content-item-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  border-radius: 10px;
  width: 50%;
  max-height: 320px;
  overflow: hidden;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-video {
  background-image: url('../images/LP-11-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: #fff3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  border-bottom: 1px solid #05003833;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.accordion-item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 1em;
  display: inline-block;
  transform: rotate(-50deg);
}

.accordion-list-content {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.testimonials-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.testimonials-item {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  min-height: 390px;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 -10px 50px #0500381a;
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.testimonials-profile-positin {
  font-size: 14px;
}

.testimonials-star-icons {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.pricing-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-item {
  background-color: var(--white);
  border-radius: 3px;
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.center-item {
  z-index: 10;
  box-shadow: 0 -10px 50px #0500381a;
}

.pricing-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--slate-grey);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #d7e5ee;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: #f9f9fa;
}

.dark-background {
  background-color: var(--primary);
}

.pricing-features-wrapper {
  margin-top: 40px;
  display: flex;
}

.pricing-features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.more-features-icon {
  background-color: var(--white);
  min-width: 50px;
  color: var(--royal-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  max-width: 480px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
  color: var(--primary);
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 -10px 50px #0500381a;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--royal-blue);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  background-color: var(--ghost-white);
  border-radius: 10px;
  width: 50%;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 100px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

.footer-social-icon {
  color: var(--primary);
  margin-left: 35px;
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--white);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--royal-blue);
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 26px;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.white-smoke-style-guide {
  background-color: var(--white-smoke);
  width: 75px;
  height: 75px;
  box-shadow: 0 -6px 17px #5051f93d;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 15px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.cart-wrapper-block {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.card-description {
  margin-top: 10px;
  margin-bottom: 50px;
}

.cart-block {
  background-color: var(--ghost-white);
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding: 30px;
  display: flex;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  min-width: 85%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  background-color: var(--royal-blue);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-item {
  background-color: var(--royal-blue);
  text-align: center;
  width: 31.8%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 31%;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px #5051f91a;
}

.landing-inner-page-image-wrapper:hover {
  box-shadow: none;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--royal-blue);
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.landing-performance-item-title {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-dropdown-column {
  width: 100%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 10px 0 50px #5051f91a;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 10px solid #ffffff1a;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.secondary-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 15px;
  padding: 14px 30px;
  font-size: 18px;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.secondary-button.white-button-with-border {
  border-color: var(--royal-blue);
  background-color: var(--white);
  color: var(--royal-blue);
  margin-top: 0;
  position: relative;
}

.secondary-button.white-button-with-border:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.secondary-button.white-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--royal-blue);
}

.secondary-button.white-button:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.secondary-button.white-button-yellow-hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--royal-blue);
}

.secondary-button.white-button-yellow-hover:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.br {
  border-radius: 30px;
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.features-wrap {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 46.7%;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 -10px 50px #5051f91a;
}

.home-contacts-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.home-contacts-wrapper.home-2 {
  grid-column-gap: 50px;
  align-items: center;
}

.home-contacts-wrapper.margin-top {
  margin-top: 80px;
}

.home-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.home-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.first-video {
  background-image: url('../images/Rectangle-37.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-video:hover {
  opacity: 1;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.list-bullet {
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 7px auto auto 0%;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line.blue {
  background-color: var(--royal-blue);
}

.search {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.button-block {
  margin-top: 40px;
}

.button-block.home-4 {
  grid-column-gap: 30px;
  margin-top: 0;
  display: flex;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

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

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.tablet-menu, .brand-tablet {
  display: none;
}

.form {
  flex-direction: column;
  display: flex;
}

.list-no-bullet {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.ghost-white-style-guide {
  background-color: var(--ghost-white);
  width: 75px;
  height: 75px;
  box-shadow: 0 -6px 17px #5051f93d;
}

.third-button {
  background-color: var(--royal-blue);
  border-radius: 3px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.third-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.third-button.transparent {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  transition: color .3s, background-color .3s;
}

.third-button.transparent:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.third-button.transparent-blue {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #0000;
  transition: color .3s, background-color .3s;
}

.third-button.transparent-blue:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.banner-block-left-home-1 {
  width: 50%;
  max-height: 730px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-block-left-home-1.width {
  width: 45%;
}

.banner-block-left-home-1.login-page {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-home-2 {
  text-align: center;
  max-width: 590px;
  margin-bottom: 100px;
  font-size: 70px;
  line-height: 1em;
}

.heading-home-2.invert-color {
  color: var(--white);
}

.button-block-right {
  grid-column-gap: 40px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-block-right.margin {
  margin-top: 50px;
}

.text-description {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 570px;
  display: flex;
}

.text-description.home-1 {
  grid-row-gap: 0px;
  justify-content: flex-start;
  max-width: 100%;
}

.text-content-right-home-1 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 730px;
  display: flex;
}

.text-content-right-home-1.rows {
  grid-row-gap: 50px;
  justify-content: center;
  padding-top: 40px;
}

.home-1-banner-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.paragraph-block-right {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-block-right.home-1 {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-block-right.login {
  width: 100%;
  margin-bottom: 30px;
}

.link-button-blue {
  color: var(--royal-blue);
  font-size: 18px;
}

.link-button-blue:hover {
  color: var(--primary);
}

.bottom-block-home-1 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.text-light-blue {
  min-height: 100%;
  color: var(--slate-grey);
  margin-top: 0;
  font-size: 18px;
  position: static;
}

.text-light-blue.max-w {
  max-width: 535px;
  margin-top: 1px;
  margin-bottom: -19px;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  opacity: .6;
  flex-wrap: wrap;
  display: flex;
}

.brand-block.home-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.image-brand.invert {
  filter: invert();
}

.section-content {
  width: 100%;
}

.section-content.home-1 {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-cart {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 14px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.paragraph-cart {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}

.paragraph-570-px {
  text-align: center;
  max-width: 570px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-max-w-418px {
  text-align: center;
  max-width: 418px;
  margin-bottom: 30px;
}

.cart-block-wrapper {
  grid-column-gap: 100px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo-image-64px {
  width: 64px;
  height: 64px;
}

.heading-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-max-w-237px {
  max-width: 237px;
}

.slider-content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.slider-content.padding {
  padding-bottom: 50px;
}

.slider-top {
  grid-column-gap: 30px;
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding-top: 50px;
  display: flex;
}

.subtitle-author {
  color: var(--slate-grey);
  text-transform: none;
  margin-top: 10px;
}

.subtitle-author.none-magin {
  margin-top: 0;
}

.author-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-author {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.slide-author.magin {
  grid-row-gap: 10px;
  margin-top: 50px;
  margin-bottom: 0;
}

.image-author {
  object-fit: cover;
  border-radius: 505px;
}

.slider-description {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  max-width: 830px;
  height: 100%;
  padding: 50px 30px;
}

.slider-description.box-shadows {
  box-shadow: 0 -10px 50px #0047ff1a;
}

.paragraph-slider {
  color: #232323;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-slider.align {
  text-align: left;
}

.slider-bottom {
  background-color: #0000;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.block-horizontal {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.block-horizontal.home-4 {
  margin-top: 20px;
}

.block-horizontal.services {
  justify-content: space-around;
}

.block-horizontal.margin {
  margin-top: 80px;
}

.heading-maxw-286px {
  max-width: 286px;
}

.centered-block-content {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-left: 80px;
  margin-right: 30px;
  display: flex;
}

.centered-block-content.home-4 {
  margin-left: 50px;
}

.right-block-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.right-block-content.services {
  grid-row-gap: 10px;
  align-items: flex-start;
  width: 100%;
}

.list-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.list-wrapper.direction {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.list-wrapper.home-4 {
  grid-column-gap: 15px;
}

.text-list {
  font-size: 24px;
  font-weight: 700;
}

.text-list.home-4 {
  color: var(--royal-blue);
  font-size: 22px;
  font-weight: 600;
}

.text-list.services {
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.subtitle-list {
  max-width: 370px;
  margin-bottom: 10px;
}

.link-underline {
  color: var(--midnight-blue);
  margin-top: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.link-underline:hover {
  color: var(--white);
}

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

.text-maxw-770px {
  max-width: 770px;
  color: var(--slate-grey);
  text-align: center;
  margin-top: 20px;
}

.white-heading {
  color: var(--white);
  text-align: left;
}

.white-heading.footer {
  max-width: 330px;
  font-weight: 600;
}

.white-heading.maxw-240px {
  max-width: 240px;
  margin-right: 100px;
  font-weight: 600;
}

.white-heading.centered {
  text-align: center;
}

.white-heading.none-mb {
  margin-bottom: 0;
}

.top-block-footer {
  flex-direction: column;
  display: flex;
}

.bottom-block {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.section-banner-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blue-text {
  color: var(--royal-blue);
}

.section-heading {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.description-block-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-text {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.heading-text.white-color {
  color: var(--white);
}

.subtitle-text {
  text-align: left;
  max-width: 730px;
  margin-top: 20px;
  font-size: 16px;
}

.subtitle-text.whote-color {
  color: var(--white);
}

.content-block {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.arrow-01-image {
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-02-image {
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-banner-home-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-content-right {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-slider-top {
  grid-column-gap: 30px;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.content-slider-bottom {
  grid-column-gap: 30px;
  flex: none;
  margin-left: 30px;
  display: flex;
}

.arrow-03-image {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.top-block-home-21 {
  background-color: var(--ghost-white);
  border-radius: 10px;
  width: 100%;
  min-height: 385px;
  margin-bottom: 30px;
  padding-top: 50px;
  display: flex;
}

.descripton-top-block {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.descripton-top-block.none-margin-right {
  justify-content: center;
  margin-right: 0;
  padding-bottom: 0;
}

.image-top-block {
  background-image: url('../images/GCA.jpg');
  background-size: auto;
  width: 50%;
}

.image-top-block.left {
  background-position: 100% 0;
  width: 95%;
  height: 100%;
}

.image-top-block.right {
  background-position: 0 0;
  background-size: 650px;
  width: 80%;
  height: 100%;
}

.image-top-block.margin-top {
  background-position: 17% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  margin-top: 50px;
}

.text-maxw-450px {
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
}

.text-maxw-450px.spacing {
  margin-bottom: 34px;
}

.bottom-block-home-2 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.left-block {
  background-color: var(--ghost-white);
  border-radius: 10px;
  flex-direction: column;
  width: 50%;
  min-height: 570px;
  padding-top: 50px;
  padding-right: 50px;
  display: flex;
}

.right-block {
  background-color: var(--ghost-white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  min-height: 570px;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
}

.description-left-block {
  padding-left: 50px;
}

.description-left-block.home-4, .description-left-block.services {
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  padding-left: 0;
  display: flex;
}

.description-right-block {
  padding-right: 50px;
}

.home-2-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.blue-right-block {
  background-color: var(--royal-blue);
  border-radius: 10px;
  min-height: 504px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.white-heading-text {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.white-heading-text.invert-color {
  color: var(--midnight-blue);
  font-size: 30px;
}

.white-heading-text.size {
  font-size: 30px;
}

.white-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 50px;
}

.white-paragraph.maxw {
  max-width: 573px;
  font-family: Inter, sans-serif;
}

.description-blue-block {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-block {
  grid-column-gap: 20px;
  background-image: url('../images/SCADA_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
}

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

.image-wrapper-block {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.heading-block {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  max-width: 610px;
  margin-bottom: 50px;
  display: flex;
}

.yellow-block {
  grid-column-gap: 50px;
  background-color: var(--primary);
  border-radius: 10px;
  align-items: stretch;
  min-height: 490px;
  display: flex;
}

.video-block {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.video-content {
  min-width: 370px;
}

.text-content {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.video-wrapper {
  flex-direction: row;
  margin-top: 50px;
}

.text-row {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.text-row.opacity {
  opacity: .3;
}

.blue-text-row {
  color: var(--royal-blue);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.blue-text-row.white-heading {
  color: var(--white);
}

.slider-testimonials-home-2 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-left-arrow-2 {
  color: #204e51;
  background-color: #ffbe40;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  inset: 0% auto 0% -31px;
}

.left-arrow-slider-2 {
  color: #204e51;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.slider-nav-active-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  padding-right: 45px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.slider-nav-active-item {
  z-index: 10;
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
  left: 19px;
}

.right-arrow-slider-2 {
  color: #204e51;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.slide-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-right-arrow-2 {
  color: #204e51;
  background-color: #ffbe40;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 34.5%;
  transition: all .3s;
  display: none;
  inset: 0% auto 0% 0%;
}

.slide-nav-block {
  flex-direction: row;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-content-slider {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.text-testimonials {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-testimonials.white-color {
  color: var(--white);
}

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

.blue-text-500 {
  color: var(--royal-blue);
  margin-top: 20px;
  font-weight: 500;
}

.blue-text-500.white-color {
  color: var(--white);
}

.text-author {
  color: var(--slate-grey);
  font-size: 16px;
}

.brand-block-image {
  max-width: 95px;
}

.heading-max-w {
  max-width: 418px;
}

.heading-max-w._260px {
  max-width: 260px;
}

.paragraph-maxw-568 {
  max-width: 568px;
}

.block-partners {
  background-color: var(--primary);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 10px 40px;
  display: flex;
}

.vector-right {
  background-image: url('../images/Group-4_1Group (4).png');
  background-position: 0 0;
  background-size: auto;
  min-width: 94px;
  min-height: 97px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.vector-left {
  background-image: url('../images/Group-6.png');
  background-position: 0 0;
  background-size: auto;
  min-width: 196px;
  min-height: 180px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-block-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-block-wrapper.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.left-work-block {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.right-work-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.yellow-row {
  grid-column-gap: 30px;
  background-color: var(--primary);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.icon-plus-work {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: "Fa solid 900", sans-serif;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.link-plus {
  width: 36px;
  height: 36px;
  color: var(--midnight-blue);
  text-align: center;
  border: 2px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1em;
  transition: border-color .3s, color .3s;
  display: flex;
  position: relative;
}

.link-plus:hover, .link-plus.white-color {
  border-color: var(--white);
  color: var(--white);
}

.link-plus.white-color:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.blue-row {
  grid-column-gap: 30px;
  background-color: var(--royal-blue);
  border-radius: 70px;
  align-items: center;
  margin-left: 30px;
  padding: 20px 30px;
  display: flex;
}

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

.heading-block-home-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-home-3 {
  text-align: center;
  max-width: 760px;
  position: relative;
}

.subtitle-home-3 {
  color: #171618;
  text-align: center;
  max-width: 670px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.subtitle-home-3.margin-top {
  margin-top: 30px;
}

.button-block-home-3 {
  grid-column-gap: 30px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.span-play-icon {
  padding-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.button-block-header {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-block-header.home-3 {
  flex: 0 auto;
}

.button-link-white-text {
  color: var(--white);
  font-weight: 400;
}

.button-link-white-text:hover {
  color: var(--royal-blue);
}

.button-link-white-text.home-2 {
  color: var(--midnight-blue);
}

.button-link-white-text.home-2:hover {
  color: var(--royal-blue);
}

.button-link-white-text.home-5:hover {
  color: var(--primary);
}

.form-subscribe {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.input-subscribe {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 50px;
  max-width: 270px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 30px;
}

.input-subscribe:focus {
  color: var(--white);
  border-color: #fffc;
}

.input-subscribe::placeholder {
  color: var(--white);
  font-size: 18px;
}

.form-block-subscribe {
  margin-bottom: 0;
}

.tablet-button {
  display: none;
}

.footer-bottom-block {
  border-top: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-block-wrapper {
  flex: 1;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header-home-2 {
  z-index: 1;
  position: relative;
}

.line-header-home {
  background-color: #0500384d;
  width: 1px;
  height: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

.image-101 {
  background-image: url('../images/SCADA.png');
  background-position: 0 0;
  background-size: auto;
}

.icon-block {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.icon-block.justify {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
}

.arrow-right-home-3 {
  position: absolute;
  inset: 52% 8% auto auto;
}

.image-block-centered {
  background-image: url('../images/Rectangle-308.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  margin-top: 80px;
  display: flex;
}

.description-bottom-block {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -80px;
  padding-bottom: 40px;
  display: flex;
}

.image-wrapper-bc {
  max-width: 1200px;
  display: flex;
}

.cart-blue-left {
  width: 50%;
  position: relative;
  top: -20%;
  left: 10%;
}

.cart-yellow-right {
  width: 50%;
  position: relative;
  top: -20%;
  right: 10%;
}

.block-wrapper {
  grid-column-gap: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.block-left-bb {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 410px;
  display: flex;
  position: relative;
}

.image-block-right-bb {
  justify-content: center;
  display: flex;
}

.arrow-image-block {
  position: absolute;
  inset: -30% -25% auto auto;
}

.pop-up {
  z-index: 999;
  background-color: #0c0c0ce6;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 40px 8px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  position: relative;
  overflow: hidden;
}

.video-popup {
  position: static;
}

.link-block {
  z-index: 2;
  width: 36px;
  padding-top: 15px;
  padding-right: 15px;
  transition: opacity .25s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block:hover {
  opacity: .68;
}

.top-block-section {
  grid-column-gap: 60px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.top-block-section.justify {
  justify-content: space-around;
}

.image-wrapper-left {
  margin-top: -15px;
}

.image-wrapper-left.first {
  margin-top: 0;
}

.left-block-image {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-block-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
  position: relative;
}

.right-block-description.maxw {
  max-width: 500px;
}

.arrow-blue {
  margin-left: -5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-block {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.list-text {
  color: var(--royal-blue);
  font-weight: 700;
}

.right-block-carts-image {
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.top-image {
  z-index: 1;
  position: relative;
}

.bottom-image {
  margin-top: -40%;
  position: relative;
  left: -30px;
}

.heading-right-block {
  max-width: 415px;
}

.heading-top-block {
  width: 100%;
}

.heading-top-block.home-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-maxw450px {
  max-width: 450px;
}

.grid-block {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blue-block-grid {
  grid-column-gap: 50px;
  background-color: var(--royal-blue);
  border-radius: 20px;
  display: flex;
}

.left-content {
  width: 50%;
}

.right-content {
  background-image: url('../images/Group-37.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  width: 50%;
}

.description-left-content {
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.description-left-content.maxw {
  max-width: 250px;
}

.description-left-content.spacing {
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.yellow-block-grid {
  background-color: var(--primary);
  border-radius: 20px;
  display: flex;
}

.dark-heading-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.right-content-image {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.right-bllock-blue {
  background-image: url('../images/Group-37-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-right-radius: 20px;
  width: 100%;
  min-height: 335px;
  position: relative;
}

.security-image {
  width: 70%;
  margin-top: -13%;
  position: absolute;
  inset: 0% auto auto -14%;
}

.ghost-white-block-grid {
  background-color: var(--ghost-white);
  border-radius: 20px;
  display: flex;
}

.right-block-carts {
  background-image: url('../images/Group-1817.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  height: 100%;
}

.heading-description {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-text-with-span {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.yellow-span {
  color: var(--primary);
}

.top-image-block {
  justify-content: center;
  display: flex;
}

.bottom-block-blue {
  background-color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/Group-1814.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: -65px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.tabs-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-block {
  text-align: center;
  max-width: 415px;
}

.tabs-wrapper {
  width: 100%;
}

.tab-heading {
  grid-column-gap: 20px;
  color: var(--royal-blue);
  background-color: #0000;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.tab-heading.w--current {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 60px;
  font-weight: 600;
}

.tabs-menu-2 {
  justify-content: space-around;
  margin-bottom: 30px;
  display: flex;
}

.icon-arrow {
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(50deg);
}

.div-block-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.accordion-wrapper-icon {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  border-radius: 15px;
  padding: 15px 20px;
  display: flex;
}

.arrow-absolute {
  position: absolute;
  inset: 9% -20% auto auto;
}

.dark-body {
  background-color: var(--black);
}

.image-span {
  background-image: url('../images/Highlight_6Highlight_05.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 68px;
  height: 74px;
  margin-top: -30px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-span-right {
  background-image: url('../images/Highlight_05-1_1Highlight_05 (1).png');
  background-position: 0 0;
  background-size: auto;
  width: 74px;
  height: 68px;
  position: absolute;
}

.header-home-4 {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-section-home-4 {
  background-image: url('../images/Rectangle-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 80px;
}

.description-banner-block {
  max-width: 750px;
}

.subtitle-uppercase {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
}

.subtitle-uppercase.blue-text {
  color: var(--royal-blue);
}

.subtitle-uppercase.stale-grey {
  color: var(--slate-grey);
}

.heading-home-4 {
  color: var(--white);
  margin-top: 20px;
  font-size: 60px;
}

.banner-content {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-span {
  border: 1px solid var(--white);
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  display: flex;
}

.arrow-span.blue-border {
  border-color: var(--royal-blue);
}

.heading-margin {
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-margin.top-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-full-width {
  background-image: url('../images/shutterstock_161513417.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.circle-button {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.circle-button:hover {
  border-color: var(--primary);
  color: var(--white);
  background-color: #ffd02f;
}

.yellow-circle {
  background-color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.number-text-circle {
  font-size: 22px;
  font-weight: 600;
}

.paragraph-with-border {
  margin-left: 25px;
  display: flex;
}

.paragraph-list {
  border-left: 1px dashed #777;
  max-width: 430px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 40px;
}

.paragraph-list.last {
  border-left-color: #0000;
  padding-bottom: 0;
}

.top-block-content {
  grid-column-gap: 80px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-left-tb {
  z-index: 2;
  position: relative;
}

.description-right-tb {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.absolute-top-block {
  background-color: var(--white);
  margin-top: -25px;
  margin-left: -10px;
  padding: 23px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.absolute-bottom-block {
  background-color: var(--white);
  margin-bottom: -25px;
  margin-right: -10px;
  padding: 23px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-blue-large {
  color: var(--royal-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.text-15px {
  color: var(--slate-grey);
  font-size: 15px;
}

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

.heading-maxw-600px.align-left {
  text-align: left;
  max-width: 700px;
}

.team-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.team-cart {
  width: 100%;
}

.slate-grey-text {
  color: var(--slate-grey);
}

.slider-top-block {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-post-bottom-block {
  margin-top: -6px;
}

.testimonials-slider-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.all-testimonials-wrapper {
  flex: none;
  display: flex;
}

.testimonials-item-wrap {
  grid-column-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

.testimonials-cart {
  background-color: var(--white);
  border-radius: 3px;
  max-width: 570px;
  height: 322px;
  padding: 30px;
  display: inline-block;
}

.author-description {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.progect-image {
  border-radius: 3px;
  height: 300px;
  position: relative;
}

.progect-image.height {
  height: 370px;
}

.link-progects-block {
  z-index: 1;
  width: 100%;
  transition-property: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.description-section {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image-author-slider {
  border-radius: 3px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.brands-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brands-block.none-margin {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.brands-images {
  grid-column-gap: 30px;
  opacity: .7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.heading-blog-post {
  justify-content: space-between;
  display: flex;
}

.button-block-right-bp {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.block-maxw-450px {
  max-width: 450px;
}

.blog-posts {
  margin-top: 40px;
}

.blog-posts.none-margin {
  margin-top: 0;
}

.collection-list-blog-posts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-blog-posts {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.collection-item-blog-posts.blog-post {
  grid-row-gap: 0px;
  position: relative;
}

.author-blog-post {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-blog-post.width {
  width: 100%;
}

.text-semi-bold {
  font-weight: 600;
}

.link-blog-post {
  color: var(--royal-blue);
  flex: none;
  font-weight: 400;
  transition-property: none;
  display: flex;
}

.author-name-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.image-wrapper-bp {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.heading-slider {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-border-item {
  z-index: 1;
  background-color: #4262ff99;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
  right: -16px;
}

.slider-border-item._1 {
  right: -6px;
}

.slider-border-item._2 {
  right: -26px;
}

.image-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-block-post {
  border-radius: 3px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.data-text-blog {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 3px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 6px 14px;
  font-weight: 400;
  transition: border-color .3s, color .3s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.data-text-blog:hover {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
}

.heading-hover-bp {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  transition: color .2s;
}

.heading-hover-bp:hover {
  color: var(--royal-blue);
}

.content-block-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.description-row {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.content-row {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.row-item {
  background-color: var(--white);
  border-radius: 10px;
  min-width: 100%;
  padding: 20px;
  box-shadow: 0 -10px 50px #0047ff1a;
}

.blue-link {
  color: var(--royal-blue);
}

.blue-link:hover {
  color: var(--primary);
}

.column-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.paragraph-800px {
  text-align: center;
  max-width: 800px;
  margin-top: 20px;
}

.link-underline-2 {
  color: #050038;
  margin-top: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.link-underline-2:hover {
  color: #fff;
}

.section-content-full {
  border-bottom: 1px solid #606f954d;
  justify-content: center;
  width: 100%;
  display: flex;
}

.section-content-full.none-border {
  border-bottom-style: none;
}

.column-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.column.border-left-right {
  border-left: 1px solid #606f954d;
  border-right: 1px solid #606f954d;
  align-items: center;
}

.column.border-left {
  border-left: 1px solid #606f954d;
  border-right: 1px solid #0000;
  align-items: center;
}

.column.border-right {
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  align-items: center;
}

.grid-column-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  display: flex;
}

.check {
  border: 1px solid var(--royal-blue);
  width: 50px;
  height: 50px;
  color: var(--royal-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.column-second {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column-second.border-left {
  border-left: 1px solid #606f954d;
  border-right: 1px solid #0000;
  justify-content: center;
}

.column-second.border-centered {
  border-left: 1px solid #606f954d;
  border-right: 1px solid #606f954d;
  justify-content: center;
}

.column-second.border-right {
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  justify-content: center;
}

.button-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.tab-heading-blue-hover {
  grid-column-gap: 20px;
  color: var(--royal-blue);
  background-color: #0000;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.tab-heading-blue-hover.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 60px;
}

.slider-clients {
  background-color: #0000;
  height: 100%;
}

.background-slider {
  opacity: .1;
  background-image: url('../images/mapbase-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.slider-description-clients {
  max-width: 770px;
}

.slide-nav {
  display: none;
}

.slide-content-clients {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.author-name {
  font-weight: 600;
}

.left-arrow {
  z-index: 1;
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.right-arrow {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.crid-clients {
  margin-top: 50px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #606f954d;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-block-clients {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 20px;
  display: flex;
}

.grid-block-clients.centered {
  border-bottom: 1px solid #606f954d;
  border-left: 1px solid #606f954d;
  border-right: 1px solid #606f954d;
}

.grid-block-clients.border-bottom {
  border-bottom: 1px solid #606f954d;
}

.grid-block-clients.border-left-rigth {
  border-left: 1px solid #606f954d;
  border-right: 1px solid #606f954d;
}

.heading-content-clients {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.testimonials-2 {
  background-color: #0000;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 80px;
}

.left-arrow-testimonials {
  background-color: var(--royal-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-testimonials:hover {
  background-color: var(--primary);
}

.right-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.slide-7 {
  position: relative;
}

.cart-block-left {
  grid-column-gap: 20px;
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  max-width: 400px;
  padding: 20px;
  display: flex;
  box-shadow: 0 -10px 50px #0047ff1a;
}

.cart-block-left.magin-left {
  margin-left: 50px;
}

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

.image-content {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.slider-testimonials {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.right-arrow-testimonials {
  background-color: var(--royal-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 80px;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow-testimonials:hover {
  background-color: var(--primary);
}

.testimonials-image {
  grid-column-gap: 20px;
  background-color: #fff3;
  border-radius: 20px;
  align-items: center;
  display: flex;
}

.testimonials-image.testimonials {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonials-image._01 {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.block-wrapper-2 {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.left-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.text-slide {
  color: var(--slate-grey);
  margin-top: 20px;
}

.cart-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.div-block-10.centered {
  grid-template-columns: .75fr 1.5fr;
  align-items: start;
  padding-top: 50px;
}

.div-block-11 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.paragraph-blog-post {
  margin-top: 10px;
  margin-bottom: 20px;
}

.span-image {
  background-image: url('../images/Highlight_6Highlight_05.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 68px;
  height: 74px;
  display: inline-block;
  position: absolute;
  inset: -71% auto auto -25%;
}

.heading-with-span {
  position: relative;
}

.description-content-blog {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.input-email {
  border: 1px solid #606f954d;
  border-radius: 50px;
  max-width: 400px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 20px;
}

.input-email:focus {
  background-color: var(--ghost-white);
  border-color: #606f9580;
}

.input-email::placeholder {
  color: var(--slate-grey);
  font-size: 18px;
}

.input-email.mirgin-bottom {
  margin-bottom: 20px;
}

.input-email.contact-us {
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-email.contact-us:focus {
  background-color: #ffffffb3;
}

.input-email.contact-us::placeholder {
  font-size: 16px;
}

.input-email.text-area {
  border-radius: 20px;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-email.text-area:focus {
  background-color: #ffffffb3;
}

.input-email.text-area::placeholder {
  font-size: 16px;
}

.input-email.mb-15 {
  margin-bottom: 15px;
}

.input-email.cs {
  max-width: none;
  margin-bottom: 0;
}

.input-email.maxw {
  max-width: none;
}

.register-block {
  grid-column-gap: 30px;
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.click-here-block {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.click-here-block.maxw-400 {
  max-width: 400px;
  margin-top: 20px;
  font-size: 16px;
}

.text-stale-grey {
  color: var(--slate-grey);
}

.more-features-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.subtitle-block, .white-link {
  color: var(--white);
}

.white-link:hover {
  color: var(--primary);
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  border-radius: 3px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 -10px 50px #0500381a;
}

.template-empty-state-2 {
  color: #0f5cfa;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px 8px;
  font-weight: 400;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: #0f5cfa;
  background-color: #0000;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: #0f5cfa;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 50px 50px;
  display: flex;
}

.blog-classic-post-date {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 3px;
  font-size: 16px;
}

.blog-classic-post-description {
  margin-top: 10px;
  margin-bottom: 35px;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-search {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 -10px 50px #0500381a;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.blog-sidebar-right {
  flex-direction: column;
}

.sidebar-categories {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 -10px 50px #0500381a;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-search-wrapper {
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-recent-posts {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 -10px 50px #0500381a;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 60px;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: color .3s;
}

.blog-recent-post-title:hover {
  color: var(--royal-blue);
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-category {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 3px;
  padding: 6px 14px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--royal-blue);
  background-color: #0000;
}

.article {
  position: relative;
}

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

.rich-text-block h5 {
  margin-top: 30px;
}

.slider-image-author {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.quantity {
  display: none;
}

.add-to-cart {
  flex-direction: column;
}

.option-list {
  flex-direction: column;
  display: flex;
}

.default-state {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list.product-details {
  grid-template-rows: auto;
}

.collection-list.home-4 {
  grid-row-gap: 30px;
}

.shop-product-block {
  width: 100%;
}

.shop-product-block.mt {
  margin-top: 50px;
}

.shop-name {
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.stars-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.buy-now-button {
  display: none;
}

.categories-shop {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.categories-shop:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.product-wrapper {
  position: relative;
}

.product-wrapper.height {
  height: 370px;
}

.collection-item {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkout-form {
  background-color: var(--ghost-white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.price-checkout {
  color: var(--royal-blue);
}

.image-checkout {
  object-fit: cover;
  height: 60px;
}

.input-checkout {
  background-color: #f1f3fd80;
  border-color: #606f954d;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  background-color: var(--ghost-white);
  border-color: #606f9580;
}

.text-16px-checkout {
  font-size: 16px;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--ghost-white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon {
  margin-right: 0;
  transition: color .3s;
}

.icon:hover {
  color: var(--royal-blue);
}

.icon.dark {
  color: var(--midnight-blue);
}

.icon.dark:hover {
  color: var(--royal-blue);
}

.cart-quantity {
  background-color: var(--royal-blue);
  min-width: 14px;
  height: 18px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-left: 15px;
  display: flex;
  position: absolute;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.text-remove {
  font-size: 16px;
}

.apple-pay {
  border-radius: 15px;
}

.default-state-2 {
  grid-column-gap: 70px;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper.margin {
  margin-top: 80px;
}

.shop-text-wrapper.margin-bottom {
  margin-bottom: 30px;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.shop-card-old-price {
  color: #a1a1a1;
  text-decoration: line-through;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-sticky-block {
  position: sticky;
  top: 25px;
}

.lightbox-link-shop {
  border-radius: 3px;
  min-width: 450px;
  height: 400px;
  overflow: hidden;
}

.quantity-2 {
  background-color: #0000;
  border-color: #0000 #0000 #a1a1a180;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 150px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #e9e9e9;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-details-subtitle {
  color: #1b1b1b;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-list-4 {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block-14 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-details-featured-products-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-wrapper {
  width: 100%;
}

.product-wrapper-block {
  position: relative;
  overflow: hidden;
}

.team-image-wrapper {
  width: 270px;
  height: 270px;
}

.cart-block-tablet, .cart-block-tablet.header {
  display: none;
}

.header-home-3 {
  background-color: var(--white);
  position: relative;
}

.heading-landing {
  text-align: center;
  max-width: 740px;
  font-size: 70px;
  line-height: 1.1em;
  position: relative;
}

.image-span-landing {
  background-image: url('../images/Highlight_6Highlight_05.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 68px;
  height: 74px;
  margin-top: -40px;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.landing-download-wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.landing-next-line-span {
  display: block;
}

.title-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.title-cart.blue {
  color: var(--royal-blue);
}

.title-cart.none-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.title-cart.size-22px {
  font-size: 22px;
}

.title-cart.margin {
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.blog-post-heading {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.blog-post-heading.blue {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-post-heading.dark {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-post-heading.black {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-blog-cart {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-blog-cart.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-style-guide {
  font-size: 28px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  width: 141px;
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: var(--black);
}

.heading {
  margin-top: 133px;
  margin-bottom: 0;
}

.image-102 {
  margin-right: 61px;
}

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

  a:hover {
    color: var(--primary);
  }

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

  .section.blog-grid-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.banner-our-team, .section.pricing-banner, .section.contacts-2-banner {
    padding-top: 180px;
  }

  .section.yelllow-bgr {
    padding-top: 420px;
  }

  .section.spacing {
    padding-bottom: 0;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-menu {
    flex: 0 auto;
  }

  .nav-menu.sizing {
    justify-content: flex-start;
  }

  .nav-link, .nav-link.home-4, .nav-link.home-4.w--current {
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-dropdown-list.megamenu {
    left: auto;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -20%;
  }

  .coming-soon-heading {
    font-size: 70px;
  }

  .nav-menu-wrapper {
    justify-content: space-around;
  }

  .section-title-wrapper {
    align-items: center;
    width: 100%;
  }

  .section-title-wrapper.align {
    align-items: flex-start;
    width: 40%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-features-title {
    background-color: var(--royal-blue);
    border-radius: 15px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

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

  .footer-wrapper {
    grid-column-gap: 130px;
    align-items: flex-start;
    padding-top: 130px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
  }

  .landing-inner-page-item {
    width: 100%;
  }

  .features-wrapper {
    grid-column-gap: 15px;
  }

  .home-contacts-wrapper.home-2 {
    grid-column-gap: 100px;
  }

  .home-contacts-wrapper.margin-top {
    margin-top: 130px;
  }

  .home-content {
    grid-column-gap: 40px;
    justify-content: space-around;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    justify-content: flex-start;
  }

  .center-title {
    padding-right: 140px;
  }

  .banner-block-left-home-1 {
    width: 45%;
    min-height: 95vh;
    max-height: none;
  }

  .banner-block-left-home-1.login-page {
    align-items: center;
  }

  .button-block-right {
    margin-bottom: 19px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
    justify-content: flex-end;
    min-height: 95vh;
  }

  .text-content-right-home-1.rows {
    grid-row-gap: 50px;
  }

  .paragraph-block-right.home-1 {
    margin-bottom: 30px;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .paragraph-570-px, .heading-max-w-418px {
    text-align: left;
  }

  .cart-block-wrapper {
    grid-column-gap: 140px;
    justify-content: center;
  }

  .slider-content {
    padding-bottom: 130px;
  }

  .block-horizontal.services {
    grid-column-gap: 50px;
    justify-content: flex-start;
  }

  .block-horizontal.margin {
    margin-top: 130px;
  }

  .centered-block-content {
    margin-left: 114px;
  }

  .list-wrapper.width {
    width: 100%;
  }

  .heading-text {
    font-size: 60px;
  }

  .arrow-01-image {
    margin-top: -5%;
    margin-right: -10%;
    display: block;
  }

  .arrow-02-image {
    margin-top: -2%;
    margin-left: -8%;
    display: block;
  }

  .cart-content-right {
    flex-direction: row;
    width: 56%;
    min-height: 430px;
    margin-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .arrow-03-image {
    margin-top: -8%;
    margin-right: -102px;
    display: block;
  }

  .image-top-block.margin-top {
    background-position: 29% 0;
    width: 65%;
  }

  .white-heading-text.invert-color, .white-heading-text.size {
    font-size: 40px;
  }

  .video-block {
    grid-column-gap: 80px;
  }

  .blue-text-row {
    font-size: 60px;
  }

  .banner-right-arrow-2 {
    margin-left: 33.5%;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .block-partners._05 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .block-partners._04 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-partners._01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-partners._06 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vector-right {
    display: block;
    top: 20%;
    right: -2%;
  }

  .vector-left {
    display: block;
    top: 33%;
    left: -7%;
  }

  .work-block-wrapper {
    justify-content: space-between;
  }

  .yellow-row {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blue-row {
    margin-left: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-home-3 {
    max-width: 1020px;
    font-size: 70px;
  }

  .button-block-header.home-2 {
    flex: none;
  }

  .line-header-home {
    margin-left: 100px;
    margin-right: 100px;
    display: block;
  }

  .line-header-home.white-color {
    background-color: #ffffff4d;
  }

  .arrow-right-home-3 {
    top: 55%;
    right: 12%;
  }

  .image-block-centered {
    margin-top: 115px;
  }

  .image-wrapper-bc {
    justify-content: center;
  }

  .cart-blue-left {
    min-width: 730px;
    left: 13%;
  }

  .cart-yellow-right {
    min-width: 730px;
    right: 13%;
  }

  .block-wrapper {
    grid-column-gap: 150px;
  }

  .arrow-image-block {
    right: -30%;
  }

  .top-block-section {
    grid-column-gap: 0px;
  }

  .top-block-section.justify {
    grid-column-gap: 110px;
    justify-content: flex-end;
  }

  .left-block-image {
    align-items: flex-start;
  }

  .arrow-blue {
    margin-top: 2%;
    margin-left: -20%;
  }

  .right-block-carts-image {
    align-items: center;
  }

  .blue-block-grid {
    grid-column-gap: 0px;
  }

  .right-content {
    background-size: auto 377px;
  }

  .description-left-content.maxw {
    max-width: 300px;
  }

  .right-bllock-blue {
    background-position: 100% 100%;
    background-size: auto;
  }

  .security-image {
    width: 100%;
    margin-top: 0%;
    margin-left: -50px;
    top: -24%;
    left: 0%;
  }

  .right-block-carts {
    background-position: 50%;
    height: 100%;
  }

  .bottom-block-blue {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .tabs-block {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .tabs-wrapper {
    width: 60%;
  }

  .tabs-menu-2 {
    justify-content: space-between;
  }

  .arrow-absolute {
    top: 11%;
    right: -23%;
  }

  .image-span {
    left: -1%;
  }

  .image-span-right {
    top: -15%;
    right: 0%;
  }

  .banner-section-home-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-home-4 {
    font-size: 80px;
  }

  .banner-content {
    height: 100vh;
  }

  .section-full-width {
    height: 75vh;
  }

  .top-block-content {
    grid-column-gap: 100px;
  }

  .absolute-top-block {
    margin-top: -45px;
    margin-left: -70px;
  }

  .absolute-bottom-block {
    margin-bottom: -78px;
    margin-right: -30px;
  }

  .text-blue-large {
    font-size: 80px;
  }

  .blog-post-bottom-block {
    margin-top: 130px;
  }

  .author-blog-post {
    grid-column-gap: 15px;
  }

  .content-block-wrapper {
    grid-column-gap: 100px;
  }

  .row-item {
    min-width: 600px;
  }

  .column.border-right, .column-second.border-right {
    border-right-color: #606f954d;
  }

  .button-bottom {
    margin-bottom: 130px;
  }

  .slide-content-clients {
    padding-top: 65px;
  }

  .testimonials-2 {
    padding-bottom: 100px;
  }

  .cart-block-left.magin-left {
    margin-left: 100px;
  }

  .input-email.mirgin-bottom {
    margin-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-column-gap: 10px;
    flex-wrap: nowrap;
  }

  .categories-shop:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .shop-details-title {
    font-size: 72px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .cart.mr {
    margin-right: 10px;
  }

  .image-span-landing {
    left: -1%;
  }

  .image-102 {
    margin-right: 61px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    justify-content: flex-start;
  }

  .nav-menu {
    margin-left: 0;
  }

  .nav-dropdown-toggle.spacing-first, .nav-dropdown-toggle.spacing-first-login {
    margin-left: 30px;
  }

  .nav-menu-wrapper {
    justify-content: space-around;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .button-block-right {
    margin-bottom: 69px;
  }

  .text-content-right-home-1 {
    justify-content: flex-end;
  }

  .text-content-right-home-1.rows {
    grid-row-gap: 40px;
  }

  .heading-text.opacity {
    opacity: .5;
  }

  .arrow-01-image {
    opacity: .5;
    margin-right: -11%;
  }

  .arrow-02-image {
    opacity: .5;
  }

  .cart-content-right {
    width: 56%;
  }

  .arrow-03-image {
    opacity: .5;
  }

  .slider-testimonials-home-2, .mask-testimonials-home-2 {
    z-index: 1;
  }

  .slide-6 {
    z-index: 2;
  }

  .vector-right {
    right: 2%;
  }

  .vector-left {
    top: 30%;
    left: -5%;
  }

  .button-block-header.home-2 {
    grid-column-gap: 20px;
  }

  .image-span, .image-span-landing {
    left: 0%;
  }

  .heading {
    margin-top: 64px;
    margin-bottom: 34px;
  }

  .image-102 {
    margin-right: 57px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    margin-left: 50px;
  }

  .nav-dropdown-toggle.spacing-first, .nav-dropdown-toggle.spacing-first-login {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    justify-content: space-around;
  }

  .section-title-wrapper.align {
    width: 45%;
  }

  .landing-banner-image {
    min-width: auto;
    max-width: 1528px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .heading-home-2 {
    max-width: 720px;
    font-size: 90px;
  }

  .button-block-right {
    margin-bottom: 88px;
  }

  .text-description.home-1 {
    margin-bottom: -16px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 160px;
    justify-content: flex-end;
    padding-top: 120px;
  }

  .text-content-right-home-1.rows {
    grid-row-gap: 100px;
  }

  .paragraph-block-right.home-1 {
    margin-top: -16px;
    margin-bottom: auto;
  }

  .text-light-blue.max-w {
    margin-bottom: 88px;
    padding-bottom: 0;
  }

  .arrow-01-image {
    margin-right: -15%;
  }

  .arrow-02-image {
    margin-left: -15%;
  }

  .cart-content-right {
    width: 50%;
    min-height: 380px;
    padding-right: 75px;
  }

  .arrow-03-image {
    margin-right: -120px;
  }

  .vector-right {
    right: 13%;
  }

  .vector-left {
    left: 8%;
  }

  .yellow-row {
    padding-top: 20px;
  }

  .line-header-home {
    margin-left: 80px;
    margin-right: 80px;
  }

  .heading-home-4 {
    font-size: 90px;
  }

  .testimonials-item-wrap {
    z-index: 1;
    position: relative;
  }

  .input-email.mirgin-bottom {
    margin-bottom: 30px;
  }

  .heading-landing {
    max-width: 840px;
    font-size: 90px;
  }

  .image-span-landing {
    margin-left: 20px;
  }

  .heading {
    margin-top: 31px;
    margin-bottom: 151px;
    padding-top: 0;
  }
}

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

  .section.banner {
    min-height: 300px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.banner-our-team, .section.pricing-banner {
    min-height: 300px;
  }

  .section.landing-banner {
    background-position: 92% 46%, 2% 75%;
  }

  .section.home-3 {
    padding-top: 40px;
  }

  .section.background-fb {
    padding-left: 0;
    padding-right: 0;
  }

  .section.overflow {
    overflow: hidden;
  }

  .section.landing-downloads {
    padding-bottom: 0;
  }

  .base-container.align-centered {
    align-items: center;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.top-margin {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    margin-left: 0;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .menu-button.invert-color {
    filter: invert();
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link:hover {
    color: var(--primary);
  }

  .nav-link.blue-hover, .nav-link.home-3, .nav-link.spacing {
    padding-left: 0;
  }

  .nav-link.home-4 {
    color: var(--black);
    padding-left: 0;
  }

  .nav-link.compare {
    padding-left: 0;
  }

  .nav-link.home-5 {
    color: var(--black);
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle.first {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-toggle.last {
    width: 100%;
  }

  .nav-dropdown-toggle.home-3, .nav-dropdown-toggle.last-home-3 {
    padding-left: 0;
  }

  .nav-dropdown-toggle.first-home-3 {
    padding-right: 0;
  }

  .nav-dropdown-toggle.spacing-first {
    margin-left: 0;
  }

  .nav-dropdown-toggle.spacing, .nav-dropdown-toggle.spacing-last {
    padding-left: 0;
  }

  .nav-dropdown-toggle.spacing-first-login {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.blue-hover:hover, .nav-dropdown-link.blue-hover.w--current {
    color: var(--royal-blue);
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    transition: color .3s;
  }

  .nav-item-title:hover {
    color: var(--primary);
  }

  .nav-item-title.white-text-nav {
    color: var(--midnight-blue);
  }

  .nav-item-title.home-5 {
    color: var(--black);
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    text-align: center;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .accordion-toggle {
    grid-column-gap: 20px;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .coming-soon-image {
    display: none;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 300px;
  }

  .footer-links-wrapper {
    grid-column-gap: 18px;
    flex-wrap: wrap;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-brand-description {
    margin-bottom: 30px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .cart-wrapper-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cart-block {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .cart-block.last-child {
    margin-bottom: 0;
  }

  .landing-banner-image {
    min-width: 95%;
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-inner-page-item {
    width: 100%;
  }

  .landing-inner-page-item.home-screen {
    width: 47%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-wrap {
    width: 47%;
  }

  .home-contacts-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .home-contacts-wrapper.home-2 {
    justify-content: center;
  }

  .home-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .home-content {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    justify-content: space-around;
  }

  .navbar-fixed {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .first-video {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .banner-block-left-home-1 {
    width: 100%;
    max-height: 100%;
    margin-top: 30px;
    position: static;
  }

  .banner-block-left-home-1.width {
    width: 100%;
  }

  .banner-block-left-home-1.login-page {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-home-2 {
    margin-bottom: 80px;
    font-size: 60px;
  }

  .button-block-right {
    justify-content: center;
  }

  .text-description {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-description.home-1 {
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-top: 100px;
  }

  .text-content-right-home-1.rows {
    padding-top: 80px;
  }

  .paragraph-block-right {
    grid-column-gap: 30px;
  }

  .bottom-block-home-1 {
    align-items: center;
  }

  .brand-block {
    justify-content: center;
  }

  .brand-block.home-2 {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .cart-block-wrapper {
    grid-column-gap: 90px;
  }

  .slider-content.padding {
    padding-bottom: 0;
  }

  .slider-top {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .slider-description {
    max-width: 710px;
  }

  .slider-bottom {
    display: none;
  }

  .block-horizontal {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-horizontal.services {
    grid-column-gap: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .heading-maxw-286px {
    max-width: 100%;
  }

  .centered-block-content {
    width: 47.9%;
    margin-left: 0;
  }

  .centered-block-content.home-4 {
    margin-left: 0;
  }

  .right-block-content {
    width: 47.9%;
  }

  .right-block-content.services {
    width: 50%;
  }

  .white-heading.maxw-240px {
    margin-right: 0;
  }

  .top-block-footer {
    width: 100%;
  }

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

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

  .content-block {
    grid-row-gap: 80px;
  }

  .description-left-block.home-4 {
    text-align: center;
    align-items: center;
  }

  .description-left-block.services {
    width: 50%;
    max-width: none;
  }

  .home-2-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .white-heading-text {
    font-size: 38px;
  }

  .image-block {
    justify-content: center;
  }

  .video-block {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .text-content {
    text-align: left;
    margin-top: 30px;
  }

  .video-wrapper {
    margin-top: 30px;
  }

  .banner-left-arrow-2 {
    display: none;
    inset: 0% auto 0% 0%;
  }

  .slider-nav-active-wrapper {
    padding-top: 1px;
    padding-right: 41px;
  }

  .slider-nav-active-item {
    left: 18px;
  }

  .slide-content-wrapper {
    flex-direction: column;
  }

  .banner-right-arrow-2 {
    display: none;
    inset: 0% 0% 0% auto;
  }

  .text-testimonials {
    font-size: 35px;
  }

  .brand-block-image, .block-partners {
    max-width: 100%;
  }

  .work-block-wrapper.reverse {
    flex-wrap: wrap;
    justify-content: center;
  }

  .left-work-block {
    grid-row-gap: 30px;
  }

  .right-work-block.centered {
    text-align: center;
    align-items: center;
  }

  .heading-home-3 {
    max-width: 100%;
    padding-top: 40px;
  }

  .button-block-header {
    display: none;
  }

  .button-block-header.home-2 {
    flex: 0 auto;
    display: none;
  }

  .button-link-white-text.tablet {
    color: var(--royal-blue);
  }

  .form-subscribe {
    grid-column-gap: 15px;
    width: 100%;
  }

  .form-block-subscribe {
    width: 100%;
  }

  .tablet-button {
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .arrow-right-home-3 {
    right: 0%;
  }

  .description-bottom-block {
    margin-top: 0;
  }

  .block-wrapper {
    grid-column-gap: 50px;
  }

  .arrow-image-block {
    max-width: 120px;
    top: -18%;
    right: -10%;
  }

  .top-block-section {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-block-section.justify {
    flex-direction: row;
  }

  .left-block-image {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .right-block-description {
    text-align: center;
    align-items: center;
  }

  .arrow-blue {
    inset: auto -15% -14% auto;
    transform: rotate(-31deg);
  }

  .list-block, .heading-right-block {
    text-align: left;
  }

  .heading-top-block {
    display: flex;
  }

  .grid-block {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .right-content {
    background-position: 0 100%;
    background-size: auto;
  }

  .description-left-content.maxw {
    max-width: 450px;
  }

  .dark-heading-text {
    font-size: 38px;
  }

  .right-bllock-blue {
    background-position: 100% 100%;
    background-size: auto;
    min-height: 100%;
  }

  .security-image {
    margin-top: 65%;
    display: block;
    inset: auto auto 39% 8%;
  }

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

  .tabs-wrapper {
    width: 100%;
  }

  .arrow-absolute {
    display: none;
  }

  .image-span {
    margin-top: 0;
  }

  .header-home-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner-section-home-4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .banner-content {
    height: 100%;
  }

  .top-block-content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-left-tb {
    width: 100%;
    height: 450px;
  }

  .description-right-tb {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .absolute-top-block {
    margin-left: 15px;
  }

  .absolute-bottom-block {
    margin-right: 15px;
  }

  .team-block {
    grid-template-columns: 1fr 1fr;
  }

  .team-cart {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .testimonials-slider-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
  }

  .testimonials-item-wrap {
    flex-wrap: wrap;
  }

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

  .collection-list-blog-posts {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         "Area Area";
    justify-content: center;
    display: flex;
  }

  .collection-item-blog-posts {
    width: 47.9%;
  }

  .slider-border-item {
    right: -13px;
  }

  .slider-border-item._1 {
    right: -4px;
  }

  .slider-border-item._2 {
    right: -23px;
  }

  .content-block-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .description-row {
    text-align: center;
    align-items: center;
  }

  .column-wrapper {
    grid-column-gap: 15px;
  }

  .column {
    padding-right: 20px;
  }

  .column.border-left-right, .column.border-left {
    padding-left: 20px;
  }

  .column.border-right {
    border-right-color: #606f954d;
    padding-left: 20px;
  }

  .column-second.border-right {
    border-right-color: #606f954d;
  }

  .slide-content-clients {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-content-clients {
    text-align: center;
  }

  .image-content, .slider-testimonials {
    width: 100%;
  }

  .right-arrow-testimonials {
    margin-left: 80px;
  }

  .block-wrapper-2 {
    align-items: center;
  }

  .text-slide {
    margin-top: 15px;
  }

  .div-block-10, .div-block-10.centered {
    grid-template-columns: .75fr 1.25fr;
  }

  .input-email.width {
    max-width: 100%;
  }

  .register-block {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding: 20px 40px 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-search-wrapper {
    grid-column-gap: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .rich-text-block {
    max-width: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart-quantity {
    overflow: visible;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-image-wrapper {
    width: 100%;
  }

  .cart-block-tablet, .cart-block-tablet.header {
    grid-column-gap: 30px;
    align-items: center;
    display: flex;
  }

  .heading-landing {
    font-size: 60px;
  }

  .image-span-landing {
    background-size: auto 60px;
    margin-top: -30px;
    margin-left: 10px;
  }

  .landing-download-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.blog-grid-banner {
    padding-top: 60px;
  }

  .section.banner-our-team, .section.pricing-banner, .section.contacts-2-banner {
    padding-top: 100px;
  }

  .section.yelllow-bgr {
    padding-top: 350px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.top-margin, .primary-button.spacing {
    margin-top: 30px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .changelog-heading {
    font-size: 32px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button {
    flex: 0 auto;
  }

  .blog-template-next-button {
    flex: 0 auto;
    width: 100%;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .section-title-wrapper {
    text-align: center;
  }

  .team-grid, .team-grid-large {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-title, .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-title-wrapper.contact-us-two {
    margin-bottom: 40px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrapper {
    margin-top: 20px;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

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

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-brand-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .cart-block {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .features-wrap {
    width: 100%;
  }

  .home-contacts-wrapper {
    flex-wrap: wrap;
  }

  .home-contacts-wrapper.home-2 {
    grid-row-gap: 30px;
  }

  .home-contacts-wrapper.margin-top {
    margin-top: 60px;
  }

  .home-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .banner-block-left-home-1 {
    min-height: 500px;
  }

  .heading-home-2 {
    margin-bottom: 60px;
    font-size: 46px;
  }

  .button-block-right {
    grid-row-gap: 40px;
  }

  .text-description.home-1 {
    margin-bottom: 30px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .paragraph-block-right {
    width: 100%;
  }

  .paragraph-block-right.home-1 {
    margin-bottom: 30px;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-block.home-2 {
    margin-top: 30px;
  }

  .section-content.home-1 {
    grid-row-gap: 30px;
  }

  .number-cart {
    margin-bottom: 10px;
  }

  .cart-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-content {
    flex-direction: column;
    align-items: center;
    width: 47.2%;
    display: flex;
  }

  .slider-content {
    padding-bottom: 60px;
  }

  .slider-content.padding {
    padding-bottom: 30px;
  }

  .slider-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-description {
    max-width: 500px;
  }

  .slider-bottom {
    display: none;
  }

  .block-horizontal {
    grid-row-gap: 30px;
  }

  .block-horizontal.services {
    flex-wrap: wrap;
  }

  .block-horizontal.margin {
    margin-top: 60px;
  }

  .centered-block-content {
    width: 100%;
    margin-right: 0;
  }

  .centered-block-content.home-4 {
    text-align: center;
    align-items: center;
  }

  .right-block-content {
    width: 100%;
  }

  .right-block-content.home-4 {
    text-align: center;
    align-items: center;
  }

  .right-block-content.services {
    width: 100%;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .white-heading.footer, .white-heading.maxw-240px {
    text-align: center;
    max-width: 100%;
  }

  .bottom-block {
    margin-top: 30px;
  }

  .subscribe-block {
    flex-direction: column;
  }

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

  .content-block {
    grid-row-gap: 50px;
  }

  .top-block-home-21 {
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .descripton-top-block {
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 30px;
  }

  .descripton-top-block.none-margin-right {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-top-block {
    width: 100%;
    min-height: 350px;
  }

  .image-top-block.left, .image-top-block.right {
    width: 100%;
  }

  .image-top-block.margin-top {
    background-position: 25% 0;
    margin-top: 30px;
  }

  .text-maxw-450px, .text-maxw-450px.spacing {
    margin-bottom: 30px;
  }

  .bottom-block-home-2 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .left-block {
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .right-block {
    align-items: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .description-left-block {
    padding-left: 30px;
  }

  .description-left-block.services {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .description-right-block {
    padding-right: 30px;
  }

  .blue-right-block {
    min-height: 100%;
  }

  .white-heading-text {
    font-size: 35px;
  }

  .description-blue-block {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-block {
    margin-bottom: 30px;
  }

  .yellow-block {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .video-content {
    min-width: 100%;
  }

  .blue-text-row {
    font-size: 45px;
  }

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

  .text-testimonials {
    font-size: 30px;
  }

  .heading-max-w._260px {
    text-align: center;
  }

  .work-block-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .left-work-block {
    align-items: stretch;
    width: 100%;
  }

  .right-work-block {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .blue-row {
    justify-content: center;
    margin-left: 0;
  }

  .paragraph-2, .subtitle-home-3 {
    margin-bottom: 30px;
  }

  .form-subscribe {
    margin-top: 30px;
  }

  .input-subscribe {
    max-width: 100%;
  }

  .logo-footer {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .logo-footer.w--current {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .bottom-block-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .icon-block {
    margin-top: 30px;
  }

  .icon-block.justify {
    margin-bottom: 30px;
  }

  .arrow-right-home-3 {
    display: none;
  }

  .block-wrapper {
    grid-column-gap: 15px;
  }

  .arrow-image-block {
    display: none;
  }

  .top-block-section {
    grid-row-gap: 30px;
  }

  .top-block-section.justify {
    flex-direction: column;
  }

  .arrow-blue {
    display: none;
  }

  .right-block-carts-image {
    align-items: center;
    width: 100%;
  }

  .bottom-image {
    left: 0;
  }

  .heading-right-block {
    text-align: center;
  }

  .heading-top-block {
    justify-content: center;
    display: flex;
  }

  .grid-block {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
  }

  .description-left-content.spacing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark-heading-text {
    font-size: 35px;
  }

  .right-bllock-blue {
    background-position: 100% 100%;
  }

  .security-image {
    margin-top: -5%;
    display: block;
  }

  .header-text-with-span {
    font-size: 50px;
  }

  .bottom-block-blue {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .image-span {
    top: -3%;
  }

  .banner-section-home-4 {
    padding-bottom: 60px;
  }

  .heading-home-4 {
    font-size: 50px;
  }

  .text-blue-large {
    text-align: center;
    font-size: 45px;
  }

  .heading-maxw-600px.align-left {
    text-align: center;
  }

  .team-block {
    margin-top: 20px;
  }

  .blog-post-bottom-block {
    margin-top: 60px;
  }

  .testimonials-slider-wrapper {
    margin-top: 20px;
  }

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

  .brands-block {
    text-align: center;
    margin-top: 30px;
  }

  .brands-images {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-blog-post {
    grid-row-gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-item-blog-posts, .link-block-post {
    width: 100%;
  }

  .content-block-wrapper {
    grid-row-gap: 30px;
  }

  .content-row {
    width: 100%;
  }

  .column-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .section-content-full {
    width: auto;
    display: inline-block;
  }

  .section-content-full.none-border {
    width: 100%;
  }

  .column-blocks {
    flex: none;
    max-width: none;
  }

  .column {
    flex: none;
    width: 200px;
    height: 200px;
  }

  .column.border-left-right, .column.border-left, .column.border-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-column-blocks {
    grid-template-columns: 1.25fr .5fr .5fr .5fr;
    max-width: none;
  }

  .check {
    font-size: 15px;
  }

  .column-second {
    flex: none;
    width: 200px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .column-second.border-left, .column-second.border-centered, .column-second.border-right {
    padding-left: 20px;
  }

  .button-bottom {
    margin-bottom: 60px;
  }

  .slide-clients {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cart-block-left {
    width: 70%;
    max-width: none;
  }

  .image-content {
    align-items: center;
    margin-top: 30px;
  }

  .slider-testimonials {
    flex-direction: column;
    align-items: center;
  }

  .block-wrapper-2 {
    flex-direction: column;
  }

  .cart-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-11 {
    text-align: center;
    flex-direction: column;
  }

  .span-image {
    top: -80%;
  }

  .register-block {
    margin-top: 30px;
  }

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

  .blog-classic-item {
    margin-bottom: 30px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .blog-sidebar-left-wrapper, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .table-content {
    overflow: auto;
  }

  .column-wrapper-block {
    display: flex;
    overflow: hidden;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .shop-product-block.mt {
    margin-top: 30px;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .lightbox-link-shop {
    height: 350px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-featured-products-wrapper {
    grid-row-gap: 30px;
  }

  .heading-landing {
    margin-bottom: 60px;
    font-size: 46px;
  }

  .image-span-landing {
    top: -3%;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-icon {
    right: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .cart-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .banner-buttons-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .button-block.home-4 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .banner-block-left-home-1 {
    min-height: 100%;
  }

  .button-block-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    width: 100%;
  }

  .text-description.home-1 {
    flex: 0 auto;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .paragraph-block-right {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .block-content {
    width: 100%;
  }

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

  .slider-description {
    max-width: 320px;
  }

  .paragraph-slider.blue-text {
    font-size: 18px;
  }

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

  .block-horizontal.services {
    grid-row-gap: 50px;
  }

  .heading-maxw-286px {
    text-align: center;
  }

  .cart-content-right {
    margin-top: 50px;
  }

  .white-paragraph {
    margin-bottom: 30px;
  }

  .text-content {
    grid-row-gap: 30px;
  }

  .blue-text-row {
    font-size: 40px;
  }

  .banner-left-arrow-2 {
    display: none;
  }

  .block-partners {
    max-width: 150px;
  }

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

  .button-block-home-3 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-subscribe {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .image-101 {
    width: 30px;
    height: 30px;
    display: block;
  }

  .image-wrapper-bc {
    justify-content: center;
    width: 100%;
  }

  .cart-blue-left, .cart-yellow-right {
    min-width: 195px;
  }

  .block-wrapper {
    flex-wrap: wrap;
  }

  .block-left-bb {
    text-align: center;
    flex-wrap: wrap;
  }

  .blue-block-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .left-content {
    width: 100%;
  }

  .right-content {
    background-position: 100% 100%;
    background-size: contain;
    width: 100%;
    min-height: 180px;
    display: none;
  }

  .description-left-content {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .description-left-content.maxw {
    max-width: 100%;
  }

  .yellow-block-grid {
    flex-direction: column;
  }

  .right-content-image {
    min-height: 180px;
    display: none;
  }

  .security-image {
    display: none;
  }

  .ghost-white-block-grid {
    flex-direction: column;
  }

  .right-block-carts {
    background-position: 100% 100%;
    background-size: contain;
  }

  .header-text-with-span {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bottom-block-blue {
    margin-top: -37px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .image-span {
    left: -2%;
  }

  .description-banner-block, .heading-home-4 {
    text-align: center;
  }

  .team-block {
    grid-template-columns: 1fr;
  }

  .testimonials-cart {
    max-width: 320px;
    height: 100%;
  }

  .author-blog-post.width {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .link-block-post {
    height: 250px;
  }

  .content-row {
    margin-top: 20px;
  }

  .column-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-column-blocks {
    grid-template-columns: .5fr .25fr .25fr .25fr;
  }

  .slide-content-clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-arrow.none-background {
    background-color: #0000;
    border-style: none;
  }

  .arrow-icon {
    color: var(--royal-blue);
  }

  .right-arrow.none-background {
    background-color: #0000;
    border-style: none;
  }

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

  .grid-block-clients {
    border: 1px solid #606f954d;
  }

  .heading-content-clients {
    margin-bottom: 30px;
  }

  .testimonials-2 {
    padding-bottom: 100px;
  }

  .left-arrow-testimonials {
    inset: auto auto 0% 30%;
  }

  .cart-block-left {
    width: 100%;
  }

  .cart-block-left.magin-left {
    margin-left: 0;
  }

  .image-content {
    flex-direction: column;
  }

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

  .right-arrow-testimonials {
    margin-left: 80px;
    inset: auto 30% 0% auto;
  }

  .div-block-10 {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-10.centered {
    align-items: center;
    padding-top: 30px;
  }

  .span-image {
    left: -19%;
  }

  .register-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
  }

  .default-state-2 {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-span-landing {
    left: -2%;
  }

  .landing-next-line-span {
    display: inline;
  }
}

#w-node-eff8b09a-1e82-b649-586c-71f226613a9b-f1ea09b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-18ea09e7, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-18ea09e7, #w-node-_46726448-b4b1-ad6a-c66e-b0d1e2c42538-d2ea097a, #w-node-_46726448-b4b1-ad6a-c66e-b0d1e2c42542-d2ea097a, #w-node-_46726448-b4b1-ad6a-c66e-b0d1e2c42543-d2ea097a, #w-node-_824a36db-9167-a7a9-d842-8ac66d4e6189-1cea097d, #w-node-f8dd4bb4-9f72-634a-27f6-0ddaf37bc874-1cea097d, #w-node-f8dd4bb4-9f72-634a-27f6-0ddaf37bc87e-1cea097d, #w-node-f8dd4bb4-9f72-634a-27f6-0ddaf37bc87f-1cea097d, #w-node-_452cca88-3920-1a0b-14cb-fe9570a11cab-9cea0960, #w-node-_553b3ac4-1623-663d-b831-afc89e947e2d-9cea0960, #w-node-_095676a5-9f56-1779-13e8-d8cde1ac36d3-9cea0960, #w-node-d8bf7660-b16d-897c-36a3-2e1b5dfd5086-9cea0960, #w-node-d6c9cde0-5854-e45c-406f-f4c87ab69b6d-9cea0960, #w-node-_51ab3896-616a-3671-3db8-b887a7cc28ab-9cea0960, #w-node-e1d3f2cb-54a7-2c31-0abc-6d80dec6825f-9cea0960, #w-node-e3a0daf2-9a6f-fadd-ea4f-fc99d559ec97-9cea0960, #w-node-d012cb5f-050d-9032-6412-b8b2a58c670f-9cea0960, #w-node-_14770d28-f982-d026-6b33-64fdaa4b31ad-9cea0960, #w-node-_9c47f6fa-2186-d547-dda8-133277d8839d-9cea0960, #w-node-_8cb5318a-c74a-7d2d-3143-12d52964df93-9cea0960, #w-node-_79564e8c-6296-090c-d97e-4467540338d9-9cea0960, #w-node-_47b1be97-d889-9af8-8fa7-26c06999be4f-9cea0960, #w-node-c3aa767f-7d3e-7b47-5d8d-ce9fb19bf5ec-9cea0960, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-85ea09d9, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-85ea09d9, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-85ea09d9, #w-node-ba44132a-4689-445f-455c-b8ba6d433174-85ea09d9, #w-node-_7614b8ad-7fc7-b5ca-edff-450a26b9a454-85ea09d9, #w-node-_97f193f8-ec97-35b6-c3fe-ca884b5c83f4-85ea09d9, #w-node-_0f425496-4d63-8661-622d-80df86feb495-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb498-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb49b-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb49e-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4a1-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4a4-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4a7-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4aa-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4ad-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4b0-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4b3-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4b6-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4b9-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4bc-f2ea099e, #w-node-_0f425496-4d63-8661-622d-80df86feb4bf-f2ea099e, #w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-f7ea09df, #w-node-c37c2b91-3057-915c-3778-0795173b056d-f7ea09df, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-f7ea09df, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea38-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea3b-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea3e-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea41-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea44-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea47-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea4a-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea4d-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea50-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea53-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea56-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea59-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea5c-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea5f-f7ea09df, #w-node-_48731932-c555-a32f-8b63-9ab6d6bbea62-f7ea09df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b7a359a-7aa4-82d5-92b9-17719f08d913-7fea0962 {
  align-self: center;
}

#w-node-_81a9df6e-2709-405b-5366-e8cb5c702b8e-7fea0962, #w-node-_354874e4-c5f6-197b-aff7-59b8f4a52f01-7fea0962, #w-node-bcb02e44-1945-ca1a-dd85-8f6d75838eee-7fea0962 {
  place-self: center;
}

#w-node-_57035d18-4ecb-1a5f-6aa4-8140e15271ff-7fea0962 {
  align-self: center;
}

#w-node-_57035d18-4ecb-1a5f-6aa4-8140e1527204-7fea0962, #w-node-_57035d18-4ecb-1a5f-6aa4-8140e1527207-7fea0962, #w-node-_57035d18-4ecb-1a5f-6aa4-8140e152720a-7fea0962 {
  place-self: center;
}

#w-node-ca0777fc-2789-76e5-66b6-a026a0c72a7f-7fea0962 {
  align-self: center;
}

#w-node-ca0777fc-2789-76e5-66b6-a026a0c72a82-7fea0962, #w-node-ca0777fc-2789-76e5-66b6-a026a0c72a85-7fea0962, #w-node-ca0777fc-2789-76e5-66b6-a026a0c72a88-7fea0962 {
  place-self: center;
}

#w-node-a0b11ecd-1699-2e1c-2c2b-cf37b1973cd4-7fea0962 {
  align-self: center;
}

#w-node-a0b11ecd-1699-2e1c-2c2b-cf37b1973cd7-7fea0962, #w-node-a0b11ecd-1699-2e1c-2c2b-cf37b1973cda-7fea0962, #w-node-a0b11ecd-1699-2e1c-2c2b-cf37b1973cdd-7fea0962 {
  place-self: center;
}

#w-node-fc39a73e-7eb1-3ff1-ff20-eafd2fef94d7-7fea0962 {
  align-self: center;
}

#w-node-fc39a73e-7eb1-3ff1-ff20-eafd2fef94da-7fea0962, #w-node-fc39a73e-7eb1-3ff1-ff20-eafd2fef94dd-7fea0962, #w-node-fc39a73e-7eb1-3ff1-ff20-eafd2fef94e0-7fea0962 {
  place-self: center;
}

#w-node-_8011fa48-9ca8-0352-486c-e386ec56086d-7fea0962 {
  align-self: center;
}

#w-node-_8011fa48-9ca8-0352-486c-e386ec560870-7fea0962, #w-node-_8011fa48-9ca8-0352-486c-e386ec560873-7fea0962, #w-node-_8011fa48-9ca8-0352-486c-e386ec560876-7fea0962 {
  place-self: center;
}

#w-node-_418cdab3-b45c-90fa-9c21-43d655aaddf6-7fea0962 {
  align-self: center;
}

#w-node-_418cdab3-b45c-90fa-9c21-43d655aaddf9-7fea0962, #w-node-_418cdab3-b45c-90fa-9c21-43d655aaddfc-7fea0962, #w-node-_418cdab3-b45c-90fa-9c21-43d655aaddff-7fea0962 {
  place-self: center;
}

#w-node-_7368f9f2-15da-a959-de75-bffc516ac139-7fea0962 {
  align-self: center;
}

#w-node-_7368f9f2-15da-a959-de75-bffc516ac13c-7fea0962, #w-node-_7368f9f2-15da-a959-de75-bffc516ac13f-7fea0962, #w-node-_7368f9f2-15da-a959-de75-bffc516ac142-7fea0962 {
  place-self: center;
}

#w-node-_5c255f9d-2849-6e2d-7d7c-9899142635a1-7fea0962 {
  align-self: center;
}

#w-node-_5c255f9d-2849-6e2d-7d7c-9899142635a4-7fea0962, #w-node-_5c255f9d-2849-6e2d-7d7c-9899142635a7-7fea0962, #w-node-_5c255f9d-2849-6e2d-7d7c-9899142635aa-7fea0962 {
  place-self: center;
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-2cea0941, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-2cea0941, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-2cea0941, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-2cea0941, #w-node-_81c5a198-26c4-acc2-daeb-49a1bf4ec49b-2cea0941, #w-node-ee9cf1ec-939e-159c-4168-d7d8668e1a4f-2cea0941, #w-node-_1fb2dc37-e7fb-981c-7ecd-c2b3fd4d2b3d-2cea0941, #w-node-_5bf0d89f-e7e4-a8e3-3d94-7c3bc1d2e16a-2cea0941, #w-node-_7358d5fe-94d4-2bdd-cbca-057ef24e8c46-2cea0941, #w-node-a03a15e3-d033-ed7d-c8cc-8e6d41fd73a8-2cea0941, #w-node-_7698e0bd-233b-24de-5c06-6db85a4ee082-2cea0941, #w-node-_0c4f1216-abc7-ad4a-b65e-9087664ca4a9-2cea0941, #w-node-f01e16da-265c-0626-b9a9-590da8fe2f4f-c8ea09e6, #w-node-fbfb725a-6a93-df5e-ea94-3ec7bc6dc879-c8ea09e6, #w-node-_39610e5a-9f1d-7c3b-6a26-f5ecd323bfa9-c8ea09e6, #w-node-_39610e5a-9f1d-7c3b-6a26-f5ecd323bfaa-c8ea09e6, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-e3ea09c1, #w-node-_1e8c0e8c-2f8d-13ac-9a20-77727f41a8a2-e3ea09c1, #w-node-_93c68e1c-15ae-12d6-4e08-f92f87976cc6-e3ea09c1, #w-node-cba90174-cae5-428e-ce96-93d35a4e2f92-e3ea09c1, #w-node-ab2765df-83a6-623a-1a6f-f2c23aa5ae80-e3ea09c1, #w-node-fd7718d0-b18c-b0c3-2310-c2280c6f0a69-e3ea09c1, #w-node-_2da1527b-d1b7-d73c-b701-382202826725-e3ea09c1, #w-node-_52c8fd12-1b94-fdb6-b9d2-db028c7feae5-e3ea09c1, #w-node-e24e46d5-b639-a9b7-78fd-a49b7705033e-e3ea09c1, #w-node-_9ce87a5d-1f93-e418-296c-c2bd54535e04-e3ea09c1, #w-node-de2eb4d7-db1c-8f7a-a870-e0d2d6ad5636-e3ea09c1, #w-node-_1f15d40c-dfd0-841f-1556-b115ab26b71e-e3ea09c1, #w-node-_1f703cf7-a964-638c-eea8-66c61065c3de-e3ea09c1, #w-node-b25836c3-378e-acde-2bb9-c50add7f28dd-e3ea09c1, #w-node-_0c57fd5e-0bf5-53ea-b37f-e6542c92b726-e3ea09c1, #w-node-_361c2061-e3d6-7e1a-5387-a7eace38e7db-e3ea09c1, #w-node-_232b1686-836c-caed-e3b3-156068a9de5b-e3ea09c1, #w-node-_7b836310-9cc7-f000-47ef-8d63cecfeb96-e3ea09c1, #w-node-_4c411f7d-3970-2a1b-4e6a-bbb9692a2403-e3ea09c1, #w-node-ea9c98da-e1f9-3f7c-b417-5df6e133cae0-e3ea09c1, #w-node-_02ee3d3b-56f3-bfe5-dac6-aefb7da005cf-e3ea09c1, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-e3ea09c1, #w-node-_45ba3830-f0e2-c1ae-b87f-55b258e2a0f9-e3ea09c1, #w-node-_9c30dc21-c72a-6e37-e9bc-e33d91df1868-e3ea09c1, #w-node-_69599fa3-986e-ae14-cc9e-cacc473245f2-e3ea09c1, #w-node-_2c2f20da-73d3-eaab-f0d1-27cba97c8d25-e3ea09c1, #w-node-_28e6c1ce-6166-4685-d498-ddba38fc7133-e3ea09c1, #w-node-_78b4839d-50c5-240f-6573-8f2b8b75da08-e3ea09c1, #w-node-_5bec4388-452a-e15e-f2bf-7eeb2d3e4874-e3ea09c1, #w-node-e794980d-15c1-3bd8-ed2b-1239c319724c-e3ea09c1, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e3ea09c1, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-e3ea09c1, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-e3ea09c1, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-e3ea09c1, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-e3ea09c1, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-e3ea09c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_21ca9c62-5b3f-ddd3-0d19-d5040171a5de-f1ea09b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eff8b09a-1e82-b649-586c-71f226613a9b-f1ea09b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_79243f4f-8c1f-6ff0-6556-92a574c7a5f9-e6ea09dd, #w-node-_65245d29-6740-c24b-2712-d4550c5021b2-e6ea09dd, #w-node-_3d27410f-31e9-5a21-10aa-c9a4a04bf8da-a04bf892, #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-25ea09de {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eff8b09a-1e82-b649-586c-71f226613a9b-f1ea09b8, #w-node-_79243f4f-8c1f-6ff0-6556-92a574c7a5f9-e6ea09dd, #w-node-_65245d29-6740-c24b-2712-d4550c5021b2-e6ea09dd, #w-node-_3d27410f-31e9-5a21-10aa-c9a4a04bf8da-a04bf892, #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-25ea09de {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-e3ea09c1, #w-node-_1e8c0e8c-2f8d-13ac-9a20-77727f41a8a2-e3ea09c1, #w-node-_93c68e1c-15ae-12d6-4e08-f92f87976cc6-e3ea09c1, #w-node-cba90174-cae5-428e-ce96-93d35a4e2f92-e3ea09c1, #w-node-ab2765df-83a6-623a-1a6f-f2c23aa5ae80-e3ea09c1, #w-node-fd7718d0-b18c-b0c3-2310-c2280c6f0a69-e3ea09c1, #w-node-_2da1527b-d1b7-d73c-b701-382202826725-e3ea09c1, #w-node-_52c8fd12-1b94-fdb6-b9d2-db028c7feae5-e3ea09c1, #w-node-e24e46d5-b639-a9b7-78fd-a49b7705033e-e3ea09c1, #w-node-_9ce87a5d-1f93-e418-296c-c2bd54535e04-e3ea09c1, #w-node-de2eb4d7-db1c-8f7a-a870-e0d2d6ad5636-e3ea09c1, #w-node-_1f15d40c-dfd0-841f-1556-b115ab26b71e-e3ea09c1, #w-node-_1f703cf7-a964-638c-eea8-66c61065c3de-e3ea09c1, #w-node-b25836c3-378e-acde-2bb9-c50add7f28dd-e3ea09c1, #w-node-_0c57fd5e-0bf5-53ea-b37f-e6542c92b726-e3ea09c1, #w-node-_361c2061-e3d6-7e1a-5387-a7eace38e7db-e3ea09c1, #w-node-_232b1686-836c-caed-e3b3-156068a9de5b-e3ea09c1, #w-node-_7b836310-9cc7-f000-47ef-8d63cecfeb96-e3ea09c1, #w-node-_4c411f7d-3970-2a1b-4e6a-bbb9692a2403-e3ea09c1, #w-node-ea9c98da-e1f9-3f7c-b417-5df6e133cae0-e3ea09c1, #w-node-_02ee3d3b-56f3-bfe5-dac6-aefb7da005cf-e3ea09c1, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-e3ea09c1, #w-node-_45ba3830-f0e2-c1ae-b87f-55b258e2a0f9-e3ea09c1, #w-node-_9c30dc21-c72a-6e37-e9bc-e33d91df1868-e3ea09c1, #w-node-_69599fa3-986e-ae14-cc9e-cacc473245f2-e3ea09c1, #w-node-_2c2f20da-73d3-eaab-f0d1-27cba97c8d25-e3ea09c1, #w-node-_28e6c1ce-6166-4685-d498-ddba38fc7133-e3ea09c1, #w-node-_78b4839d-50c5-240f-6573-8f2b8b75da08-e3ea09c1, #w-node-_5bec4388-452a-e15e-f2bf-7eeb2d3e4874-e3ea09c1, #w-node-e794980d-15c1-3bd8-ed2b-1239c319724c-e3ea09c1, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e3ea09c1, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-e3ea09c1, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-e3ea09c1, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-e3ea09c1, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-e3ea09c1, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-e3ea09c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}