@font-face {
  font-family: "Fa brands 400 (old)";
  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;
}

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

:root {
  --black: #000;
  --paragraph-gray: #555;
  --baseblue: #27427c;
  --beige: #98b7e0;
  --primary-light: #3453a3;
  --white: white;
  --shadow-gray: #21266a14;
  --transparent: #0000;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --light-beige: #98b7e0;
  --image-radius: 6px;
  --secondaryblue: #98b7e0;
  --radius-large: 56px;
  --button-radius: 46px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-commercecheckoutformcontainer {
  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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-commerceboldtextblock {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

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

body {
  color: var(--black);
  letter-spacing: -.9px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  color: var(--black);
  letter-spacing: -2.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3em;
}

h2 {
  color: var(--black);
  letter-spacing: -2.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3em;
}

h3 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  color: var(--black);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--black);
  cursor: pointer;
  align-items: center;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--baseblue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

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

li {
  letter-spacing: -.4px;
  align-items: center;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

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

label {
  color: var(--baseblue);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

blockquote {
  text-align: center;
  letter-spacing: -1px;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 0;
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

.section.no-top-space {
  color: var(--baseblue);
  padding-top: 0;
  overflow: hidden;
}

.section.circle-shadow {
  background-image: url('../images/Circle-Shadow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0;
}

.section.section-top-gradient {
  padding-top: 345px;
}

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

.section.banner-dark {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  display: flex;
}

.section.black-bg-bottom-space-medium {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-bottom: 0;
}

.section.bottom-space-large {
  padding-bottom: 130px;
}

.section.black-bg-no-top-space {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 0;
}

.section.with-gradient-bottom-space {
  background-image: url('../images/BG.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 160px;
}

.section.banner-transparent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.section.banner-full-height {
  padding-top: 154px;
}

.section.banner-medium {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-262353-1_1pexels-pixabay-262353 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding-top: 160px;
  display: flex;
}

.section.fixed-image {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-tiger-lily-4484078_1pexels-tiger-lily-4484078.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-large-height {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.black-bg-bottom-space-small {
  background-color: var(--black);
  padding-bottom: 10px;
}

.section.top-space-medium {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.without-bottom-space {
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.banner-dark-medium {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  min-height: 570px;
  display: flex;
}

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

.section.landing-banner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.banner-transparent-top-space {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

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

.section.desktop-no-bottom-space-visible {
  padding-bottom: 0;
  overflow: visible;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

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

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

.grid-system {
  border-top: 1px solid var(--beige);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-right: 1px solid var(--beige);
  border-bottom: 1px solid var(--beige);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--beige);
  border-bottom: 1px solid var(--beige);
  border-left: 1px solid var(--beige);
  text-align: center;
  width: 24%;
}

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

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

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

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

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

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

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

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

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

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

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

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

.headers-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

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

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

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

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

.primary-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: -.8px;
  text-transform: none;
  border-radius: 56px;
  padding: 16px 30px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--baseblue);
  background-color: var(--baseblue);
  color: var(--black);
}

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

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  font-family: Karla, sans-serif;
}

.primary-button.box-shadow {
  box-shadow: 0 20px 50px 0 var(--shadow-gray);
}

.primary-button.box-shadow:hover {
  background-color: var(--baseblue);
}

.primary-button.mt-15 {
  margin-top: 15px;
  font-family: Karla, sans-serif;
}

.primary-button.contact-us-button:hover {
  border-color: var(--black);
}

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

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

.navbar {
  border-bottom: 1px solid var(--beige);
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.navbar.transparent {
  background-color: var(--transparent);
  border-bottom-style: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-link {
  padding: 20px 10px;
}

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

.nav-link.w--current:hover {
  color: var(--baseblue);
}

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

.nav-link.white:hover {
  text-decoration: underline;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  transition: color .3s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: var(--baseblue);
}

.nav-dropdown-icon {
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.nav-dropdown-icon.white {
  color: var(--white);
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-color: var(--beige);
  border-radius: 6px;
  width: 190px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu-left.w--open {
  width: 645px;
  display: flex;
  right: -175px;
}

.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;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--black);
  text-align: left;
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1em;
}

.nav-item-title.white {
    color: var(--white) !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.nav-item-title.white:hover {
  text-decoration: underline;
}

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

.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;
  position: relative;
}

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

.password-input {
  border: 1px solid #a7bee080;
  border-radius: 56px;
  min-width: 280px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--baseblue);
}

.password-input::placeholder {
  color: var(--black);
  font-weight: 400;
}

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

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

._404-logo-wrapper {
  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;
}

.blog-grid-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-item {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.blog-template-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-height: 500px;
  margin-bottom: 50px;
}

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

.blog-template-pagination-icon {
  border: 1px solid var(--beige);
  box-shadow: 0 14px 50px 0 var(--shadow-gray);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  padding: 5px;
}

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

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

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

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

.footer {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-rights {
  clear: none;
  color: var(--white);
  text-align: right;
  letter-spacing: -.8px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
  overflow: visible;
}

.footer-rights.dark {
  grid-column-gap: 5px;
  color: var(--black);
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: inline;
}

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

.footer-copyright-link.dark {
  color: var(--black);
}

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

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

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

.career-list-item-wrapper {
  border: 1px solid var(--baseblue);
  background-color: var(--white);
  box-shadow: 0 0 30px 0 var(--shadow-gray);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.7px;
  font-size: 22px;
}

.pricing-plan-item {
  background-color: var(--white);
  box-shadow: 0 10px 50px 0 var(--shadow-gray);
  border-radius: 6px;
  flex: none;
  width: 47%;
  padding: 30px;
}

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

.pricing-plan-list.dark {
  color: var(--black);
}

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

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1em;
  display: flex;
}

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

.pricing-plan-currency-icon {
  color: var(--baseblue);
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.play-button {
  z-index: 5;
  background-color: var(--primary-light);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

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

.accordion-wrapper.solutions-details {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
}

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

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: sticky;
  top: 120px;
}

.contacts-form-wrapper {
  grid-row-gap: 30px;
  background-color: var(--baseblue);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.contacts-detail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.contacts-icon {
  color: var(--baseblue);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.contacts-icon.right-space-xsmall {
  margin-right: 5px;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--primary-light);
  color: var(--paragraph-gray);
  border-radius: 6px;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
}

.contacts-textarea::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--primary-light);
  background-color: var(--white);
  color: var(--paragraph-gray);
  border-radius: 6px;
  height: auto;
  padding: 16px 18px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
}

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-title {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 75%;
  display: flex;
}

.white-text, .footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.search-wrap-input {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--baseblue);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.nav-button-wrapper {
  align-items: center;
  display: flex;
}

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

.search-link {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.search-input {
  border: 1px solid var(--primary-light);
  color: var(--black);
  border-radius: 56px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 30px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--baseblue);
}

.search-input::placeholder {
  color: var(--black);
}

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

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

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  box-shadow: 0 0 50px 0 var(--shadow-gray);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.details-sidebar-contacts {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

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

.button-wrapper {
  margin-top: 20px;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.cards-icon {
  color: var(--primary-light);
  mix-blend-mode: color;
  width: 24px;
  height: 24px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  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;
}

.template-empty-state {
  color: var(--baseblue);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.nav-dropdown-column {
  width: 25%;
  overflow: hidden;
}

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

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--primary-light);
  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(--baseblue);
  color: var(--black);
  letter-spacing: -.8px;
  background-color: #0000;
  border-radius: 56px;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.secondary-button:hover {
  background-color: var(--baseblue);
  color: var(--black);
}

.secondary-button.with-shadow {
  color: var(--white);
  border-width: 2px;
  border-radius: 46px;
  box-shadow: 0 0 15px #fff1e521;
}

.secondary-button.with-shadow:hover {
  color: var(--black);
}

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

.empty-state {
  background-color: var(--transparent);
  padding: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.courses-collection {
  width: 100%;
}

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

.author-image {
  object-fit: cover;
  object-position: 55% 50%;
  border-radius: 64px;
  width: 64px;
  height: 64px;
}

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

.blog-details-link-title {
  margin-top: 15px;
}

.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(--baseblue);
  justify-content: center;
  display: flex;
}

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  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;
}

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

.number-text {
  color: var(--baseblue);
  letter-spacing: -4.5px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.number-text.medium-size {
  letter-spacing: -2.5px;
  font-size: 50px;
}

.number-text.medium-size-text-white {
  color: var(--white);
  letter-spacing: -2.5px;
  font-size: 50px;
}

.number-text.desktop-medium-size {
  letter-spacing: -2.5px;
  font-size: 50px;
}

.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-top: 25px;
  margin-bottom: 15px;
  font-size: 38px;
}

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

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

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

.rich-text-style ul {
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.rich-text-style ol {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  margin-right: 40px;
}

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

.style-guide-tab-link {
  border: 1px solid var(--beige);
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
}

.style-guide-tab-link.w--current {
  border-color: var(--baseblue);
  background-color: var(--transparent);
  color: var(--baseblue);
}

.style-guide-tabs-menu {
  grid-column-gap: 10px;
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

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

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--beige);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

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

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

.details-page-title {
  font-size: 50px;
}

.details-page-title.maxw {
  width: 75%;
}

.position-relative {
  position: relative;
}

.success-message {
  background-color: var(--transparent);
  color: var(--baseblue);
  padding: 0;
}

.error-message {
  color: #a13636;
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.margin-top-xsmall {
  margin-top: 10px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.paragraph-small {
  letter-spacing: -.3px;
  font-size: 14px;
}

.paragraph-small.title-top-space {
  margin-top: 24px;
}

.nav-tablet-button-holder {
  display: none;
}

.footer-line-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pages-footer {
  text-align: center;
  background-image: url('../images/footer-gradient.svg');
  background-position: 0 150%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 46px;
}

.footer-text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-text-wrapper-left {
  width: 50%;
}

.footer-text {
  text-align: left;
  letter-spacing: -3.5px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span-primary-color {
  color: var(--baseblue);
  letter-spacing: -3.5px;
  font-weight: 600;
}

.footer-social-link {
  border: 1px solid #000;
  border-radius: 56px;
  padding: 8px 12px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.footer-social-link:hover {
  border-color: var(--baseblue);
  background-color: var(--baseblue);
  color: var(--white);
}

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

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

.footer-social-link-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.footer-text-wrapper-right {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-wrap: wrap;
  width: 40%;
  display: flex;
}

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

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

.footer-line-divider-light {
  background-color: var(--beige);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-wrapper-large {
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-center-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-bottom-left-holder {
  grid-column-gap: 30px;
  align-items: center;
  width: 66%;
  display: flex;
}

.footer-rights-wrapper-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.background-video {
  z-index: -2;
  background-image: url('/images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: absolute;
  inset: 0%;
}

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

.text-color-white.line-height-medium {
  text-align: center;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  line-height: 1.3em;
  position: static;
}

.text-color-white.title-bottom-space {
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.text-color-white.description-width-medium {
  width: 40%;
}

.text-color-white.width-medium {
  width: 76%;
}

.text-color-white.margin-top-bottom-xsmall {
  margin-top: 10px;
  margin-bottom: 10px;
}

.full-width {
  z-index: 1;
  width: 100%;
}

.full-width.margin-bottom-large {
  margin-bottom: 80px;
}

.full-width.margin-bottom-large.flex-justify-center {
  justify-content: center;
  display: flex;
}

.full-width.top-space-large {
  margin-top: 80px;
}

.video-background-overlay {
  z-index: -1;
  background-color: #0003;
  background-image: linear-gradient(#0000008c, #0000008c);
  position: absolute;
  inset: 0%;
}

.solutions-list-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.solutions-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.solutions-list.medium-width {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.solutions-list.grid-slide-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solutions-item {
  border-right: 1px solid var(--baseblue);
  border-bottom: 1px solid var(--baseblue);
  border-left: 1px solid var(--baseblue);
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.solutions-item.home-2-solution-item {
  box-shadow: 0 0 20px 0 var(--shadow-gray);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 0;
}

.solutions-item.without-min-h {
  min-height: 0;
}

.solutions-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 340px;
  padding: 20px;
  display: flex;
}

.title-hover {
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s;
}

.title-hover:hover {
  color: var(--baseblue);
}

.title-hover.top {
  z-index: 2;
  position: relative;
}

.title-hover.top:hover {
  background-image: linear-gradient(120deg, var(--baseblue), var(--paragraph-gray));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.title-hover.medium {
  color: var(--primary-light);
  min-height: 60px;
  font-size: 24px;
}

.description-height-medium {
  letter-spacing: -.8px;
  line-height: 1.6em;
}

.description-height-medium.top {
  z-index: 2;
  position: relative;
}

.primary-bg-hover {
  z-index: 1;
  background-color: var(--light-beige);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.solutions-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
}

.solutions-holder.bottom-item-large {
  z-index: 2;
  margin-bottom: -265px;
  display: block;
  position: relative;
}

.empty-block {
  width: 100%;
  height: 100%;
}

.solutions-holder-large {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.display-flex-horizontal.space-betweeen-align-end-medium {
  justify-content: space-between;
  align-items: flex-end;
}

.display-flex-horizontal.align-start-large-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.display-flex-horizontal.small-gap-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.display-flex-horizontal.space-between-stretch {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
}

.display-flex-horizontal.align-start-xlarge-gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.display-flex-horizontal.desktop-justify-end {
  justify-content: flex-end;
  align-items: center;
}

.display-flex-horizontal.space-between-reverse {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.display-flex-horizontal.desktop-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap, .display-flex-horizontal.small-gap-mobile-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.font-height-regular {
  line-height: 1em;
}

.font-height-regular.text-color-dark {
  color: var(--black);
}

.text-wrapper-left {
  width: 50%;
}

.text-wrapper-left.xsmall-width {
  width: 11%;
}

.text-wrapper-left.mission {
  max-height: 530px;
}

.description-large {
  letter-spacing: -1.5px;
  font-size: 26px;
  line-height: 1.3em;
}

.description-large.title-bottom-space {
  margin-bottom: 24px;
  font-size: 24px;
}

.title-width-medium {
  width: 50%;
}

.cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.cards-wrapper.space-top-bottom-xmedium {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}

.cards-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: flex-start;
  width: 30.5%;
  display: flex;
}

.cards-item.with-line {
  position: relative;
}

.cards-item.line-full-width {
  border-left: 2px solid var(--baseblue);
  width: 100%;
  padding-left: 15px;
}

.cards-icon-holder {
  border: 1px solid var(--beige);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 50px 14px #fff8ef80;
}

.cards-icon-holder.margin-bottom-xmedium {
  margin-bottom: 30px;
}

.cards-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

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

.image-holder-left {
  width: 33%;
  position: relative;
}

.column-image-medium {
  border-radius: var(--image-radius);
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.image-overlay {
  border-radius: var(--image-radius);
  -webkit-text-fill-color: inherit;
  background-color: #02020233;
  background-clip: border-box;
  flex: 0 auto;
  width: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-description-holder {
  position: absolute;
  inset: auto 30px 30px;
}

.image-holder-right {
  width: 67%;
  position: relative;
}

.text-info-wrapper-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 44%;
  display: flex;
}

.line-height-medium {
  line-height: 1.3em;
}

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

.display-flex-vertical.align-start {
  align-items: flex-start;
  width: 100%;
}

.margin-bottom-medium {
  text-align: justify;
  align-self: flex-start;
  margin-bottom: 40px;
}

.margin-bottom-medium.margin-top-small {
  margin-top: 20px;
}

.margin-bottom-medium.medium-width {
  width: 90%;
}

.margin-bottom-medium.space {
  width: 90%;
  margin-bottom: 0;
}

.image-block-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--image-radius);
  background-image: url('../images/Svg-Shape.svg'), linear-gradient(#ffd48e61, #ffd48e61);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  min-height: 600px;
  padding: 40px 80px 40px 40px;
  display: flex;
}

.text-block-medium {
  color: var(--white);
  letter-spacing: -1.7px;
  font-family: Karla, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.author-info-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.author-info-wrapper.top-space {
  margin-top: 24px;
}

.map-holder {
  color: var(--baseblue);
  background-image: url('../images/maps-bonisa-bis.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 494px;
  margin-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.map-holder.dark {
  background-image: url('../images/Contents-Black-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.map-holder.spacing {
  background-image: none;
  min-height: auto;
  margin-top: 0;
  padding: 15px;
}

.title-width-small {
  width: 40%;
}

.title-width-small.negative-margin-top {
  margin-top: -20px;
}

.numbers-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.number-item {
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.number-item.with-line, .number-item.line-tablet-width-medium {
  border-right: 1px solid var(--beige);
  padding-right: 30px;
}

.number-item.with-line-large-gap-center {
  border-right: 1px solid var(--beige);
  padding-right: 40px;
}

.number-item.color-bg {
  background-color: var(--primary-light);
  padding: 30px;
}

.text-wrapper-small {
  width: 35%;
}

.h2-style-large {
  letter-spacing: -4px;
  line-height: .9em;
}

.h2-style-large.margin-bottom-xmedium {
  letter-spacing: -2px;
  margin-bottom: 20px;
  line-height: 1em;
}

.description-width-small {
  width: 100%;
}

.reviews-slider {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 14px var(--shadow-gray);
  width: 55%;
  height: auto;
}

.reviews-arrow {
  border: 1px solid var(--baseblue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0%;
}

.reviews-arrow:hover {
  border-color: var(--paragraph-gray);
  background-color: var(--paragraph-gray);
}

.reviews-arrow.left {
  inset: auto auto 0% -82%;
}

.reviews-arrow.left:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.reviews-arrow.right {
  inset: auto auto 0% -69%;
}

.reviews-arrow.right:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.reviews-arrow-icon {
  width: 24px;
  height: 24px;
}

.reviews-slide {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.reviews-image-holder {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.quote-icon-medium {
  width: 50px;
  height: 40px;
}

.author-image-rounded {
  object-fit: cover;
  width: 136px;
  height: 136px;
  margin-top: -30px;
  margin-right: -30px;
}

.title-width-large {
  width: 85%;
}

.title-width-large.tablet-size-small-center {
  text-align: center;
}

.text-span-image {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--transparent);
  background-image: url('../images/text-image_1text image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.team-wrapper-large {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.team-item-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 31.2%;
  display: flex;
}

.team-item-holder.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.team-image-large {
  border-radius: var(--image-radius);
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 390px;
}

.team-image-large.rounded-image {
  object-position: 50% 1%;
  border-radius: 250px;
  width: 250px;
  height: 250px;
}

.team-image-large.rounded-image.fit-cover-center {
  object-position: 50% 50%;
}

.primary-overlay {
  background-color: #a7cfe01a;
  position: absolute;
  inset: 0%;
}

.primary-overlay.rounded {
  background-color: #faecd817;
  border-radius: 250px;
  width: 250px;
  height: 250px;
}

.values-wrapper-large {
  grid-row-gap: 40px;
  flex-wrap: wrap;
  width: 60%;
  display: flex;
}

.values-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.values-item.rows-gap-small {
  grid-row-gap: 14px;
}

.values-top-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-end;
  display: flex;
}

.values-number {
  color: var(--secondaryblue);
  letter-spacing: -1.2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.section-top-space {
  margin-top: 80px;
}

.section-top-space.full-width {
  margin-top: 0;
}

.large-block {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: #fff6;
  width: 100%;
  padding: 40px 30px;
}

.large-block.bottom-space-large {
  margin-top: 50px;
  margin-bottom: 50px;
}

.large-block.with-bg-opacity {
  background-color: #fff3;
  border-color: #d3dfef33;
}

.desktop-margin-left-small {
  margin-left: 20px;
}

.desktop-margin-left-small.margin-bottom-medium {
  margin-bottom: 40px;
}

.negative-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: -90px;
  display: flex;
}

.negative-card-item {
  grid-row-gap: 40px;
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 30px #fff8ef40;
}

.card-title-width {
  width: 75%;
}

.banner-center-wrapper-medium {
  z-index: 2;
  text-align: center;
  cursor: auto;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.uppercase-subtitle {
  color: var(--baseblue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

.uppercase-subtitle.without-margin {
  margin-bottom: 0;
}

.gradient-title {
  background-image: linear-gradient(90deg, var(--baseblue), var(--secondaryblue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-title.title-bottom-space {
  margin-bottom: 24px;
}

.gradient-title.h3-style-large {
  background-image: linear-gradient(90deg, var(--baseblue), var(--secondaryblue));
  font-size: 36px;
}

.banner-description-small {
  text-align: center;
  border-radius: 8px;
  align-self: center;
  width: 72%;
}

.banner-description-small.margin-bottom-medium {
  margin-bottom: 30px;
}

.banner-video-wrapper {
  width: 100%;
  margin-top: 80px;
}

.banner-video {
  background-image: url('../images/freepik-export-20240502082133260E-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: flex;
  position: relative;
}

.banner-video.solutions {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-tiger-lily-4484078_1pexels-tiger-lily-4484078.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.play-button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-background {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  display: flex;
  position: relative;
}

.text-info-wrapper-small {
  width: 34%;
}

.image-wrapper-right {
  border-radius: var(--image-radius);
  width: 59%;
  position: relative;
}

.list-item-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.list-item-wrapper.last-item {
  margin-bottom: 0;
}

.list-icon {
  width: 24px;
  height: 25px;
}

.list-text {
  color: var(--black);
  width: 90%;
  font-weight: 600;
}

.list-text.large-width {
  width: 95%;
}

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

.column-image-large {
  border-radius: var(--image-radius);
  object-fit: cover;
  height: 100%;
}

.image-overlay-with-gradient {
  border-radius: var(--image-radius);
  background-image: linear-gradient(#faecd82e, #faecd82e), linear-gradient(#0000, #0009);
  display: block;
  position: absolute;
  inset: 0%;
}

.section-bottom-space {
  margin-bottom: 80px;
}

.clients-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.clients-image {
  object-fit: cover;
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.clients-image.fit-cover-top {
  object-position: 50% 5%;
}

.clients-image.fit-cover-bottom {
  object-position: 50% 75%;
}

.clients-image.with-white-border {
  border: 2px solid var(--white);
}

.reviews-slider-center {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.reviews-slide-center {
  width: 100%;
}

.reviews-slide-center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.reviews-slider-center-nav.white {
  position: relative;
}

.image-block-wrapper-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #27427c;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 230px;
  margin-bottom: 10px;
  padding: 30px 46px 30px 30px;
  display: flex;
}

.image-block-holder {
  width: 34%;
}

.large-link-wrapper {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.large-link-wrapper:hover {
  color: #fff;
}

.large-link-text {
  z-index: 3;
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 120px;
  position: relative;
}

.flex-horizontal-justify-end {
  justify-content: flex-end;
  display: flex;
}

.flex-horizontal-justify-end.position-relative-with-index {
  z-index: 3;
  position: relative;
}

.large-link-arrow {
  filter: invert();
  object-fit: contain;
  width: 29px;
  height: 29px;
}

.background-button {
  z-index: 0;
  background-color: var(--baseblue);
  position: absolute;
  inset: 0% -1% -1% 0%;
}

.vertical-line {
  z-index: -1;
  background-color: #f2f4f7;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-line.center-left {
  z-index: -1;
  left: 33.33%;
}

.vertical-line.center-right {
  z-index: -1;
  left: 66.66%;
}

.vertical-line.right {
  inset: 0% 0% 0% auto;
}

.card-line {
  background-color: var(--baseblue);
  width: 2px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-line.center, .card-line.left {
  display: none;
}

.primary-button-white-color {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.8px;
  text-transform: none;
  border-radius: 56px;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

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

.primary-button-white-color.primary-shadow {
  border-width: 2px;
  border-color: var(--baseblue);
  background-color: var(--baseblue);
  color: var(--white);
  box-shadow: 0 20px 50px #a7cfe033;
}

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

.nav-align-right-block {
  grid-column-gap: 30px;
  display: flex;
}

.banner-text-right {
  width: 55%;
  position: relative;
}

.gradient-title-white {
  background-image: linear-gradient(90deg, var(--baseblue), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-title-white.title-bottom-space {
  margin-bottom: 24px;
}

.gradient-title-white.title-bottom-space.line-height-small {
  background-image: linear-gradient(90deg, var(--baseblue), white);
  line-height: 1.2em;
}

.banner-text-right-info-holder {
  width: 100%;
}

.banner-image-absolute-left {
  object-fit: cover;
  object-position: 0% 50%;
  width: 38%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.banner-logo-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% -100px;
}

.banner-logo-image {
  filter: brightness(45%);
  width: 28%;
}

.section-medium-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-medium-spacing.top-space-large {
  padding-top: 60px;
  padding-bottom: 0;
}

.numbers-description {
  letter-spacing: -.8px;
  width: 25%;
  font-size: 16px;
}

.text-bold-dark {
  color: var(--black);
  font-weight: 600;
}

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

.line-divider-no-space {
  background-color: var(--beige);
  text-align: center;
  width: 100%;
  height: 1px;
}

.banner-numbers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 65%;
  display: flex;
}

.banner-numbers-wrapper.large-width {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-wrapper-right-xlarge-width {
  flex-direction: column;
  width: 78%;
  display: flex;
}

.text-wrapper-right-xlarge-width.medium-width {
  width: 60%;
}

.gradient-title-top {
  background-image: linear-gradient(160deg, var(--baseblue), var(--black));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2em;
}

.gradient-title-top.title-bottom-space {
  background-image: linear-gradient(160deg, var(--baseblue), var(--secondaryblue));
  margin-bottom: 24px;
}

.text-color-dark {
  color: var(--black);
}

.text-color-dark.font-weight-semi-bold {
  font-weight: 600;
}

.text-wrapper-right-large-width {
  width: 75%;
}

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

.solution-tabs-menu {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-left: 17px;
  margin-right: 17px;
  display: flex;
}

.solution-tab-link {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  text-align: center;
  letter-spacing: -.9px;
  padding: 10px;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.solution-tab-link.w--current {
  border-color: var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 0 var(--shadow-gray);
  color: var(--baseblue);
  font-size: 16px;
  line-height: 1.3em;
}

.solution-tab-link.padding--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.solution-tab-link.padding--20.w--current {
  color: var(--baseblue);
}

.solution-tabs-content {
  z-index: 1;
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 0 var(--shadow-gray);
  width: 100%;
  margin-top: -24px;
}

.solution-tab-pane {
  width: 100%;
  padding: 74px 30px 50px;
}

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

.solution-tab-collection-item {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.solution-tab-content-left {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h3-style-large {
  letter-spacing: -2px;
  line-height: 1.2em;
}

.gradient-title-with-hover {
  background-image: linear-gradient(90deg, var(--baseblue), var(--black));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s, background-color .3s;
}

.gradient-title-with-hover:hover {
  color: var(--baseblue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

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

.solution-tab-content-right {
  grid-row-gap: 40px;
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 0 var(--shadow-gray);
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.video-background-dark-overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.top-cta-wrapper {
  z-index: 2;
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  max-width: 1200px;
  margin-top: -160px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 25px;
}

.top-cta-wrapper.no-negative-space {
  margin-top: 0;
  padding-top: 25px;
}

.top-cta-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.top-cta-content-wrapper-left {
  width: 40%;
}

.top-cta-content-wrapper-left.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.carrer-image {
  object-fit: cover;
  border-radius: 10px;
  width: 32%;
  height: 197px;
}

.carrer-image.large-height {
  height: 295px;
}

.carrer-image.medium-width {
  width: 31%;
  height: 157px;
}

.carrer-image.medium-height {
  width: 31%;
  height: 220px;
}

.carrer-image.xlarge-height {
  height: 222px;
}

.black-background {
  background-color: var(--black);
}

.top-cta-right-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  width: 60%;
  display: flex;
}

.top-cta-images-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -120px;
  display: flex;
}

.top-cta-images-holder.no-negative-space {
  margin-top: 0;
}

.bottom-cta-images-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-wrapper-center-large {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.banner-circle-bg {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.block-right-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 36%;
  display: flex;
}

.solution-slider-horizontal {
  z-index: 1;
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  margin-top: -20px;
  padding: 70px 15px 10px;
  overflow: hidden;
}

.solution-slider-horizontal-mask {
  width: 100%;
  overflow: visible;
}

.solution-horizontal-slide {
  width: 100%;
  margin-right: 30px;
}

.text-wrapper-loop {
  margin-bottom: 40px;
}

.text-holder-loop {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-item-loop {
  grid-column-gap: 10px;
  flex: none;
  align-items: center;
  display: flex;
}

.text-item-loop.home-3-text-loop {
  padding-top: 80px;
}

.text-loop {
  background-image: linear-gradient(90deg, var(--baseblue), var(--secondaryblue));
  letter-spacing: -2.5px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.block-half-width {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 14px var(--shadow-gray);
  width: 48.4%;
  padding: 20px 20px 20px 15px;
  display: flex;
  position: relative;
}

.block-half-width-left-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 64%;
  display: flex;
}

.block-half-width-left-content.medium-width {
  width: 41%;
}

.block-image-full-width {
  border-top-right-radius: var(--image-radius);
  border-bottom-right-radius: var(--image-radius);
  object-fit: cover;
  object-position: 60% 50%;
  width: 34%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-image-full-width.medium-width {
  width: 48.3%;
}

.block-full-width {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 0 50px 14px var(--shadow-gray);
  width: 100%;
  min-height: 422px;
  padding: 20px 20px 20px 15px;
  display: flex;
  position: relative;
}

.desktop-description-medium {
  width: 100%;
}

.banner-left-block {
  width: 54%;
}

.h1-style-medium.text-white-bottom-space {
  color: var(--white);
  margin-bottom: 24px;
}

.cta-figure-wrapper-absolute {
  width: 60%;
  height: 500px;
  position: absolute;
  top: 85px;
  right: -23%;
}

.banner-wrapper-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper-right-medium {
  width: 58%;
}

.description-large-width {
  width: 80%;
}

.text-wrapper-large {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.section-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: flex;
  position: relative;
}

._1-3-width-column {
  width: 33.33%;
}

.column-medium-image-fixed {
  border-radius: var(--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.tablet-horizontal-mobile-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.card-wrapper-large {
  width: 90%;
}

.text-color-primary {
  color: var(--baseblue);
}

.image-holder-width-large {
  width: 95%;
}

.banner-text-info-large {
  width: 55%;
}

.banner-text-info-large.width {
  width: 50%;
}

.banner-image-absolute-medium {
  object-fit: cover;
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-image-absolute-medium.medium-height {
  width: 40%;
  height: 86%;
  inset: auto 0% 0% auto;
}

.banner-image-absolute-medium.medium-width {
  height: 86%;
  inset: auto 0% 0% auto;
}

.content-wrapper-large {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.content-wrapper-left {
  width: 35%;
}

.content-wrapper-right {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.card-wrapper-medium {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  box-shadow: 0 14px 50px 0 var(--shadow-gray);
  width: 50%;
  padding: 40px;
}

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

.accordion-title-medium {
  color: var(--white);
  width: 90%;
}

.accordion-title-medium.dark {
  color: var(--black);
}

.faq-wrapper-large {
  grid-column-gap: 80px;
  width: 100%;
  display: flex;
}

.accordion-icon-small {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  display: flex;
}

.accordion-icon-small.dark {
  border-color: var(--black);
  color: var(--black);
}

.faq-wrapper-medium {
  width: 50%;
}

.dropdown-item {
  border-bottom: 1px solid var(--beige);
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: static;
}

.dropdown-item.last-item {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.dropdown-item.medium-space {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.dropdown-item.medium-space-dark {
  border-bottom-color: var(--black);
}

.dropdown-item.medium-space-dark-last {
  border-bottom-color: var(--black);
  margin-bottom: 0;
}

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

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

.accordion-list-content-medium {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
}

.accordion-list-content-medium.dark {
  color: var(--paragraph-gray);
}

.cta-figure-image-cover {
  z-index: 1;
  object-fit: cover;
  object-position: 300% 50%;
  width: 100%;
  height: 100%;
}

.banner-bottom-block {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.top-figure-bg {
  background-image: url('../images/top-figure_1top figure.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.top-figure-bg.medium {
  background-image: url('../images/Exclude.svg');
  background-position: 96%;
  height: 102%;
  top: -1%;
  right: 25%;
}

.section-small-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

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

.solutions-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.solution-details-left-wrapper {
  width: 70%;
}

.solution-details-sidebar {
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  box-shadow: 14px 0 50px 0 var(--shadow-gray);
  width: 30%;
  padding: 30px;
  position: sticky;
  top: 120px;
}

.details-banner-video {
  background-image: url('/images/background-image.svg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: flex;
  position: relative;
}

.link-large {
  font-size: 18px;
}

.details-banner-video-overlay {
  background-color: #0000004d;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.box-shadows {
  background-color: var(--primary-light);
  filter: blur(150px);
  border-radius: 100%;
  width: 300px;
  height: 400px;
  position: absolute;
  inset: 30% auto auto 20%;
  transform: translate(-50%, -50%);
}

.box-shadows.position {
  background-color: var(--shadow-gray);
  width: 400px;
  height: 500px;
  inset: auto auto 20% 0%;
  transform: none;
}

.box-shadows.position-01 {
  background-color: var(--shadow-gray);
  filter: blur(250px);
  width: 500px;
  height: 600px;
  top: 60%;
  left: 70%;
}

.box-shadows.position-02 {
  z-index: -1;
  background-color: var(--shadow-gray);
  width: 600px;
  inset: auto auto 50% 5%;
  transform: none;
}

.box-shadows.position-03 {
  z-index: -1;
  background-color: var(--shadow-gray);
  inset: auto 20% 50% auto;
  transform: none;
}

.box-shadows.top {
  z-index: -3;
  width: 70%;
  inset: -20% 0% auto 50%;
}

.blog-image {
  border-radius: 6px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-image:hover {
  color: var(--black);
}

.description-text {
  grid-row-gap: 30px;
  background-color: var(--white);
  box-shadow: 0 -5px 20px 0 var(--shadow-gray);
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  margin-bottom: -30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  display: flex;
  position: relative;
}

.description-text.first {
  width: 70%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.griid-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.main-section.without-top-space {
  padding-top: 0;
}

.main-section.without-bottom-space {
  padding-bottom: 0;
}

.main-section.black-bgr {
  background-color: var(--black);
}

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

.grid-block {
  grid-column-gap: 10px;
  border-left: 2px solid var(--baseblue);
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.author-block {
  grid-column-gap: 80px;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.all-caps-text {
  color: var(--baseblue);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-all-caps {
  color: var(--baseblue);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.link-all-caps:hover {
  color: var(--black);
}

.div-block-2 {
  grid-column-gap: 10px;
  width: 100%;
  display: flex;
}

.div-block-3 {
  margin-bottom: 130px;
}

.portfolio-tab-link-2 {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-weight: 600;
  position: relative;
}

.portfolio-tab-link-2.w--current {
  color: var(--baseblue);
  background-color: #0000;
}

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

.bottom-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.white-link {
  color: var(--white);
  transition: color .3s;
}

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

.small-white-text {
  color: var(--white);
  font-size: 16px;
}

.small-white-text.dark {
  color: var(--paragraph-gray);
  font-family: Karla, sans-serif;
}

.block-quote-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.flex-horizontal-align-center {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex-horizontal-align-center.display {
  grid-column-gap: 30px;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.fa-solid-large-font {
  font-family: "Fa solid 900", sans-serif;
}

.fa-solid-large-font.paragraph-large {
  color: var(--black);
}

.flex-horizontal-align-start {
  align-items: flex-start;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-dark-text {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.div-block-4 {
  flex: none;
}

._404-text {
  color: var(--baseblue);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.job-position-wrap {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.career-form {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.without-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.job-position-sidebar {
  background-color: var(--white);
  box-shadow: 0 2px 50px 0 var(--shadow-gray);
  border-radius: 6px;
  flex: none;
  width: 35%;
  padding: 30px;
  position: sticky;
  top: 120px;
}

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

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

.job-position-content-wrap {
  width: 67%;
}

.input {
  border: 1px solid var(--beige);
  color: var(--paragraph-gray);
  background-color: #0000;
  border-radius: 55px;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.input:focus {
  border-color: var(--baseblue);
  color: var(--black);
}

.input::placeholder {
  color: var(--paragraph-gray);
  font-family: Karla, sans-serif;
}

.wrap-block {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--beige);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.grey-link {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.grey-link:hover {
  color: var(--baseblue);
}

.pricing-tab {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

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

.subtitle-price {
  max-width: 300px;
}

.subtitle-price.top-24 {
  margin-top: 24px;
}

.grid-solutions {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-bottom: -80px;
  display: flex;
  position: relative;
}

.grid-solutions.margin---0 {
  margin-bottom: 0;
}

.left-arrow {
  z-index: 99;
  color: var(--black);
  width: 30px;
  height: 16px;
  margin-right: 60px;
  font-size: 16px;
  transition: all .3s;
  inset: -70px 0% auto auto;
}

.left-arrow:hover {
  color: var(--baseblue);
  transform: translate(-10px);
}

.right-arrow {
  z-index: 99;
  color: var(--black);
  width: 30px;
  height: 16px;
  margin-right: 30px;
  font-size: 16px;
  transition: all .3s;
  inset: -70px 0% auto auto;
}

.right-arrow:hover {
  color: var(--baseblue);
  transform: translate(10px);
}

.slider-solutions {
  z-index: 2;
  background-color: var(--transparent);
  height: 100%;
}

.text-block {
  font-family: Karla, sans-serif;
  font-weight: 600;
}

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

.header-overlay {
  z-index: -1;
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.logo {
  object-fit: cover;
  height: 28px;
  margin-left: 40px;
}

.success-text-block {
  color: var(--black);
  font-family: Karla, sans-serif;
}

.error-text-block {
  font-family: Karla, sans-serif;
  line-height: 1.5em;
}

.field-label {
  font-family: Karla, sans-serif;
}

.solutions-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  display: grid;
}

.div-block-5 {
  width: 70%;
}

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

.banner-logo-wrapper-pricing {
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% -100px;
}

.pricing-plan-2-item {
  background-color: var(--white);
  box-shadow: 0 10px 50px 0 var(--shadow-gray);
  border-radius: 6px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.pricing-list-wrapper {
  width: 50%;
}

.pricing-2-tab {
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.pricing-plan-3-item {
  background-color: var(--white);
  box-shadow: 0 10px 50px 0 var(--shadow-gray);
  border-radius: 6px;
  width: 32%;
  padding: 30px;
}

.pricing-plan-3-item.center {
  background-color: var(--primary-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -40px;
}

.pricing-3-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}

.pricing-tag {
  border: 1px solid var(--light-beige);
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  max-width: 160px;
  margin-top: -50px;
  margin-bottom: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

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

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

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.error-message-2 {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.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-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary-light);
  border-radius: var(--radius-large);
  color: var(--paragraph-gray);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--baseblue);
}

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
  line-height: 1em;
}

.shop-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  grid-row-gap: 16px;
  border: 1px solid var(--beige);
  border-radius: var(--image-radius);
  background-color: var(--white);
  flex-flow: column;
  padding: 10px 10px 20px;
  display: flex;
}

.shop-image {
  border-radius: var(--image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s;
}

.shop-image:hover {
  transform: scale(1.1);
}

.shop-image-link {
  border-radius: var(--image-radius);
  width: 100%;
  height: 270px;
  position: relative;
  overflow: clip;
}

.shop-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.compare-price {
  color: var(--paragraph-gray);
  text-decoration: line-through;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
}

.shop-links-wrapper {
  position: relative;
}

.add-to-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.out-of-stock-state {
  border-radius: var(--image-radius);
  background-color: var(--black);
  color: var(--baseblue);
  text-align: center;
}

.error-state {
  border-radius: var(--image-radius);
  background-color: var(--black);
  color: var(--white);
}

.nav-buttons {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  padding: 0;
  transition-duration: .4s;
}

.cart-counter {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  font-weight: 400;
}

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

.cart-button-white {
  color: var(--white);
  background-color: #0000;
  padding: 0;
}

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

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

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright.white {
  color: var(--white);
  justify-content: flex-end;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--baseblue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  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-download-block-wrapper {
  background-color: var(--baseblue);
  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: 0 0 30px #0000004d;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-purchase {
  padding: 80px 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-progress-bar-95 {
  background-color: var(--baseblue);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.footer-licensing-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

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

.footer-licensing-link.dark {
  color: var(--black);
}

.footer-licensing-link.dark:hover {
  color: var(--baseblue);
}

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

.text-white {
  color: #fff;
}

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

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

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

.footer-bottom-wrapper {
  box-sizing: border-box;
  grid-row-gap: 5px;
  text-align: right;
  flex-flow: wrap;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  box-shadow: 0 0 30px #eef4f8;
}

.landing-inner-page-item {
  border-radius: var(--image-radius);
  background-color: var(--baseblue);
  text-align: center;
  width: 100%;
  padding: 6px;
}

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

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

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

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

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

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

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

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

.licensing-image:hover {
  transform: scale(1.1);
}

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

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

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

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

.licensing-image-link {
  border-radius: var(--image-radius);
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.icon-style-guide {
  color: var(--baseblue);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

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

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

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

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

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

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

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

.banner-circle-bg-changelog {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.shop-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-lightbox-item {
  width: 100%;
}

.lightbox-shop {
  border-radius: var(--image-radius);
  min-width: 450px;
  height: 550px;
  overflow: clip;
}

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

.cover-image.borders {
  border-radius: var(--image-radius);
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.shop-sticky-block {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.top-shop {
  flex-flow: column;
  display: flex;
}

.space-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.shop-details-title {
  margin-bottom: 20px;
}

.shop-item-info-wrapper {
  grid-row-gap: 16px;
}

.shop-details-subtitle {
  color: var(--baseblue);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
}

.shop-item-price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.field-label-2 {
  margin-bottom: 16px;
}

.quantity {
  border-color: var(--beige);
  border-radius: var(--radius-large);
  background-color: var(--white);
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-left: 15px;
}

.quantity:focus {
  border-color: var(--baseblue);
}

.error-state-transparent {
  background-color: #0000;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.shop-bottom-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.shop-list-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 80px;
}

.apple-pay {
  border-radius: var(--button-radius);
  height: 50px;
}

.block-header {
  border-color: var(--primary-light);
  border-top-left-radius: var(--image-radius);
  border-top-right-radius: var(--image-radius);
  background-color: var(--beige);
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content {
  border-right-color: var(--primary-light);
  border-bottom-color: var(--primary-light);
  border-left-color: var(--primary-light);
  border-bottom-left-radius: var(--image-radius);
  border-bottom-right-radius: var(--image-radius);
}

.field-label-black {
  color: var(--black);
}

.checkout-input {
  border-color: var(--primary-light);
  border-radius: var(--button-radius);
  background-color: var(--white);
}

.checkout-input:focus, .checkout-input.-wfp-focus {
  border-color: var(--baseblue);
}

.checkbox {
  margin-top: 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-label {
  color: var(--black);
  margin-bottom: 0;
}

.small-image {
  border-radius: var(--image-radius);
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.sticky-check {
  top: 160px;
}

.cart-header {
  border-bottom-color: var(--primary-light);
  border-top-left-radius: var(--image-radius);
  border-top-right-radius: var(--image-radius);
  background-color: var(--primary-light);
}

.cart-footer {
  border-top-color: var(--primary-light);
  border-bottom-left-radius: var(--image-radius);
  border-bottom-right-radius: var(--image-radius);
}

.cart-container {
  border-radius: var(--image-radius);
}

.cart-quantity-2 {
  border-color: var(--primary-light);
  background-color: var(--white);
  border-radius: 6px;
}

.cart-quantity-2:focus {
  border-color: var(--baseblue);
}

.apple-pay-2 {
  border-radius: var(--button-radius);
  height: 50px;
}

.flex-24 {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.collection-link {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}

.image {
  border-radius: var(--image-radius);
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-circle-bg-landing {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.top-10 {
  margin-top: 10px;
}

.landing-link:hover {
  color: var(--paragraph-gray);
}

.blog-details {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.featured-title {
  font-size: 32px;
}

.bottom-solution-wrapp {
  grid-row-gap: 10px;
  padding: 20px;
}

.solution-image-wrapp {
  border-top-left-radius: var(--image-radius);
  border-top-right-radius: var(--image-radius);
  width: 100%;
  height: 200px;
  overflow: clip;
}

.solution-image-wrapp.home-2 {
  height: 270px;
}

.image-solution {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.image-solution:hover {
  transform: scale(1.1);
}

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

.text-wrapper-right {
  width: 50%;
}

.vision-block-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.solutions-item-2 {
  border-right: 1px solid var(--baseblue);
  border-bottom: 1px solid var(--baseblue);
  border-left: 1px solid var(--baseblue);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}

.solutions-list-3-columb {
  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;
}

.top-margin {
  width: 100%;
  margin-top: 80px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.text-block-2 {
  font-size: 14px;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.service-section-title-area {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.service-content-bottom-area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-title-text {
  color: #000;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.service-collection-item {
  width: 100%;
}

.service-collection-item.lp-01 {
  background-color: #f2f2f2;
  position: sticky;
  top: 100px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-content-top-area {
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.sub-title-text {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.sub-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: row;
  align-items: center;
  padding: 7px 16px 7px 7px;
  display: flex;
}

.service-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-collection-list.lp-01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.service-content-wrapper-lp-01 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-section-lp-01 {
  background-color: #f2f2f2;
}

.service-section-lp-01.section-padding.remove-padding-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.sub-title-icon {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
}

.service-details-wrapper {
  z-index: 1;
  cursor: pointer;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-item-icon {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
}

.service-item-text-lp-01 {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.service-overlay-lp-01 {
  background-image: linear-gradient(#0000, #000000b3);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-single-iteam {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-image-lp-01 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.service-image-lp-01._01 {
  border-radius: 0;
  width: 82%;
  height: 500px;
  position: absolute;
  top: 0;
}

.services-list-area-lp-01 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-list-lp-01 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-section-content-lp-01 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-03 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.service-content-link-lp-01 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-content-area-lp-01 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.service-image-wrap-lp-01 {
  flex-flow: column;
  align-items: center;
  width: 38%;
  height: 600px;
  display: flex;
  position: relative;
}

.service-details-area {
  z-index: 99;
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.stroke-text {
  color: #f2f2f2;
  letter-spacing: -.3px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e2e2e2;
  flex: none;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.text-16px-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.service-content-title-area {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-16px-bold {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.box {
  background-color: #0000001a;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.feature-post {
  width: 100%;
  max-width: 50%;
}

.btn-text {
  grid-column-gap: 4px;
  display: flex;
}

.fp-item {
  display: flex;
}

.box-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.empty-state-2 {
  color: #fff;
  text-align: center;
  background-color: #97d2f3;
}

.btn-hover-text {
  grid-column-gap: 4px;
  display: flex;
  position: absolute;
}

.sub-title-2 {
  grid-column-gap: 8px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.outline-button {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.post-item {
  display: flex;
}

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

.container-2 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.posts {
  width: 100%;
  max-width: 50%;
}

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.blog-list {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

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

.heading-4, .heading-5, .heading-6 {
  color: var(--primary-light);
}

.paragraph {
  background-color: var(--baseblue);
  color: var(--white);
  padding: 5px 10px;
}

.paragraph-2 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #27427c;
  background-clip: border-box;
  padding: 5px 10px;
}

.paragraph-3 {
  color: var(--white);
  background-color: #27427c;
  padding: 5px 10px;
}

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

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

  .section.circle-shadow {
    padding-top: 160px;
  }

  .section.section-top-gradient {
    background-position: 100% 100%;
    padding-top: 395px;
  }

  .section.banner-dark {
    min-height: 680px;
    padding-bottom: 140px;
  }

  .section.black-bg-bottom-space-medium {
    padding-bottom: 50px;
  }

  .section.bottom-space-large {
    padding-bottom: 200px;
  }

  .section.with-gradient-bottom-space {
    background-position: 200%;
    padding-bottom: 230px;
  }

  .section.banner-transparent {
    min-height: 500px;
  }

  .section.black-bg-bottom-space-small {
    padding-bottom: 70px;
  }

  .section.top-space-medium {
    padding-top: 160px;
  }

  .section.section-top-gradient-no-bottom-space {
    padding-top: 395px;
  }

  .section.banner-dark-medium {
    min-height: 680px;
    padding-bottom: 140px;
  }

  .section.banner-transparent-top-space {
    min-height: 450px;
    padding-top: 180px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu-left.w--open {
    right: -175px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-item {
    height: 500px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-wrapper {
    grid-column-gap: 80px;
  }

  .contacts-content-wrapper {
    width: 45%;
  }

  .contacts-textarea {
    margin-bottom: 50px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .cards-icon {
    width: 34px;
    height: 34px;
  }

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

  .number-text, .number-text.desktop-medium-size {
    width: 100%;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .footer-line-divider {
    margin-bottom: 100px;
  }

  .pages-footer {
    background-position: 0 170%;
    padding-top: 130px;
  }

  .footer-text-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: 50px;
  }

  .footer-text {
    font-size: 70px;
  }

  .footer-line-divider-light {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-links-center-wrapper {
    grid-column-gap: 35px;
  }

  .footer-bottom-left-holder {
    grid-column-gap: 70px;
  }

  .footer-rights-wrapper-right {
    width: 45%;
  }

  .background-video {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-color-white.maxw {
    max-width: 500px;
  }

  .full-width.margin-bottom-large {
    margin-bottom: 100px;
  }

  .solutions-list, .solutions-list.medium-width {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .solutions-info-wrapper {
    min-height: 360px;
    padding: 30px;
  }

  .title-hover.medium {
    font-size: 30px;
  }

  .description-height-medium.max-width {
    max-width: 470px;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 80px;
  }

  .text-wrapper-left {
    width: 44%;
  }

  .text-wrapper-left.mission {
    width: 50%;
  }

  .description-large {
    font-size: 30px;
  }

  .cards-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .cards-item {
    width: 30.4%;
  }

  .cards-item.with-line {
    width: 31%;
    padding-left: 0;
  }

  .cards-item.with-line.with-space, .cards-item.line-full-width {
    padding-left: 20px;
  }

  .image-overlay {
    background-color: #02020233;
  }

  .image-description-holder {
    right: 74px;
  }

  .margin-bottom-medium {
    margin-bottom: 50px;
  }

  .margin-bottom-medium.space {
    width: 100%;
    max-width: 880px;
  }

  .image-block-wrapper {
    min-height: 700px;
    padding-right: 140px;
  }

  .text-block-medium {
    font-size: 34px;
  }

  .title-width-small {
    width: 30%;
  }

  .numbers-wrapper {
    grid-column-gap: 100px;
    width: 55%;
  }

  .number-item.with-line, .number-item.line-tablet-width-medium {
    padding-right: 50px;
  }

  .text-wrapper-small {
    width: 30%;
  }

  .reviews-arrow.right {
    left: -71%;
  }

  .reviews-slide {
    padding: 50px;
  }

  .quote-icon-medium {
    width: 59px;
    height: 46px;
  }

  .title-width-large {
    width: 70%;
  }

  .title-width-large.tablet-size-small-center {
    width: 80%;
  }

  .team-wrapper-large {
    grid-row-gap: 60px;
  }

  .team-wrapper-large.large-space {
    grid-row-gap: 80px;
  }

  .team-item-holder {
    width: 31.6%;
  }

  .team-image-large {
    height: 490px;
  }

  .values-wrapper-large {
    grid-row-gap: 50px;
  }

  .section-top-space {
    margin-top: 130px;
  }

  .large-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .large-block.bottom-space-large {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-margin-left-small.margin-bottom-medium {
    margin-bottom: 50px;
  }

  .negative-card-wrapper {
    margin-bottom: -120px;
  }

  .negative-card-item {
    grid-row-gap: 50px;
  }

  .banner-center-wrapper-medium {
    width: 70%;
  }

  .banner-center-wrapper-medium.medium-width, .banner-description-small {
    width: 80%;
  }

  .banner-video-wrapper {
    margin-top: 100px;
  }

  .banner-video {
    min-height: 530px;
  }

  .margin-top-medium {
    margin-top: 50px;
  }

  .section-bottom-space {
    margin-bottom: 130px;
  }

  .clients-images {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .reviews-slider-center {
    padding-bottom: 80px;
  }

  .image-block-holder {
    width: 33%;
  }

  .vertical-line {
    display: block;
    left: 30px;
  }

  .vertical-line.right {
    right: 30px;
  }

  .card-line {
    display: block;
    left: -2.6%;
  }

  .card-line.center {
    display: block;
    left: -8.9%;
  }

  .card-line.left {
    display: block;
    left: -7%;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    width: 41%;
  }

  .section-medium-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .numbers-description {
    width: 20%;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 50px;
  }

  .banner-numbers-wrapper.large-width {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .text-wrapper-right-xlarge-width {
    width: 75%;
  }

  .solution-tab-pane {
    padding-left: 50px;
    padding-right: 50px;
  }

  .solution-tab-collection-item {
    grid-row-gap: 50px;
  }

  .solution-tab-content-right {
    grid-row-gap: 50px;
    padding: 30px 30px 40px;
  }

  .top-cta-wrapper {
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 0%;
  }

  .top-cta-images-holder {
    margin-top: -150px;
  }

  .block-right-wrapper {
    grid-row-gap: 50px;
    width: 31.8%;
  }

  .solution-slider-horizontal {
    margin-left: 4.2%;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-slider-horizontal-mask {
    width: 90%;
  }

  .text-wrapper-loop {
    margin-bottom: 70px;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 130px;
  }

  .block-half-width {
    padding: 30px;
  }

  .block-half-width-left-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 60%;
  }

  .block-half-width-left-content.medium-width {
    width: 48%;
  }

  .block-image-full-width {
    object-position: 59% 50%;
    width: 36%;
  }

  .block-image-full-width.medium-width {
    width: 48.7%;
  }

  .block-full-width {
    padding: 30px;
  }

  .desktop-description-medium {
    width: 65%;
  }

  .banner-left-block {
    width: 60%;
  }

  .cta-figure-wrapper-absolute {
    width: 58%;
    height: 582px;
    top: 40px;
    right: -21%;
  }

  .cta-figure-wrapper-absolute.medium {
    top: 130px;
  }

  .banner-wrapper-center.width {
    width: 65%;
  }

  .description-large-width {
    width: 72%;
  }

  .text-wrapper-large {
    grid-column-gap: 100px;
  }

  .section-video {
    min-height: 530px;
  }

  .column-medium-image-fixed {
    min-height: 500px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    grid-row-gap: 50px;
  }

  .image-holder-width-large {
    width: 90%;
  }

  .banner-text-info-large.width {
    width: 50%;
  }

  .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width {
    height: 86%;
  }

  .content-wrapper-large {
    padding-bottom: 50px;
  }

  .card-wrapper-medium {
    padding: 50px;
  }

  .solutions-details-content {
    grid-column-gap: 80px;
  }

  .details-banner-video {
    min-height: 530px;
  }

  .box-shadows.position {
    left: 5%;
  }

  .box-shadows.position-02 {
    left: 0%;
  }

  .main-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-details-page {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .author-block {
    grid-column-gap: 130px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
  }

  .div-block-3 {
    margin-bottom: 180px;
  }

  .job-position-wrap {
    grid-column-gap: 100px;
  }

  .job-position-sidebar {
    width: 33%;
  }

  .wrap-block {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .grid-solutions {
    margin-bottom: -130px;
  }

  .left-arrow, .right-arrow {
    right: 16%;
  }

  .pricing-plan-2-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-plan-3-item {
    padding: 40px;
  }

  .pricing-tag {
    margin-top: -60px;
  }

  .shop-image-link {
    height: 320px;
  }

  .section-purchase {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shop-details-title {
    font-size: 60px;
  }

  .checkout-form {
    padding-bottom: 130px;
  }

  .solution-image-wrapp {
    height: 350px;
  }

  .solutions-list-3-columb {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .top-margin {
    margin-top: 130px;
  }

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

@media screen and (min-width: 1440px) {
  .section.banner-dark {
    min-height: 700px;
    padding-bottom: 140px;
  }

  .section.with-gradient-bottom-space {
    background-position: 300%;
  }

  .section.banner-medium {
    min-height: 500px;
    padding-top: 190px;
  }

  .section.banner-large-height {
    min-height: 730px;
    padding-top: 210px;
  }

  .section.landing-banner {
    padding-top: 180px;
  }

  .section.banner-transparent-top-space {
    padding-top: 200px;
  }

  .base-container {
    height: 101%;
  }

  .nav-container {
    max-width: 1330px;
  }

  .blog-template-image {
    max-height: 600px;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

  .search-section {
    padding-top: 160px;
  }

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

  .number-text {
    width: 100%;
    font-size: 60px;
  }

  .number-text.desktop-medium-size {
    font-size: 60px;
  }

  .details-page-title.maxw {
    width: 70%;
  }

  .pages-footer {
    background-image: none;
  }

  .footer-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-text-wrapper-left {
    width: 50%;
  }

  .footer-links-center-wrapper {
    grid-column-gap: 50px;
  }

  .footer-rights-wrapper-right {
    width: 40%;
  }

  .text-color-white.maxw {
    max-width: 650px;
  }

  .solutions-item.home-2-solution-item {
    box-shadow: 0 0 20px 0 var(--shadow-gray);
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 100px;
  }

  .cards-wrapper {
    flex-flow: row;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    left: -38.1%;
  }

  .cards-item {
    width: 30.7%;
  }

  .cards-item.with-line.with-space {
    padding-left: 25px;
  }

  .cards-info-wrapper {
    width: 80%;
  }

  .cards-info-wrapper.desktop-with-space {
    padding-right: 30px;
  }

  .column-image-medium {
    height: 530px;
  }

  .image-overlay {
    background-color: #02020233;
  }

  .margin-bottom-medium.medium-width {
    width: 78%;
  }

  .margin-bottom-medium.desktop-large {
    margin-bottom: 70px;
  }

  .image-block-wrapper {
    padding-right: 170px;
  }

  .map-holder {
    min-height: 549px;
  }

  .numbers-wrapper {
    grid-column-gap: 130px;
    width: 61%;
  }

  .number-item.with-line-large-gap-center {
    padding-right: 60px;
  }

  .text-wrapper-small {
    width: 40%;
  }

  .h2-style-large {
    letter-spacing: -5px;
    font-size: 60px;
  }

  .h2-style-large.margin-bottom-xmedium {
    font-size: 52px;
  }

  .reviews-slider {
    width: 50%;
    inset: 0% 0% auto auto;
  }

  .reviews-arrow.left {
    left: -100%;
  }

  .reviews-arrow.right {
    left: -89%;
  }

  .author-image-rounded {
    width: 188px;
    height: 188px;
  }

  .title-width-large.tablet-size-small-center {
    width: 70%;
  }

  .team-wrapper-large {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-wrapper-large.large-space {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-item-holder, .team-item-holder.center {
    width: 100%;
  }

  .banner-video {
    min-height: 630px;
  }

  .clients-wrapper {
    width: 76%;
  }

  .image-block-holder {
    width: 30%;
  }

  .card-line {
    left: -1.9%;
  }

  .card-line.center {
    left: -9.7%;
  }

  .card-line.left {
    left: -10%;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    width: 38.5%;
  }

  .banner-logo-wrapper {
    bottom: -100px;
  }

  .section-medium-spacing.top-space-large {
    padding-top: 80px;
  }

  .text-wrapper-right-xlarge-width {
    width: 68%;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    width: 66%;
  }

  .solution-tab-content-right {
    padding: 40px 40px 60px;
  }

  .top-cta-wrapper {
    max-width: 1380px;
  }

  .banner-wrapper-center-large {
    padding-top: 40px;
  }

  .block-right-wrapper {
    width: 31.6%;
  }

  .solution-slider-horizontal {
    margin-left: 9%;
  }

  .solution-slider-horizontal-mask {
    width: 82%;
  }

  .block-half-width-left-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 52%;
  }

  .block-image-full-width {
    width: 42%;
  }

  .block-image-full-width.medium-width {
    width: 49.1%;
  }

  .cta-figure-wrapper-absolute {
    right: -20%;
  }

  .text-wrapper-right-medium {
    width: 61%;
  }

  .section-video {
    min-height: 600px;
  }

  .column-medium-image-fixed {
    min-height: 475px;
  }

  .image-holder-width-large {
    width: 80%;
  }

  .banner-text-info-large.width {
    width: 45%;
  }

  .banner-image-absolute-medium {
    width: 30%;
  }

  .banner-image-absolute-medium.medium-height {
    height: 88%;
  }

  .banner-image-absolute-medium.medium-width {
    width: 46%;
    height: 88%;
  }

  .banner-bottom-block {
    grid-column-gap: 60px;
  }

  .top-figure-bg.medium {
    right: 0%;
  }

  .details-banner-video {
    min-height: 630px;
  }

  .box-shadows.position {
    filter: blur(250px);
    width: 600px;
    height: 700px;
  }

  .collection-list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .pricing-tab {
    grid-column-gap: 100px;
  }

  .banner-logo-wrapper-pricing {
    bottom: -100px;
  }

  .pricing-2-tab {
    grid-column-gap: 100px;
  }

  .more-image-products-block {
    width: 100%;
  }

  .solution-image-wrapp.home-2 {
    height: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.lines-bg {
    background-position: 57%;
    background-size: auto;
  }

  .section.section-top-gradient {
    padding-top: 440px;
  }

  .section.banner-dark {
    min-height: 870px;
    padding-bottom: 100px;
  }

  .section.black-bg-bottom-space-medium {
    padding-bottom: 80px;
  }

  .section.bottom-space-large {
    padding-bottom: 240px;
  }

  .section.with-gradient-bottom-space {
    background-position: -120% 0;
    padding-bottom: 290px;
  }

  .section.banner-full-height {
    padding-top: 200px;
  }

  .section.banner-medium {
    min-height: 600px;
    padding-top: 220px;
  }

  .section.banner-large-height {
    min-height: 850px;
  }

  .section.black-bg-bottom-space-small {
    padding-bottom: 90px;
  }

  .section.banner-transparent-top-space {
    padding-bottom: 130px;
  }

  .base-container {
    max-width: 1530px;
  }

  .navbar.transparent {
    background-color: var(--transparent);
  }

  .nav-container {
    max-width: 1530px;
  }

  .blog-grid-item-description {
    text-align: justify;
  }

  .pricing-plan-item {
    flex: none;
    width: 43%;
  }

  .contacts-wrapper {
    justify-content: space-between;
  }

  .contacts-form-wrapper {
    width: 45%;
  }

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

  .number-text {
    width: 100%;
    font-size: 60px;
  }

  .details-page-title.maxw {
    width: 60%;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .paragraph-small.title-top-space {
    text-align: justify;
  }

  .pages-footer {
    background-color: var(--white);
    padding-top: 160px;
  }

  .footer-text-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-text-wrapper-left {
    width: 57%;
  }

  .footer-text {
    max-width: 650px;
    font-size: 64px;
  }

  .background-video {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .text-color-white {
    text-align: justify;
  }

  .text-color-white.line-height-medium {
    text-align: center;
    font-size: 30px;
  }

  .text-color-white.description-width-medium {
    width: 33%;
  }

  .text-color-white.width-medium {
    width: 72%;
  }

  .full-width.top-space-large {
    margin-top: 100px;
  }

  .solutions-list.medium-width {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .title-hover.medium {
    color: var(--primary-light);
    min-width: auto;
    min-height: 80px;
    font-size: 32px;
  }

  .description-height-medium {
    text-align: justify;
  }

  .solutions-holder.bottom-item-large {
    margin-bottom: -280px;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .display-flex-horizontal.space-between-stretch {
    grid-column-gap: 175px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 130px;
  }

  .display-flex-horizontal.desktop-justify-end {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .display-flex-horizontal.space-between-reverse {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .text-wrapper-left.xsmall-width {
    width: 11%;
  }

  .description-large.title-bottom-space {
    letter-spacing: -.8px;
    font-size: 24px;
  }

  .cards-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cards-item {
    width: 29.7%;
  }

  .cards-item.with-line {
    width: 30%;
  }

  .cards-item.with-line.with-space {
    padding-left: 40px;
  }

  .cards-item.with-line.desktop-space {
    padding-left: 10px;
  }

  .cards-item.line-full-width {
    padding-left: 40px;
  }

  .cards-icon-holder {
    border-color: var(--shadow-gray);
    box-shadow: 0 0 20px 0 var(--shadow-gray);
  }

  .image-overlay {
    opacity: 1;
    background-color: #02020233;
  }

  .line-height-medium.text-color-white {
    text-align: left;
  }

  .margin-bottom-medium.medium-width {
    width: 80%;
  }

  .image-block-wrapper {
    padding-right: 190px;
  }

  .map-holder {
    min-height: 749px;
    padding-bottom: 124px;
  }

  .title-width-small {
    width: 26%;
  }

  .numbers-wrapper {
    width: 58%;
  }

  .number-item.with-line, .number-item.line-tablet-width-medium {
    padding-right: 80px;
  }

  .text-wrapper-small {
    width: 46%;
    max-width: 500px;
  }

  .h2-style-large, .h2-style-large.margin-bottom-xmedium {
    font-size: 64px;
  }

  .reviews-slider {
    width: 43%;
  }

  .reviews-arrow.left {
    left: -133%;
  }

  .reviews-arrow.right {
    left: -122%;
  }

  .reviews-slide {
    padding: 50px;
  }

  .author-image-rounded {
    margin-top: -50px;
    margin-right: -50px;
  }

  .title-width-large, .title-width-large.tablet-size-small-center {
    width: 60%;
  }

  .team-wrapper-large.large-space {
    grid-row-gap: 100px;
  }

  .team-image-large {
    height: 590px;
  }

  .section-top-space {
    margin-top: 160px;
  }

  .large-block.bottom-space-large {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .negative-card-wrapper {
    margin-bottom: -130px;
  }

  .negative-card-item {
    padding-right: 40px;
  }

  .banner-center-wrapper-medium {
    align-self: center;
    width: 70%;
  }

  .gradient-title.h3-style-large {
    font-size: 40px;
  }

  .banner-description-small {
    text-align: center;
  }

  .banner-description-small.margin-bottom-medium {
    margin-bottom: 50px;
  }

  .banner-video {
    min-height: 730px;
  }

  .banner-background {
    width: 100%;
  }

  .text-info-wrapper-small {
    width: 32%;
  }

  .section-bottom-space {
    margin-bottom: 160px;
  }

  .clients-wrapper {
    width: 66%;
  }

  .clients-images {
    width: 87%;
  }

  .image-block-holder {
    width: 26%;
  }

  .background-button {
    top: -1%;
    left: -1%;
  }

  .vertical-line {
    left: 155px;
  }

  .vertical-line.center-left {
    left: 36.333%;
  }

  .vertical-line.center-right {
    left: 65%;
  }

  .vertical-line.right {
    right: 155px;
  }

  .card-line {
    left: -2.8%;
  }

  .card-line.center {
    left: -8.5%;
  }

  .card-line.left {
    left: -12.3%;
  }

  .banner-text-right {
    width: 45%;
  }

  .banner-image-absolute-left {
    width: 40%;
  }

  .banner-logo-wrapper {
    margin-top: 180px;
    bottom: -140px;
  }

  .banner-logo-image {
    width: 29%;
  }

  .numbers-description {
    width: 16%;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 80px;
    width: 62%;
  }

  .banner-numbers-wrapper.large-width {
    margin-top: 100px;
    margin-bottom: 90px;
  }

  .text-wrapper-right-xlarge-width {
    width: 59%;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    width: 60%;
  }

  .text-wrapper-right-large-width {
    width: 73%;
  }

  .solution-tab-link {
    font-size: 18px;
    line-height: 1.6em;
  }

  .solution-tab-link.w--current {
    font-size: 18px;
  }

  .solution-tab-content-left {
    grid-row-gap: 100px;
  }

  .solution-tab-content-right {
    width: 50%;
    padding-bottom: 82px;
  }

  .top-cta-wrapper {
    max-width: 1820px;
    margin-top: -290px;
    padding-top: 120px;
  }

  .top-cta-content-wrapper-left {
    width: 35%;
  }

  .carrer-image {
    width: 22%;
  }

  .carrer-image.medium-width {
    width: 26%;
  }

  .carrer-image.medium-height {
    width: 22%;
  }

  .top-cta-right-wrapper {
    justify-content: center;
    align-items: center;
  }

  .top-cta-images-holder {
    margin-top: -170px;
  }

  .block-right-wrapper {
    width: 32%;
  }

  .solution-slider-horizontal {
    margin-left: 10.9%;
  }

  .solution-slider-horizontal-mask {
    width: 75%;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 160px;
  }

  .text-loop {
    font-size: 80px;
  }

  .block-half-width-left-content {
    width: 48%;
  }

  .block-half-width-left-content.medium-width {
    width: 40%;
  }

  .block-image-full-width {
    width: 44%;
  }

  .block-image-full-width.medium-width {
    width: 49.6%;
  }

  .block-full-width {
    min-height: 484px;
  }

  .banner-left-block {
    width: 50%;
  }

  .h1-style-medium {
    font-size: 100px;
  }

  .cta-figure-wrapper-absolute {
    width: 52%;
    height: 692px;
    top: 22px;
    right: -290px;
  }

  .cta-figure-wrapper-absolute.medium {
    width: 50%;
  }

  .text-wrapper-right-medium {
    width: 55%;
  }

  .text-wrapper-large {
    width: 58%;
  }

  .section-video {
    min-height: 730px;
  }

  .column-medium-image-fixed {
    min-height: 410px;
  }

  .image-holder-width-large {
    width: 70%;
  }

  .banner-text-info-large {
    width: 44%;
  }

  .banner-text-info-large.width {
    width: 40%;
  }

  .banner-image-absolute-medium.medium-height {
    width: 46%;
    height: 90%;
  }

  .banner-image-absolute-medium.medium-width {
    height: 90%;
  }

  .content-wrapper-left {
    width: 30%;
  }

  .content-wrapper-right {
    width: 50%;
  }

  .top-figure-bg.medium {
    background-image: url('../images/Exclude.svg');
  }

  .details-banner-video {
    min-height: 730px;
  }

  .box-shadows.position {
    left: 10%;
  }

  .box-shadows.position-02 {
    filter: blur(250px);
    width: 800px;
    height: 600px;
    left: 2%;
  }

  .box-shadows.position-03 {
    filter: blur(180px);
    width: 500px;
  }

  .description-text.first {
    max-width: 800px;
  }

  .pricing-tab {
    grid-column-gap: 130px;
  }

  .grid-solutions {
    margin-bottom: -160px;
  }

  .grid-solutions.margin---0 {
    grid-row-gap: 30px;
  }

  .left-arrow {
    z-index: 25;
    right: 24%;
  }

  .right-arrow {
    right: 24%;
  }

  .logo {
    color: var(--black);
    mix-blend-mode: normal;
  }

  .banner-logo-wrapper-pricing {
    bottom: -140px;
  }

  .pricing-plan-2-item {
    flex: none;
  }

  .pricing-2-tab {
    grid-column-gap: 130px;
  }

  .pricing-plan-3-item {
    flex: none;
  }

  .shop-image-link {
    height: 400px;
  }

  .bottom-solution-wrapp {
    padding: 40px;
  }

  .vision-block-wrapper {
    grid-column-gap: 100px;
  }

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

@media screen and (max-width: 991px) {
  .section.desktop-no-bottom-space {
    padding-bottom: 80px;
  }

  .section.circle-shadow {
    padding-top: 120px;
  }

  .section.section-top-gradient {
    padding-top: 80px;
  }

  .section.banner-dark {
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.bottom-space-large {
    padding-bottom: 80px;
  }

  .section.with-gradient-bottom-space {
    background-position: 0%;
  }

  .section.banner-full-height {
    min-height: 400px;
    padding-top: 130px;
  }

  .section.banner-medium {
    min-height: auto;
    padding-top: 140px;
  }

  .section.banner-large-height {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .section.black-bg-bottom-space-small {
    padding-bottom: 0;
  }

  .section.top-space-medium {
    padding-top: 100px;
  }

  .section.section-top-gradient-no-bottom-space {
    padding-top: 80px;
  }

  .section.banner-dark-medium {
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.banner-transparent-top-space {
    min-height: 350px;
    padding-top: 140px;
  }

  .section.desktop-no-bottom-space-visible {
    padding-bottom: 80px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    margin-top: 40px;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .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;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
    font-size: 20px;
    display: flex;
  }

  .nav-link.white {
    color: var(--black);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.white {
    color: var(--black);
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    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-left {
    width: auto;
    height: 285px;
    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: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    font-size: 20px;
  }

  .nav-item-title.white {
    color: var(--black) !important;
  }

  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    margin-bottom: 0;
  }

  .blog-template-image {
    max-height: 400px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-item {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .accordion-wrapper.solutions-details {
    margin-top: 40px;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 30px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .search-input:focus {
    border: 1px solid var(--baseblue);
  }

  .search-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .details-sidebar-contacts {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .play-button-icon {
    font-size: 18px;
  }

  .play-button-hover {
    width: 74px;
    height: 74px;
  }

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

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

  .number-text {
    font-size: 60px;
  }

  .number-text.text-color-white {
    letter-spacing: -3px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    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: 73px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .landing-section-title {
    width: 80%;
    font-size: 46px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .details-page-title {
    font-size: 45px;
  }

  .details-page-title.maxw {
    width: 100%;
  }

  .nav-tablet-button-holder {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .pages-footer {
    background-position: 0 170%;
    padding-bottom: 40px;
  }

  .footer-text-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-text-wrapper-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    text-align: center;
    font-size: 50px;
  }

  .footer-social-link-holder {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text-wrapper-right {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-bottom-wrapper-large {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .footer-links-center-wrapper {
    justify-content: center;
  }

  .footer-bottom-left-holder, .footer-rights-wrapper-right {
    justify-content: center;
    width: 100%;
  }

  .text-color-white.description-width-medium {
    width: 70%;
  }

  .full-width {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-width.margin-bottom-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .full-width.top-space-large {
    margin-top: 40px;
  }

  .solutions-list, .solutions-list.medium-width {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-list.grid-slide-3-col {
    flex-flow: wrap;
    grid-template-rows: minmax(340px, auto);
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .solutions-item {
    min-height: 100%;
  }

  .solutions-item._3-column {
    width: 47%;
  }

  .title-hover.medium {
    font-size: 22px;
  }

  .primary-bg-hover {
    display: none;
  }

  .solutions-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .solutions-holder.bottom-item-large {
    height: 100%;
    margin-bottom: 0;
  }

  .empty-block {
    display: none;
  }

  .solutions-holder-large {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-stretch {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .text-wrapper-left {
    width: 100%;
  }

  .text-wrapper-left.mission {
    height: 300px;
  }

  .title-width-medium {
    width: 65%;
  }

  .cards-wrapper {
    justify-content: center;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-row-gap: 40px;
    justify-content: center;
  }

  .cards-item {
    width: 47.2%;
  }

  .images-wrapper {
    flex-wrap: wrap;
  }

  .image-holder-left {
    width: 100%;
  }

  .column-image-medium {
    object-position: 50% 20%;
    height: 330px;
  }

  .image-holder-right {
    width: 100%;
  }

  .text-info-wrapper-left {
    grid-row-gap: 24px;
    width: 100%;
  }

  .image-block-wrapper {
    width: 100%;
    min-height: 400px;
  }

  .map-holder {
    min-height: 394px;
    padding-bottom: 40px;
  }

  .title-width-small {
    width: 55%;
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    width: 65%;
  }

  .text-wrapper-small {
    width: 100%;
  }

  .description-width-small {
    width: 60%;
  }

  .reviews-slider {
    width: 100%;
    margin-bottom: 90px;
  }

  .reviews-arrow {
    width: 50px;
    height: 50px;
  }

  .reviews-arrow.left {
    bottom: -90px;
    left: 0%;
  }

  .reviews-arrow.right {
    bottom: -90px;
    left: 60px;
  }

  .title-width-large {
    width: 100%;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 46px;
  }

  .team-item-holder {
    width: 47.9%;
  }

  .team-image-large.rounded-image, .primary-overlay.rounded {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }

  .values-wrapper-large {
    width: 100%;
  }

  .section-top-space.full-width {
    flex-flow: column;
    margin-top: 60px;
  }

  .large-block.bottom-space-large {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop-margin-left-small {
    margin-left: 0;
  }

  .negative-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .negative-card-item {
    width: 47.7%;
  }

  .banner-center-wrapper-medium {
    width: 100%;
  }

  .banner-video {
    min-height: 380px;
  }

  .text-info-wrapper-small, .image-wrapper-right {
    width: 100%;
  }

  .column-image-large {
    height: 350px;
  }

  .clients-wrapper {
    width: 92%;
  }

  .reviews-slide-center-wrapper {
    padding-bottom: 0;
  }

  .reviews-slider-center-nav.white {
    padding-top: 20px;
  }

  .image-block-wrapper-small {
    min-height: 100px;
  }

  .image-block-holder {
    width: 100%;
  }

  .large-link-text {
    margin-bottom: 80px;
  }

  .banner-text-right {
    width: 100%;
  }

  .banner-text-right-info-holder {
    width: 75%;
  }

  .banner-image-absolute-left {
    object-position: 50% 50%;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: static;
  }

  .banner-logo-wrapper {
    margin-top: 40px;
    position: static;
  }

  .banner-logo-image {
    width: 16%;
  }

  .numbers-description {
    width: 100%;
  }

  .numbers-wrapper-large {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    width: 100%;
  }

  .text-wrapper-right-xlarge-width, .text-wrapper-right-xlarge-width.medium-width, .text-wrapper-right-large-width {
    width: 100%;
  }

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

  .solution-tab-collection-item {
    flex-wrap: wrap;
  }

  .solution-tab-content-left, .solution-tab-content-right {
    width: 100%;
  }

  .top-cta-wrapper, .top-cta-wrapper.no-negative-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-cta-content-wrapper {
    flex-wrap: wrap;
  }

  .top-cta-content-wrapper-left {
    width: 100%;
  }

  .carrer-image {
    height: 167px;
  }

  .carrer-image.large-height {
    object-position: 50% 0%;
    height: 225px;
  }

  .carrer-image.medium-width {
    height: 137px;
  }

  .carrer-image.medium-height {
    object-position: 50% 0%;
    height: 180px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 0%;
  }

  .top-cta-right-wrapper {
    width: 100%;
  }

  .top-cta-images-holder {
    margin-top: 0;
  }

  .banner-wrapper-center-large {
    padding-top: 60px;
  }

  .block-right-wrapper {
    width: 100%;
  }

  .solution-slider-horizontal {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 0;
  }

  .block-half-width {
    width: 100%;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width {
    width: 44%;
  }

  .block-image-full-width, .block-image-full-width.medium-width {
    width: 43%;
  }

  .block-full-width {
    width: 100%;
    min-height: auto;
  }

  .banner-left-block {
    width: 74%;
  }

  .cta-figure-wrapper-absolute {
    display: none;
  }

  .banner-wrapper-center {
    width: 66%;
  }

  .text-wrapper-right-medium {
    width: 100%;
  }

  .section-video {
    min-height: 380px;
  }

  ._1-3-width-column {
    flex-flow: column wrap;
  }

  ._1-3-width-column.tablet-full-width {
    width: 100%;
  }

  .column-medium-image-fixed {
    object-position: 50% 0%;
    height: 350px;
    min-height: auto;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-direction: row;
  }

  .tablet-1-3-width {
    width: 33%;
  }

  .image-holder-width-large {
    width: 100%;
  }

  .banner-text-info-large {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .banner-text-info-large.width {
    width: 70%;
  }

  .banner-image-absolute-medium {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    position: static;
  }

  .banner-image-absolute-medium.medium-height {
    width: 100%;
    height: 350px;
  }

  .banner-image-absolute-medium.medium-width {
    height: 350px;
    margin-top: 60px;
  }

  .content-wrapper-large {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .content-wrapper-left {
    width: 90%;
  }

  .content-wrapper-right {
    width: 100%;
  }

  .card-wrapper-medium {
    padding: 30px;
  }

  .accordion-title-medium {
    width: 85%;
  }

  .faq-wrapper-large {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .faq-wrapper-medium {
    width: 100%;
  }

  .solution-details-left-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .solution-details-sidebar {
    width: 40%;
    padding: 20px;
    top: 100px;
  }

  .details-banner-video {
    min-height: 380px;
  }

  .description-text {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .description-text.first {
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .griid-blog {
    grid-template-columns: 1fr;
  }

  .section-details-page {
    padding-top: 150px;
  }

  .author-block {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .div-block-3 {
    margin-bottom: 60px;
  }

  .bottom-block-2.margin-top {
    margin-top: 30px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .job-position-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .job-position-sidebar {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 20px;
  }

  .job-position-content-wrap {
    width: 100%;
  }

  .wrap-block {
    justify-content: center;
  }

  .pricing-tab {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column-reverse;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .slider-solutions {
    min-height: auto;
  }

  .banner-logo-wrapper-pricing {
    margin-top: 40px;
    position: static;
  }

  .pricing-plan-2-item {
    text-align: left;
  }

  .pricing-list-wrapper {
    width: 40%;
  }

  .pricing-2-tab {
    text-align: center;
  }

  .pricing-plan-3-item {
    text-align: left;
    width: 47%;
  }

  .pricing-plan-3-item.center {
    margin-top: 0;
  }

  .pricing-3-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .shop-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .more-image-products-block {
    border-radius: var(--image-radius);
    width: 100%;
    overflow: hidden;
  }

  .shop-lightbox {
    width: 100%;
    display: flex;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
  }

  .lightbox-shop {
    height: 400px;
    position: relative;
  }

  .shop-sticky-block {
    position: static;
  }

  .checkout-form {
    padding-top: 130px;
  }

  .sticky-check {
    top: 130px;
  }

  .checkout-row {
    flex-flow: column;
  }

  .featured-title {
    font-size: 24px;
  }

  .text-wrapper-right {
    width: 100%;
  }

  .vision-block-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr 1fr;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .service-section-title-area {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .service-collection-item.lp-01 {
    position: static;
  }

  .service-collection-list.lp-01 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-details-wrapper {
    display: none;
  }

  .service-image-lp-01 {
    max-width: none;
  }

  .service-content-link-lp-01 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .service-content-area-lp-01 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .service-image-wrap-lp-01 {
    width: 100%;
    min-width: auto;
  }

  .feature-post {
    max-width: none;
  }

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

  .posts {
    max-width: none;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .blogs {
    margin-bottom: 100px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  blockquote {
    background-size: 20px 20px;
    font-size: 18px;
  }

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

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

  .section.circle-shadow {
    padding-top: 100px;
  }

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

  .section.banner-dark {
    padding-top: 110px;
  }

  .section.bottom-space-large {
    padding-bottom: 60px;
  }

  .section.with-gradient-bottom-space {
    padding-bottom: 120px;
  }

  .section.banner-full-height {
    padding-top: 110px;
  }

  .section.banner-large-height {
    padding-top: 130px;
  }

  .section.top-space-medium {
    padding-top: 90px;
  }

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

  .section.banner-dark-medium {
    padding-top: 110px;
  }

  .section.banner-transparent-top-space {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.desktop-no-bottom-space-visible {
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--beige);
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid var(--beige);
    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: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper, .spacing-columns {
    margin-top: 20px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-image {
    max-height: 300px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .details-sidebar-contacts {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cards-icon {
    font-size: 50px;
  }

  .about-3-tab-link.w--current {
    font-size: 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%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .number-text {
    justify-content: center;
    align-items: center;
    font-size: 50px;
  }

  .number-text.medium-size, .number-text.medium-size-text-white, .number-text.desktop-medium-size {
    font-size: 40px;
  }

  .rich-text-style h2 {
    font-size: 30px;
  }

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

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

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    text-align: center;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid var(--beige);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
    font-size: 40px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .footer-line-divider {
    margin-bottom: 60px;
  }

  .pages-footer {
    padding-top: 60px;
  }

  .footer-text-wrapper-left {
    width: 100%;
  }

  .footer-text {
    font-size: 46px;
  }

  .footer-text-wrapper-right {
    width: 100%;
  }

  .footer-bottom-wrapper-large {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom-left-holder {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .footer-rights-wrapper-right {
    justify-content: center;
    width: 100%;
  }

  .background-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-color-white.title-bottom-space {
    margin-bottom: 0;
  }

  .text-color-white.description-width-medium {
    width: 100%;
  }

  .text-color-white.width-medium {
    width: 90%;
  }

  .full-width.margin-bottom-large {
    margin-bottom: 60px;
  }

  .full-width.margin-bottom-medium {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .solutions-list.medium-width {
    flex-direction: column;
  }

  .solutions-list.grid-slide-3-col {
    grid-template-columns: 1fr;
  }

  .solutions-item._3-column {
    width: 100%;
  }

  .solutions-info-wrapper {
    min-height: auto;
  }

  .title-hover.medium {
    min-height: 0;
  }

  .solutions-holder {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .solutions-holder.bottom-item-large {
    width: 100%;
  }

  .solutions-holder-large {
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.space-between-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-betweeen-align-end-medium {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.small-gap-mobile-wrap {
    flex-wrap: wrap;
  }

  .description-large {
    font-size: 24px;
  }

  .title-width-medium {
    width: 100%;
  }

  .cards-wrapper {
    margin-top: 60px;
  }

  .cards-item {
    width: 100%;
  }

  .cards-info-wrapper {
    width: 85%;
  }

  .image-description-holder {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .margin-bottom-medium.medium-width {
    width: 100%;
  }

  .image-block-wrapper {
    min-height: 350px;
    padding: 30px 50px 30px 30px;
  }

  .map-holder {
    grid-row-gap: 40px;
    min-height: 294px;
    padding-bottom: 0;
  }

  .map-holder.spacing {
    background-position: 50% 0;
    background-size: auto;
  }

  .title-width-small, .numbers-wrapper {
    width: 100%;
  }

  .number-item.with-line {
    border-right-style: none;
    width: 45%;
    padding-right: 0;
  }

  .number-item.line-tablet-width-medium {
    border-right-style: none;
    width: 22%;
    padding-right: 0;
  }

  .number-item.with-line-large-gap-center {
    border-right-style: none;
    padding-right: 0;
  }

  .number-item.color-bg {
    padding: 20px;
  }

  .description-width-small {
    width: 80%;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 40px;
  }

  .team-item-holder {
    width: 46.6%;
  }

  .team-image-large {
    height: 330px;
  }

  .team-image-large.rounded-image, .primary-overlay.rounded {
    width: 180px;
    height: 180px;
  }

  .section-top-space {
    margin-top: 60px;
  }

  .section-top-space.full-width {
    margin-top: 40px;
  }

  .large-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .negative-card-item {
    width: 100%;
  }

  .gradient-title.h3-style-large {
    font-size: 28px;
  }

  .banner-description-small {
    width: 100%;
  }

  .banner-video-wrapper {
    margin-top: 60px;
  }

  .banner-video {
    min-height: 330px;
  }

  .section-bottom-space {
    margin-bottom: 60px;
  }

  .clients-wrapper {
    width: 100%;
  }

  .reviews-slider-center.home-2-slider-center {
    padding-bottom: 0;
  }

  .reviews-slider-center-nav {
    position: relative;
  }

  .reviews-slider-center-nav.white {
    padding-top: 10px;
    position: relative;
  }

  .image-block-wrapper-small {
    padding: 30px;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    height: 300px;
  }

  .banner-logo-image {
    width: 21%;
  }

  .section-medium-spacing.top-space-large {
    padding-top: 40px;
  }

  .numbers-description {
    width: 100%;
  }

  .numbers-wrapper-large.solutions-3 {
    flex-flow: column;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 30px;
    width: 100%;
  }

  .solution-tabs-menu {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .solution-tabs-content {
    margin-top: 24px;
  }

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

  .h3-style-large, .gradient-title-with-hover, .gradient-title-with-hover.h3-style-large {
    font-size: 30px;
  }

  .top-cta-wrapper {
    margin-top: -120px;
  }

  .carrer-image {
    width: 50%;
  }

  .carrer-image.large-height, .carrer-image.xlarge-height {
    height: 205px;
  }

  .banner-circle-bg {
    display: none;
  }

  .text-wrapper-loop {
    margin-bottom: 0;
  }

  .text-holder-loop {
    margin-bottom: 40px;
  }

  .text-loop {
    font-size: 40px;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width {
    width: 52%;
  }

  .banner-left-block, .banner-wrapper-center, .description-large-width {
    width: 100%;
  }

  .text-wrapper-large {
    grid-column-gap: 40px;
    width: 100%;
  }

  .section-video {
    min-height: 330px;
  }

  ._1-3-width-column {
    width: 50%;
  }

  .column-medium-image-fixed {
    height: 300px;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
  }

  .card-wrapper-large.mobile-full-width, .tablet-1-3-width {
    width: 100%;
  }

  .banner-text-info-large.width {
    width: 80%;
  }

  .banner-image-absolute-medium {
    margin-top: 40px;
  }

  .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width {
    height: 300px;
  }

  .content-wrapper-left, .card-wrapper-medium {
    width: 100%;
  }

  .solutions-details-content {
    flex-wrap: wrap;
  }

  .solution-details-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .solution-details-sidebar {
    width: 100%;
    padding: 30px;
    position: static;
  }

  .details-banner-video {
    min-height: 330px;
  }

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

  .section-details-page {
    padding-bottom: 60px;
  }

  ._404-text {
    font-size: 140px;
  }

  .job-position-sidebar, .job-position-content-wrap {
    width: 100%;
  }

  .grid-solutions {
    margin-bottom: -60px;
  }

  .solutions-numbers {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
  }

  .pricing-plan-2-item {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .pricing-list-wrapper {
    width: 100%;
  }

  .pricing-2-tab {
    grid-row-gap: 40px;
  }

  .mobile-full, .pricing-plan-3-item {
    width: 100%;
  }

  .pricing-plan-3-item.center {
    margin-top: 20px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .shop-list-wrapper {
    grid-template-columns: 1fr;
  }

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

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

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

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

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .banner-circle-bg-changelog {
    display: none;
  }

  .shop-bottom-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .shop-list-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .sticky-check {
    position: static;
  }

  .banner-circle-bg-landing {
    display: none;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr;
  }

  .top-margin {
    margin-top: 60px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .service-collection-list {
    grid-template-columns: 1fr;
  }

  .service-collection-list.lp-01 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-image-lp-01._01 {
    height: auto;
  }

  .service-image-wrap-lp-01 {
    max-width: none;
    height: auto;
  }

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

  .blog-list {
    grid-row-gap: 30px;
  }

  .blogs {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .grid-description.last-description {
    border-bottom-color: var(--beige);
  }

  .bottom-style-spacing-desktop {
    bottom: 4%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 29%;
  }

  .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-list.megamenu-left {
    padding-right: 0;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-grid-item {
    height: 100%;
  }

  .blog-template-image {
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .career-list-item-wrapper {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .contacts-title {
    grid-row-gap: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .number-text {
    font-size: 44px;
  }

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

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
    font-size: 32px;
  }

  .details-page-title.maxw {
    text-align: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-footer {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-bottom-wrapper-large {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-bottom-left-holder {
    text-align: center;
  }

  .footer-rights-wrapper-right {
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
  }

  .text-color-white.title-bottom-space {
    margin-bottom: 0;
  }

  .text-color-white.width-medium {
    width: 100%;
  }

  .full-width.margin-bottom-medium {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .solutions-list {
    grid-template-columns: 1fr;
  }

  .solutions-list.medium-width {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .solutions-list.grid-slide-3-col {
    grid-template-columns: 1fr;
  }

  .solutions-item.home-2-solution-item {
    box-shadow: 0 0 15px 0 var(--shadow-gray);
  }

  .display-flex-horizontal.small-gap-center {
    flex-wrap: wrap;
  }

  .description-large.title-bottom-space {
    letter-spacing: -.4px;
    font-size: 18px;
  }

  .cards-item {
    flex-wrap: wrap;
  }

  .cards-item.line-full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-info-wrapper {
    width: 100%;
  }

  .margin-bottom-medium {
    margin-bottom: 30px;
  }

  .image-block-wrapper {
    background-size: auto 250px, auto;
    padding: 20px 15px;
  }

  .author-wrapper {
    flex-wrap: wrap;
  }

  .map-holder.spacing {
    background-position: 50% 20%;
    background-size: contain;
  }

  .number-item.with-line {
    width: 44%;
  }

  .number-item.line-tablet-width-medium {
    width: 42%;
  }

  .number-item.with-line-large-gap-center {
    justify-content: center;
    align-items: center;
    width: 43%;
  }

  .number-item.mobile-center {
    text-align: center;
    align-items: center;
  }

  .description-width-small {
    width: 100%;
  }

  .reviews-slide {
    padding: 20px 15px;
  }

  .author-image-rounded {
    width: 116px;
    height: 116px;
    margin-top: -20px;
    margin-right: -15px;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 34px;
  }

  .team-item-holder {
    width: 100%;
  }

  .team-image-large {
    object-position: 50% 0%;
  }

  .values-top-block {
    flex-wrap: wrap;
  }

  .negative-card-item {
    padding-left: 15px;
  }

  .card-title-width {
    width: 100%;
  }

  .banner-description-small {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-image-large {
    height: 300px;
  }

  .clients-wrapper {
    padding-bottom: 40px;
  }

  .clients-images {
    width: 100%;
  }

  .reviews-slider-center {
    padding-bottom: 20px;
  }

  .image-block-wrapper-small {
    padding: 20px 15px;
  }

  .large-link-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-link-arrow {
    width: 24px;
    height: 24px;
  }

  .primary-button-white-color {
    text-transform: none;
  }

  .banner-logo-image {
    width: 25%;
  }

  .text-wrapper-right-xlarge-width {
    padding-bottom: 60px;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    padding-bottom: 0;
  }

  .gradient-title-top.title-bottom-space {
    font-size: 40px;
  }

  .solution-tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .solution-tab-content-left {
    grid-row-gap: 30px;
  }

  .title-bottom-space {
    font-size: 48px;
  }

  .solution-tab-content-right {
    padding: 15px;
  }

  .carrer-image {
    object-position: 50% 50%;
    width: 100%;
  }

  .carrer-image.large-height {
    object-position: 50% 0%;
    height: 167px;
  }

  .carrer-image.medium-width, .carrer-image.medium-height {
    object-position: 50% 50%;
    width: 100%;
    height: 167px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 10%;
    height: 167px;
  }

  .top-cta-images-holder, .bottom-cta-images-holder {
    flex-wrap: wrap;
  }

  .block-right-wrapper {
    grid-row-gap: 20px;
  }

  .text-wrapper-loop {
    margin-bottom: 0;
  }

  .text-holder-loop {
    margin-bottom: 30px;
  }

  .text-loop {
    font-family: Poppins, sans-serif;
  }

  .block-half-width {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width {
    width: 100%;
  }

  .block-image-full-width {
    border-top-left-radius: var(--image-radius);
    border-bottom-left-radius: var(--image-radius);
    width: 100%;
    height: 250px;
    position: static;
  }

  .block-image-full-width.medium-width {
    width: 100%;
  }

  .block-full-width {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  ._1-3-width-column {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-text-info-large.width {
    width: 100%;
  }

  .banner-image-absolute-medium {
    height: 310px;
  }

  .card-wrapper-medium {
    padding: 20px;
  }

  .accordion-title-medium {
    width: 80%;
  }

  .banner-bottom-block {
    flex-wrap: wrap;
  }

  .banner-bottom-block.mobile-center {
    justify-content: center;
  }

  .solution-details-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-text {
    margin-top: 15px;
    padding: 20px;
  }

  .grid-block {
    padding-left: 10px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .portfolio-tab-link-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center {
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: row;
  }

  .mobile-full-width {
    width: 100%;
  }

  .div-block-4 {
    justify-content: center;
  }

  .logo {
    margin-right: 1px;
    padding-right: 20px;
  }

  .solutions-numbers {
    grid-template-columns: 1fr;
  }

  .pricing-plan-2-item {
    padding: 20px;
  }

  .pricing-plan-3-item {
    padding: 30px 30px 20px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-form-main, .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-copyright.white {
    text-align: center;
    justify-content: center;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .license-link {
    margin-right: 15px;
  }

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

  .order-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .centered-mobile {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .name-product {
    margin-top: 8px;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .text-block-3 {
    text-align: left;
    flex: none;
    font-size: 12px;
  }

  .service-image-lp-01._01 {
    left: auto;
    right: auto;
  }

  .blog-wrap {
    grid-row-gap: 30px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .blogs {
    margin-bottom: 60px;
  }
}

#w-node-_7882f65b-6d52-28b9-b3f9-abcdfff08bae-2c4aa3dd, #w-node-_7882f65b-6d52-28b9-b3f9-abcdfff08bb6-2c4aa3dd, #w-node-_7882f65b-6d52-28b9-b3f9-abcdfff08bbe-2c4aa3dd, #w-node-_7882f65b-6d52-28b9-b3f9-abcdfff08bc6-2c4aa3dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc58a-2c4aa41a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc597-2c4aa41a, #w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc5a4-2c4aa41a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fc55187-bcb8-e82a-e5ab-8d1761b3492c-2c4aa435 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a790dd19-11bb-e244-0248-231563bd2fda-2c4aa435, #w-node-_3184cf18-cb07-fa8c-854d-41f7250d3971-2c4aa435 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e997dee2-c3e5-830c-f4a0-001e4150b353-2c4aa435, #w-node-_1fc0f2fb-e24a-060e-cec2-ff6233d06048-2c4aa454, #w-node-a05b267a-30a6-a9c5-8510-8dacf08e5dd3-2c4aa457 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-2c4aa45d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-2c4aa45d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad3e1e7-e893-9d11-ca07-21ce7ba0c9e2-2c4aa474, #w-node-_9df0dade-6964-546e-17df-8d917076d0c9-2c4aa476 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-caecfa2b-7e0c-af16-b9ad-03d3940dbf05-2c4aa476 {
  place-self: center end;
}

#w-node-_4fdccf7e-fc8e-9dd9-25f9-bef731eb90a0-2c4aa47a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e0b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e15-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e17-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e1b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e1f-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e21-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e23-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e25-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e29-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e2b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e33-2c4aa494, #w-node-_3fa50e66-2968-8080-97c6-135d173a08d5-2c4aa494, #w-node-f2aa7354-6ecb-faa1-06ca-e38ab661eb66-2c4aa494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc58a-2c4aa41a, #w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc597-2c4aa41a, #w-node-c2264cf4-0039-19f5-b2ae-bd2e89adc5a4-2c4aa41a, #w-node-_1fc55187-bcb8-e82a-e5ab-8d1761b3492c-2c4aa435, #w-node-a790dd19-11bb-e244-0248-231563bd2fda-2c4aa435, #w-node-_3184cf18-cb07-fa8c-854d-41f7250d3971-2c4aa435 {
    grid-column: span 3 / span 3;
  }

  #w-node-e997dee2-c3e5-830c-f4a0-001e4150b353-2c4aa435, #w-node-_1fc0f2fb-e24a-060e-cec2-ff6233d06048-2c4aa454 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-2c4aa473 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ad3e1e7-e893-9d11-ca07-21ce7ba0c9e2-2c4aa474, #w-node-_9df0dade-6964-546e-17df-8d917076d0c9-2c4aa476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caecfa2b-7e0c-af16-b9ad-03d3940dbf05-2c4aa476 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e0b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e15-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e17-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e1b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e1f-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e21-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e23-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e25-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e29-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e2b-2c4aa494, #w-node-_5e3a419e-6f85-2e61-5b52-e55425f00e33-2c4aa494, #w-node-_3fa50e66-2968-8080-97c6-135d173a08d5-2c4aa494, #w-node-f2aa7354-6ecb-faa1-06ca-e38ab661eb66-2c4aa494 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  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;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}